AIX

AIX

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


#Power
#Power
 View Only
Expand all | Collapse all

changing PP size for the rootvg (fresh installaltion)

  • 1.  changing PP size for the rootvg (fresh installaltion)

    Posted Wed March 14, 2012 09:50 AM

    Originally posted by: PontiacGeronimo


    during fresh installation AIX calculates own PP size in rootvg.
    I would like to specify my own PP size (I will later restore the image on bigger disks).
    I can install fresh AIX from NIM (using lpp_source+spot and rte method) with default PP size (AIX calculates).

    but even if I create customized image.data NIM resource (with desired PP size for rootvg) then the installation always fails with error:

    
    Approximate     Elapsed time % tasks complete   (in minutes)     cp: /etc/objrepos/CuAt and /../etc/objrepos/CuAt are identical (not copied). cp: /etc/objrepos/CuAt.vc and /../etc/objrepos/CuAt.vc are identical (not copied). cp: /etc/objrepos/CuData and /../etc/objrepos/CuData are identical (not copied). cp: /etc/objrepos/CuData.vc and /../etc/objrepos/CuData.vc are identical (not copied). cp: /etc/objrepos/CuDep and /../etc/objrepos/CuDep are identical (not copied). cp: /etc/objrepos/CuDv and /../etc/objrepos/CuDv are identical (not copied). cp: /etc/objrepos/CuDvDr and /../etc/objrepos/CuDvDr are identical (not copied). cp: /etc/objrepos/CuPath and /../etc/objrepos/CuPath are identical (not copied). cp: /etc/objrepos/CuPath.vc and /../etc/objrepos/CuPath.vc are identical (not copied). cp: /etc/objrepos/CuPathAt and /../etc/objrepos/CuPathAt are identical (not copied). cp: /etc/objrepos/CuPathAt.vc and /../etc/objrepos/CuPathAt.vc are identical (not copied). cp: /etc/objrepos/CuVPD and /../etc/objrepos/CuVPD are identical (not copied). BOS Install: Could not copy customized device object classes to disk. ID#        OPTION 1        Continue 2        Perform System Maintenance and Then Continue Enter ID number:
    

    There are no warnings that disk is too small - it fails in later step when installp should process all required filesets...
    Is image.data resource not valid for base AIX instalaltion from spot+lpp_source?
    both NIM resources were made of fresh AIX 6.1 installation medias. When I install without image.data resource then whole installation process goes fine.

    Any idea how to get this stuff working?
    best regards, P.
    #AIX-Forum


  • 2.  Re: changing PP size for the rootvg (fresh installaltion)

    Posted Wed March 14, 2012 10:49 AM

    Originally posted by: PontiacGeronimo


    ok, I think I've found a workaround

    I had to install it twice:

    step #1: fresh AIX installation with default PP sizes ~14 minutes
    step #2: ifconfig en0 up....; mount NIM_IP:/.../mnt;mksysb -i -e -X /mnt/fresh_AIX... ~1 minute
    step #3: second AIX installation from from mksysb + customized image.data ~2 minutes

    and finally my base/fresh rootvg has now desired PP size

    I was surprised how quickly (2 minutes) mksysb installation completed comparing to standard AIX installation (from the same NIM server but from lpp_source+spot)
    #AIX-Forum