Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

lost bosboot after unmirroring

Status
Not open for further replies.

billo102

Technical User
Mar 2, 2009
31
0
0
GB
Hi,

I unmirrored a root volume group and now I get the following error when I do the command below. I followed the steps to unmirror rootvg from this link


neptune:/::bosboot -a -d /dev/hdisk0

0301-168 bosboot: The current boot logical volume, /dev/hd5,
does not exist on /dev/hdisk0.

Any ideas?
 
First of all, show us the output of:
lspv
lsvg -l rootvg
lspv -l hdisk0
 
clukua07:root:/ $ lspv
hdisk0 000d898cf0190f9d rootvg active
hdisk1 000d898cf4f94f4e vg_gall active
hdisk2 000d898c0a94e8ef vg_mis active
hdisk3 000d898c0a94e960 vg_mis active
hdisk4 000d898c0a94e9d5 vg_mis active
hdisk5 000d898c0a94ea4d vg_mis active
hdisk6 000d898c0a94eabd vg_mis active
hdisk7 000d898c4ec467e7 vg_brec active
hdisk8 000d898cf7dba874 vg08 active
hdisk9 000d898cd997dec4 vg09 active
clukua07:root:/ $


clukua07:root:/ $ lsvg -l rootvg
rootvg:
LV NAME TYPE LPs PPs PVs LV STATE MOUNT POINT
hd5 boot 2 2 1 closed/syncd N/A
hd6 paging 180 180 1 open/syncd N/A
hd8 jfs2log 1 1 1 open/syncd N/A
hd4 jfs2 33 33 1 open/syncd /
hd2 jfs2 102 102 1 open/syncd /usr
hd9var jfs2 33 33 1 open/syncd /var
hd3 jfs2 98 98 1 open/syncd /tmp
hd1 jfs2 63 63 1 open/syncd /home
hd10opt jfs2 36 36 1 open/syncd /opt
fslv32 jfs2 64 64 1 open/syncd /audit
clukua07:root:/ $
clukua07:root:/ $
clukua07:root:/ $ lspv -l hdisk0
hdisk0:
LV NAME LPs PPs DISTRIBUTION MOUNT POINT
fslv32 64 64 64..00..00..00..00 /audit
hd1 63 63 33..22..00..08..00 /home
hd3 98 98 00..00..10..88..00 /tmp
hd10opt 36 36 36..00..00..00..00 /opt
hd4 33 33 00..33..00..00..00 /
hd8 1 1 00..00..01..00..00 N/A
hd9var 33 33 00..33..00..00..00 /var
hd2 102 102 00..102..00..00..00 /usr
hd6 180 180 00..00..180..00..00 N/A
hd5 2 2 00..02..00..00..00 N/A
clukua07:root:/ $
 
Those sites referenced in the other answers may have eventually gotten to this, but this is what I use:

Create a link between the boot device indicated and the /dev/ipldevice file. Enter:

rm ipldevice

ln /dev/boot_device_name /dev/ipldevice
example:

ln /dev/rhdisk0 /dev/ipldevice

Then run
bosboot -ad /dev/hdisk0

and

bosboot -ad /dev/ipldevice


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top