- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to restore the volume group and FileSystem -- ...
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-23-2007 06:09 AM
05-23-2007 06:09 AM
I need your help with the following:
situation
=========
1. we had a bad disk in the EMC SAN and was replaced
2. now, we are missing a filesystem i.e it is not mounted /dev/vg36/lvol1 = /oradata
3. if tried to mount manually, it says /dev/vg36/lvol1 /oradata doesnot exist.
Volume group "/dev/vg36" does not exist in the "/etc/lvmtab" file.
# ls -l /dev/vg36
total 0
crw-r----- 1 root sys 64 0x060000 May 23 09:15 group
#
(as you can see, there are no lvol1 and rlvol1 in /dev/vg36.
# ls -l /etc/lvmconf/*36*
-rw------- 1 root sys 234496 Oct 5 2006 /etc/lvmconf/vg36.conf
-rw-r----- 1 root sys 30 Oct 5 2006 /etc/lvmconf/vg36.mapfile
#
Can you please guide me on how to restore vg36 and mount /oradata again.
Really appreciate your HELP!
-PV
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2007 06:19 AM
05-23-2007 06:19 AM
SolutionI'm a little shocked that the loss of a single disk in the EMC hammered your filesystem.
The lack of it being in lvmtab makes me wonder if this was a configuration problem.
As a side note, make sure the LUN being presented to your system includes at least RAID 5 protection.
vgimport would be my first idea, but I really don't think its going to work.
Best bet here would be to create the volume group a new and restore the data from backup tape.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2007 06:22 AM
05-23-2007 06:22 AM
Re: how to restore the volume group and FileSystem -- replaced bad EMC disk
first check the device file of the new LUN's exit though ioscan
else use insf -v
then
vgrestore -n vg36 /dev/dsk/cXtXdX
then mount -aeQ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2007 06:39 AM
05-23-2007 06:39 AM
Re: how to restore the volume group and FileSystem -- replaced bad EMC disk
2. vgimport needs a list of all the physical volumes, should I list all the PV's (there are 32 PVs).
please advise.
-PV
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2007 07:07 AM
05-23-2007 07:07 AM
Re: how to restore the volume group and FileSystem -- replaced bad EMC disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2007 10:31 AM
05-23-2007 10:31 AM
Re: how to restore the volume group and FileSystem -- replaced bad EMC disk
I am all good now.
Thank you All for all your Help!
Really appreciate it!
-PV