AIX

AIX

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


#Power
 View Only
  • 1.  how to enable rsh in aix 5.3

    Posted Wed June 18, 2008 02:30 AM

    Originally posted by: apple08


    dear aix guru,
    how to enable rsh in aix 5.3? hope to hear from you. thank you
    #AIX-Forum


  • 2.  Re: how to enable rsh in aix 5.3

    Posted Wed June 18, 2008 03:20 AM

    Originally posted by: ostost


    -Add/uncomment the following line in /etc/inetd.conf

    shell stream tcp6 nowait root /usr/sbin/rshd rshd

    -Refresh the inetd daemon using refresh -s inetd
    -Add the hosts from where you want to connect to the .rhosts file
    #AIX-Forum


  • 3.  Re: how to enable rsh in aix 5.3

    Posted Sat July 10, 2010 05:27 AM

    Originally posted by: apple08


    dear AIX guru
    thank you. i have performed the changes at 2 servers. one server is ok. but another server is not ok.
    even i was not able to rsh locally. #rsh localhost df
    rcmd2: socket: The file access permissions do not allow the specified action.
    #AIX-Forum