Nim error


 
Thread Tools Search this Thread
Operating Systems AIX Nim error
# 1  
Old 02-18-2010
Question Nim error

When I do the perform operation on machines and select mksysb for my client, I get following error

Code:
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 being installed. The release levels of the SPOT,530spot_res,and the mksysb, mksysb_dbs113,
do not match.

NIM server os is 5300-11-01-0944
client os 5200-09-00

please suggest.

Last edited by zaxxon; 02-18-2010 at 07:43 AM.. Reason: please use code tags, ty
# 2  
Old 02-18-2010
looks like the spot and mksysb versions do not match. You can create a spot from a mksysb using: smit nim_res, choose spot and then select the mksysb as "source of install images". When restoring you're mksysb choose the matching spot
# 3  
Old 02-18-2010
Since you're using a NIM server, I'd assume you are using an lpp_source and matching spot to do upgrades. If you recently upgraded your client LPAR, you could also try re-creating your mksysb NIM object - not the actual mksysb, just the NIM object. When we upgraded from 5.3 to 6.1, I had to re-create all my mksysb NIM objects because the version of the mksysb is determined, I think, when it is created. I'm sure there is a NIM command to show the version of a mksysb, but I can't find it.
# 4  
Old 02-19-2010
Nim Error

I am not upgrading doing restore
# 5  
Old 02-23-2010
when restoring the mksysb to another type of machine, an lpp_source (of exact same version) is required.
When restoring an mksysb to the same machine only a SPOT is required.
nim -o showres 'mksysb-filename' show filesets in mksysb from which the version can be read
# 6  
Old 02-25-2010
As you have a 5.3 NIM Server you should create the SPOT resource from the mksysb to ensure that he level of the SPOT exactly matches that of the mksysb.
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 am running following command to take mksysb backup I am getting error as below: 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 :... (1 Reply)
Discussion started by: SiddhV
1 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