Aix Updates Using Multibos
Aix Updates Using Multibos
Aix Updates Using Multibos
What is multibos?
Introduced with AIX 5.3 TL3. Create and maintain two separate, bootable instances of the AIX OS within the same root volume group (rootvg). Standby BOS. Install, update and customize a standby instance of the AIX OS. By default, the BOS file systems in rootvg(/, /usr, /var, and /opt) and the BLV are copied. All other file systems and LVs are shared between BOS instances. Similar alternate disk: no additional disk, some LV shared between instances.
Getting Started
AIX 5.3 with TL3 or higher. Free space in rootvg for a copy of each BOS logical volume (# lsvg rootvg | grep FREE ). If all of the requirements cant be met, then a traditional update should be performed. Document the system and perform a mksysb before performing any maintenance activity.
1 4 48 21 4
1 1 1 1 1
closed/syncd N/A closed/syncd /bos_inst closed/syncd /bos_inst/usr closed/syncd /bos_inst/var closed/syncd /bos_inst/opt
Back out a TL or SP
If you need to back out of the update and return to the previous TL, all thats required is to boot the previous (original) BOS instance. Set the bootlist and verify that the BLV is set to the previous BOS instance (hd5).
# bootlist -m normal hdisk0 blv=hd5 hdisk0 blv=bos_hd5 # bootlist -m normal -o hdisk0 blv=hd5 hdisk0 blv=bos_hd5