lvlnboot, used by save_config does not work when a disk is removed and the system is in this intermediate state. If this command is not working, a recovery cannot succeed.
Question:
Why is the EFI volume not restored during a recovery?
To restore the EFI volume to the disk, reinstall the application or look at the SD configure scripts for the application and then rerun the commands that put the EFI volume in place on the disk.
Question:
Why does make_net_recovery fail when the image is 2 or more?
The make_net_recovery command uses NFS to write/read the system image from the client to/from the server. To manage images greater than 2 requires that both the client and server use NFS protocol Version 3 (PV3). NFS PV3 is standard on all
If you know you have NFS PV3 and are having problems, check the /etc/rc.config.d/ nfsconf file for the configured parameter, MOUNTD_VER that defines the default mount to be PV2 or PV3; it must be set to 3.
Question:
Why is the LAN address different after replacing a client system?
The simplest solution is to obtain the new LAN address with the BCH command LanAddress or the EFI command lanaddress. Once you have the new address, manually rename the directory. You may just remove the hostname symlink (it will be recreated automatically). Note that the LAN address must be in all uppercase, and begin with 0x.
If you already booted from the client and caused the server to create a new directory, you can just remove that directory before renaming the old directory. To avoid losing the recovery information, be careful not to remove the original directory. For example:
#cd /var/opt/ignite/clients
#mv 0x00108300041F 0x00108300042A
#rm old_hostname
Question:
When recovering a system across multiple disks, how are the volumes assigned to disks?
Question:
Why is the tape device different between making the recovery image and using the recovery image?
During the recovery process, when the file system is set up and the I/O tree is initialized, tape device files might be mapped differently from when the original recovery tape was made. Therefore, it is possible for a recovery tape to be created with one tape device file, for instance /dev/rmt/
218 Recovery