AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
 View Only
  • 1.  srcmstr and WPAR

    Posted Thu January 29, 2009 10:53 PM

    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:
    1. 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