Originally posted by: SystemAdmin
your question is confusing.
for bosboot issue:
-
ls -al /dev/ipldevice
crw------- 2 root system 17, 0 Nov 16 14:20 /dev/ipldevice
the minor # is 0
-
ls -al /dev/rhdisk*
crw------- 2 root system 17, 0 Nov 16 14:20 /dev/rhdisk0
crw------- 1 root system 17, 1 Nov 16 14:20 /dev/rhdisk1
the minor # for rhdisk0 is 0 (sometimes the rhdisk1 might have minor # 0 ) so in that case the bootdisk's first pref is hdisk1.
issue # bootlist -m normal -o
if is hdisk0 then hdisk1 and the ipldevice minor # is 0 then bosboot -ad /dev/hdisk0 or
-
bosboot -ad /dev/ipldevice is good command, if minor # of ipldevice is 1 and is assigned to hdisk1 then
recreate the ipldevice by command
-
ln -f /dev/rhdisk0 /dev/ipldevice
also check if # ipl_varyon -i
gives bootable as yes to both disk