Restoring the Virtual I/O Server from a NIM server using a mksysb file

You can restore the Virtual I/O Server base code, applied fix packs, custom device drivers to support disk subsystems, and some user-defined metadata from a mksysb image stored in a remote file system.

Before you start, complete the following tasks:

To restore the Virtual I/O Server from a mksysb image in a file system, complete the following tasks:
  1. Define the mksysb file as a NIM resource, specifically, a NIM object, by running the nim command. To view a detailed description of the nim command, see nim Command. For example:
    nim -o define -t mksysb -a server=servername -alocation=/export/ios_backup/
    filename.mksysb objectname
    Where:
    • servername is the name of the server that holds the NIM resource.
    • filename is the name of the mksysb file.
    • objectname is the name by which NIM registers and recognizes the mksysb file.
  2. Define a Shared Product Object Tree (SPOT) resource for the mksysb file by running the nim command. For example:
    nim -o define -t spot -a server=servername -a location=/export/ios_backup/
    SPOT -a source=objectname SPOTname
    Where:
    • servername is the name of the server that holds the NIM resource.
    • objectname is the name by which NIM registers and recognizes the mksysb file.
    • SPOTname is the NIM object name for the mksysb image that was created in the previous step.
  3. Install the Virtual I/O Server from the mksysb file using the smit command. For example:
    smit nim_bosinst
    Ensure the following entry fields contain the following specifications.
    Table 1. Specifications for the SMIT command
    Field Specification
    Installation TYPE mksysb
    SPOT SPOTname from step 3
    MKSYSB objectname from step 2
    Remain NIM client after install? no
  4. Start the Virtual I/O Server logical partition. For instructions, see step 3, Boot the Virtual I/O Server, of Installing the Virtual I/O Server using NIM.
  5. If you restored the Virtual I/O Server to a different system from which it was backed up, you must restore the user-defined virtual devices. For instructions, see Restoring user-defined virtual devices.