Operating System - HP-UX
1833541 Members
2906 Online
110061 Solutions
New Discussion

Re: Creating mirror disk---- IPF server

 
SOLVED
Go to solution
Rgomes
Valued Contributor

Creating mirror disk---- IPF server

Hi All,

How can I mirror the root vg on rx5670 server. It has little bit different procedure than PA-RISC servers. What I can't understand
the first step:

# vi /tmp/partitionfile
2
EFI 100MB
HPUX 100%

What are these 3 entries?

Thanks all of you,
Richard
10 REPLIES 10
Robert-Jan Goossens
Honored Contributor
Solution

Re: Creating mirror disk---- IPF server

Hi Richard,

Here is a good doc from the database,

http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000069099171

Document description: LVM: Mirroring LVM Root Disk On Itanium Systems
Document id: KBRC00011156

Regards,
Robert-Jan
Rgomes
Valued Contributor

Re: Creating mirror disk---- IPF server

Hi Robert,

Thanks for your prompt reply and the link!
I can still see these 3 lines as the first step:

# vi /tmp/partitionfile
2 <------------ ??
EFI 100MB <---EFI filesystem 100MB,is it ??
HPUX 100% <--- ??

You know what are these? Can you pls let me know.

Thanks again,

Richard


Bernhard Mueller
Honored Contributor

Re: Creating mirror disk---- IPF server

Richard,

lines of the partitionfile:
# of partitions to create
TYPE_of_partition SIZE_IN_MB
TYPE_of_partition PERCENTAGE_OF_REMAINING_MBs
....

e.g. could look like
8
EFI 500MB
HPUX 1024MB
HPUX 1024MB
HPUX 1024MB
HPUX 1024MB
HPUX 1024MB
HPUX 1024MB
HPUX 1024MB

would create slices 2 to 8 each 1GB in size and after running idisk and insf the command
diskinfo /dev/rdsk/cXtYd0s5 would tell you that it is a disk of 1024MB in size.

Regards,
Bernhard
Bernhard Mueller
Honored Contributor

Re: Creating mirror disk---- IPF server

Richard,

also with 11.23 the boot disk usually has a third "service" partition:
3
EFI 500MB
HPUX 100%
HPSP 400MB

check current boot disk and run diskinfo on the slices to align the partitioning of the mirrror disk.

Regards
Bernhard
Rgomes
Valued Contributor

Re: Creating mirror disk---- IPF server

Hi Mueller/Robert-Jan,

Thanks.

I am going to try this tomorrow, may be I'll need help from you.

Best regards
Richard
Rgomes
Valued Contributor

Re: Creating mirror disk---- IPF server

Hi,

Can you pls chec the idisk info, this is my primary boot HDD, and I need to mirror this with another one. From this idisk info, what whould be me /tmp/partionfile?

Thanks in advance,
Richard
Bernhard Mueller
Honored Contributor

Re: Creating mirror disk---- IPF server

Richard,

should be like in my second post.

Regards,
Bernhard
Robert-Jan Goossens
Honored Contributor

Re: Creating mirror disk---- IPF server

Hi Richard,

What part did you go true in the doc.

http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000070348531

Regards,
Robert-Jan
Rgomes
Valued Contributor

Re: Creating mirror disk---- IPF server

Hi Mueller/Robert,

I am going through the procedure.........

Thanks
Richard
Rgomes
Valued Contributor

Re: Creating mirror disk---- IPF server

Hi Mueller-Robert,

Thanks and lot, it worked out. I can boot from my alternate HDD.

Thanks again,

Richard :)