Service Process

 To clean Sendmail  command queue .
/usr/lib/smdemon.cleanu   

 To stop tcp/ip daemon
/etc/tcp.clean

To Start NFS Services:
mknfs  -N



If the /etc/exports file does not exist, the nfsd and the rpc.mountd daemons will not be started. You can create an empty /etc/exports file by running the command touch /etc/exports. This will allow the nfsd and the rpc.mountd daemons to start, although no file systems will be exported.



Inetd configuration file
/etc/inetd.conf


/etc/services - information about services, such as port number

Starting and stopping a process:
refresh -p <pid>
refresh -s <subsystem name>

Changing the inetd configuration

    Files
        /etc/inetd.conf
        /etc/services
    Using smit - daemon is recycled automatically upon exit
    Using vi
        restart the inetd daemon so that the new configuration is read:
        refresh -s inetd
    Using chservices to edit /etc/services
        chservices -c  --> changes entries
        chservices -a  --> adds entries
        chservices -d  --> deactivates entries

No comments:

Post a Comment