This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
aix:savebase_error [2023/09/01 10:30] manu |
aix:savebase_error [2023/09/01 10:38] (current) manu |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== AIX error with savebase or bosboot ====== | + | ====== AIX error with mksysb ====== |
| + | |||
| + | ===== AIX error with mkszfile ===== | ||
| + | |||
| + | Error mksysb | ||
| + | <cli prompt='>'> | ||
| + | [root@aixb211n] /root/scripts> ./mksysb.sh failed | ||
| + | |||
| + | [root@aixb211n] /var/log/syslog> /usr/bin/mkszfile | ||
| + | 0518-507 odmget: Could not retrieve object for CuDv, ODM error number 5904 | ||
| + | 0518-507 odmget: Could not retrieve object for CuDv, ODM error number 5904 | ||
| + | 0518-507 odmget: Could not retrieve object for PdDv, ODM error number 5904 | ||
| + | |||
| + | 0301-150 bosboot: Invalid or no boot device specified! | ||
| + | usage: bosboot {-a | -v} [-d device] [-p proto] [-k kernel] [-l lvdev] | ||
| + | [-b file] [-M primary|standby|both] [-D|-I] [-LTqr] | ||
| + | </cli> | ||
| + | |||
| + | Solve it using the following commands, where hdisk3 is the boot disk | ||
| + | <cli prompt='#'> | ||
| + | # rmlv hd5 | ||
| + | # mklv -y hd5 -t boot -a e rootvg 1 hdisk3 >>> hdisk3 is the bootable disk | ||
| + | # cd /dev | ||
| + | # rm ipldevice | ||
| + | # rm ipl_blv | ||
| + | # ln /dev/rhdisk3 /dev/ipldevice | ||
| + | # ln /dev/rhd5 /dev/ipl_blv | ||
| + | # bosboot -ad /dev/ipldevice | ||
| + | # bosboot -ad /dev/hdisk3 | ||
| + | # bootlist -m normal hdisk3 | ||
| + | # bootlist -m normal -o | ||
| + | </cli> | ||
| + | ===== AIX error with savebase or bosboot ===== | ||
| Check the disks | Check the disks | ||