NIM master-client connectivity issue


 
Thread Tools Search this Thread
Operating Systems AIX NIM master-client connectivity issue
# 1  
Old 03-26-2009
NIM master-client connectivity issue

Hello All,
I believe my NIM master is fine. lsnim and cat /etc/niminfo gives me the right output. While doing "lsnim" on a client machine, I get ksh:lsnim:"not found".
Please someone be nice enough to explain what are the steps to verify the master and client connectivity to do all the NIM supported task.

thanks in advance..
# 2  
Old 03-26-2009
Quote:
Originally Posted by solaix14
[...]While doing "lsnim" on a client machine, I get ksh:lsnim:"not found".[...]
That's O.K. as lsnim is part of the nim master fileset.
# 3  
Old 03-28-2009
There are several steps required to get the NIM master talking to the NIM client.
1. NIM client fileset must be installed on the client.
2. NIM master must be able to rsh to the client. (Later can change this to use nimsh protocol, but when starting it is easiest to use rsh.)
a. Client /.rhosts file must contain line with hostname of master. Permissions on this file must be 600.
b. /etc/inetd.conf file must not have commented out shell service -- sometimes security hardening turns off rsh. If you have to change file to remove comment, save file and enter command "refresh -s inetd" to make the daemon reload the file.
c. Master and client must be able to resolve each other's hostname. Put in /etc/hosts entries on both (or update DNS) to make it so.
d. From master must be able to enter command: "rsh clienthostname date" and get a response.
3. Now can define client to master.
# 4  
Old 03-30-2009
I've had good luck getting my NIM clients setup by doing this on machines that are already running:

On the NIM server, setup the remote machine as a NIM client.
smitty nim --> Perform NIM Administration Tasks --> Manage Machines --> Define a Machine --> [hostname of remote machine]

I set it up to use "nimsh" right off the bat because our security department hates rsh.

Once the NIM server is configured, log into the soon-to-be NIM client:
smitty nim --> Configure Network Installation Management Client Fileset --> [fill in the required fields (marked with *) and set "Communication Protocol used by client" to nimsh"]

After that is run, it should be setup as a NIM client.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Problem in communication nim client with nim master

Hello, I have an AIX6.1 machine which is a nim client to my nim master which is also AIX6.1 machine. I had some problem to perform an installation on my client using smit nim . i removed /etc/niminfo file in order to do the initialization again but when i run the command niminit -a name=client... (0 Replies)
Discussion started by: omonoiatis9
0 Replies

2. AIX

NIM master with multiple client subnets

Hi Guys, I'm building a new NIM environment with clients on 3 different subnets. I want to get some advise on what is the best approach for this kind of setup. This is the sample network for my new NIM. Master IP: 10.20.1.20 Client IP subnet_1: 10.20.1.21 Client IP subnet_1: 10.30.1.21... (5 Replies)
Discussion started by: kaelu26
5 Replies

3. AIX

NIM Master hostname

hi Admins, How can I check the NIM master hostname/IP name from NIM client ? I don't see any option that I can try with nimclient command. Let me know.. Thanks, (5 Replies)
Discussion started by: snchaudhari2
5 Replies

4. AIX

Nim client with different subnet to Master

Iam attempting to add a client to NIM however the new client has a different subnet than master 10... & 193... , I've established from redbooks that it should be possible but can't find anything that states how? Does anyone use nim in this way? (5 Replies)
Discussion started by: gefa
5 Replies

5. AIX

NIM : remove nim client info from the client

Hi. I change my client's IP and hostname but I forgot to change anything on the master. How can I redefine or modify my client's resource from my master, or with using smit niminit from my client ? Tks (2 Replies)
Discussion started by: stephnane
2 Replies

6. AIX

NIM Master as Mgmt Server

Guys, I need your help I got a requirement from a cUstomer asking for a specific design He wants to use the NIM Master as one single mgmt server and access the nodes maintained by it there by the accounting is in one single server for all the nodes Note:- Direct login to the nodes will... (3 Replies)
Discussion started by: kkeng808
3 Replies

7. AIX

Back up a client NIM from nim master

Hello everyone Im trying to backup a nim client from nim master but I got this message COMMAND STATUS Command: failed stdout: yes stderr: no Before command completion, additional instructions may appear below. 0042-001 nim:... (2 Replies)
Discussion started by: lo-lp-kl
2 Replies

8. AIX

nim master

Hi, I want to know how to create nim master in AIX 5.3. Regards, Manoj (0 Replies)
Discussion started by: manoj.solaris
0 Replies

9. AIX

nim master

Hi, I want to know what are steps required to create nim master in aix? Regards, Manoj (1 Reply)
Discussion started by: manoj.solaris
1 Replies

10. AIX

Nim Master Problem

All, I'm testing NIM on a 7026-m80 machine. But everytime i want to setup the master, i get this error message... Anyone who knows how to solve this issue? google doesn't seem to know much about it # nim_master_setup ############################## NIM master setup... (1 Reply)
Discussion started by: kvanelshocht
1 Replies
Login or Register to Ask a Question