HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: System Failure
Operating System - HP-UX
1827286
Members
2115
Online
109717
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
06-09-2003 06:56 PM
06-09-2003 06:56 PM
We have an HP 9000 D330 which had something go wrong with the boot drive which contains an 10.20 installation. We believe that our data is on another drive that is that same server. We have a D390 coming in tommorow that we are hoping to put this drive in. Can anyone give me some advise on what I am trying to do. If I can mount this drive in the new server I can save one day's worth of data entry. Also, if we have a 64 port EISA card are we going to need special drivers for it or will it be recognized by the new server when it boots up? Any advise would be much appreciated.
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2003 07:03 PM
06-09-2003 07:03 PM
Solution
Hi,
Yes. You can mount it on the other server. First find out the disk path by 'ioscan -fnC disk' command. (say c0t5d0)
If it was under LVM configuration, then import the disk using 'vgimport'.
#mkdir /dev/vg01
#mknod /dev/vg01/group c 64 0x010000
#vgimport -v vg01 /dev/dsk/c0t5d0
#vgchange -a y vg01
Now look under /dev/vg01. You should see some logical volumes like lvol1, lvol2 etc.,
Find out the data in them by mounting them.
#mkdir /filesystem1
#mount /dev/vg01/lvol1 /filesystem1
If it was used as a whole disk, then you can do
#mkdir /disk1
#mount /dev/dsk/c0t5d0 /disk1
-Sri
Yes. You can mount it on the other server. First find out the disk path by 'ioscan -fnC disk' command. (say c0t5d0)
If it was under LVM configuration, then import the disk using 'vgimport'.
#mkdir /dev/vg01
#mknod /dev/vg01/group c 64 0x010000
#vgimport -v vg01 /dev/dsk/c0t5d0
#vgchange -a y vg01
Now look under /dev/vg01. You should see some logical volumes like lvol1, lvol2 etc.,
Find out the data in them by mounting them.
#mkdir /filesystem1
#mount /dev/vg01/lvol1 /filesystem1
If it was used as a whole disk, then you can do
#mkdir /disk1
#mount /dev/dsk/c0t5d0 /disk1
-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
06-09-2003 07:22 PM
06-09-2003 07:22 PM
Re: System Failure
Hi,
I go with Sri. But you are safe only, if your root VG is not spawned across your Data disk.
HTH
I go with Sri. But you are safe only, if your root VG is not spawned across your Data disk.
HTH
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
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP