Nim Error


 
Thread Tools Search this Thread
Operating Systems AIX Nim Error
# 1  
Old 09-01-2010
Nim Error

When I am running following command to take mksysb backup I am getting error as below:
Code:
nim -o define -t mksysb -a server=master \
-a location=/nim/mksysb/client1_bkup_mksysb -a source=client1_bkup \
-a mk_image=yes -a mksysb_flags='e' client1_bkup_mksysb

Here my nim client name is : client1_bkup
nim server name is: nim01_bkup


Error:
Code:
 
0042-001 nim: processing error encountered on "master":
0042-001 m_mkbosi: processing error encountered on "client1_bkup":
warning: 0042-175 c_mkbosi: An unexpected result was returned by the
"/usr/sbin/mount" command:

mount: 1831-011 access denied for nim01_bkup:/nim/mksysb
mount: 1831-008 giving up on:
nim01_bkup:/nim/mksysb
The file access permissions do not allow the specified action.
rc=175
0042-175 c_mkbosi: An unexpected result was returned by the "/usr/sbin/mount" command:
mount: 1831-011 access denied for wdhnim01_bkup:/nim/mksysb
mount: 1831-008 giving up on:
nim01_bkup:/nim/mksysb
The file access permissions do not allow the specified action.

Please Suggest.

Thanks in Advance.

Moderator's Comments:
Mod Comment Use code tags please, ty.

Last edited by zaxxon; 09-02-2010 at 07:51 AM..
# 2  
Old 09-01-2010
is the client configured for NFS access in /etc/exports or /etc/netgroup if you use that?
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

Error with new NIM SPOT

I have added our DR to NIM server and tried to create bosinstall image with smitty nim_bosinst command. But ended up with below error. warning: 0042-229 m_bos_inst: When installing a system using a mksysb as the source for the installation, the level of the SPOT used for the ... (3 Replies)
Discussion started by: newaix
3 Replies

3. AIX

nim: error signal number 2 received

Hi to all, i am trying to make mksysb backup of a NIM client machine from NIM master and while i am reading that the backup is done successfully i get an error message below and it doesnt exit the smit screen. also the status of the command appears to be running. is there anybody who knows why... (3 Replies)
Discussion started by: omonoiatis9
3 Replies

4. AIX

Nim error

When I do the perform operation on machines and select mksysb for my client, I get following error 0042-229 m_bos_inst: When installing a system using mksysb as the source for the installation, the level of the SPOT used for the installation must match the level of the mksysb image that is... (5 Replies)
Discussion started by: vjm
5 Replies

5. AIX

NIM thread error in AIX 5.3 server !

Friends , In our production server , we are using oracle10g in IBM AIX 5.3 unix server. From last 7 days , I got the below error : ------------------------------ LABEL: TS_NIM_ERROR_STUCK_ IDENTIFIER: 864D2CE3 Date/Time: Mon Sep 7 19:34:38 NOVST 2009 Sequence Number:... (1 Reply)
Discussion started by: shipon_97
1 Replies

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

7. AIX

help with NIM backup error

Hello all.... I am trying to backup a client from the NIM master. While doing so, I get this error: backup: 0511-089 can not open /tmp/6282.mnt0/<hostname>_mksysb_<date> 0042-001 m_mkbosi: processing error encountered on client 0042-001 m_mkbosi: processing error encountered on master... (0 Replies)
Discussion started by: solaix14
0 Replies

8. AIX

nim mksysb buffer overflow error

Hi, I am trying to backup a system ("client") through a slow network using "nim mksysb" on a nim server ("master") The backup starts, but doesn't success. Thanks if you can help me to resolve this problem : Creating information file (/image.data) for rootvg... Creating list of files to... (2 Replies)
Discussion started by: astjen
2 Replies

9. AIX

nim mksysb error :/usr/bin/savevg[33]: 1016,07: syntax error

-------------------------------------------------------------------------------- Hello, help me please. I am trying to create a mksysb bakup using nim. I am geting this error, how to correct it ? : Command : failed stdout: yes stderr: no... (9 Replies)
Discussion started by: astjen
9 Replies

10. 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
Login or Register to Ask a Question