- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Change Volumegroup Device Files in a running MC/SG...
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-16-2003 09:30 PM
11-16-2003 09:30 PM
Change Volumegroup Device Files in a running MC/SG-Cluster
Do I right, if I do switch Devicefiles from Quickloop to Fabric in a SAN with a running
MC/SG Cluster, then i can switch all Pakages to one Node and make :
1.) switch all pakages to 1th Node
2.) vgexport -p -s -m /tmp/vgxx.map /dev/vgxx
3.) switch SAN Device files on 2nd Node
4.) vgimport -s -m /tmp/vgxx.map /dev/vgxx to
the 2nd Node with new Devicefiles.
5.) switch Pakages back to the 2nd Node
6.) switch SAN Device files on 1th Node
7.) Change Clusterconfig with new
Clusterlockdisk Devicefile
let me know if i wrong or right or correct me.
thanks in advance
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2003 10:10 PM
11-16-2003 10:10 PM
Re: Change Volumegroup Device Files in a running MC/SG-Cluster
Your idea sound s good but I don't think it's possible to do so.
Reasons.
After you move the package and modify to Fabric in SAN,
the HW paths will change in all the systems(including the node which
runs all the package) and all the disks will be inaccesible, becuase VG
configuration still pointing to old device files (old HW paths).
You must plan cluster outage to do this job.
TT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2003 12:05 AM
11-17-2003 12:05 AM
Re: Change Volumegroup Device Files in a running MC/SG-Cluster
This one is called "Consequences of changing Disk Paths in a SG cluster" :
http://www2.itrc.hp.com/service/cki/search.do?category=c0&mode=id&searchString=UMCSGKBRC00006938&searchCrit=allwords&docType=Security&docType=Patch&docType=EngineerNotes&docType=BugReports&docType=Hardware&docType=ReferenceMaterials&docType=ThirdParty&search.x=31&search.y=9
There is also:
Replacing a disk in a ServiceGuard configuration which may lend some data for you.
http://www2.itrc.hp.com/service/cki/search.do?category=c0&mode=id&searchString=UMCSGKBRC00007765+&searchCrit=allwords&docType=EngineerNotes&search.x=26&search.y=4
Best regards,
Kent M. Ostby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2003 10:39 AM
11-17-2003 10:39 AM
Re: Change Volumegroup Device Files in a running MC/SG-Cluster
But you will need to re-apply the cluster configuration because of the change of device file for the clusterlock volume. That, unfortunately, requires an outage.
You will find that the cluster will fail over quite correctly even if you *don't* apply the new configuration. The trouble is that it will be unstable, and when you come to restart your cluster at a later point in time it will fail.
Just been through that little game myself!
Col.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2003 11:39 AM
11-17-2003 11:39 AM
Re: Change Volumegroup Device Files in a running MC/SG-Cluster
1. Prepare a list of ioscan on all nodes and copy of /etc/lvmtab (keep a backup)
2. export all volume groups in shared mode on all nodes in the cluster (vgexport -s -v -p -m ...)
3. Shutdown the cluster.
4. change all nodes from quickloop to fabric.
5. vgimport all volume groups in shared mode (you will have to export all volume groups from /etc/lvmtab file if in previous step you used -p)
6. create a map of all device files with refrence to old ioscan and new ioscan on all nodes.
7. get the device id of new cluster lock disk on all nodes
8. make changes in cluster config file and cmcheckconf and then cmapplyconf
As far as i remember, this should move you'r whole cluster and all nodes to fabric