Operating System - HP-UX
1832530 Members
8495 Online
110043 Solutions
New Discussion

swaping disk from B1 to A1 in L1000

 
Ranveer
HPE Pro

swaping disk from B1 to A1 in L1000

Dear All

In my L1000 server the root disk is installed in B1(0/0/1/1.2) slot. Now this slot is having problem.from this slot server is not booting. I fixed new disk to this B1 slot and try to load HP unix but failed.so i loaded the hp by installing new disk in A1(0/0/2/0/2, it loaded successfully.so i came to conclusion that my original disk is fine but slot B1 is having problem.
so I want to insert original disk to A1( 0/0/2/0.2)
after inserting in A1, it is detected by Sea command.

but it is not booting in A1. what are the changes should i make to boot the server form A1(0/0/2/0.2)?

Please help me.


I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
4 REPLIES 4
RAC_1
Honored Contributor

Re: swaping disk from B1 to A1 in L1000

what does lifls -l /dev/rdsk/cxtxdx look like?? Does it have all bood utilities??

Also is this a boot disk?? Have you boot through it in the past?
There is no substitute to HARDWORK
Morcos
Super Advisor

Re: swaping disk from B1 to A1 in L1000

Hi,

Can u boot in maintenance mode?
what's the output of lvlnboot -v?

Morcos
Super Advisor

Re: swaping disk from B1 to A1 in L1000

If you can boot in -lm, but not otherwise, then it could be a couple of things:

your autoboot string does not point to the correct disk.


Your lvlnboot info could be bad:

lvlnboot -s /dev/vg00/lvol2
lvlnboot -r /dev/vg00/lvol3
lvlnboot -b /dev/vg00/lvol1
Torsten.
Acclaimed Contributor

Re: swaping disk from B1 to A1 in L1000

If you install your boot disk in a different slot, the hw-path is changing.

install the drive in the new slot and boot to LVM maintenance mode.

#hpux -lm

install device files

#insf -e

vgexport and vgimport the vg00

(e.g.
#vgexport vg00
#mkdir /dev/vg00
#mknod /dev/vg00/group c 64 0x000000
#vgimport /dev/vg00 /dev/dsk/cxtyd0

configure the boot information
(lvlnboot -r|-b|-d ...

reboot!

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!