HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- load balance and adding new disks to a stand_by se...
Operating System - HP-UX
1834255
Members
1777
Online
110066
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
03-21-2008 09:52 AM
03-21-2008 09:52 AM
load balance and adding new disks to a stand_by server
1) After I have added the new disks to an existing volume group on the primary server, how do I go about with load balancing and adding new disks to an existing volume group on the fail_over server? thanks
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2008 05:26 PM
03-21-2008 05:26 PM
Re: load balance and adding new disks to a stand_by server
vgexport -m vg##.mapfile -s -p -v /dev/vg##
(* mapfile / search for all disks / preview / verbose *)
vgexport -m vg##.mapfile -s -v /dev/vg##
(* when ready *0
ftp vg##.mapfile over to fail over server.
vgimport -s -v -p -m vg##.mapfile /dev/vg##
(* search for disks w/out listing them / verbose / preview / mapfile - see if disks respond *)
vgimport -v -s -m vg##.mapfile /dev/vg##
(* when ready *)
Alternative is to list every disk w/out using the -s option. See man pages.
(* mapfile / search for all disks / preview / verbose *)
vgexport -m vg##.mapfile -s -v /dev/vg##
(* when ready *0
ftp vg##.mapfile over to fail over server.
vgimport -s -v -p -m vg##.mapfile /dev/vg##
(* search for disks w/out listing them / verbose / preview / mapfile - see if disks respond *)
vgimport -v -s -m vg##.mapfile /dev/vg##
(* when ready *)
Alternative is to list every disk w/out using the -s option. See man pages.
Support Fatherhood - Stop Family Law
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2008 08:28 PM
03-21-2008 08:28 PM
Re: load balance and adding new disks to a stand_by server
But my disks still not load balancing.
My current procedure is to vgexport with the map file from primary server than after load balancing the disks. I have to vgimport the disks again. Is there a better way ?
My current procedure is to vgexport with the map file from primary server than after load balancing the disks. I have to vgimport the disks again. Is there a better way ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2008 11:32 AM
03-22-2008 11:32 AM
Re: load balance and adding new disks to a stand_by server
Refer to Round-Robin algorithm when adding disks into a vg.
c0 - c1 / c1 - c0 / c0 - c1 / c1 - c0
Note: c0 = controller 0, c1 = controller 1. As in c0t#d# - c1t#d#.
See page 3 and 4 of this link:
http://docs.hp.com/en/11iv3IOPerf/IOPerformanceWhitePaper.pdf
c0 - c1 / c1 - c0 / c0 - c1 / c1 - c0
Note: c0 = controller 0, c1 = controller 1. As in c0t#d# - c1t#d#.
See page 3 and 4 of this link:
http://docs.hp.com/en/11iv3IOPerf/IOPerformanceWhitePaper.pdf
Support Fatherhood - Stop Family Law
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP