- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: vgimport error "not a directory"
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
05-25-2005 06:13 AM
05-25-2005 06:13 AM
Re: vgimport error "not a directory"
ioscan -fnC disk (show us the output)
vgexport vgdatos
mkdir /dev/vgdatos
mknod /dev/vgdatos/group c 64 0x010000
vgimport -v -m /
vgchange -a y vgdatos
We'll do the best we can to help you with this but you shouldn't have removed the original config info on the other system. Hopefully there is a backup available if need be.
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2005 06:15 AM
05-25-2005 06:15 AM
Re: vgimport error "not a directory"
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2005 06:17 AM
05-25-2005 06:17 AM
Re: vgimport error "not a directory"
Finally if you want to create new VG on the drive and restore backup then follow the steps like this.
#vgexport /dev/vgdatos
Insure that there is no entry in /etc/lvmtab by
#strings /etc/lvmtab
Now
1. #pvcreate -f /dev/rdsk/c2t0d0( Insure c2t0d0 is that disk only)
2. #mkdir /dev/vgdatos (Allready there so not required)
3. #mknod /dev/vgdatos/group c 64 0x010000 (Allready there so not required)
4. #vgcreate /dev/vgdatos /dev/dsk/c2t0d0
5. #lvcreate -L (Size in MB) /dev/vgdatos
Repeat for multiple LVs.
6. #newfs -F vxfs /dev/vgdatos/rlvol1
Repeat for all LV's
Then create mount point directory and mount all LVs.
#mount -F vxfs /dev/vgdatos /mount_point
Create entry in /etc/fstab.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2005 06:53 AM
05-25-2005 06:53 AM
Re: vgimport error "not a directory"
vgcfgrestore -f /tmp/original_vgdatos.conf /dev/rdsk/c2t0d0
Then have at the vgimport again. If the lvm header was trashed before/after/during the move, that could fix it.
just a final thought, good luck.
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2005 07:13 AM
05-25-2005 07:13 AM
Re: vgimport error "not a directory"
Maybe I'll get problem because some definition alreadry done..
Thanks all
- « Previous
-
- 1
- 2
- Next »