Solaris 8 Clone - Help


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris 8 Clone - Help
# 8  
Old 01-24-2010
TonyFullerMalv,

Thanks... I can bring up the clone drive in Slot 1 after the modification of "/etc/vfstab" and at the ok prompt typing "boot disk1". I need to move the cloned drive to Slot 0 and leave the "/etc/vfstab" alone per operational requirements.

When I run the "printenv" at the ok prompt I'm finding the original drive being listed under "boot-device" and wondering how I can modifiy this after the clone script has finished?

Thanks,
John

---------- Post updated at 01:56 PM ---------- Previous update was at 11:08 AM ----------

During my latest testing I've discovered the following:

1) I'm able to clone a drive from slot 0 (boot drive) to slot 1
2) Only way I can boot up the clone drive is by doing the following:
- Leaving the drive in slot 1
- Modifying the "/etc/vfstab" and changing c1t0d0 to c1t1d0 for all
slices.
- At the ok prompt type: boot disk1
3) Clone drive comes up and application is started no problem.

When I change the "/etc/vfstab" back to c1t0d0 for all slices and move the drive to slot 0 I get the failures that I can't find the boot drive? Does Solaris write something specific to the hard drive that for some reason the clone of the boot drive would miss?

Thanks,
John

---------- Post updated at 02:32 PM ---------- Previous update was at 01:56 PM ----------

Wondering if these drives are slot dependent? If so, would changing or updating the "devalias" as mentioned in one of the previous comments would be required and allow me to move the hard drive to slot 0?

Thanks again,
John
# 9  
Old 01-24-2010
See:
SPARC: How to Change the Default Boot Device by Using the eeprom Command (System Administration Guide: Basic Administration) - Sun Microsystems

Run as the root user:
Code:
# eeprom boot-device <new-boot-device>

The eeprom command can be called from your script.
# 10  
Old 01-24-2010
Thanks for the "eeprom" information and I was able to change the boot drive location. Still unsure why the clone drive will not boot up in Slot 0?

It's almost like it's slot dependant?

Thanks again,
John
# 11  
Old 01-27-2010
I'm now able to clone a drive in slot 1 from slot 0. I can move the drive to slot 0 and it's boots up. I'm still required to type at the ok prompt: boot disk -- On the original boot drive I was able to type boot or on a reboot the startup would occurr automatically.

Any way to change the startup sequence within Solaris so I don't need to pass in the "boot disk" and simply type "boot".

Thanks,
John
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

How to clone an AIX 5.3?

Hello all, I am trying to clone an entire aix 5.3 machine , not sure on the procedure.Can anyone help on what can be done ?Thanks (9 Replies)
Discussion started by: gull05
9 Replies

2. Solaris

Need to Clone Solaris OS to another disk

Hi, I am trying to clone the hard disk image of Solaris OS on one disk to another disk. After some googling I found that there is a command "dd" to achieve this. However there is a condition to use the dd command, that the disk geometry of both the disks (source and target disks) should... (5 Replies)
Discussion started by: rajujayanthy
5 Replies

3. UNIX for Dummies Questions & Answers

Clone redhat to another PC

Hi, I'm a new user of this forum and I'm not an expert of linux. I have a broken old pc with red hat linux, I clone hdd to another pc with different mainboard and it's ok but it has only one problem, the usb ports not work. In the boot this message appears: ... (9 Replies)
Discussion started by: aitv
9 Replies

4. Red Hat

Redhat Clone

What is the best method to use to clone a Redhat machine, to ensure all software and config can be easily installed on new hardware? Thank you! (3 Replies)
Discussion started by: da2013
3 Replies

5. UNIX for Advanced & Expert Users

Clone mounts as is

Hello, Iam trying to clone AS IS two mounts like below /class_test/sa /class_dev/fd from one server onto another. I want to use tar and gzip to compress. Please let me know the options I have to use. Also I want to untar it in the destination server, so let me know how to do... (3 Replies)
Discussion started by: baanprog
3 Replies

6. Solaris

Backup / Clone Solaris Zone Issue

Hi, I'd like to discuss the subject of backing up / cloning Solaris zone. I was trying to clone zone A to zone B (Solaris 10 11/06: Cloning a Non-Global Zone on the Same System (System Administration Guide: Oracle Solaris Containers-Resource Management and Oracle Solaris Zones)). The first test... (7 Replies)
Discussion started by: aixlover
7 Replies

7. Solaris

Clone scsi disc solaris 8

I have a SunOS 5.8 Generic_108528-29 sun4u sparc SUNW,UltraAX-i2, i have 2 scsi disk, the first with the S.O. and the second free. I read many in the forum about this: with single user, miniroot, dd, flarcreate, ufsdump and ufsrestore. Which is the best metod? If i clone the disk with... (6 Replies)
Discussion started by: tirher
6 Replies

8. Solaris

clone solaris

I have a Sun Solaris 9 and I would like to clone the Operating System from a sun4u Sun Fire 480R machine to a Sun Fire 280R machine. The disk is the same size, the 480R has no space disk slot to the 280R disk for mirrioring, i have no external disk, I am not allowed to take the machine down. ... (1 Reply)
Discussion started by: hassan1
1 Replies

9. Filesystems, Disks and Memory

clone disk

Disk cloning I had an external SCSI master disk that I used to clone to an identical external SCSI disk because the other SCSI disk would become corrupted. My original Master became corrupted so I used one of the other to good disk to copy back to the master. Unfortunately the new master needs... (1 Reply)
Discussion started by: stamperr
1 Replies

10. UNIX Desktop Questions & Answers

How do I clone Solaris 7 disk

could anyone give me a general idea of how i may clone a 2 Gig disk running Solaris 7 on it to another disk of the same size? currently, this system only has one disk in it though. i do have the ability to hook up another disk via SCSI. i have been told i need to boot to "miniroot" to run... (9 Replies)
Discussion started by: obosha
9 Replies
Login or Register to Ask a Question