- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vxdctl enable 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-01-2010 12:04 PM
11-01-2010 12:04 PM
O/S - 11.11
vxvm version 3.5
I'm trying to load the libraries for a NetApp for this system connected via fibre (2GB HBA). About the fourth step is to enable vxdctl. When I try to, I get:
vxvm:vxconfigd: ERROR: enable failed: Error in disk group configuration copies
Rootdg disk group has no configuration copies; transactions are disabled.
vxvm:vxdctl: ERROR: enable failed: Error in disk group configuration copies
I've tried restarting vxconfigd with -k and resetting the DB as well (vxconfigd -k -r reset -d) and then running vxinstall (among many other things to try and fix this). vxinstall then says no disks were found in array OTHER_DISKS and says no actions were taked and then exits. Well, of course there's no disks! I'm trying to get the set up so I can ADD some disks... (All my current disks are set up via LVM.)
What am I missing? Any suggestions?
Points will be given for any help given.
-Gonzo
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2010 02:30 PM
11-01-2010 02:30 PM
SolutionOn vxvm 3.5, its still needed to have a rootdg diskgroup defined even if the system is booted from lvm bootdisks. A "rootdg" condition that disappeared with vxvm 4.1 and higher vxvm versions, but this higher versions are only available from hp-ux 11.23 and higher.
The normal way to "install the rootdg" is with vxinstall.
And its best if the rootdg disk is located on one of the "internal disks" of the system.
I dont know how many internal disks that the system has. But suppose it has 3, 2 for the mirrored lvm bootdisks and 1 for a lvm datadisk, then my plan would be to move the data of the lvmdatadisk to become a vxvm rootdg "datadisk". f.e. through removing the lvm mirrorbootdisk , use that disk as "rootdg disk", create the volumes with the same size as the logical volumes of the 3th lvm datadisk, create filesystems on it, and then copy the contents of the lvm datadisk contents to the vxvm rootdg disk and then "vgexport/dd if=/dev/null bs=/dev/rdsk//pvcreate /dev/rdsk/" the lvmdatadisk so that it can become the new lvm mirrorbootdisk.
Offcourse if there only is 2 internal disks, serving as mirrored lvmbootdisk then maybe its better to go vxvm all the way and reinstall the system from vxvm bootdisks..
For installation of the rootdg disk in the first scenario, i.e. when there are 3 internal disks, use the "custom installation option" of vxinstall to be able to select the disk that should be "rootdg'd" .
Greetz,
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2010 04:43 AM
11-02-2010 04:43 AM
Re: vxdctl enable problem
Sorry I didn't explain about the VA being attached. I can see now that it would have made a difference! What was throwing me is that while I understand that the version of vxvm I'm installing is 3.5, my new systems have version 5 and I didn't have this problem there. That is, I could enable vxvm there without any didks. So I didn't see why I shouldn't be able to here on my old systems either.
In any event, I'll try creating a new disk on the VA, attaching that to this system (development for now, I'll do the prod nPar later), and then running vxinstall again. Only this time I'll let it add the new disk and see how it goes from there.
Thanks! I'll give you more points if this works!
-Gonzo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2010 07:16 AM
11-02-2010 07:16 AM
Re: vxdctl enable problem
> _IF_ I understand you correctly, I need to
> have at least one disk to put in the rootdg.
Thats correct.
> it is also currently connected to a VA
I checked the hcl for hp-ux 11.11 now. Some VA's do need a asl, some not. (And indeed netapp has also some diskarrays mentioned in the hcl) So euhm.. good luck. ;)
Greetz,
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2010 11:41 AM
11-02-2010 11:41 AM
Re: vxdctl enable problem
Anyway, all looks good. For now anyway.
Points given.
-G