How do I list the services on aix?



  • On AIX this is similar to /etc/services on solaris

    # lssrc -a
    Subsystem Group PID Status 
    syslogd ras 2730 active
    portmap portmap 5418 active
    inetd tcpip 5676 active
    rwhod tcpip 5934 active
    snmpd tcpip 6192 active
    ....
    ....
    

    AIX refers to Subsystems and their groups, called subsystem groups

    To list what the status of the services in groups do:

    # lssrc -g nfs
    

    Useful if checking status of nfs related issues

    Related commands are startsrc and stopsrc


Log in to reply
 

© Lightnetics 2024