AIX Switching Kernel Bit Modes

From UNIX Systems Administration
Revision as of 13:34, 26 January 2012 by Michael Kohler (talk | contribs)
Jump to navigation Jump to search

Switching to the 32bit Kernel

  1. # ln -sf /usr/lib/boot/unix_mp /unix
  2. # ln -sf /usr/lib/boot/unix_mp /usr/lib/boot/unix
  3. You will need to note which hdisks that hd5 appears on.
    1. # lslv -m hd5
  4. Change the base operating system boot devices repeat for each disk listed in previous step.
    1. # # bosboot -ad <hdisk#>
  5. Restart the server to apply the changes.
  6. Verify that the server is running the 32 bit kernel.
    1. # bootinfo -K
  7. Add the drives to the bootlist that where listed with the lslv command.
    1. # bootlist -m normal <hdisk#> ... <hdisk#n>

Switching to the 64 bit Kernel

  1. # ln -sf /usr/lib/boot/unix_64 /unix
  2. # ln -sf /usr/lib/boot/unix_64 /usr/lib/boot/unix
  3. You will need to note which hdisks that hd5 appears on.
    1. # lslv -m hd5
  4. Change the base operating system boot devices repeat for each disk listed in previous step.
    1. # # bosboot -ad <hdisk#>
  5. Restart the server to apply the changes.
  6. Verify that the server is running the 64 bit kernel.
    1. # bootinfo -K
  7. Add the drives to the bootlist that where listed with the lslv command.
    1. # bootlist -m normal <hdisk#> ... <hdisk#n>

Resources

  1. IBM pSeries and AIX Information Center
  2. AIX Commands you should not leave home without