- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- COPYUTIL does not see new drive
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
02-27-2003 11:12 AM
02-27-2003 11:12 AM
COPYUTIL does not see new drive
I was able to backup a bad disk using COPYUTIL for the HPUX 10.20. (See my previous post on fsck). I replaced the defective Seagate ST32171N drive with a similar model ST32151N (5400RPM instead of 7200 RPM). Both are 2 Gig drives.
Running ODE COPYUTIL does not show the new drive. Is there a way to make it see this new drive?
During the booting process, the system do see the new drive.
Thanks
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2003 11:26 AM
02-27-2003 11:26 AM
Re: COPYUTIL does not see new drive
I suspect this 'new' drive has non-HP firmware. And do not think that such 'low-level' utility like copyutil will recognize this disk, sorry.
And in addition, if you're doing these operations with boot disk, system may not boot from disk having non-HP firmware
Eugeny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2003 11:30 AM
02-27-2003 11:30 AM
Re: COPYUTIL does not see new drive
ioscan -fnC disk
after boot.
Is the disk there, claimed?
If not you could have scsi id issues, all kinds of things. If its there, you should be able to use pvcreate
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
02-27-2003 11:32 AM
02-27-2003 11:32 AM
Re: COPYUTIL does not see new drive
ISL> ode copyutil
then you'll be in the ISL-CMD prompt .. where you would enter "copyutil".
ISL_CMD> copyutil
Finally at the COPYUTIL prompt ..
COPYUTIL> restore
and that should prompt for you to enter the backup tape path (where your image is backed up) and the disk device you want to restore the image to.
Are those the steps you're taking ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2003 11:47 AM
02-27-2003 11:47 AM
Re: COPYUTIL does not see new drive
The disk in question is the boot disk.
Yes, I am following the ODE COPYUTIL, RESTORE steps.
When I do a dispmap, it only lists the other SCSI disks and not the new disk (/dev/dsk/c0t6d0).
When I put back the 'bad' disk back in and I go through the same steps, it now shows it in the list of drives.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2003 12:15 PM
02-27-2003 12:15 PM
Re: COPYUTIL does not see new drive
I made this "new" as SCSI device 5 (c0t5d0) and put back the "bad" boot disk as before (c0t6d0).
Booted into bcheckrc as before when fsck failed and did a "ioscan -fnC disk" and it shows the new disk as
Class=disk
I=4
H/W path=2/0/1.5.0
driver=sdisk
S/W state=CLAIMED
H/W type=DEVICE
Description=SEAGATE ST32151N
Next line shows
/dev/dsk/c0t5d0 /dev/dsk/c0t5d0
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2003 12:25 PM
02-27-2003 12:25 PM
Re: COPYUTIL does not see new drive
Eugeny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2003 06:43 PM
02-27-2003 06:43 PM
Re: COPYUTIL does not see new drive
If I'm not able to use "copyutil", can I still use "dd if=/dev/dsk/c0t6d0 of=/dev/dsk/c0t5d0 bs=1024k conv=noerror" to copy from the bad disk to the new disk and still be able to boot from this new disk (the one with the non-HP firmware) once I swap it with the bad boot disk?
Thanks