Cloning machine from sun4u to sun4v using flar


 
Thread Tools Search this Thread
Operating Systems Solaris Cloning machine from sun4u to sun4v using flar
# 1  
Old 08-02-2012
Cloning machine from sun4u to sun4v using flar

Trying to clone an old V240 (sun4u) onto a new T2000 (sun4v).

Managed to create a flar on the V240. Worked out that you need to add the sun4v architecture to the flar (-U "content_architecture=sun4u,sun4v" in the flarcreate).

Anyway, copied that to spare 2nd disk on my target T2000. Booted from DVD, selected flash install and this time it recognised the flar as valid.

All seemed to go ok but now it wont boot because its complaining about boot archive. any ideas?
# 2  
Old 08-02-2012
Cloning can be quite tricky. Often the disk devices which are restored are all wrong for the new platform. However, if it's the boot archive that the system is complaining about then update that first. Boot archive architecture wasn't used after Solaris 10u3 so I guess your version is 10u3 or earlier.

Boot from CD and mount your harddisk root filesystem under /a
then.....

Code:
 
bootadm update_archive -v -R /a

Then take the system down. On first attempted boot from hard disk ensure you use the -r switch to tell Solaris to reconfigure.

Code:
 
boot -r

Post the results of that. As I said above, we might need to rebuild all filesystem devices.

Hope that helps.
This User Gave Thanks to hicksd8 For This Post:
# 3  
Old 08-02-2012
Thanks. Didnt try that. What I did try though was to run the install from CD again this time selecting upgrade.

Worked this time or at least booted ok. Only problem with this method is it removes all the OS patches not on the CD.

Final problem then was network interfaces. It seemed confused about these.
Ran sys-unconfig and sorted that out.

Now seems to working ok. Just got patches to re-install.

If I do again, might try your method also.

---------- Post updated at 09:19 AM ---------- Previous update was at 09:17 AM ----------

Quote:
Originally Posted by hicksd8
Cloning can be quite tricky. Often the disk devices which are restored are all wrong for the new platform. However, if it's the boot archive that the system is complaining about then update that first. Boot archive architecture wasn't used after Solaris 10u3 so I guess your version is 10u3 or earlier.

Boot from CD and mount your harddisk root filesystem under /a
then.....

Code:
 
bootadm update_archive -v -R /a

Then take the system down. On first attempted boot from hard disk ensure you use the -r switch to tell Solaris to reconfigure.

Code:
 
boot -r

Post the results of that. As I said above, we might need to rebuild all filesystem devices.

Hope that helps.
Solaris 10 05/09 is what we use....
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Using flar

Hi I have systems running UFS and ZFS file system type, and I need to create images of them ( in HP-UX ) we call it ignite, but in my case I dont have tape drives attached to the servers. I have read about flar archives, but the do I have to create those images in single user mode or using the... (8 Replies)
Discussion started by: fretagi
8 Replies

2. Solaris

SunOS sun4v sparc ntp service in maintenance mode.

Hi experts, This is a production server. Host information's are below SunOS hostname_srv 5.10 Generic_150400-09 sun4v sparc sun4v Now issue with ntp service, This host have zone in it with 9 hosts, Every hosts have ntp service issue. While i check for the service status it's in... (3 Replies)
Discussion started by: babinlonston
3 Replies

3. Solaris

How to scan for LUNs in SunOS sun4v sparc?

Hi everyone, We have the below sun Operating system, Now our storage team have Create a 500GB LUN for this server, How can i scan and mount the shared LUN ? Could anyone help me to resolve this issue. SunOS my_hostname.com 5.10 Generic_150400-09 sun4v sparc sun4v Update: -------- I... (9 Replies)
Discussion started by: babinlonston
9 Replies

4. Solaris

Solaris 10 virtual disk (ramdisk) create for sun4v (T-2000 simulator) architecture

have been trying to create a 2 GB ramdisk (virtual) to run on my T-2000 simulator (Legion) which has sun4v architecture. I have a SPARC workstation which runs on sun4u architecture with Solaris 10. I have created a ramdisk image using dd command, newfs, then used ufsrestore to restore the... (3 Replies)
Discussion started by: Zam_1234
3 Replies

5. Solaris

system clone : sun4V --->sun4u ?

Hi, First sorry for my english ! I'm a newbie on Solaris and I'm trying to clone a SUN T5220 (sun4V platform) on SUN V240 (sun4u platform) using ufsdump/ufsrestore. Dumping all filesystem and restoring it on the V240 box and Make the disk bootable using installboot command. When... (21 Replies)
Discussion started by: manata
21 Replies

6. Solaris

"flar create" produces a tiny flar image of rpool

Hi, can someone help with the following? I got 1x146GB disk which is span by just one zfs rpool. When issue for example: as you can see in above output the flar is very small, just around 10KB rpool with all data sets has several GB so this can't be good image. This is on the Solaris 10... (3 Replies)
Discussion started by: TomSu
3 Replies

7. Solaris

flar on linux???

Hi admins, As we can create flash archieve on solaris with flarcreate command utility, so is there any utility like this on Linux to create flah archieves ?? (10 Replies)
Discussion started by: snchaudhari2
10 Replies

8. Solaris

Solaris sun4v - how do you determine physical RAM?

I have a Sun T5120, and I want to programmatically determine how much RAM it has. # uname -a SunOS myhost 5.10 Generic_141444-09 sun4v sparc SUNW,SPARC-Enterprise-T5120 The box has 64Gb; I tried prtdiag and prtconf, but they give me bogus info prtconf gives me: # prtconf |grep -i... (12 Replies)
Discussion started by: thomn8r
12 Replies

9. Solaris

Flar Images

I once found a document on the web describing how to build partition flar images instead of having just the one large one. I have managed this but am having problems extracting the subsequent flar archives. I ahve built the system from a jumpstart server and now need to add the program images etc... (0 Replies)
Discussion started by: 58fairlane
0 Replies
Login or Register to Ask a Question