- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- New Package build 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
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
11-26-2001 09:07 AM
11-26-2001 09:07 AM
Warning: Volume group /dev/vgoradata is configured differently on node corvus than on node mensa
Error: Volume group /dev/vgoradata on node mensa does not appear to have a physical volume corresponding to /dev/dsk/c0t9d0 on node corvus (4315643611006792347).
Error: Volume group /dev/vgoradata on node mensa does not appear to have a physical volume corresponding to /dev/dsk/c0t11d0 on node corvus (4315643611006792348).
Warning: Volume group /dev/vgoradata is configured differently on node mensa than on node corvus
Error: Volume group /dev/vgoradata on node corvus does not appear to have a physical volume corresponding to /dev/dsk/c0t9d0 on node mensa (4315643611006371258).
Error: Volume group /dev/vgoradata on node corvus does not appear to have a physical volume corresponding to /dev/dsk/c0t11d0 on node mensa (4315643611006371260).
cmapplyconf : Unable to reconcile configuration file /etc/cmcluster/cltest.config
with discovered configuration information.
Someone can tell me what is the number between parenthesis and what going wrong. Already build many package like this one and I never see that before...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 09:29 AM
11-26-2001 09:29 AM
SolutionHTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 09:30 AM
11-26-2001 09:30 AM
Re: New Package build problem
You should try to export rebuild the vg on one of your nodes.
example : On mensa
vgexport -p -v -s -m vgoradata.mapfile vgoradata
rcp vgoradata.mapfile corvus:/tmp/vgoradata.mapfile
On corvus :
vgexport vgoradata
mkdir /dev/vgoradata
mknod /dev/vgoradata/group c 64 0x0....
vgimport -v -s -m vgoradata.mapfile vgoradata
And try again the cmapplyconf.
Fr??d??ric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 09:36 AM
11-26-2001 09:36 AM
Re: New Package build problem
Have a look at Knowledge Base document #UMCSGKBRC00007671 (attached). I suspect this may be your problem. As for the number in parenthesis, I'd guess, in part, it's a volume group or physical volume LVM id.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 09:46 AM
11-26-2001 09:46 AM
Re: New Package build problem
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 09:48 AM
11-26-2001 09:48 AM
Re: New Package build problem
On both of my server, the path to disk are /dev/dsk/c0t9d0 and /dev/dsk/c0t11d0. I do a double, triple check, with hardware remove to be sure i'm not on wrong disk.
If I do a pvcreate -f /dev/rdsk/c0t9d0 and then I grab the VGID with echo 0x2008?4D|adb /dev/dsk/c0t9d0 on my both server, I got two different number !@#*!@*&#!*@&#^. What that... please... All my other shared VG show same number across server ..
Thats is the problem I guess :-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 09:58 AM
11-26-2001 09:58 AM
Re: New Package build problem
Hope you did a vgcreate before you tried to look for the VGID.
Do a pvcreate first on both the disks. Then do a vgcreate and vgextend. Then do a vgexport on one system and vgimport on the other system. Activate the VG on both the systems one by one and do a vgdisplay. If this works okay, you can go ahead and create LV on this Vg. Else you should look for some clash somewhere.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 10:09 AM
11-26-2001 10:09 AM
Re: New Package build problem
2. You do not want to do a pvcreate on the disks on both the systems. You would setup a volume group on one system and simply import it on another.
Doing a pvcreate on another system after the volume group was setup on the first node is going to erase the VGID on the disk.
So, you cannot apply the configuration.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 10:11 AM
11-26-2001 10:11 AM
Re: New Package build problem
On host A (uname -i: 438563351)
#pvcreate -f /dev/rdsk/c0t9d0
#echo 0x2008?4D|adb /dev/dsk/c0t9d0
2008: 438563351 1006797988 0 0
On host B (uname -i: 431564361)
#pvcreate -f /dev/rdsk/c0t9d0
#vgcreate /dev/vg01 /dev/dsk/c0t9d0
#echo 0x2008?4D|adb /dev/dsk/c0t9d0
2008: 431564361 1006371258 431564361 1006371262
Host A (uname -i: 438563351)
# echo 0x2008?4D|adb /dev/dsk/c0t9d0
2008: 431564361 1006797997 431564361 1006798119
Conclusion:
The last number is the VGID, so someone can tell if adb extract bad information or what ?!! (and it sure, that the same disk).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 10:35 AM
11-26-2001 10:35 AM
Re: New Package build problem
# dd if=/dev/rdsk/c0t9d0 of=root.disk bs=8k skip=1 count=1
# od -Ax -tx root.disk
At Address 0000010 the first two fields are the root volume group ID
And it the same on both machine. So the problem is maybe the Kernel (adb doesn't display good information between the two machine). But both server are K-Class. K220 and K420. Both use same SCSI card and are connected to a simple Jamaica JBOD. with 2 9GB Seagate LVD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 11:38 AM
11-26-2001 11:38 AM
Re: New Package build problem
Try this way.
vgexport vg01 (fresh start)
on host A
#pvcreate -f /dev/rdsk/c0t9d0
#vgcreate vg01 /dev/dsk/c0t9d0 (after mknod group etc)
#echo 0x2008?4D/adb /dev/dsk/c0t9d0
#vgexport -v -p -s -m /tmp/vg01.map vg01
#rcp /tmp/vg01.map hostB:/tmp
This map file will have VGID.
on hostB
#mkdir /dev/vg01;mknod group c 64 0x0?0000
#vgimport -v -s -m /tmp/vg01.map vg01
#echo 0x2008?4D|adb /dev/dsk/c0t9d0
Now in your procedure, YOu will not get correct information initially on hostA as you didn't create the volume group that time. Later on hostB, you updated the VGID by vgcreate. So, it will be the same on hostA in the next step.
adb does extract information correctly.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 12:22 PM
11-26-2001 12:22 PM
Re: New Package build problem
It's really a problem in the kernel. adb doesn't repport the good think..