Sun Ultra 2 Hard Drive Replacement


 
Thread Tools Search this Thread
Operating Systems Solaris Sun Ultra 2 Hard Drive Replacement
# 8  
Old 02-10-2011
So is there still a problem or did dd worked as you expected ?
This User Gave Thanks to jlliagre For This Post:
# 9  
Old 02-12-2011
Quote:
Originally Posted by jlliagre
So is there still a problem or did dd worked as you expected ?
Hi again....no the "dd" command that I posted now gives me an I/O error. No longer getting the geometry issue but, still not perfroming the dd command.

Thanks again.
# 10  
Old 02-13-2011
Try using the way I described in post #4

Quote:
Originally Posted by me
cloning a disk is usually done by copying the vtoc, then copying the data from the slices containing them, then installing the boot loader if a system disk.
# 11  
Old 02-13-2011
Quote:
Originally Posted by jlliagre
Try using the way I described in post #4
Yes...thanks. I'm not sure how. Sorry, don't mean to be a pest.
# 12  
Old 02-13-2011
To be done in single user mode:
Code:
# prtvtoc /dev/rdsk/c0t0d0s2 | fmthard /dev/rdsk/c0t1d0s2
# newfs /dev/rdsk/c0t1d0s0
# mount /dev/rdsk/c0t1d0s0 /mnt
# cd /mnt
# ufsdump 0f - /dev/rdsk/c0t0d0s0 | ufsrestore xf -
# installboot /usr/platform/`uname -i`/lib/fs/ufs/bootblk /dev/rdsk/c0t1d0s0

Repeat steps 2 to 5 for each slice (beyond slice 0) containing a file system.

---------- Post updated at 23:55 ---------- Previous update was at 23:51 ----------

Quote:
Originally Posted by psantinello
I have back-up of everything don't know where that came from.
A back-up without a proper restore procedure is worthless.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Hardware

[solved] Sun Netra X1 - Adding a Second Hard Drive

As the title suggests, I'm trying to install a second drive (really want an OS mirror) on a Sun Netra X1. I've taken the spacer out, and had a go at with the drill-press so now I have a nice HDD tray. Have installed an IDE drive in the tray, plugged in the power and data cables that were... (0 Replies)
Discussion started by: Smiling Dragon
0 Replies

2. Solaris

Sun Hard Drive Wipes

Greetings!! I've been tasked with decommissioning a group of older Sun servers. I have several SunFire 280r among them as well as some others. I have asolutely no experience with Sun systems and find myself in a bit of a pickle. I need two things ... someone to explain to me in grade... (5 Replies)
Discussion started by: Tenuous
5 Replies

3. Solaris

Connect an External SCSI Hard Drive to Ultra 80

Guys, I have googled and checked this forum in detail and couldn't find any satisfactory answers for my problem. I am trying to connect a external SCSI hard Drive(Sea Gate) to a Ultra 80. I connected it powered it up and at OK prompt did : boot -r system comes up and complains about not... (6 Replies)
Discussion started by: ajnabi
6 Replies

4. Solaris

USB Hard Disk Drive Supported by Sun Fire V890

Hi, Can anyone suggest me any USB Hard Disk Drive which I can connect to Sun Fire V890 and take backup at a quick speed. A test with SolidState USB Hard Drive for backup work was taking writing at 2GB per hour for a 75GB backup. Regards, Tushar Kathe (1 Reply)
Discussion started by: tushar_kathe
1 Replies

5. Filesystems, Disks and Memory

The best partitioning schem for a 250GB Sata hard drive & a 75GB SCSI hard drive

Hi I have 2 75GB SCSI hard drives and 2 250GB SATA hard drives which are using RAID Level 1 respectively. I wana have both FTP and Apache installed on them as services. I'm wondering what's the best partitioning schem? I wana use FC3 as my OS, so, I thought I can use the 75GB hard drive as the /... (0 Replies)
Discussion started by: sirbijan
0 Replies

6. UNIX for Dummies Questions & Answers

Trying to copy old hard drive to new hard drive.

:confused: ........I have a new hard drive and I need to copy ALL info from the old to the new. I would like to use the dd command. I know the command is as follows...... dd if=/dev/rdsk/c1t1d0s0 of=/dev/rdsk/???????? Where I have the question marks is the problem. How do I find out what the... (4 Replies)
Discussion started by: shorty
4 Replies

7. UNIX for Dummies Questions & Answers

Newbie: Sun Ultra 5 Disk Replacement

I have just started getting into unix and aquired a Sun Ultra 5 however the disk failed and I want to replace it with a spare maxtor 40Gb i have lying around. I need to partition and format the disk from its old windows format. I have looked up info on the format command in solaris 9 and I think i... (2 Replies)
Discussion started by: kalm
2 Replies

8. Filesystems, Disks and Memory

Tape Drive Connected to a Sun Ultra 10/Solaris 2.7

I have a Sun Ultra 10/Solaris 2.7 with a differential SCSI card connected to a Supter DLt1 Tape Drive. When I boot the machine, and I do a probe-scsi-all in the very beginning of the boot process. It shows up correctly. If I wait for the boot process to proceed and then I do a probe-scsi-all, I get... (1 Reply)
Discussion started by: brv
1 Replies

9. UNIX for Dummies Questions & Answers

hard drive in Sun Ultra 10

What are the options on upgrading disk space in an Ultra 10 workstation? Sun states they are EIDE drives, are they standard or Sun specific? Thanks (1 Reply)
Discussion started by: 98_1LE
1 Replies
Login or Register to Ask a Question