Upgrade Solaris 10 Release


 
Thread Tools Search this Thread
Operating Systems Solaris Upgrade Solaris 10 Release
# 1  
Old 09-22-2011
Upgrade Solaris 10 Release

This is probably a dumb question, but all my searches aren't turning up an answer. I need to upgrade a system from u5 to u9. It has UFS root file systems separated into different slices for /, /var, and /export/home. I've upgraded to a later release once in the past using LU, but in this case I can't use LU to do it since the root file systems are UFS and there isn't another disk I can use.

This isn't a question regarding patching. It's regarding upgrading the Solaris 10 OS from u3, u5, etc... to u9.

Thanks!
# 2  
Old 09-23-2011
First stabs at an unknown problem...

Hello christr.

You did not ask any questions, only explained a situation.

I am going to assume the question is:

Quote:
How do I upgrade this system to the newer Solaris release and change the root file system to ZFS at the same time when I don't have an unused disk to use?
The answer is: With careful planning you might be able to do it. If worst comes to worst, we can do the following:
1. Make a backup of the system on another system on the network.
2. Reformat the disks via boot from CD.
3. Restore the system to the ZFS disks
4. Perform an upgrade
5. Ensure that the disks are bootable.

If you do have mirrored root disks, then this whole thing becomes very very easy and you will have almost no downtime at all! (Note to all: ALWAYS but ALWAYS mirror your root disk)

There may be many shortcuts, depending on just exactly how much disk space you have free and how much downtime you are willing to incur, and depending on how much you are willing to compromise the ideal configuration (whole disks managed entirely by ZFS)

For a start I would like to see the output of df -kl. If you use any disk management (SVM, VXVM, ???) please also dump the outputs (metastat -p, or whatever)

I also want to see the partition tables of all the disks, eg:

Code:
for X in $( ls /dev/dsk/*s2 ); do prtvtoc $X; done

And if you have unmounted partitions, then please let me know whether any of those are used as raw disk partitions by, for example, a database or other application.
# 3  
Old 09-23-2011
Thanks Hartz, but that isn't exactly what I was asking.

I can't change it from UFS, and LU isn't an option in this environment. I simply need to know how to upgrade to another release without having to use LU. I mentioned UFS because just so anyone answering will know things such as ZFS snapshots aren't an option.
# 4  
Old 09-23-2011
make a backup of your system (flasharchive or ufsdump). boot from the latest solaris release (or that one you wish to use) and do an upgrade (the installer asks you "inital install" or "upgrade"). patch the new system with the latest patch cluster. enjoy (if all went fine).
# 5  
Old 09-23-2011
ok, I know that option from the boot DVD... thanks. I was wondering if there was a regular command to do it from. I wish I could find some documentation on this, as I'm sure there must be some out there. How would I do it from jumpstart. I have a jumpstart I setup, and use all the time, but I don't know how I would use it to upgrade a release.

Thanks!
# 6  
Old 09-23-2011
Then it is even easier.

You can still use Live Upgrade if your disks are mirrored, or even if you just have a few GB free space on a disk somewhere. The disks must be truly near completely full before I will give up!

Note: Not wanting to convert to ZFS really just makes it easier - my answer still applies, just ignore the bits about converting the file system. In this case, Reformatting and repartitioning becomes optional, depending on what you want to achieve.


Can you send the outputs so we can check for unpartitioned space?
# 7  
Old 09-23-2011
Check out release notes for the new Solaris 10 8/11 release , you might find an answer to your question.
Solaris 10 8/11 release systems can now also be installed from a Solaris ZFS Flash Archive.
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Debian

Upgrading Ubuntu Server (10.04) using do-release-upgrade

I have a small server in work, essentially a desktop with Ubuntu Server 10.04 LTS. For the first time in it's life, I've started to get errors when running scripts involving large files. So before I give up on it, I was thinking of maybe getting the newer version of Ubuntu Server 14.04. I was... (4 Replies)
Discussion started by: Cludgie
4 Replies

2. Solaris

Upgrade of release version

Hi All, I got a task to upgrade release version of Solaris-9. I need to upgrade from Solaris 9 (Update 7) to Solaris 9 (Update 9) . My current config is - root@tsdpt01:/# uname -a SunOS tsdpt01 5.9 Generic_118558-06 sun4u sparc SUNW,Sun-Fire-V240 root@tsdpt01:/# cat /etc/release ... (2 Replies)
Discussion started by: solaris_1977
2 Replies

3. Solaris

Solaris 9 to Solaris 10 upgrade on Sun Fire 3800

Hello there! I have Sun Fire 3800 with very old Solaris 9 and I need to perform upgrade to concurrent Solaris 10 version, preserving current OS configuration. I supose to make it using Live Upgrade, but according to Solaris Live Upgrade Software: Minimum Patch Requirements page, I need to... (5 Replies)
Discussion started by: Sapfeer
5 Replies
Login or Register to Ask a Question