Originally posted by: MisterX
Forgive me if this was posted elsewhere, but I stumbled on to something regarding sshd and srcmstr under a WPAR. I have sshd installed in the global environment, but when you create a WPAR it doesnt seem to copy the global rc.tcpip contents for it's own use. My work around in the case of sshd was to:
mkssys -s sshd -p "/usr/sbin/sshd" -a '-D' -u 0 -S -n 15 -f 9 -R -G tcpip
followed by adding the following in /etc/rc.tcpip:
-
Start sshd
start /usr/sbin/sshd "$src_running"
Hope this helps someone on other srcmstr entries that you may have added to the global environment, but didnt make it to your WPAR instance.
#AIX-Forum