• Problems backing up a volume group

    From Burkhard Schultheis@21:1/5 to All on Fri Nov 13 14:32:08 2015
    We have 2 LPARs on a physical server. From the VIO server I tried to
    backup the volume group containing the partitions of the LPARs. The
    command was

    /usr/bin/savevg -f'/dev/rmt0' '-v' '-i' '-m' '-X' datavg

    But the output is only

    Creating information file for volume group datavg.

    Creating list of files to back up.
    Backing up 8 files
    Backing up to /dev/rmt0.
    Cluster 51200 bytes (100 blocks).
    Volume 1 on /dev/rmt0
    a 200 ./tmp/vgdata/vgdata.files254046
    a 200 ./tmp/vgdata/vgdata.files
    a 2002 ./tmp/vgdata/datavg/filesystems
    a 9 ./tmp/vgdata/datavg/tapeblksz
    a 2824 ./tmp/vgdata/datavg/datavg.data
    a 340 ./tmp/vgdata/datavg/backup.data
    a 9600 ./tmp/vgdata/datavg/datavg_aix53.map
    a 10056 ./tmp/vgdata/datavg/datavg_aix61.map
    The total size is 25231 bytes.
    Backup finished on Fri Nov 13 07:05:33 CST 2015; there are 100 blocks on
    1 volumes.

    0512-038 savevg: Backup Completed Successfully.

    Is it not possible to backup the complete content of the VG including
    all the data of the LPARs?

    Thanks in advance!

    Regards
    Burkhard

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rootvgNet@21:1/5 to Burkhard Schultheis on Sun Nov 15 09:49:24 2015
    On Friday, November 13, 2015 at 2:32:15 PM UTC+1, Burkhard Schultheis wrote:
    We have 2 LPARs on a physical server. From the VIO server I tried to
    backup the volume group containing the partitions of the LPARs. The
    command was

    /usr/bin/savevg -f'/dev/rmt0' '-v' '-i' '-m' '-X' datavg

    But the output is only

    Creating information file for volume group datavg.

    Creating list of files to back up.
    Backing up 8 files
    Backing up to /dev/rmt0.
    Cluster 51200 bytes (100 blocks).
    Volume 1 on /dev/rmt0
    a 200 ./tmp/vgdata/vgdata.files254046
    a 200 ./tmp/vgdata/vgdata.files
    a 2002 ./tmp/vgdata/datavg/filesystems
    a 9 ./tmp/vgdata/datavg/tapeblksz
    a 2824 ./tmp/vgdata/datavg/datavg.data
    a 340 ./tmp/vgdata/datavg/backup.data
    a 9600 ./tmp/vgdata/datavg/datavg_aix53.map
    a 10056 ./tmp/vgdata/datavg/datavg_aix61.map
    The total size is 25231 bytes.
    Backup finished on Fri Nov 13 07:05:33 CST 2015; there are 100 blocks on
    1 volumes.

    0512-038 savevg: Backup Completed Successfully.

    Is it not possible to backup the complete content of the VG including
    all the data of the LPARs?

    Thanks in advance!

    Regards
    Burkhard

    savevg only only backup files of mounted file systems. To backup the contents of a client partition (sometimes called VIOC to designate it is a virtual machine (aka LPAR) that is dependent on a VIOS for resources).

    So, basically, to backup to tape from a client partition you will need to use DLPAR to reassign the tape drive to the client partition if the tape drive based on SCSI. If the TAPE drive is FC connected you need to get the tape drive zoned to the client
    partition and run savevg on the client.

    Note: savevg does not backup logical volumes that have been assigned as storage to a client partition (so called LVBS - logical volume backed storage).

    Hope this helps. And, you may try posting a question on my forums at http://forums.rootvg.net or another forum (one I and others) follow: http://www.unix.com/aix

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)