- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cmcheckconf - "cross-link device"
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-30-2001 01:00 PM
10-30-2001 01:00 PM
cmcheckconf - "cross-link device"
I am preparing to set up a cluster. When I run cmcheckconf -v -k -C cmclconf.ascii, I get the following results:
Checking cluster file: cmclconf.ascii
Checking nodes ... Done
Checking existing configuration ...
Done
Gathering configuration information .............. Done
Error: Volume group /dev/vgora42a01 currently belongs to another cluster.
It cannot be included in this one.
Error: Volume group /dev/vgora42b01 currently belongs to another cluster.
It cannot be included in this one.
Error: Volume group /dev/vgora42c01 currently belongs to another cluster.
It cannot be included in this one.
Error: Volume group /dev/vgora42d01 currently belongs to another cluster.
It cannot be included in this one.
Error: Volume group /dev/vgora43b01 currently belongs to another cluster.
It cannot be included in this one.
cmcheckconf : Unable to verify cluster file: cmclconf.ascii.
Cross-device link.
Checking for inconsistencies .. Done
Maximum configured packages parameter is 30.
Configuring 0 package(s).
I know where the "Volume belongs to another cluster" message is coming from - I think I should be able to fix that with vgchange -c n
What I am wondering is what the "Cross-device link." message means?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2001 07:24 PM
10-30-2001 07:24 PM
Re: cmcheckconf - "cross-link device"
"cross device link" -This problem usually occurs because two VGs claim ownership for the
same disk.
and also check for duplicate minor number.
#ll /dev/*/group
After deactivating the vg, the cross device link error should not come.
Regards
Animesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2001 07:47 AM
10-31-2001 07:47 AM
Re: cmcheckconf - "cross-link device"
Deactivating the cluster information of the vg /dev/vgora42b01 might help remove the cross-link message.
Here is a thread on cross-device link which might help you in sorting out the problem.
http://us-support.external.hp.com/cki/bin/doc.pl/sid=3ddb45b91720b6d29d/screen=ckiDisplayDocument?docId=200000050664888
Hope this helps.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2001 04:17 PM
10-31-2001 04:17 PM
Re: cmcheckconf - "cross-link device"
I am waiting to hear from management to schedule an outage so I can give these a try. Sounds like deactivating the cluster ownership should do the trick, but I'll need to shut down the applications to try it out. If it doesn't work, I'll put a call in to the RC.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2001 04:18 AM
11-04-2001 04:18 AM
Re: cmcheckconf - "cross-link device"
(cros-link device maans usually means LVM config structures on pv are wrong or corrupt)
If Affected volume is vg02 with /dev/dsk/c0t0d0,
1, need information about how many lvols are created in the volume group and the exact size information when they're created.
2. vgexport vg02
3. pvcreate vg02 with /dev/rdsk/c0t0d0
4. vgcreate vg02 with /dev/dsk/c0t0d0
5. lvcreate lvols with the exact size and lvol name when they were created before.
5. try "cmcheckconf" again.
Before doing this, making a full backup for the affected volume group is neccessary.
Hope this helps,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2001 06:20 PM
11-04-2001 06:20 PM
Re: cmcheckconf - "cross-link device"
Do not newfs on lvols after lvcreating lvols.
Your data will be blown out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2001 04:03 PM
11-06-2001 04:03 PM
Re: cmcheckconf - "cross-link device"
Doesn't each of those steps (pvcreate, vgcreate, lvcreate) ensure complete destruction of the volume group and all of the data contained therein? Avoiding the newfs would be pointless...