Ignite-UX Administration Guide for HP-UX 11i (B3921-90080, November 2013)

To list the files and directories included in a recovery image, use the list_expander command
in the following way:
/opt/ignite/lbin/list_expander -f archive_content
where archive_content is the file that identifies keywords specifying inclusions and exclusions
for the recovery image. It is the same archive_content file discussed in the "Recovery Image
Creation Process" section above.
NOTE: The /var/opt/ignite/clients/client/recovery/archive_content file is
overwritten whether a recovery image is successfully produced or not. Be sure the
archive_content file matches the recovery image you are exploring.
Running list_expander without specifying -f archive_content causes a list of the essential
recovery image files and directories to be listed.
You can also use list_expander to list disks and volume groups included in a recovery image
by using the -d option:
/opt/ignite/lbin/list_expander -d -f archive_content
Omitting the -f archive_content will cause the essential list to be displayed.
The following is example list_expander -d output:
In? dsk/vg name minor# Associated disks
0 d /dev/dsk/c0t3d0
1 v /dev/vg00 0x00 /dev/dsk/c0t6d0
/dev/dsk/c0t4d0
0 v /dev/vg01 0x01 /dev/dsk/c0t1d0
0 v /dev/vg02 0x02 /dev/dsk/c0t2d0
The In? column shows, for each disk or volume group, if it will be:
2 = included in full (inc_entire specifies entire disk/volume group), or 1 = included in part
(some files are included, some not), or 0 = not included at all (no files from this disk/volume group
are included.)
The 0 means the disk or volume group will not be touched. The 1 or 2 means that the disk or
volume group will be recreated and files from the recovery image will be restored during a recovery
operation.
The dsk/vg column shows that the system has one whole disk (d) and three volume groups (v).
The next column gives the names of the disks and volume groups.
196 Recovery