- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Cant create a new Volume Group
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
09-29-2004 01:57 AM
09-29-2004 01:57 AM
Cant create a new Volume Group
After some help from the guys on this forum I found that /dev/lvmtab has already got an entry for the physical device under vg02 but sam doesnt seem to detect any volume groups apart from vg00. Originally there were three volume groups VG00,01 an 02. I removed 01 and 02 which pointed to an old small disk pack.
I notice that the /dev.lvmtab file is read only.
How do I remove the vg02 entry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2004 02:01 AM
09-29-2004 02:01 AM
Re: Cant create a new Volume Group
mv /etc/lvmtab /etc/lvmtab.old
vgscan -a
This will scan the system for existing vg's and re-create the lvmtab with what it finds.
(not sure what /dev/lvmtab is??)
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2004 02:07 AM
09-29-2004 02:07 AM
Re: Cant create a new Volume Group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2004 02:08 AM
09-29-2004 02:08 AM
Re: Cant create a new Volume Group
just mv the lvmtab file to lvmtab.sav and then submit a "vgscan -av" command which will create a new lvmtab file with actual entries
Regards
Franky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2004 02:28 AM
09-29-2004 02:28 AM
Re: Cant create a new Volume Group
Revert back with further information
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2004 02:34 AM
09-29-2004 02:34 AM
Re: Cant create a new Volume Group
mkdir /dev/vg02
mknod /dev/vg02/group group c 64 0x020000
vgcreate -s 8 -p 128 /dev/vg02 /dev/dsk/cXtXdX /dev/dsk/cXtXdX
where cXtXdX is/are the devices for the disks you want to add to this vg.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2004 08:30 PM
09-29-2004 08:30 PM