- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: MCSG and Powerpath
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
Discussions
Forums
Discussions
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
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
09-03-2006 11:24 AM
09-03-2006 11:24 AM
I have a 2-node cluster and we are changing from edge switches to directors for our SAN connection.
This means the controller number of the lock disks will change.
I appreciate that the cluster will need to be taken down and the cluster rebuilt if the lock disk is changed, but has anyone had any experience with the lock disk under powerpath control ?
I am sure that Powerpath will still handle i/o to the lock disk even though the ascii file will be wrong, the cluster should still function correctly ?
The cluster can then be taken offline in the future to update with the new lock disk name, as long as it is managed properly and not forgotten.
Any advice would be much appreciated.
Regards
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2006 11:24 PM
09-04-2006 11:24 PM
Solution# cmviewconf | grep -e "Node name" -e "lock pv"
Example output:
Node name: helix
first lock pv name: /dev/dsk/c4t0d0
Node name: torus
first lock pv name: /dev/dsk/c4t0d0
In this above case, the path to the lock disk from each nodes' point of view is the same special file name. It is not always the case.
If changing your SAN switched network causes the disk path to change, the cluster binary file must be updated to allow Serviceguard to continue to test and validate the lock disk on an hourly basis. If the lock disk is not accessible because the cluster binary filename is incorrect, both nodes could TOC (reboot) if the lock disk is needed in order to negotiate a split-brain situation.
Edit the cluster configuration ASCII file with the correct disk paths (after the SAN switch change) to point at the correct path to the lock disk. Then with the cluster down, perform the following:
# cmapplyconf -f -C
Use cmviewconf to confirm the modification.
Use cmruncl to restart the cluster.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2006 12:36 AM
09-05-2006 12:36 AM
Re: MCSG and Powerpath
If your lock device name which defined in cluster config binary is changed. you have to reflect the change devices in cluster binary, as you mantioned recompiling the ascii file during halted cluster.
But i am wondering what are you meaning
"I am sure that Powerpath will still handle i/o to the lock disk even though the ascii file will be wrong, the cluster should still function correctly ?"
Could you explan more detail ?
Do you mean even though you changed san switch and still the lock device name not changed or maintain the same device name with powerpath function?
Regards
nanan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2006 01:35 AM
09-05-2006 01:35 AM
Re: MCSG and Powerpath
Cluster lock volume group is not active during cluster running, you don't have to worry about powerpath control. It will still show multipaths for cluster lock disk. Make sure that you noted down correct lock disk LUN number.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2006 11:05 AM
09-05-2006 11:05 AM
Re: MCSG and Powerpath
What I am meaning is although the lock disk device file is for example;
c56t5d0
Powerpath knows the alternate path as c57t5d0, so i/o can still travel to the correct physical disk with powerpath control, even though the cluster config says the lock disk is c56t5d0.
Couldn't I also use a symbolic link to the from the old the new device file ?
I am sure it isn't recommended, but it would still work right ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2006 11:33 AM
09-05-2006 11:33 AM
Re: MCSG and Powerpath
But it is not normal case, isn't it?
so most admin might not go through such experiences.
But you can test that without any hurt in your system, as you know the lock device is for quorum, If your plan is not working, you can get mesages in syslog.log file hourly; cluster check the lock device periodically.
Even i agree with your plan, i am not sure
so if you got the result, post that
Regards
nanan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2006 01:42 PM
09-05-2006 01:42 PM
Re: MCSG and Powerpath
You mean that powerpath doesn't see both paths for lock disk? If so, then you may be in trouble because I had same experience before when device files got changed. Only way to check them is no body got that device name (if you don't want to change cluster device name in config file).
use command something like this.. don't remember exactly.
powermt display dev=clusterlock every=5
which will keep on showing IO activity for it.