- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cmquerycl problem
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
Discussions
Discussions
Discussions
Forums
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
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
тАО03-01-2006 05:58 PM
тАО03-01-2006 05:58 PM
using EMC storage.It is masked from both the box.i have to take two vg from each box under the cluster control which is alrady created and active and filesystems are mounted.When i use cmquerycl command it creates the ascii file but when I have a look in the ascii file it does not at all automatically list the lock disk and volume groups.Should i deactvate the vgs and then cmquerycl.help with brief steps .....HELP...HELP
Thanks in advance
Debasish
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-01-2006 06:15 PM
тАО03-01-2006 06:15 PM
Re: cmquerycl problem
Yes the vgs should not be activated while running cmquerycl.
Also make it cluster aware by
#vgchange -c y /dev/vgname
Repeat for other 3 VGs.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-01-2006 08:43 PM
тАО03-01-2006 08:43 PM
SolutionAUTO_VG_ACTIVATE=0 should be there.
Then u can create vgs on one server (whatever no. of vgs u want) then vgexport using the following format:
#vgexport -v -p -s -m /tmp/mapfilename /dev/vgname
then copy this mapfile to other node and create dir of that vg then group file using the same minor no. then import the vg using the following format:
#vgimport -v -s -m /tmp/mapfilename /dev/vgname
while executing cmquerycl command all vgs should be there in /etc/lvmtab file on each node.U have to manually specify the vglock and disk in ascii file. u have to deactivate the all vgs (except vg0) and then activate them using
#vgchange -c y vgname
so these vgs will be marked for cluster.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-03-2006 12:42 AM
тАО03-03-2006 12:42 AM
Re: cmquerycl problem
Try to,
# cd /etc/cmcluster
cmgetconf -v cluster_name cluster_name.ascii
Verify "cluster_name.ascii"
ran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-03-2006 01:42 AM
тАО03-03-2006 01:42 AM
Re: cmquerycl problem
See Chapter 5 in http://docs.hp.com/en/B3936-90079/index.html
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-04-2006 01:10 AM
тАО03-04-2006 01:10 AM
Re: cmquerycl problem
Thanks all for spending some valuable time for having a look to my problem.I have created the map files of all cluster aware VGS and impoted this vgs in another node.Then with cmquerycl it created the ascii file cleanly by listing automatically thr cluster vcg,lock disk and cluster aware vgs which i want.Now for cmcheckconf and cmapplyconf should all the vgs should be in vgchange -c y mode or what?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-04-2006 06:00 PM
тАО03-04-2006 06:00 PM
Re: cmquerycl problem
You can leave the VGs in any stage and it will not matter. The reason being that it can be activated on only one node and you have option of running these commands from any node and not necessarily the one where it is activated.
HTH,
Devender