Solaris Upgrade Query


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris Upgrade Query
# 1  
Old 11-15-2011
Solaris Upgrade Query

Hello

I need to upgrade our Solaris 10 OS Update 9 as we are not ready for u10 yet.

I asked MOS for Update 9 which they supplied and I've downloaded.

The thing is, it's in a zip file which I have extracted on the server but all the docs I have seen regarding lu, talking iso, images and such like.

If I unzip the file to say /mnt/Sol10_910, will the following be valid?

Code:
 
lupgrade -u -n Solaris10_910_be -s /mnt/Sol10_910

Many thanks
Paul
# 2  
Old 11-15-2011
luupgrade and lucreeate command is used to migrate UFS root file system to ZFS file system.
If you need to upgrade Solaris distribution from u8 to u9 then you need to use or JumpStart or upgrade using DVD
# 3  
Old 11-15-2011
Quote:
Originally Posted by solaris_user
luupgrade and lucreeate command is used to migrate UFS root file system to ZFS file system.
If you need to upgrade Solaris distribution from u8 to u9 then you need to use or JumpStart or upgrade using DVD
this statement is wrong. the "liveupgrade" utility is specialy for doing upgrades in all forms possible! including major and minor solaris upgrades and also for patching! and "luupgrade" is the command you need for this. you can also use the cli-tool (lu) for having a more "graphical" aproach.

DN2
# 4  
Old 11-15-2011
Cheers DN2 - that's what I thought and I was starting to doubt myself for a minute!

So do you think the syntax I quoted earlier will work. Just point luupgade in the direction directory that contains the unzipped file?

Paul
# 5  
Old 11-15-2011
Quote:
Originally Posted by DukeNuke2
this statement is wrong. the "liveupgrade" utility is specialy for doing upgrades in all forms possible! including major and minor solaris upgrades and also for patching! and "luupgrade" is the command you need for this. you can also use the cli-tool (lu) for having a more "graphical" aproach.

DN2
As far as I remember "lu" is not preferred or supported Live Upgrade interface.
# 6  
Old 11-15-2011
In order to upgrade to Sol10_910 through live upgrade, you can follow the below procedure.

- Remove below LU packages.
application SUNWlucfg Live Upgrade Configuration
application SUNWlur Live Upgrade (root)
application SUNWluu Live Upgrade (usr)
application SUNWluzone Live Upgrade (zones support) [If zones are there]

- Apply the above packages from the Sol10_910 dump you have.

- Create the new Boot Environment to upgrade.

- Upgrade the new Boot Environment.

I would recomment you to also follow below procedure for upgrade, you can read the link Live Upgrade to Solaris 10 9/10 And Auto-reg · Col's Tech and General Information - Oracle Solaris 10 9/10 Release Notes

Code:
 
echo "auto_reg=disable" > /tmp/sysidcfg
lupgrade -u -n Solaris10_910_be -s /mnt/Sol10_910 -k /tmp/sysidcfg

Hope this helps.

Regards,
Vishal
# 7  
Old 11-16-2011
Thanks for the tips Vishal - I'll be giving it a go tomorrow so will let you know how I get on.

I have already removed the packages, re-installed and patched up to a level recommended by Oracle in a support call I logged with them.

Will certainly bear in mind the auto-reg tip.

Many thanks
Paul

---------- Post updated 16-11-11 at 10:54 AM ---------- Previous update was 15-11-11 at 04:05 PM ----------

I tried the upgrade earlier and got the following:

Code:
 
# luupgrade -n current_be -u -s /mnt/Sol10_910 -k /tmp/sysidcfg
ERROR: The media is not recognized installation media </mnt/Sol10_910>.

Should I have created contents of the zip file as an ISO, put it on a DVD, used lofiadm and then mounted like I've seen in a lot of places?
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. AIX

Query regd TL upgrade

I am new to AIX administration and am trying to upgrade my current TL from 6100-05 to 6100-07 , I had a look at the fix central and I have downloaded one which says TL 6100-07-00-1140 and other which says service pack 6100-07-05-1228. I have two test machines and I have applied directly... (0 Replies)
Discussion started by: nivaspIND
0 Replies

2. Solaris

M5000 XSCF upgrade, query about OBP

Hi, I'm planning to upgrade the XSCF firmware on an M5000, and have a question regarding the OBP part of the upgrade. At the moment, the system looks like this: XCP0 (Current): 1100 OpenBoot PROM : 02.18.0000 XSCF : 01.10.0000 root@server01 # /usr/sbin/prtconf -V OBP 4.24.15... (3 Replies)
Discussion started by: badoshi
3 Replies

3. Solaris

Live upgrade query

Hi All, Is it possible to use external san disk for creating alternate boot environment and boot from it.My root disk is about 70 gb and i want to use external san disk for 272gb to create alternate boot environment.If this is possible can you please redirect me some good documents, i had... (1 Reply)
Discussion started by: sahil_shine
1 Replies

4. Emergency UNIX and Linux Support

Live Upgrade Query

I am upgrading Solaris-9 Update-7 to Solaris-9 Update-9 through live upgrade. I am able to create another boot environment and have OS DVD inside server. But i am confused for, what command/path should I give for luupgrade. OS DVD is mounted on /mnt Boot environments are Solaris9old (Active now)... (2 Replies)
Discussion started by: solaris_1977
2 Replies
Login or Register to Ask a Question