AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
 View Only
Expand all | Collapse all

Backup Power LPars with "nim -Fo define -t mksysb" - command

  • 1.  Backup Power LPars with "nim -Fo define -t mksysb" - command

    Posted Fri April 23, 2010 04:41 AM

    Originally posted by: ArkadyZelekman


    Suppose I want to create a mksysb file from some LPAR (VM) by the following command:

    nim -Fo define -t mksysb
    -a source="@VM name"
    -a type=mksysb
    -a server=master
    -a location="@path to folder"
    -a mk_image=yes
    -a mksysb_flags=Xe
    "@user input name"

    1. Does mksysb-file created by this command backups only rootVG or it backups all other VGs also ? (As I understood from documentation - only rootVG, but I want to make sure).

    2. Does mksysb-file created by this command backups IP address/hostname of LPAR ? (I didn't find answer on this question in documentation).

    Thank you in advance,
    Arkady.
    #AIX-Forum


  • 2.  Re: Backup Power LPars with "nim -Fo define -t mksysb" - command

    Posted Mon May 10, 2010 08:17 AM

    Originally posted by: usrb


    1. Yes
    2. Yes, if rootvg is backed up, then all settings too.
    #AIX-Forum


  • 3.  Re: Backup Power LPars with "nim -Fo define -t mksysb" - command

    Posted Tue May 11, 2010 04:15 AM

    Originally posted by: ArkadyZelekman


    Thank you very much.
    #AIX-Forum