- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HPUX Cluster
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
06-27-2005 10:41 PM
06-27-2005 10:41 PM
1. Request you to suggest whether the below mentioned step is correct.
* bring down the package
* activate the VG in one node manually
* remove the VG entries with vgexport command on the other 2 nodes.
* make the neccesary changes on the volume group
* export the VG Information into Mapfile
* import the VG Information on the other 2 nodes from the mapfile.
* start the package.
2. Can we do the changes online ie when the package is running without any downtime of package? if yes pls suggest me on that.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2005 10:48 PM
06-27-2005 10:48 PM
Re: HPUX Cluster
It is quite normal and should not include anything else. But as it includes manually enabling the volume group can not be done online atleast I never tried.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2005 10:56 PM
06-27-2005 10:56 PM
Re: HPUX Cluster
Steps looks ok.
However, vgextend cannot be performed if the volume group is activated in shared mode.
--Shyjith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2005 11:14 PM
06-27-2005 11:14 PM
Re: HPUX Cluster
I was keen to know if i can go ahead directly extending the volume group when the package is on. than update the Vg information on the other 2 nodes with the map file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2005 11:15 PM
06-27-2005 11:15 PM
Re: HPUX Cluster
* chmod -d
* make the neccesary change
* export the volume group with the -p option to a map.file
* check if the volume group is extended correctly
* remove the VG entries with vgexport on the other nodes.
* import the vg information on the other nodes.
* i always try to start the package on the other nodes to make certian that the packeges also run on that node.
* at last chmod -e packagename.
grtz. Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2005 11:20 PM
06-27-2005 11:20 PM
Re: HPUX Cluster
The command for changing package switch over switch should be cmmodpkg & not chmod.
Regards,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2005 11:53 PM
06-27-2005 11:53 PM
Re: HPUX Cluster
When i see in vgdisplay it says AVAILABLE,EXCLUSIVE.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2005 12:45 AM
06-28-2005 12:45 AM
Re: HPUX Cluster
under the path /etc/cmcluster
check the cluster.ascii file
Well,on the other hand Hp always recommeded
me to halt package and maintain your FS
good Luck,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2005 12:56 AM
06-28-2005 12:56 AM
Re: HPUX Cluster
If you see available,exclusive then the vg is not in shared mode. You will see either available,server or available,client (depending on which server activated the volume group first) if your volume group was activated in shared mode.
As already stated, you should be able to add the space online (as long as you have OnlineJFS).
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2005 01:03 AM
06-28-2005 01:03 AM
Re: HPUX Cluster
Yes, just confirmed it can be done online but should be checked by switching over packages manually when done.
Also it activates VG's in exclusive node. i.e. only once node accesses at a time. So you will be doing the config changes on the node where package is currently running & rather you can not do it on other nodes as VG is activated on the one where package is currently running.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2005 04:12 AM
06-29-2005 04:12 AM
Re: HPUX Cluster
I need to export the volume group information from Node 1 and import it on to the other 2 nodes.
Which command is correct
vgexport -m
or
vgexport -f
the documentation tells to use -m option. was keen to know why we cant use -f option for exporting the vgs and import on ther systems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2005 04:18 AM
06-29-2005 04:18 AM
SolutionIt is always done with -m option & not -f because it writes PV paths on the file which may be different on the other host. While doing it with MAP file it writes VGID on the map file and all disks are scanned for that VGID while importing the VG.
Also do not forget to use -p option on node1.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2005 05:11 PM
06-29-2005 05:11 PM
Re: HPUX Cluster
Good Luck,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2005 07:17 PM
06-29-2005 07:17 PM
Re: HPUX Cluster
Use the "-s" option also.
# vgexport â p â v â s â m /tmp/vgXX.map /dev/vgXX
R
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2005 07:22 PM
06-29-2005 07:22 PM
Re: HPUX Cluster
# vgexport -p -v -s -m /tmp/vgXX.map /dev/vgXX
Rgds
Shyjith