Clone Production Server (Sun v120)


 
Thread Tools Search this Thread
Operating Systems Solaris Clone Production Server (Sun v120)
# 1  
Old 02-15-2011
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 or serial port? Any idea?

Thank you in advance!
# 2  
Old 02-15-2011
So as an AIX lover, you want to create a mksysb image on a NIM server ready to deploy a new client?

I think that Jumpstart is the Solaris term for it. I used to do it, but it's been 10 years and I've forgotten. I think we used to use ufsbackup to tape and then restore, because it was in the days before 100M ethernet even. A quick search of these sorts of terms turned up BigAdmin Feature Article: Using Solaris JumpStart With the Solaris 10 OS for x86/x64 Platforms if that's useful.

An alternate might be (if you have an identical server up and running) with a spare bootable disk (assuming it is c0t0d0 source to c0t1d0 on the target)

Code:
dd if=/dev/rdsk/c0t0d0s2 | rsh $target dd of=/dev/rdsk/c0t1d0s2


You would need to set up remote shell on the receving target server before you run this. If all goes well, you should be able to then:-
  1. mount /dev/dsk/c0t1d0s0 /mnt
  2. vi /etc/hosts <---- set new network here!
  3. Set the boot flags, with an eeprom command I think (c'mon, it's been 10 years already!)
  4. init 6 to boot from the new disk. Probably as well to pull the network cables before this point and log on at the console, just to be sure. Smilie
  5. ifconfig -a (or whatever) and check the addresses carefully

Take care with this. You could easily upset the current live server or perhaps overwrite the wrong target disk. High caution is advised!

Because of the risk, no guarantees are included with this post and no acceptance of liability will be accepted for losses to services or consequentially losses to any parties dependant on them.

Apart from that, I hope that this is helpful pointer.


Robin
Liverpool/Blackburn
UK
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Ldom clone from production system

Hi! I am quite new to Solaris and come from AIX world. I need to clone running production LDOM. In AIX you just take mksysb and restore it to new LPAR. It will install with blank network settings. How to do it in Solaris 11? Can't find document to clone from running system.. they talk only... (6 Replies)
Discussion started by: padapada
6 Replies

2. UNIX for Dummies Questions & Answers

To know the server which the production is pointing to?

Hi, How to know which server(Application or webserver) the production link or url is pointing to? Is there any command to get the server IP address? Thanks in advance. (3 Replies)
Discussion started by: venkatesht
3 Replies

3. Solaris

How to clone enter harddisk on Sun Sparc20?

Hi mates, well before posting my problem, i really searched hi and low for some ideas, but sad to say none of them worked, including dd command. My problem is that i have 2 harddisk, 1 in use and 1 for spare. The one im using got crashed and now im using my spare harddisk with all the... (24 Replies)
Discussion started by: Ron Macam
24 Replies

4. Solaris

Sun Fire v120 memory compatibility

Hi, I recently acquired an old Sun Fire v120 from work. I plan to play around with this at home whilst I'm studying for my SCSA exams. Only problem is it currently has no memory installed. I believe the memory modules required are 168 pin PC133 DIMMs. Unfortunately, the original Sun modules are... (3 Replies)
Discussion started by: skinyana
3 Replies

5. Solaris

Installing OpenSolaris on Sun v120

I have come into my possesion a v120 server at work that was decommisioned from another project. I don't have the Solaris Installation CD nor do I have root or any user credentials on this server. My goal was to install OpenSolaris on this server and use it as a playground for learning UNIX... (6 Replies)
Discussion started by: stringzz
6 Replies

6. Solaris

Help - Accessing Sun Fire V120 A/LOM

Hi All, My company has three V120 servers and two V245 servers. Currently we access ALOM on v245 thru NET MGT port. There are no NET MGT on V120. We use to access A/LOM on the V120s thru Windows Hyper Terminal connected to the Serial A port of v120. Since all of our Windows boxed are... (6 Replies)
Discussion started by: glieu
6 Replies

7. Solaris

production server won't start please help me!

if anyone can help me here I will be in debt eternaly. I'm in a spot here fearing for my job. I tried to install a new scsi array on our E5500. I powered it down correctly, removed the terminator, connected the array and powered it on. It was taking so long to come up I freaked out and powered... (3 Replies)
Discussion started by: NewSolarisAdmin
3 Replies

8. Solaris

Weird behavior on a Sun Fire V120 running solaris 10.

All, After a power loss I went to power on our sun fire v120 that is running solaris 10 and now it will not boot. I tried power cycling it from the lom and pulling the cord but nothing works. All it does is after a power cycle it will start to boot and then start to spit out a bunch of hex... (2 Replies)
Discussion started by: jsandova
2 Replies

9. 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
Login or Register to Ask a Question