Create a mksysb + SPOT using NIM (CLI)

Create a mksysb + SPOT using NIM (CLI)

Here I will describe how to create a mksysb image of a NIM client from the NIM server using the cli and afterwards we will create a SPOT from the newly created mksysb.

So firt we define the new mksysb:

# nim -o define -t mksysb -a server=master -a location=/export2/mksysb/P2_1202_TL7.mk -a mk_image=yes -a source=power2 P2_1202_TL7_mk

+---------------------------------------------------------------------+
                System Backup Image Space Information
              (Sizes are displayed in 1024-byte blocks.)
+---------------------------------------------------------------------+

Required = 3774349 (3686 MB)    Available = 5288840 (5165 MB)

Creating information file (/image.data) for rootvg..

Creating list of files to back up
..
Backing up 68372 files..............................
55742 of 68372 files backed up (81%)................

68372 of 68372 files backed up (100%)
0512-038 savevg: Backup Completed Successfully.


-o Operation
-t Type
-a Atributes

 

Using lsnim we can verify the new mksysb image

# lsnim -l P2_1202_TL7_mk
P2_1202_TL7_mk:
   class          = resources
   type           = mksysb
   arch           = power
   Rstate         = ready for use
   prev_state     = unavailable for use
   location       = /export2/P2_1202_TL7.mk
   version        = 6
   release        = 1
   mod            = 7
   oslevel_r      = 6100-07
   alloc_count    = 0
   server         = master
   extracted_spot = SPOT_6100_07
   creation_date  = Tue Feb 21 17:06:19 2012
   source_image   = power2

After the mksysb image is created we can use it to extract a SPOT from it.

# nim -o define -t spot -a source=P2_1202_TL7_mk -a server=master -a location=/export2/SPOT_6100_07/ SPOT_6100_07

 Creating SPOT in "/export2/SPOT_6100_07/" on machine "master" from "P2_1202_TL7_mk" ...

 Restoring files from BOS image.  This may take several minutes ...

 Checking filesets and network boot images for SPOT "SPOT_6100_07".
 This may take several minutes ...

Finally check the SPOT using lsnim

# lsnim -l SPOT_6100_07
SPOT_6100_07:
   class         = resources
   type          = spot
   plat_defined  = chrp
   arch          = power
   Rstate        = ready for use
   prev_state    = verification is being performed
   location      = /export2/SPOT_6100_07/SPOT_6100_07/usr
   version       = 6
   release       = 1
   mod           = 7
   oslevel_r     = 6100-07
   alloc_count   = 0
   server        = master
   if_supported  = chrp.64 ent
   Rstate_result = success
   mksysb_source = P2_1202_TL7_mk
0 (0)
Article Rating (No Votes)
Rate this article
Attachments
There are no attachments for this article.
Comments
There are no comments for this article. Be the first to post a comment.
Full Name
Email Address
Security Code Security Code
Related Articles RSS Feed
How to check dual path in AIX
Viewed 13572 times since Fri, Jun 8, 2018
AIX: Error code 0516-1339, 0516-1397 0516-792: cannot extendvg with a previous Oracle ASM disk
Viewed 3569 times since Wed, Feb 6, 2019
n a perfect world....rootvg would always reside on hdisk0
Viewed 2177 times since Thu, Jun 6, 2019
Check connection (rsh or nimsh) between NIM server and LPAR
Viewed 10154 times since Thu, Feb 21, 2019
HOWTO: Copy a filesystem on AIX
Viewed 2374 times since Mon, May 28, 2018
Using splitvg in AIX to make a copy of a volume group
Viewed 8595 times since Mon, Jun 3, 2019
AIX NFS Version 4 configuration over Kerberos inter-realm setup
Viewed 3848 times since Wed, Jun 27, 2018
O’Reilly’s CD bookshelf
Viewed 12045 times since Wed, Jun 27, 2018
How to mirror the rootvg in AIX?
Viewed 4802 times since Mon, May 21, 2018
AIX ODM for MPIO User Guide 09
Viewed 3837 times since Mon, Dec 31, 2018