Error with new NIM SPOT


 
Thread Tools Search this Thread
Operating Systems AIX Error with new NIM SPOT
# 1  
Old 04-02-2012
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.


Code:
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
        installation must match the level of the mksysb image that is
        being installed.  The release levels of the SPOT, spot_aix53, and the
        mksysb, mksysb_DR2, do not match.
 
warning: 0042-360 m_bos_inst: The SPOT level is older than the mksysb level. Therefore,
        the BOS installation may encounter problems.
        Update the SPOT to match the mksysb level or create a
        new SPOT that has the same level.


I think the SPOT image I used is for aix 5.3 TL7 . And DR OS version 5.3 TL 10.


So I have created a new spot using already available mksysb image of different server of same model which also a NIM client and is 5.3 TL 10 . And tried to create bosinstall image to DR using smitty nim_bosinst. But ended up with below error.


Code:
0042-001 nim: processing error encountered on "master":
   0042-366  m_bos_inst: This SPOT may only be used to install the mksysb "mksysb_CAT".


-> Here mksysb_CAT is the same nim client which I used to create the new SPOT.

Now I want to create new SPOT for AIX 5.3 TL 10. I have OS cd here., but not sure that is for TL 7 or 10.

Please let me know I can use the SPOT created using mksysb of "mksysb_CAT" to create bosinstall image in DR.

Regards
newaix

Last edited by Scrutinizer; 04-02-2012 at 08:40 AM.. Reason: Formatting
# 2  
Old 04-02-2012
Here are the commands to show you what level your mksysbs and spots are at:
Code:
nimserver:/:$ lsnim -l  client_mksysb | grep oslevel
   oslevel_r     = 6100-05
nimserver:/:$ lsnim -l spot61tl5sp1 | grep oslevel
   oslevel_r     = 6100-05

What I have done in the past when the levels don't match but I think they should is delete the NIM resource, recreate it, then check the "oslevel" of the resource again.
# 3  
Old 04-03-2012
Hi Kahna000,

Thanks for the response.

1. Level of SPOT

Code:
#lsnim -l spot_aix53 |grep oslevel
oslevel_r = 5300-07

2. Level of resource.

Code:
# lsnim -l mksysb_CAT
mksysb_CAT:
class = resources
type = mksysb
Rstate = ready for use
prev_state = unavailable for use
location = /nim/mksysb/mksysb_CAT
version = 5
release = 3
mod = 7
oslevel_r = 5300-07
alloc_count = 0
server = master

3.But NIM client server version is 5.3.10

Code:
CAT(root)/home/root # oslevel -s
5300-10-02-0943

I think i have to redefine the resource again after upgrading the SPOT.But as per your instruction on my another thread i have to upgrdate lpp_resource first. But there are other servers actually running with 5.3.7 . So i have to create 2 lpp_resources and 2 spots for nim clients running with 5.3.7 and 5.3.10 .

How can i proceed.

Regards
newaix

Last edited by zaxxon; 04-04-2012 at 05:21 AM.. Reason: code tags
# 4  
Old 04-03-2012
I keep separate spots and lpp_sources for AIX 6.1 and 7.1. I only keep one for AIX 6.1 because I try to update all my boxes to the latest TL. When a new TL comes out, I add it to the lpp_source and then try to get it installed on to all my boxes so I don't have to keep multiple AIX 6.1 lpp_sources.

I think, but I'm not 100% sure, that you can have two different leveled SPOTs referencing the same LPP_SOURCE as long as the LPP_SOURCE has all the filesets in it for both SPOTS. That would allow you to create a new spot for the new TLs so you can keep your old SPOTs without having to keep two matching LPP_SOURCES. However, like I said, I'm not 100% sure on that though.
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. Shell Programming and Scripting

Spot error with my awk command

can any one identify why this command keeps resulting in 1, even though the string i'm searching for actually does not exist in the log? awk 'BEGIN{count++} NR>220 && NR<=223 && /error/ && !/No.*such.*file.*or.*direfctory/ { count++ } END { print count }' /var/log/mail.log i expected it to... (2 Replies)
Discussion started by: SkySmart
2 Replies

3. AIX

Creating NIM SPOT using an existing mksysb from cliet

Hi, i backed up a test LPAR using mksyb utility on AIX. and transferred it to NIM server via NFS. I want to create a SPOT using this mksysb . Please explain me the procedure. And got something online, but that procedure is different. Please respond. (5 Replies)
Discussion started by: System Admin 77
5 Replies

4. AIX

NIM SPOT query

Dear Admins, The SPOT defined in NIM is for aix 5.3 TL 7 . Some of the NIM clients are upgraded to TL 10 . Now the SPOT level is older than the mksysb level. This will cause problem during restoration of any NIM clients. Now i want to upgrade SPOT level to TL 10 and redefine the resources... (3 Replies)
Discussion started by: newaix
3 Replies

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

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

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

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

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