- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Moving a hard drive to another machine
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
04-26-2001 06:35 AM
04-26-2001 06:35 AM
As I understand it I may have to fix up some stuff with the video cards ( changing from the onboard on the old machines to the visualize cards on the 160s) but is there any other issues/traps that I need to be aware of when I transfer the drives.
2Gig seagate drives
HP-UX 10.20
Thank you for any help,
Ian Cameron
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2001 06:54 AM
04-26-2001 06:54 AM
Re: Moving a hard drive to another machine
from original host
mkdir /dev/vg03
mknod c 64 0x030000 /dev/vg03/group
assuming the new vg will be vg03
ioscan -fnCdisk
look for new disk.
record device file
vgimport from adopted host
and you keep your data
vgimport /dev/vg03 /dev/dsk/c0t3d0
The only real h/w consideration you got is SCSI ID.
Make sure you don't duplicate an existing scsi id.
If you don't see the disk on reinsertion or if the light does not go off, you could have a scsi id pb.
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2001 08:47 AM
04-26-2001 08:47 AM
SolutionManoj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2001 01:39 PM
04-26-2001 01:39 PM
Re: Moving a hard drive to another machine
ID description
6 boot disk
5 additional disk
4 ""
3 ""
2 CD-ROM
1 no standard
0 tape drive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2001 05:02 PM
04-26-2001 05:02 PM
Re: Moving a hard drive to another machine
good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2001 07:51 PM
04-26-2001 07:51 PM
Re: Moving a hard drive to another machine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2001 12:15 PM
05-01-2001 12:15 PM
Re: Moving a hard drive to another machine
This is the root disk that I am asking about.
I will have a make_recovery tape on hand in case there are any problems.
I was wrong, the server drive is 2Gb and the drive in the replacement box is a 4Gb.
The ideal solution would be for me to be able to undo the bolt for the drive trays, swap them, attach the scsi devices to the new box and turn it on. The c160 has an auxilliary graphics card (48z) and the c110 is running on the integrated graphics but both are using the graph3 drivers (see ioscan snips):
c160:
graphics 0 8/24 graph3 CLAIMED INTERFACE
graphics 1 10/8 graph3 CLAIMED INTERFACE
c110:
graphics 0 10/16 graph3 CLAIMED INTERFACE
Will the aux card be recognized at boot or do I have to attach to the integrated graphics port and then change?
Sorry I was not more clear in the original post. Thanks for all the responses,
Ian