Datacentre Support Reference Guides AIX: System Resource Controller (SRC) | |
| System Resource Controller (SRC) is something that has bit me in the past, particularly when adding inet services. According to the training manual, its primary purpose is to minimize operator intervention in controlling subsystem processes by providing:
There are a number of commands of note:
lssrc will prove useful in identifying the various subsystems that need to be managed via the SRC As noted in the adding inet services rant, not following these directions will prevent the subsystem from operating the way you're expecting it to. To identify what systems are under SRC control, execute the following: # lssrc -a Subsystem Group PID Status syslogd ras 3710 active portmap portmap 5186 active inetd tcpip 4660 active snmpd tcpip 7482 active dpid2 tcpip 7998 active ypbind yp 9550 active biod nfs 10066 active rpc.lockd nfs 10328 active qdaemon spooler 7230 active tftpd tcpip 7744 active writesrv spooler 8814 active nfsd nfs 16710 active rpc.mountd nfs 22802 active To update a service - say, sendmail, for example - use the chsys command thusly: # chssys -a "-bd -q30m" -s sendmail 0513-077 Subsystem has been changed. Had to do that one when I upgraded sendmail on client box; SRC refused to kick the puppy off anymore. | |