- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- LVM files
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-31-2006 01:59 AM
03-31-2006 01:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2006 02:05 AM
03-31-2006 02:05 AM
Re: LVM files
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2006 02:08 AM
03-31-2006 02:08 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2006 03:03 AM
03-31-2006 03:03 AM
Re: LVM files
it does not intervene?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2006 03:08 AM
03-31-2006 03:08 AM
Re: LVM files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2006 03:14 AM
03-31-2006 03:14 AM
Re: LVM files
e.g. vgchange -a y /dev/vg01
Man vgchange for details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2006 03:26 AM
03-31-2006 03:26 AM
Re: LVM files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2006 03:39 AM
03-31-2006 03:39 AM
Re: LVM files
I guess you have exported your /dev/vg01.
find the map file and go an import
vgchnage -a n /dev/vg01
vgimport -m
vgchangy -a y /dev/vg01
mount -a
chan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2006 03:48 AM
03-31-2006 03:48 AM
Re: LVM files
forgives mine little experience..
How I find the mapfile?
thank's
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2006 03:49 AM
03-31-2006 03:49 AM
Re: LVM files
vgdisplay -v /dev/vg00
and it's easier if you simply cut and paste the text rather than a screenshot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2006 03:54 AM
03-31-2006 03:54 AM
Re: LVM files
Look the screen shot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2006 03:59 AM
03-31-2006 03:59 AM
Re: LVM files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2006 03:59 AM
03-31-2006 03:59 AM
Re: LVM files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2006 04:38 AM
03-31-2006 04:38 AM
Re: LVM files
Very sorry...
But if you want to know about the lvol's..Yes, all OK.
Please, look the sreen shot off ls -l.
Thank's
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2006 04:48 AM
03-31-2006 04:48 AM
Re: LVM files
Under /dev/vg00 your greoup file has minor device number 0x010000 this means that all the LVOL device nodes must begin with 0x01 as well but yours begin with 0x00. Normally, vg00's group files uses 0x000000.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2006 04:51 AM
03-31-2006 04:51 AM
Re: LVM files
How I fix this problem?
Very thank's!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2006 05:00 AM
03-31-2006 05:00 AM
Re: LVM files
rm group
mknod group c 64 0x000000
sync; sync
reboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2006 06:07 AM
03-31-2006 06:07 AM
Re: LVM files
What I can do now? See de screen shot..
Thank's
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2006 06:15 AM
03-31-2006 06:15 AM
Re: LVM files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2006 06:34 AM
03-31-2006 06:34 AM
Re: LVM files
How I edit this text?
Thank's Very very Thank's!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2006 06:42 AM
03-31-2006 06:42 AM
Re: LVM files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2006 07:00 AM
03-31-2006 07:00 AM
Re: LVM files
Thank's!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2006 07:03 AM
03-31-2006 07:03 AM
Re: LVM files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2006 07:05 AM
03-31-2006 07:05 AM
Re: LVM files
Is your /stand getting stuck every day and you play with vg00 every day ! or ??
Day before yday also i saw similar post and then you closed saying u recreate lvm !
Just cusrious..
Rgds
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2006 07:08 AM
03-31-2006 07:08 AM
Re: LVM files
Without bothering to mount '/usr' you could use '/sbin/awk' to edit and replace your errant '/etc/inittab':
# awk '{if ($0~/ems/) {print "#"$0}}' /etc/inittab > /etc/inittab.new
# /sbin/mv /etc/inittab.new /etc/inittab
Regards!
...JRF...