HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: LVM structures inconsistancy?
Operating System - HP-UX
1834826
Members
2906
Online
110070
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
12-06-2001 05:33 PM
12-06-2001 05:33 PM
Re: LVM structures inconsistancy?
Hi Mark,
You are left with no option except to reimport your vg00.
Move your /etc/lvmtab back and do a vgexport. Make sure that you have gotten rid of /dev/vg00 directory. You can follow Eran's process as it is.
I hope to see that it's working message tomorrow.
-Sri
You are left with no option except to reimport your vg00.
Move your /etc/lvmtab back and do a vgexport. Make sure that you have gotten rid of /dev/vg00 directory. You can follow Eran's process as it is.
I hope to see that it's working message tomorrow.
-Sri
You may be disappointed if you fail, but you are doomed if you don't try
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2001 01:31 AM
12-07-2001 01:31 AM
Re: LVM structures inconsistancy?
Ok... I have tried out Erans method and things look BETTER. The vgchange works.
At boot up, before the maint prompt, I still get :
"
/sbin/ioinitrc:
fsck: /dev/vg00/lvol1: possible swap device (cannot determine)
exiting
/dev/vg00/lvol1: No such device or address.
Unable to mount /stand -please check the entried in /etc/fstab
"
after getting the maint prompt, vgchange -a y gives:
vgchange: Couldn't re-synchronize stale partitions of the logical volume:
I/o Error
vgchange: Couldn't re-synchronize stale partitions of the logical volume:
I/o Error
vgchange: Couldn't re-synchronize stale partitions of the logical volume:
I/o Error
vgchange: Couldn't re-synchronize stale partitions of the logical volume:
I/o Error
vgchange: Couldn't re-synchronize stale partitions of the logical volume:
I/o Error
vgchange: Couldn't re-synchronize stale partitions of the logical volume:
I/o Error
vgchange: Couldn't re-synchronize stale partitions of the logical volume:
I/o Error
vgchange: Couldn't re-synchronize stale partitions of the logical volume:
I/o Error
Volume Group 'vg00' has been successfully changed.
v_syncx: returning error: 5
v_syncx: returning error: 5
v_syncx: returning error: 5
v_syncx: returning error: 5
v_syncx: returning error: 5
v_syncx: returning error: 5
v_syncx: returning error: 5
v_syncx: returning error: 5
_________________________________
mount -a gives:
/dev/vg00/lvol8: unrecognized file system.
/dev/vg00/lvol7: unrecognized file system.
/dev/vg00/lvol6: unrecognized file system.
/dev/vg00/lvol5: unrecognized file system.
/dev/vg00/lvol4: unrecognized file system.
/dev/vg00/lvol1: unrecognized file system.
___________________________________________
As far as i understand and guess, my next step is to create a new file system on these logical volumes using newfs? and then restore files from backup?
things definitely look preetier now, with all your help
-mark
At boot up, before the maint prompt, I still get :
"
/sbin/ioinitrc:
fsck: /dev/vg00/lvol1: possible swap device (cannot determine)
exiting
/dev/vg00/lvol1: No such device or address.
Unable to mount /stand -please check the entried in /etc/fstab
"
after getting the maint prompt, vgchange -a y gives:
vgchange: Couldn't re-synchronize stale partitions of the logical volume:
I/o Error
vgchange: Couldn't re-synchronize stale partitions of the logical volume:
I/o Error
vgchange: Couldn't re-synchronize stale partitions of the logical volume:
I/o Error
vgchange: Couldn't re-synchronize stale partitions of the logical volume:
I/o Error
vgchange: Couldn't re-synchronize stale partitions of the logical volume:
I/o Error
vgchange: Couldn't re-synchronize stale partitions of the logical volume:
I/o Error
vgchange: Couldn't re-synchronize stale partitions of the logical volume:
I/o Error
vgchange: Couldn't re-synchronize stale partitions of the logical volume:
I/o Error
Volume Group 'vg00' has been successfully changed.
v_syncx: returning error: 5
v_syncx: returning error: 5
v_syncx: returning error: 5
v_syncx: returning error: 5
v_syncx: returning error: 5
v_syncx: returning error: 5
v_syncx: returning error: 5
v_syncx: returning error: 5
_________________________________
mount -a gives:
/dev/vg00/lvol8: unrecognized file system.
/dev/vg00/lvol7: unrecognized file system.
/dev/vg00/lvol6: unrecognized file system.
/dev/vg00/lvol5: unrecognized file system.
/dev/vg00/lvol4: unrecognized file system.
/dev/vg00/lvol1: unrecognized file system.
___________________________________________
As far as i understand and guess, my next step is to create a new file system on these logical volumes using newfs? and then restore files from backup?
things definitely look preetier now, with all your help
-mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2001 01:32 AM
12-07-2001 01:32 AM
Re: LVM structures inconsistancy?
Eran:
The only reason i delayed trying out your method was my doubts about the kernel. and since this method was the most involved, I never doubted it's merit though. Thanks.
-mark
The only reason i delayed trying out your method was my doubts about the kernel. and since this method was the most involved, I never doubted it's merit though. Thanks.
-mark
- « Previous
-
- 1
- 2
- Next »
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP