Operating System - HP-UX
1753781 Members
7568 Online
108799 Solutions
New Discussion юеВ

Re: Mirroring root on Itanium

 
SOLVED
Go to solution
Scott Buffington
Occasional Advisor

Mirroring root on Itanium

Is this the correct documentation for mirroring root on Itanium?
http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c10
8973a801/?ciid=00089099cee021109099cee02110275d6e10RCRD

I have a ia64 hp server rx6600 and I am guessing I screwed up mirroring because I am unable to set an alternate boot path with setboot. Previously I only worked with RISC and 11.11 and 11.23 and want to make sure I have the right documentation. I used an old method and found some threads stating Itanium uses a new method. However, I am encountering broken links in the threads, so I apologize for reposting question.

# lvlnboot -v
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/disk/disk10_p2 -- Boot Disk
/dev/dsk/c0t0d0 -- Boot Disk
Boot: lvol1 on: /dev/disk/disk10_p2
/dev/dsk/c0t0d0
Root: lvol3 on: /dev/disk/disk10_p2
/dev/dsk/c0t0d0
Swap: lvol2 on: /dev/disk/disk10_p2
/dev/dsk/c0t0d0
Dump: lvol2 on: /dev/disk/disk10_p2, 0

I guess I can just break the mirror and start again? Thank you.
9 REPLIES 9
melvyn burnard
Honored Contributor
Solution

Re: Mirroring root on Itanium

This is documented in the HP-UX System Administrator's Guide: Logical
Volume Management
HP-UX 11i Version 3

But I attach the part you need in a word document
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Torsten.
Acclaimed Contributor

Re: Mirroring root on Itanium

You can use the appendix from here:

When_Good_Disks_Go_Bad_WP
http://bizsupport2.austin.hp.com/bc/docs/support/SupportManual/c01911837/c01911837.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!   
Torsten.
Acclaimed Contributor

Re: Mirroring root on Itanium

Better to use hardware mirroring on this server anyway!


If you have the default SAS controller, you can have 2 pairs of hardware mirrored disks.

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!   
Scott Buffington
Occasional Advisor

Re: Mirroring root on Itanium

I am investigating all the replies. The hardware mirroring was something I was not aware of but I see it mentioned a lot in other posts. I am checking into that but I want to know how to do the standard mirroring.

Running into an issue though, after entering this command

insf -e -H 0/4/2/0.0.0.0.0

For my disk, I do not see the see the partions under /dev/rdisk, I do see slices were created for the disk in /dev/rdsk. So when I try the next step, pvcreate I get an error that there is no such file or directory.

# pvcreate -B /dev/rdisk/disk11_p2
Couldn't stat physical volume "/dev/rdisk/disk11_p2":
pvcreate: Couldn't open physical volume "/dev/rdisk/disk11_p2":
No such file or directory

More info:

# ioscan -fnC disk
Class I H/W Path Driver S/W State H/W Type Description
=====================================================================
disk 0 0/4/2/0.0.0.0.0 sdisk CLAIMED DEVICE HP EH0146FARWD
/dev/dsk/c0t0d0 /dev/dsk/c0t0d0s2 /dev/rdsk/c0t0d0 /dev/rdsk/c0t0d0s2
/dev/dsk/c0t0d0s1 /dev/dsk/c0t0d0s3 /dev/rdsk/c0t0d0s1 /dev/rdsk/c0t0d0s3
disk 1 0/4/2/0.0.0.1.0 sdisk CLAIMED DEVICE HP EH0146FARWD
/dev/dsk/c0t1d0 /dev/dsk/c0t1d0s2 /dev/rdsk/c0t1d0 /dev/rdsk/c0t1d0s2
/dev/dsk/c0t1d0s1 /dev/dsk/c0t1d0s3 /dev/rdsk/c0t1d0s1 /dev/rdsk/c0t1d0s3

# ioscan -m dsf
Persistent DSF Legacy DSF(s)
========================================
/dev/rdisk/disk10 /dev/rdsk/c0t1d0
/dev/rdisk/disk10_p1 /dev/rdsk/c0t1d0s1
/dev/rdisk/disk10_p2 /dev/rdsk/c0t1d0s2
/dev/rdisk/disk10_p3 /dev/rdsk/c0t1d0s3
/dev/rdisk/disk11 /dev/rdsk/c0t0d0

Torsten.
Acclaimed Contributor

Re: Mirroring root on Itanium

I usually do a

# insf -eC disk

and it works for me.



Regarding the hardware mirror:


When replacing a hardware mirrored disk, you just swap the disk - that's all.


Replacing a LVM mirrored SAS connected disk could be a real pain - a lot of commands are needed.

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!   
Patrick Wallek
Honored Contributor

Re: Mirroring root on Itanium

Try using the legacy device files with the mirroring. Those should still work.

So, with your pvcreate do:

pvcreate -B /def/rdsk/c0t0d0s2
Scott Buffington
Occasional Advisor

Re: Mirroring root on Itanium

I have looked at sasmgr. Is there a sasmgr bible somewhere, sort of like the document included above?

I guess the issue I run into a lot that I find these forum posts, but the links are always broken, or seem to be. Very frustrating. I am not at all familiar with sasmgr other than the man page and what info I found on the forum. Is the man page the place to look? Meaning does the man page have everything I need to know to do hardware mirroring?

I am right obviously right at the start of setting this server up and would like certainly like to pursue the best method. It sounds like hardware mirroring with this hardware is the way to go.
Torsten.
Acclaimed Contributor

Re: Mirroring root on Itanium

Google will help you to find


"HP 8 Internal Port SAS Controller and HP
Multi-Port Internal SAS Controller Support
Guide"




BTW, I think running insf against the legacy H/W path will only create legacy device files - never tried.



I would do hardware mirroring for the boot disks - be aware, data will be lost while creating the RAID.

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!   
Torsten.
Acclaimed Contributor

Re: Mirroring root on Itanium

http://h20000.www2.hp.com/bc/docs/support/SupportManual/c02017117/c02017117.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!