Multibos is one of the utilties in AIX to take a backup of the Operating System. Multibos is capable of creating multiple instance of the Operating System. Unlike cloning, it takes backup of the Operating System in the rootvg itself. All the filesystem are prefixed with "bos_"
Note: Login as a root user.
1) Ensure you have enough PP's in your rootvg and no stale PP's in the rootvg.
# lsvg rootvg
2) Initiate the multibos.
# multibos -sXp
-s : Created an instance Standby BOS.
-X : Increase the size of the filesystem dynamically.
-p : Preview mode. Once preview is fine execute the same command without -p.
3) It would take 15 mins to complete.
4) Check the multibos standby BOS created by,
# lsvg -l rootvg
5) To mount all the standby BOS use the command,
# multibos -Xm
6) Operation on the multibos BOS can be done through multibos shell.
# multibos -S
7) Remove the standby BOS through,
# multibos -RXp
-p for preview operation. Once done with preview -p can be removed and executed.
Note: Login as a root user.
1) Ensure you have enough PP's in your rootvg and no stale PP's in the rootvg.
# lsvg rootvg
2) Initiate the multibos.
# multibos -sXp
-s : Created an instance Standby BOS.
-X : Increase the size of the filesystem dynamically.
-p : Preview mode. Once preview is fine execute the same command without -p.
3) It would take 15 mins to complete.
4) Check the multibos standby BOS created by,
# lsvg -l rootvg
5) To mount all the standby BOS use the command,
# multibos -Xm
6) Operation on the multibos BOS can be done through multibos shell.
# multibos -S
7) Remove the standby BOS through,
# multibos -RXp
-p for preview operation. Once done with preview -p can be removed and executed.
No comments:
Post a Comment