Request denied by nimsh


 
Thread Tools Search this Thread
Operating Systems AIX Request denied by nimsh
# 1  
Old 07-29-2011
Request denied by nimsh

Hello, i try to configure NIM master & client and backup couple of boxes to master nim server.
I have successfully setup for the NIM environment both for client and server (i think), but when i try to make mksyb image i get this message:

Code:
0042-001 nim: processing error encountered on "master":
   0042-006 m_mkbosi: (From_Master) connect Error 0

0042-008 nimsh: Request denied - sebsapp1.sofiyskavoda.local

The command what i use is:

Code:
nim -o define -t mksysb -a mk_image=yes -a mksysb_flags=e -a server=master -a location=/export/nim/mksysb -a source=ERPDEV ERPDEV_mksysb

Can somebody help me?
Thanks

Last edited by pludi; 07-29-2011 at 04:03 AM..
# 2  
Old 07-29-2011
Quote:
Originally Posted by d3v1ous
Hello, i try to configure NIM master & client and backup couple of boxes to master nim server.
I have successfully setup for the NIM environment both for client and server (i think), but when i try to make mksyb image i get this message:



The command what i use is:

nim -o define -t mksysb -a mk_image=yes -a mksysb_flags=e -a server=master -a location=/export/nim/mksysb -a source=ERPDEV ERPDEV_mksysb

Can somebody help me?
Thanks
Please check that ports 3901 and 3902 are open on any firewall / router that might be between the NIM server and the NIM client.
# 3  
Old 07-29-2011
I get this error sometimes after doing a Live Partition Mobility. I've seen it other times too and I'm not sure exactly what causes it, but I am able to fix it by doing this. Go into the NIM server and remove the NIM machine.
Code:
smitty nim --> Perform NIM Administration Tasks -->
Manage Machines --> Remove a Machine

It will probably error off about not being able to remove the /etc/niminfo off the client. Disregard that. After the NIM machine definition has been removed, login to the NIM client itself and re-configure it as a NIM client:
Code:
rm /etc/niminfo
smitty nim --> Configure Network Installation Management Client Fileset

Fill out the required fields and then try your NIM commands again. This fixes it for me.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Permission denied

when i run echo "User” > /dev/tty5 why do i get permission denied? :confused: (2 Replies)
Discussion started by: chinababy
2 Replies

2. UNIX for Dummies Questions & Answers

Access Denied

I login to a server and get a Access Denied Prompt but I clearly lets me into the prompt with Putty. I do a sudo -s enter my password tells me Access Denied but I am clearly now Root Just wondering why this is so? what is misconfigured? I mean its not prohibiting me from anything, this is more... (3 Replies)
Discussion started by: gkelly1117
3 Replies

3. Solaris

Access Denied

Hi All, I have a root access for one of the server. But, when i try to cd one particular directory i will get the access denied message. Even though that particular directory is created under root. What would be the cause for this? I really wonder if any one have answer for my... (20 Replies)
Discussion started by: Sricharan21
20 Replies

4. Shell Programming and Scripting

Permission denied

I created a user so that when he logs in he will be directed to a menu /etc/passwd user1:x:115:1:Support -SysAd:/export/home/user1:/export/home/suppotrmenu/script.sh However when I logged in remotely from another server by ssh user1@1.1.1.1 , it saysexport/home/suppotrmenu/script.sh:... (4 Replies)
Discussion started by: lhareigh890
4 Replies

5. AIX

nimsh configuration on the clients

Hi, I do not want to use rsh to install and push software on my clients because we are trying to increase the security in our company. I setup nimsh (nimconfig -c) on my master (6.1TL6SP6) without any errors. I install openssl on my client (5.3TL12SP3) and ran nimclient -c as indicated in the... (2 Replies)
Discussion started by: cforget2810
2 Replies

6. UNIX for Dummies Questions & Answers

Permission denied

I would like to copy data from local mechine to cluster. Basically, I typed scp -r DVD/ acount@cluster:/ it shows Permission denied. Could anyone please give me a clue to write permission on cluster, please? The poperty of where on cluster I'd like to put is drwxr-xr-x Any idea would... (1 Reply)
Discussion started by: su_in99
1 Replies

7. UNIX for Dummies Questions & Answers

Why do I keep getting .:Permission denied?

I'll start off by saying that I know very little about Unix - however, I do know that I have a .profile file in my home directory, and that I should be able to invoke it by typing . profile. However, when I do this for ANY .filename, I get ".: Permission denied". I'm pretty sure that there is... (12 Replies)
Discussion started by: bbersani
12 Replies

8. UNIX for Dummies Questions & Answers

./ Permission Denied.

Could someone tell me why I am getting a permission denied message when I attempt to run this on an out file? Thanks! (8 Replies)
Discussion started by: trouscaillon
8 Replies
Login or Register to Ask a Question