How To Backup and Restore The Virtual I/O Server
How To Backup and Restore The Virtual I/O Server
Table of Contents
Backing up the Virtual I/O Server.................................................................................................................. 1
Backing up to a tape or DVD-RAM............................................................................................................ 1
Backing up to a remote file system by creating a nim_resources.tar file....................................................1
Backing up to a remote file system by creating a mksysb image...............................................................3
Restoring the Virtual I/O Server..................................................................................................................... 3
Restoring from a tape or DVD.................................................................................................................... 3
Restoring from a remote file system using a nim_resources.tar file...........................................................3
Restoring the Virtual I/O Server from a remote file system using a mksysb image....................................4
Integrated Virtualization Manager (IVM) Consideration.................................................................................5
Troubleshooting............................................................................................................................................. 5
This document describes different methods to backup and restore the Virtual I/O Server.
Restoring the Virtual I/O Server from a remote file system using a mksysb image
To restore the Virtual I/O Server from a mksysb image in a file system using NIM, complete the following
tasks:
1. Define the mksysb file as a NIM object, by running the nim command.
nim -o define -t mksysb -a server=master –a location=/export/ios_backup/filename.mksysb objectname
where objectname is the name by which NIM registers and recognizes the mksysb file.
2. Define a SPOT resource for the mksysb file by running the nim command (all one line).
nim -o define -t spot -a server=master -a location=/export/ios_backup/SPOT -a source=objectname
SPOTname
where SPOTname is the name of the SPOT resource for the mksysb file.
3. Install the Virtual I/O Server from the mksysb file using the smit command.
smit nim_bosinst
The following entry fields must be filled:
“Installation type” => mksysb
“Mksysb” => the objectname chosen in step1
“Spot” => the SPOTname chosen in step2
4. Start the Virtual I/O Server logical partition.
a) On the HMC, right-click the partition to open the menu.
b) Click Activate. The Activate Partition menu opens with a selection of partition profiles. Be sure the
correct profile is highlighted.
c) Select the Open a terminal window or console session check box to open a virtual terminal (vterm)
window.
d) Click (Advanced...) to open the advanced options menu.
e) For the Boot mode, select SMS.
f) Click OK to close the advanced options menu.
g) Click OK. A vterm window opens for the partition.
h) In the vterm window, select Setup Remote IPL (Initial Program Load).
i) Select the network adapter that will be used for the installation.
j) Select IP Parameters.
k) Enter the client IP address, server IP address, and gateway IP address. Optionally, you can enter
the subnet mask. After you have entered these values, press Esc to return to the Network
Parameters menu.
l) Select Ping Test to ensure that the network parameters are properly configured. Press Esc twice to
return to the Main Menu.
m) From the Main Menu, select Boot Options.
n) Select Install/Boot Device.
o) Select Network.
p) Select the network adapter whose remote IPL settings you previously configured.
q) When prompted for Normal or Service mode, select Normal.
r) When asked if you want to exit, select Yes.
Integrated Virtualization Manager (IVM) Consideration
If your Virtual I/O Server is managed by the IVM, prior to backup of your system, you need to backup your
partition profile data for the management partition and its clients as IVM is integrated with Virtual I/O Server,
but the LPARs profile is not saved with the backupios command.
There are two ways to perform this backup:
From the IVM Web Interface
1. From the Service Management menu, click Backup/Restore
2. Select the Partition Configuration Backup/Restore tab
3. Click Generate a backup
From the Virtual I/O Server CLI
Run the following command
bkprofdata -o backup
Both these methods generate a file named profile.bak with the information about the LPARs configuration.
While using the Web Interface, the default path for the file is /home/padmin. But if you perform the backup
from CLI, the default path will be /var/adm/lpm. This path can be changed using the –l flag. Only ONE file can
be present on the system, so each time the bkprofdata is issued or the Generate a Backup button is
pressed, the file is overwritten.
To restore the LPARs profile you can use either the GUI or the CLI
From the IVM Web Interface
1. From the Service Management menu, click Backup/Restore
2. Select the Partition Configuration Backup/Restore tab
3. Click Restore Partition Configuration
From the Virtual I/O Server CLI
Run the following command
rstprofdata –l 1 –f /home/padmin/profile.bak
It is not possible to restore a single partition profile. In order to restore LPARs profile, none of the LPARs
profile included in the profile.bak must be defined in the IVM.
Troubleshooting
Error during information gathering
In the case where you have specified the System Managed and the profile, but the HMC is not able to
find a network adapter:
1. Check if the profile has a physical network adapter assigned
2. Check if there is an hardware conflict with other running partition
3. Check if the status of the LPAR is not correct (must be Not Activated)
Error during NIMOL initialization
• The following error probably indicates that the remote FS is not correctly exported.
nimol_config ERROR: error from command /bin/mount < remoteNFS> /mnt/nimol
mount:< remoteNFS> failed, reason given by server: Permission denied.
• The following error probably indicates that you have specified a NFS that does not contain a valid
nim_resources.tar file or the nim_resources.tar is a valid file but does not have valid permissions
for “others”.
nimol_config ERROR: Cannot find the recource SPOT in /mnt/nimol
Error during lpar_netboot
In the case where the LPAR fails to power on
1. Check if there is an hardware conflict with other running partition
4. Check if the status of the LPAR is not correct (must be Not Activated)
In the case of Bootp failure, when the NIMOL initialization was successful
1. Check if there is a valid route between the HMC and the LPAR
2. Check that you have insert valid information during the initial phase
Error during BOS install phase
Probably there is a problem with the disk used for the installation
• Open a Vterm and check if the system is asking to select a different disk
• power off the LPAR, modify the profile to use another storage unit and restart installation