NIM errors


 
Thread Tools Search this Thread
Operating Systems AIX NIM errors
# 1  
Old 11-03-2008
Network NIM errors

Hello all,
I have a NIM master already up and running. When I try to add a client to the NIM environment (from client side), I get the following errors:

1) 0042-376 niminit: This command cannot be executed on a NIM master unless the "is_alternate" attribute is specified.
(I never configured this client as a NIM master)

2)0042-011 lsnim: Unable to access the /etc/niminfo file.
(there is no /etc/niminfo file in the client machine)

Any help will be heartly appreciated.

thanks
# 2  
Old 11-03-2008
Which command did you use to get the machine registered as a client to the NIM master?

Have you enabled the "clients are allowed to register themselves" (or similar - i can't remember the correct phrase right now) on the masters side?

I hope this helps.

bakunin
# 3  
Old 11-03-2008
"Allow Machine To Register Themselves as Clients? = True
this is the entry in the master machine.
# 4  
Old 11-03-2008
Quote:
Originally Posted by solaix14
[...] When I try to add a client to the NIM environment (from client side), I get the following errors:

1) 0042-376 niminit: This command cannot be executed on a NIM master unless the "is_alternate" attribute is specified.
(I never configured this client as a NIM master)
[...]
Perhaps the criteria for being identified as a NIM master is not a NIM master setup but the mere existence of the corresponding fileset.... Assuming that the master fileset is bos.sysmgt.nim.master (writing from memory) try this as root:
Code:
# lslpp -l bos.sysmgt.nim.master && installp -ugx bos.sysmgt.nim.master

so that only the client fileset remains. Then try to register the client with the real master again.

Last edited by shockneck; 11-03-2008 at 03:39 PM..
# 5  
Old 11-03-2008
Shockneck,
the output of the command that u mentioned above came without any error. But when I am trying to register the client with the master (from client), the new error encountered is:
ksh:niminit: 0403-006 Execute Permission Denied.


thanks
# 6  
Old 11-03-2008
Quote:
Originally Posted by solaix14
[...]the new error encountered is:
ksh:niminit: 0403-006 Execute Permission Denied.[...]
That error message is delusive. Check the way that master and client communicate with each other. Does the client allow the master to control it remotely? Check for a .rhosts entry on the client allowing root access from master. Is the rshd active?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

How to know NIM name from NIM client?

Friend's, I was playing around with NIM in my environment & had a quick question in mind which I didn't/couldn't find answer to, which is -- how to find the name of the NIM server sitting on the NIM client? All leads to the answer would be much appreciated, many thanks! -- Souvik (2 Replies)
Discussion started by: thisissouvik
2 Replies

2. 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

3. 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

4. AIX

Nim

Hello I would like to hear your opinions about shell and nimsh I install the nim master on a server and and client nim on others servers. I backup this clients with the NIM master. When Im trying to install the clients with the option nimsh (communication protocol) send me an error ... (1 Reply)
Discussion started by: lo-lp-kl
1 Replies

5. 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

6. AIX

Nim

Hello everyone I have two questions. 1.-The NIM and EZNIM are the same. 2.-If I have in one partition NIM installed I need to install EZNIM or I need to unistall NIM and then install EZNIM. Thanks for your comments. (2 Replies)
Discussion started by: lo-lp-kl
2 Replies

7. UNIX for Dummies Questions & Answers

Major OS errors/Bash errors help!!!!

Hi all, dummy here.... I have major errors on entering the shell. On login I get: -bash: dircolors: command not found -bash: tr: command not found -bash: fgrep: command not found -bash: grep: command not found -bash: grep: command not found -bash: id: command not found -bash: [: =: unary... (12 Replies)
Discussion started by: wcmmlynn
12 Replies

8. AIX

migrate NIM server through NIM installation

I try to migrate a NIM server from one server to another. I try to do a mksysb on NIM server restore the NIM server's mksysb to a client through NIM installation shutdown NIM server start newly installed client as NIM server Does anyone do this before? who can give me some suggestion? (1 Reply)
Discussion started by: yanzhang
1 Replies

9. AIX

Adapter Errors and Link Errors

$ errpt | more IDENTIFIER TIMESTAMP T C RESOURCE_NAME DESCRIPTION 3074FEB7 0802050205 T H fscsi1 ADAPTER ERROR B8113DD1 0802050205 T H fcs1 LINK ERROR B8113DD1 0802050205 T H fcs1 LINK ERROR 3074FEB7 0802050205 T H fscsi0 ADAPTER ERROR B8113DD1 ... (2 Replies)
Discussion started by: mcastill66
2 Replies

10. UNIX for Advanced & Expert Users

Adapter Errors and Link Errors

$ errpt | more IDENTIFIER TIMESTAMP T C RESOURCE_NAME DESCRIPTION 3074FEB7 0802050205 T H fscsi1 ADAPTER ERROR B8113DD1 0802050205 T H fcs1 LINK ERROR B8113DD1 0802050205 T H fcs1 LINK ERROR 3074FEB7 0802050205 T H fscsi0 ADAPTER ERROR B8113DD1 ... (0 Replies)
Discussion started by: mcastill66
0 Replies
Login or Register to Ask a Question