Operating System - HP-UX
1834935 Members
2425 Online
110071 Solutions
New Discussion

Re: MC SG 11.16 SAN disks cmquerycl fail

 
SOLVED
Go to solution
maurige
Occasional Advisor

MC SG 11.16 SAN disks cmquerycl fail

Hello

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 -n -n "
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.

6 REPLIES 6
maurige
Occasional Advisor

Re: MC SG 11.16 SAN disks cmquerycl fail

This is jsut to complete my question with additional traces:

# 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.

Slawomir Gora
Honored Contributor
Solution

Re: MC SG 11.16 SAN disks cmquerycl fail

Hi,

try add option: -k

cmquerycl -k -v -C cmclnodelist.ascii -n seuxfm001 -n seuxfm002
Stephen Doud
Honored Contributor

Re: MC SG 11.16 SAN disks cmquerycl fail

CX600 CLARiion arrays are not supported with Serviceguard.

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.
Geoff Wild
Honored Contributor

Re: MC SG 11.16 SAN disks cmquerycl fail

I believe Clariion is not supported with MC/SG...

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
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Ranjith_5
Honored Contributor

Re: MC SG 11.16 SAN disks cmquerycl fail

Hi,

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


maurige
Occasional Advisor

Re: MC SG 11.16 SAN disks cmquerycl fail

It has been fixed after installation of the HP patch correcting the diskprobing fault named PHSS_31075
Thnaks everybody