If you want to disable a TCPIP daemon from starting up when server is rebooted, you can certainly edit /etc/rc.tcpip manually.
However, there is a hidden tool called chrctcp that you can use.
Syntax:
Usage: /usr/bin/chrctcp [-S] {-c Daemon [-f "Attribute=Value..."]} | {-a|-d|-s} Daemon
Some examples:
-
chrctcp -S -a xntpd enable and start xntpd
-
chrctcp -S -d xntpd disable and stop xntpd
-
chrctcp -a xntpd enable but do not start xntpd
-
chrctcp -d xntpd disable but do not stop xntpd
It would be helpful too when you are scripting or want to automate it.
Why this is no manpage for it on AIX?
I guess it is because a tool that comes with SMIT.
# which chrctcp
/usr/sbin/chrctcp
# lslpp -w /usr/sbin/chrctcp
File Fileset Type
----------------------------------------------------------------------------
/usr/sbin/chrctcp bos.net.tcp.smit File
Undocumented AIX SMIT tool – chrctcp
Comments OffIf you want to disable a TCPIP daemon from starting up when server is rebooted, you can certainly edit /etc/rc.tcpip manually.
However, there is a hidden tool called chrctcp that you can use.
Syntax:
Usage: /usr/bin/chrctcp [-S] {-c Daemon [-f "Attribute=Value..."]} | {-a|-d|-s} DaemonSome examples:
It would be helpful too when you are scripting or want to automate it.