Operating System - HP-UX
1752590 Members
3209 Online
108788 Solutions
New Discussion юеВ

detailed steps of rx6600 failed root disk replace(11.23)

 
SOLVED
Go to solution
stephen peng
Valued Contributor

detailed steps of rx6600 failed root disk replace(11.23)

guys,
an rx6600 failed one mirrored disk in vg00 and i am gonna replace it.beside lvreduce, vgreduce, replace failed disk, vgextend, lvextend, is there any other thing I need to handle? i knew that there were three partitions on an 11.23 root disk, can I ignore s1 and s3?

regards
Stephen
16 REPLIES 16
rariasn
Honored Contributor

Re: detailed steps of rx6600 failed root disk replace(11.23)

Shibin_2
Honored Contributor

Re: detailed steps of rx6600 failed root disk replace(11.23)

Hi Stephen,

Read the attached document and follow the steps.

Good luck.
Regards
Shibin
stephen peng
Valued Contributor

Re: detailed steps of rx6600 failed root disk replace(11.23)

rariasn,
sometimes the disk is just failing but not completely failed, could I consider it failed and follow your method?

regards
Stephen
Torsten.
Acclaimed Contributor

Re: detailed steps of rx6600 failed root disk replace(11.23)

If this is not a hardware mirror, you need to redirect the new to the old device file after replacement, e.g.

# sasmgr replace_tgt -D /dev/sasd0 -q old_dev=/dev/dsk/c1t4d0 -q new_tgt_hwpath=0/4/1/0.0.0.11.0

(adjust the values to your configuration)

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!   
stephen peng
Valued Contributor

Re: detailed steps of rx6600 failed root disk replace(11.23)

Torsten,
is it necessary to follow your idea at 11.23? i consider REPLACING the disk would reuse the device file.

regards
Stephen
Torsten.
Acclaimed Contributor

Re: detailed steps of rx6600 failed root disk replace(11.23)

The SAS disk will always get a new device file, so you need to adjust it before you can use the "old" configuration.

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!   
stephen peng
Valued Contributor

Re: detailed steps of rx6600 failed root disk replace(11.23)

Torsten,
can I just use the new device file when
#pvchange -a n
#vgcfgrestore -n vg00
but not using your idea?

regards
Stephen
stephen peng
Valued Contributor

Re: detailed steps of rx6600 failed root disk replace(11.23)

sorry, it should be
#pvchange -a n s2
#vgcfgrestore -n vg00 s2
Torsten.
Acclaimed Contributor

Re: detailed steps of rx6600 failed root disk replace(11.23)

No, all your existing configuration contains the old device file.

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!