- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- delete /dev/vg00/lvol1 with mistake
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
08-14-2009 08:03 PM
08-14-2009 08:03 PM
delete /dev/vg00/lvol1 with mistake
in rx2620,hpux 11.23
i delete lvol1 in the directory /dev/vg00 with a mistake
[/dev/vg00]#ll
total 0
crw-rw-rw- 1 root root 64 0x000000 Jan 8 2009 group
brw-r----- 1 root root 64 0x000002 Jan 8 2009 lvol2
brw-r----- 1 root root 64 0x000003 Jan 8 2009 lvol3
brw-r----- 1 root root 64 0x000004 Jan 8 2009 lvol4
brw-r----- 1 root root 64 0x000005 Jan 8 2009 lvol5
brw-r----- 1 root root 64 0x000006 Jan 8 2009 lvol6
brw-r----- 1 root root 64 0x000007 Jan 8 2009 lvol7
brw-r----- 1 root root 64 0x000008 Jan 8 2009 lvol8
crw-r----- 1 root root 64 0x000001 Jan 8 2009 rlvol1
crw-r----- 1 root root 64
0x000002 Jan 8 2009 rlvol2
crw-r----- 1 root root 64 0x000003 Jan 8 2009 rlvol3
crw-r----- 1 root root 64 0x000004 Jan 8 2009 rlvol4
crw-r----- 1 root root 64 0x000005 Jan 8 2009 rlvol5
crw-r----- 1 root root 64 0x000006 Jan 8 2009 rlvol6
crw-r----- 1 root root 64 0x000007 Jan 8 2009 rlvol7
crw-r----- 1 root root 64 0x000008 Jan 8 2009 rlvol8
i have a vg00.map file ,so
i want want to vgexport/vgimport vg00 in maintenance mode,
when i reboot the system to enter the
HPUX> hpux -lm,
but i get the error message as follow:
System Panic:
panic: LVM: Configuration failure
Stack Trace:
IP Function Name
0xe000000001d62e40 lv_boothalt+0x110
0xe000000001d6a460 lv_check_boot+0x60
0xe000000001d6a350 lvmconf_body+0x2f0
0xe0000000013081b0 lvmconf+0x30
0xe000000001286790 im_lvmconf+0x70
0xe0000000016f7230 DoCalllist+0x3a0
End of Stack Trace
linkstamp: Wed Aug 05 01:10:17 EAT 2009
_release_version: @(#) $Revision: vmunix: B11.23_LR FLAVOR=perf Fri Aug 29 22:35:38 PDT 2003 $
sync'ing disks (0 buffers to flush): (0 buffers to flush):
0 buffers not flushed
0 buffers still dirty
*** A system crash has occurred. (See the above messages for details.)
*** The system is now preparing to dump physical memory to disk, for use
*** in debugging the crash.
the system crash
Any one can tell me waht to do next,thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2009 08:19 PM
08-14-2009 08:19 PM
Re: delete /dev/vg00/lvol1 with mistake
Do you have an OS DVD?
Boot from that and try to create the device file using mknod. Just a suggetion.
Regards,
Sooraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2009 08:22 PM
08-14-2009 08:22 PM
Re: delete /dev/vg00/lvol1 with mistake
You did delete the file "lvol1" only , right?
So your problem is bigger since you did a shutdown. Without shutdown the solution would be to simply recreate the file.
Now you probably need to boot from install DVD (recover shell) and repair from there.
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
08-14-2009 08:37 PM
08-14-2009 08:37 PM
Re: delete /dev/vg00/lvol1 with mistake
if i did not shutdown ï¼ i can recreate the lvol with what commandï¼ please tell me ï¼ thanksï¼ Torsten.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2009 08:46 PM
08-14-2009 08:46 PM
Re: delete /dev/vg00/lvol1 with mistake
is this right?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2009 09:07 PM
08-14-2009 09:07 PM
Re: delete /dev/vg00/lvol1 with mistake
If i did not shutdown i can recreate the lvol with what command.please tell?
#mknod /dev/vg00/lvol1 b 64 0x000001
Regards,
LIJEESH N G
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2009 09:33 PM
08-14-2009 09:33 PM
Re: delete /dev/vg00/lvol1 with mistake
regards