Sponsored Content
Full Discussion: Error with new NIM SPOT
Operating Systems AIX Error with new NIM SPOT Post 302617053 by newaix on Monday 2nd of April 2012 04:40:54 AM
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
 

10 More Discussions You Might Find Interesting

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

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

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

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

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

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

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

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

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

10. 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
BTRFS-IMAGE(8)						      System Manager's Manual						    BTRFS-IMAGE(8)

NAME
btrfs-image - create/restore an image of the filesystem SYNOPSIS
btrfs-image [options] source target DESCRIPTION
btrfs-image is used to create an image of a btrfs filesystem. All data will be zeroed, but metadata and the like is preserved. source is the special file corresponding to the device containing a btrfs filesystem. (e.g /dev/sdXX). target is the image file that btrfs-image creates. When used with -r option, btrfs-image restores the image file from source into target. OPTIONS
-r restore metadump image. -c value compression level (0 ~ 9). -t value number of threads (1 ~ 32) to be used to process the image dump or restore. -o use the old restore method, this does not fixup the chunk tree so the restored file system will not be able to be mounted. -s Sanitize the file names when generating the image. One -s means just generate random garbage, which means that the directory indexes won't match up since the hashes won't match with the garbage filenames. Using -ss will calculate a collision for the filename so that the hashes match, and if it can't calculate a collision then it will just generate garbage. The collision calculator is very time and CPU intensive so only use it if you are having problems with your file system tree and need to have it mostly working. -w Walk all the trees manually and copy any blocks that are referenced. Use this option if your extent tree is corrupted to make sure that all of the metadata is captured. AVAILABILITY
btrfs-image is part of btrfs-progs. Btrfs is currently under heavy development, and not suitable for any uses other than benchmarking and review. Please refer to the btrfs wiki http://btrfs.wiki.kernel.org for further details. SEE ALSO
btrfsck(8),mkfs.btrfs(8) BTRFS-IMAGE(8)
All times are GMT -4. The time now is 05:00 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy