AIX

AIX

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


#Power
#Power
 View Only
  • 1.  NIM client configuration error

    Posted Tue January 17, 2012 11:07 AM

    Originally posted by: SystemAdmin


    I am receiving the below error while configuring the NIM client

    i performed it via => smit eznim => machine name, interface, master name

    Error :

    A remote host refused an attempted connect operation.
    0042-006 niminit: (init to master) rcmd A remote host refused an attempted connect operation.
    #AIX-Forum


  • 2.  Re: NIM client configuration error

    Posted Thu June 19, 2014 05:19 AM

    Originally posted by: akasn


    Hi ,

    I have same error in my configuration.

    do you have any idea.

    When perform NIM client coniguration using smit nim on client . configure nim client.

    0042-006 niminit: (init to master) rcmd Connection refused


    #AIX-Forum


  • 3.  Re: NIM client configuration error

    Posted Mon July 07, 2014 06:47 AM

    Originally posted by: Mohammed Farooqui


    You need to enable the RSH connection on the client LPAR

    Enable the rshd on the client

    # chsubserver -a -v shell -p tcp6 -r inetd 
    # refresh -s inetd
    # cd /
    # rm .rhosts
    # vi .rhosts
    +
    # chmod 600 .rhosts 
     

    Then test the connection from NIM MAster to LPAR

    Ensure that NFS and RSH is working fine between the NIM Master and Client.
      # rsh <LPAR Name> date
        # nim -o lslpp <LPAR Name> | grep -w "bos.rte"

     


    #AIX-Forum