Friday 24 July 2015

AIX Subsystem Commands

To list the status of all subsystems:
#lssrc -a
To list the status of all subsystems on foreign host gznode:
#lssrc -h gznode -a
To list the status of the subsystem gzadmind:
#lssrc -s gzadmind
To get the status of the subsystem group tcpip:
#lssrc -g tcpip
To add a subsystem:
#mkssys
To remove the subsystem kerberos:
#rmssys -s kerberos
To rename the subsystem ying to yang:
#chssys -s ying -s yang
To start the subsystem gzadmin:
#startsrc -s gzadmin
To start the subsystem group tcpip:
#startsrc -g tcpip
To stop the subsystem gzadmin:
#stopsrc -s gzadmin
To stop the subsystem group tcpip:
#stopsrc -g tcpip
To refresh nfsd subsystem:
#refresh -s nfsd
To refresh tcpip subsystem group:
#refresh -g tcpip

No comments:

Post a Comment