How to clone enter harddisk on Sun Sparc20?


 
Thread Tools Search this Thread
Operating Systems Solaris How to clone enter harddisk on Sun Sparc20?
# 15  
Old 12-09-2009
ok i'll try this one out.

---------- Post updated at 10:05 PM ---------- Previous update was at 09:29 AM ----------

@jlliagre
though i can call up Daetwyler to ask for a password? but on what password would i ask them of?
# 16  
Old 12-09-2009
root password.
# 17  
Old 03-24-2010
Hi jlliagre,

Until now i got no response from Daetwyler,

Anyways i manage to log-in as a single user with "boot -s", like what you've told me.
i wrote:
# dd if=/dev/sd0 of=/dev/sd1 bs=256k
message this:
dd: open: /dev/sd0: No such file or directory

next i did copy from partition to partition:
# dd if=/dev/sd0g of=/dev/sd1g bs=256k
dd: write: Error 0
8189+0 records in
8189+0 records out
i did the same thing on sd0a,sd0d,sd0e,sd0f,sd0g,sd0h, but when i boot it with the new hard drive, it says
sd0: corrupt label - bad geometry

when i tried the dd command on another target drive.
# dd if=/dev/sd0a of=/dev/sd1a
sd1a: Error for command 'write'
sd1a: Error level: Fatal
sd1a: Block 87328, Absolute Block: 87398
sd1a: Sense key: Hardware Error
sd1a: Vendor 'SEAGATE' error code: 0x3

tried another drive:
# dd if=/dev/sd0a of=/dev/sd1a bs=256k
sd1a: Error for command 'read'
sd1a: Error level: Retryable
sd1a: Block 0, Absolute Block: 65
sd1a: Sense key: Media Error
sd1a: Vendor 'SEAGATE' error code: 0x11

i hope you can shed some answers...thanks

Last edited by Ron Macam; 03-24-2010 at 06:48 AM..
# 18  
Old 03-24-2010
Is the destination disk partitioned exactly like the source one ? Before copying the slices content, you need to have partitions ids and size matching exactly (or the destination slices being larger than the source ones).
# 19  
Old 03-24-2010
The partition is the same, because the target drive has the same content before it was corrupted. The size i think is bigger than the master.
# 20  
Old 03-24-2010
The disk size discrepancy might be the root cause of the booting issue:
Code:
sd0: corrupt label - bad geometry

# 21  
Old 03-25-2010
how about this one, why can't i clone the entire thing?
Quote:
# dd if=/dev/sd0 of=/dev/sd1 bs=256k
dd: open: /dev/sd0: No such file or directory
can i reformat my other hard drive? since they are giving me an error
Quote:
# dd if=/dev/sd0a of=/dev/sd1a bs=256k
sd1a: Error for command 'read'
sd1a: Error level: Retryable
sd1a: Block 0, Absolute Block: 65
sd1a: Sense key: Media Error
sd1a: Vendor 'SEAGATE' error code: 0x11
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Loop logic, enter into respective IF as per enter input file name

have three big data file, however I just need to see the mentioned below one line form the all the file which has SERVER_CONNECTION Value File 1 export SERVER_CONNECTION=//dvlna002:10001/SmartServer File2 export SERVER_CONNECTION=///SmartServer File3 export... (1 Reply)
Discussion started by: Nsharma3006
1 Replies

2. Solaris

Clone Production Server (Sun v120)

It's a DHCP server. We want to make a clone for fail over purpose since there are some identical systems available here. We do have a secondary DHCP server. Hardware: Sun v120. OS: Solaris 9. Two disks without array, /var and /opt on the secondary disk. How can I clone the system via network... (1 Reply)
Discussion started by: aixlover
1 Replies

3. Solaris

Image from harddisk

Can i take image from all data in SCSI hard-disk which work in foxboro workstation and extract it again on another hard disk ?:b: thanks (4 Replies)
Discussion started by: hatemeid
4 Replies

4. Solaris

SunOS 5.6 vs 5.8 HardDisk

Hi all, I am not sure I am in the correct forum or not, but I would appreciate if somebody from here can help me out. My processing equipment currently is using Unltra5 SunOs 5.6 with 8.6 GB hard disk, newer UltraSPARC SunOS 5.8 is with higher hard disk capacity. I am wondering how much hard... (2 Replies)
Discussion started by: uvex
2 Replies

5. UNIX for Dummies Questions & Answers

SCSI Harddisk

hey guys this is my problem I have SCO unix installed on a IDE h/drive. I want to add a SCSI hard drive, how do i do that within UNIX (1 Reply)
Discussion started by: kwame.neilsen
1 Replies

6. Solaris

Clone disk for Sun Blade 2000

Hai ......... my name Rio, I want to clone my harddisk at Sun Balade 2000 server with Solaris 8 OS, my question is : a. what kind method for making backup or clonning disk ? b. what method more easier , quick but still reliable ? c. how to proceed it ? Thanks (1 Reply)
Discussion started by: rioria
1 Replies

7. UNIX for Dummies Questions & Answers

BSD's that will work on a multiprocessor Sparc20

i know openbsd has a port that works on single cpu sparcs, and freebsd only works on the sparc64 architecture, and then there is netbsd that happens to work on multiprocessor sparc20's. as far as i know these are the only free BSD's, are there any others that will work on a multiprocessor... (2 Replies)
Discussion started by: xyyz
2 Replies

8. UNIX for Dummies Questions & Answers

getting netbsd 1.6 to work on a sparc20 woes...

i downloaded and burned the iso. the installation was pretty straight forward. evenything seemed alright. however, after the install reboot, i get a "Data Access Exception" error and then the system exits to the "ok" prompt. i tried finding something about this everywhere... but what i... (2 Replies)
Discussion started by: xyyz
2 Replies

9. UNIX for Dummies Questions & Answers

server harddisk upgrade

hi friends, one of my clnts wants his Hard drive to be ugrded . He is currently using SCO unix 5.04 on a 4.3 Gig SCSI drive. He wants me to upgrd it to 18 Gigs . All he wants is that the data / programs / userfiles shall be intact. he has 3 user slices /user1, /user2 , /user3 presently... (3 Replies)
Discussion started by: /etc/passwd
3 Replies

10. UNIX for Advanced & Expert Users

clone harddisk

Hi, i have to make an excect physical copie of a sun unix station harddisk. I have to make all partitions the same on about 60 harddisks, and also they should contain the same data/info. I have hade a look at commands 'DD' and 'UFSDUMP' but both of them are not sufficient enough. Can... (5 Replies)
Discussion started by: dirk2
5 Replies
Login or Register to Ask a Question