AIX

AIX

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

 View Only
  • 1.  How do I make a AIX5.3 system dual boot aix5.2 / 5.3

    Posted Thu July 13, 2006 04:36 AM

    Originally posted by: SystemAdmin


    I have a p520 server currently running Aix5.3 on one drive.

    I have a identical spare second drive available to install 5.2 onto.

    After reading up the alt_disk_install, I'm not sure whether it will like
    installing an older operating system. Also not sure if I should use smit
    alt_mksysb or clone the rootvg.


  • 2.  Re: How do I make a AIX5.3 system dual boot aix5.2 / 5.3

    Posted Fri July 14, 2006 03:48 PM

    Originally posted by: SystemAdmin


    Check out the [b]bootlist[/b] command at: http://publib.boulder.ibm.com/infocenter/pseries/v5r3/topic/com.ibm.aix.doc/cmds/aixcmds1/bootlist.htm#az7x8b0chri

    What you'd basically do is install aix 5.2 to your other hdisk and then use bootlist -m normal hdisk0 hdisk1 ... where hdisk0 is aix 5.3 and hdisk1 is aix 5.2. When the system reboots it will attempt hdisk0 first, etc so in this case you'd boot aix 5.3. To change the boot order simply use bootlist -m normal hdisk1 hdisk0 ... to boot aix 5.2 first.