- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- newfs and vgchange fails
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
03-05-2002 01:25 PM
03-05-2002 01:25 PM
newfs and vgchange fails
one PV and one LV. When I do the command :
newfs -F vxfs -o largefiles /dev/vgnfs5ec/rlvol1 I get:
newfs (vxfs): Cannot open /dev/vgnfs5ec/rlvol1
newfs (vxfs): No such device or address
Vgdisplay looks normal. There are no collisions on vg numbers for group files. lvdisplay looks normal. I'm running MC/ServiceGuard and the volume group used to be in a package. I have deleted the package with cmdeleteconf -p nfs5ec. I would like to delete this VG and start over but when I do a vgchange -a n /dev/vgnfs5ec I get:
vgchange : Failed to notify clvm daemon about volume group deactivation - No such file or directory. Couldn't deactivate volume group "/dev/vgnfs5ec": No such file or directory.
The /dev/vgnfs5ec look normal.Vgdisplay shows the volumen group is active in exclusive mode.
How can I delete this volume group and clean up this mess ? Thanks for looking at this problem !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2002 01:29 PM
03-05-2002 01:29 PM
Re: newfs and vgchange fails
First remove the cluster info from the vg, Unmount any lv's mounted from this vg and, do this
vgchange -a n /dev/vg_name
vgchange -c n /dev/vg_name
Now delete the VG,
vgremove /dev/vg_name
or
vgexport /dev/vg_name
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2002 01:29 PM
03-05-2002 01:29 PM
Re: newfs and vgchange fails
To make it cluster aware again.
Then try to vgchange -a n it.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2002 01:32 PM
03-05-2002 01:32 PM
Re: newfs and vgchange fails
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2002 01:33 PM
03-05-2002 01:33 PM
Re: newfs and vgchange fails
# vgchange -c n /dev/
before you vgremove it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2002 01:46 PM
03-05-2002 01:46 PM
Re: newfs and vgchange fails
I tried vgchange -c y /dev/vgnfs5ec and got
vgchange: The volume group "/dev/vgnfs5ec" is active on this system. Cannot perform requested change.
Then I tried vgchange -a n /dev/vgnfs5ec and got
vgchange: Failed to notify clvm daemon about group deactivation - No such file or directory couldn't deactivate volume group "/dev/vgnfs5ec"
Earlier it tried blowing it away with vgexport or vgremove but when I recreate it I get the same behavior.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2002 01:41 AM
03-07-2002 01:41 AM
Re: newfs and vgchange fails
you need to check and compare across the nodes in case there is a conflict.
You may have to resort to rebooting this node to free this confusion up, but first make sure that the vg will not get activated by any package that moves to an adoptve node.