Live Upgrade Solaris 9 to Solaris 10

This entry was posted in Middleware, Networking, Solaris Administration and tagged on June 17, 2012, by

Suppose we have two disk c0t0d0 and c0t1d0. On one we have Solaris 9 and second is spare.

1. We need to prepare Solaris 9 Enviornment.

First remove the old packages SUNWluu and SUNWlur

# pkgrm SUNWluu SUNWlur

Add the new packages from Solaris 10 DVD.

# cd /cdrom/cdrom0/Solaris10/Tools/

# ./liveupgrade20

2. Create the New Boot Enviornmnt

# lustatus

Will only see one boot enviornment

# lucreate -c solenv1 -m /:/dev/dsk/c0t1d0s0:ufs -n solenv2

# lustatus

we will see one active and one inactive boot enviornment

3. Upgrade Inactive Boot

# luupgrade -u -n solenv2 -s /cdrom/cdrom0/s0

# lustatus

4. Active the second boot enviornment

# luactivate solenv2

# init 6

You Will see its booting from second enviornment

To delete the solenv2 boot enviornment

# luactivate solenv1

# init 6

# ludelete solenv2

Leave a Reply

Your email address will not be published. Required fields are marked *

Copyright 2017 ©Aceadmins. All rights reserved.