- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- MC SG 11.16 SAN disks cmquerycl fail
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
10-28-2004 11:57 PM
10-28-2004 11:57 PM
I m installing MC SG 11.16 on HP-UX11.11
June 2004 with recommended patchset.
HW configuration
2 x rp4440 servers using 2 x HBA A9784A in each computer
Clarion CX500 Storage Processor running the SAN disks
Problem:
When executing "cmquerycl -v -C
I get an error message for each VG in the system saying
"Unable to determine a unique identifier for physical volume."
And it tells me to run pvcreate for each and every one of all VG.
All VG are in then Clarion SAN archive.
The command then exits without creating any configuration file.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2004 12:01 AM
10-29-2004 12:01 AM
Re: MC SG 11.16 SAN disks cmquerycl fail
# cmquerycl -v -C cmclnodelist.ascii -n seuxfm001 -n seuxfm002
Begin checking the nodes...
Looking for other clusters ... Done
Gathering configuration information ..
Gathering storage information ..
Found 30 devices on node seuxfm001
Found 32 devices on node seuxfm002
Analysis of 62 devices should take approximately 7 seconds
0%----10%----20%----30%----40%----50%----60%----70%----80%----90%----100%
Found 7 volume groups on node seuxfm001
Found 7 volume groups on node seuxfm002
Analysis of 14 volume groups should take approximately 1 seconds
0%----10%----20%----30%----40%----50%----60%----70%----80%----90%----100%
.....
Gathering Network Configuration ....... Done
Note: Disks were discovered which are not in use by either LVM or VxVM.
Use pvcreate(1M) to initialize a disk for LVM or,
use vxdiskadm(1M) to initialize a disk for VxVM.
Error: Unable to determine a unique identifier for physical volume /dev/dsk/c4t0d0 on node seuxfm001. Use pvcreate to give the disk an identifier.
Error: Unable to determine a unique identifier for physical volume /dev/dsk/c4t0d5 on node seuxfm001. Use pvcreate to give the disk an identifier.
...
...
Failed to gather configuration information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2004 12:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2004 12:26 AM
10-29-2004 12:26 AM
Re: MC SG 11.16 SAN disks cmquerycl fail
However, as previously mentioned, the -k option may avoid error messages for each of the SG configuration commands (cmquerycl, cmcheckconf, cmapplyconf, cmgetconf).
Should you choose to use the CLARiion array in the cluster, it is possible to "cluster" volume groups after creating and starting the cluster:
# vgchange -c y
Then add the VGs to the package control script as needed.
NOTE:
This site shows 3rd party arrays which are interoperable with Serviceguard:
http://www.hp.com/products1/serverconnectivity/mass_storage_devices.html
FYI, many of the EMC Symmetrix arrays are "supported" with Serviceguard.
-sd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2004 12:32 AM
10-29-2004 12:32 AM
Re: MC SG 11.16 SAN disks cmquerycl fail
Curious why you are calling your ascii file "cmclnodelist.ascii"...
Better to choose name like clustername.ascii
Try with -k as Slawomir suggested..
Rgds..Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2004 12:43 AM
10-29-2004 12:43 AM
Re: MC SG 11.16 SAN disks cmquerycl fail
Though EMC may indicate that they support the CLARiion array with Serviceguard, HP has not tested any of these arrays with HPUX (let alone Serviceguard) and do not commit to support them with HPUX.
We have found probs with Service guard v11.16 with this storag combination.Try installing v11.15.
Regards,
Syam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2004 07:38 PM
11-14-2004 07:38 PM
Re: MC SG 11.16 SAN disks cmquerycl fail
Thnaks everybody