- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Creating mirror disk---- IPF server
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2003 11:34 PM
11-30-2003 11:34 PM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2003 11:37 PM
11-30-2003 11:37 PM
SolutionHere 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2003 11:45 PM
11-30-2003 11:45 PM
Re: Creating mirror disk---- IPF server
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2003 11:46 PM
11-30-2003 11:46 PM
Re: Creating mirror disk---- IPF server
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2003 11:58 PM
11-30-2003 11:58 PM
Re: Creating mirror disk---- IPF server
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2003 11:58 PM
11-30-2003 11:58 PM
Re: Creating mirror disk---- IPF server
Thanks.
I am going to try this tomorrow, may be I'll need help from you.
Best regards
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2003 11:01 PM
12-01-2003 11:01 PM
Re: Creating mirror disk---- IPF server
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2003 11:16 PM
12-01-2003 11:16 PM
Re: Creating mirror disk---- IPF server
should be like in my second post.
Regards,
Bernhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2003 11:19 PM
12-01-2003 11:19 PM
Re: Creating mirror disk---- IPF server
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2003 11:36 PM
12-01-2003 11:36 PM
Re: Creating mirror disk---- IPF server
I am going through the procedure.........
Thanks
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2003 12:51 AM
12-02-2003 12:51 AM
Re: Creating mirror disk---- IPF server
Thanks and lot, it worked out. I can boot from my alternate HDD.
Thanks again,
Richard :)