Jul 3, 2006 #1 Mag0007 MIS Feb 15, 2005 829 US Hey: On AIX 4.3.3 how do I pass an argument to syslogd at startup? currently I am doing, stopsrc -s syslogd startsrc -s syslogd -a "-r" How can I start it up with "-r" option on startup? TIA
Hey: On AIX 4.3.3 how do I pass an argument to syslogd at startup? currently I am doing, stopsrc -s syslogd startsrc -s syslogd -a "-r" How can I start it up with "-r" option on startup? TIA
Jul 3, 2006 #2 lpblauen Technical User Dec 2, 2004 193 US In AIX syslog is started from the /etc/rc.tcpip file uncomment out the following line and it should start when the system starts up. # Start up syslog daemon (for error and event logging) start /usr/sbin/syslogd "$src_running" Upvote 0 Downvote
In AIX syslog is started from the /etc/rc.tcpip file uncomment out the following line and it should start when the system starts up. # Start up syslog daemon (for error and event logging) start /usr/sbin/syslogd "$src_running"
Jul 3, 2006 #3 xyz786 IS-IT--Management Apr 5, 2006 45 US Use -r option as below # Start up syslog daemon (for error and event logging) start /usr/sbin/syslogd "$src_running" -r Upvote 0 Downvote
Use -r option as below # Start up syslog daemon (for error and event logging) start /usr/sbin/syslogd "$src_running" -r
Jul 3, 2006 #4 khalidaaa Technical User Jan 19, 2006 2,323 BH I will not add more about what my friends said above but you can view this link: http://www.ncsa.uiuc.edu/UserInfo/R...o/en_US/a_doc_lib/files/aixfiles/rc.tcpip.htm Regards, Khalid Upvote 0 Downvote
I will not add more about what my friends said above but you can view this link: http://www.ncsa.uiuc.edu/UserInfo/R...o/en_US/a_doc_lib/files/aixfiles/rc.tcpip.htm Regards, Khalid