1833784 Members
2950 Online
110063 Solutions
New Discussion

Mirroring hpux on BL860C

 
SOLVED
Go to solution
GB Tek
Valued Contributor

Mirroring hpux on BL860C

Can someone advise the best way to mirror on an itanium system running hpux?
Ask and you shall receive
6 REPLIES 6
Pete Randall
Outstanding Contributor
Solution

Re: Mirroring hpux on BL860C

http://h21007.www2.hp.com/dspp/tech/tech_TechSingleTipDetailPage_IDX/1,2366,5343
,00.html
-or-
http://docs.hp.com/en/B2355-90950/ch06s02.html#cchgjafa


Assuming those links are still valid, they should explain the process on Itanium architecture.


Pete

Pete
Torsten.
Acclaimed Contributor

Re: Mirroring hpux on BL860C

Hi,

see here (Appendix A - page 25)

How to mirror the root volume (Integrity servers).................................................................................25

http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf

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!   
Pete Randall
Outstanding Contributor

Re: Mirroring hpux on BL860C

Sorry, that first link got messed up - try this:

http://h21007.www2.hp.com/dspp/tech/tech_TechSingleTipDetailPage_IDX/1,2366,5343,00.html


Pete

Pete
Torsten.
Acclaimed Contributor

Re: Mirroring hpux on BL860C

Pete, what I dislike on this link is - this is for 11.22 (with only 2 partitions).
But what I like is to run

# lvlnboot -r /dev/vg00/lvol3
# lvlnboot -b /dev/vg00/lvol1
# lvlnboot -s /dev/vg00/lvol2
# lvlnboot -d /dev/vg00/lvol2

instead of
lvlnboot -R.

Greg, make sure to use

# cat </tmp/partitionfile
> 3
> EFI 500MB
> HPUX 100%
> HPSP 400MB
> EOF

(or something similar) to create 3 partitions.


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!   
GB Tek
Valued Contributor

Re: Mirroring hpux on BL860C

Thanks guys. I'm working it now with the great information provided.
Ask and you shall receive
GB Tek
Valued Contributor

Re: Mirroring hpux on BL860C

Got it working thanks.
Ask and you shall receive