- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Help mounting a drive already containing data
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-31-2006 03:27 AM
05-31-2006 03:27 AM
Help mounting a drive already containing data
We had the operating system drive crash. Installed a new drive and installed 11.i. How do we mount the existing drives on the system that already contain data without deleting them??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2006 03:32 AM
05-31-2006 03:32 AM
Re: Help mounting a drive already containing data
mkdir /dev/vg01
mknod /dev/vg01/group c 64 0x010000
vgimport -s -m /tmp/vg01map /dev/vg01
vgchange -a y /dev/vg01
If you don't have a map file, it's not necessary unless you did not follow standard lvol naming conventions. If the -s (scan) option doesn't work for some reason, you will have to explicitly identify the physical volumes that belong to this VG.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2006 03:39 AM
05-31-2006 03:39 AM
Re: Help mounting a drive already containing data
# /etc/vgcfgrestore -n vg /dev/dsk/????
# vgsync vg
# vgchange -a y vg
Then upgrade.
Was this a bad root disk? Did you use an ignite tape or new install?
Need your EXACT procedure/steps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2006 03:42 AM
05-31-2006 03:42 AM
Re: Help mounting a drive already containing data
to find the exist minor number try;
#ll /dev/vg*/group
note that :to avoid deleting data,DO NOT use pvcreate or vgcreate command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2006 03:48 AM
05-31-2006 03:48 AM
Re: Help mounting a drive already containing data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2006 03:48 AM
05-31-2006 03:48 AM
Re: Help mounting a drive already containing data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2006 04:06 AM
05-31-2006 04:06 AM
Re: Help mounting a drive already containing data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2006 04:16 AM
05-31-2006 04:16 AM
Re: Help mounting a drive already containing data
Here is an excellent document on recovering from disk failures:
http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2006 04:19 AM
05-31-2006 04:19 AM
Re: Help mounting a drive already containing data
The problem with the backup of data is that we will lose alomst a whole day of input. Is this our only option??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2006 04:24 AM
05-31-2006 04:24 AM
Re: Help mounting a drive already containing data
The only disk that crashed was the operating system drive. All others are ok. Just need to figure out how to mount the existing volumes and leave the data intact.
I will wait for further responce before I attempt anything. If at all possible, need to retain data on these volumes without deleting them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2006 04:34 AM
05-31-2006 04:34 AM
Re: Help mounting a drive already containing data
did you read Pete's document.It is a certain answer to your case.i extract a page which include a flowchart from this document.Pls follow those steps.
regards;
mustafa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2006 05:44 AM
05-31-2006 05:44 AM
Re: Help mounting a drive already containing data
One more thing . . . I want to make sure and get ignite installed on this server. Is this on the installation disks, or do I need to download it from HP?
Thanks again in advance!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2006 06:01 AM
05-31-2006 06:01 AM
Re: Help mounting a drive already containing data
#swlist -l fileset |grep -i ignite
if not dowload it from;
https://h20293.www2.hp.com/portal/swdepot/try.do?productNumber=IGNITEUXB
PS:Do not forget the submit points to whom wanna help you pls.read the forım ethics
regards;
mustafa