Patching using live upgrade - with non-globalzone


 
Thread Tools Search this Thread
Operating Systems Solaris Patching using live upgrade - with non-globalzone
# 1  
Old 02-11-2016
Patching using live upgrade - with non-globalzone

Hi all,

I would like to ask what will be the best practice for the following setup
Code:
/  - c0t0d0s0  - current BE   (named First)  
/  - c0t0d1s0  - alternate BE (name Second)
i have a non-global zone with zonepath in /zones/myzone
/mnt/opt - c0t0d2s6  (shared between the 2 BE)
/mnt/opt/zones/myzone/opt  (mount -F lofs /mnt/opt/zones/myzone/opt /zones/myzone/root/mnt/opt)

My current practice is do
1) lumake -n Second
2) ./installpatchset --apply-prereq --passcode
3) ./installpatchset -B Second --passcode
4) luactivate Second
-- if booting to "Second" fail, then i will go back to "First"
============================================

The question is,
q1) when doing lumake to ABE, should we shutdown myzone ?
(tried without shutting down non-globalzone throughout the whole process, did not encounter any issue though)

Regards,
Noob
# 2  
Old 02-18-2016
no. you don't have to shut down the zone.

But I would recommend that you do a luactivate -s if you patch and there is a significant delay between the lumake and the reboot. This will sync the file systems between the BE's.
This User Gave Thanks to os2mac For This Post:
# 3  
Old 02-18-2016
Quote:
Originally Posted by os2mac
no. you don't have to shut down the zone.

But I would recommend that you do a luactivate -s if you patch and there is a significant delay between the lumake and the reboot. This will sync the file systems between the BE's.
hi os2mac,

thanks for your advice. just wondering, what does "-s" actually compares and syncup - how long would it take? and i would believe the syncing limited to only 1 way (from the previous active BE to the alternate BE ) right ?

Regards,
Noob
# 4  
Old 02-20-2016
syncs the current (booted) BE to the ABE. recording any changes made since the ABE was patched.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Solaris

How to use live-upgrade with single disk, pre-patching steps?

Hi, I have Solaris-10 x86 (running on HP hardware), with 12 non-global zones running on this. I have to install latest patch cluster/set on this server. This server is not under backup schedule, so before installing patch cluster, I want to keep a backup. In case of any issue (bad patch or... (4 Replies)
Discussion started by: solaris_1977
4 Replies

2. Solaris

Solaris 10 patching using live upgrade with VxVM

Hello, I was assigned some Solaris machines and need to patch them to N-1, where N is the latest OS realease, which means, upgrade till one version before the latest one. I do not now a lot about Solaris. What I only know is that need to make use of live upgrade and be careful with VxVM... (4 Replies)
Discussion started by: feroccimx
4 Replies

3. Solaris

Solaris patching issue with Live Upgrade

I have Solaris-10 sparc box with ZFS file-system, which is running two non global zones. I am in process of applying Solaris Recommended patch cluster via Live Upgrade. Though I have enough space in root file-system of both zones, everytime I run installcluster, it fails with complaining less... (7 Replies)
Discussion started by: solaris_1977
7 Replies

4. Solaris

Live Upgrade Patching Error: Unable to write vtoc

Attempting to patch several servers using live upgrade Release: Oracle Solaris 10 8/11 s10x_u10wos_17b X86 Error I'm receiving is in the message in the log below tail -15 /var/svc/log/rc6.log Legacy init script "/etc/rc0.d/K50pppd" exited with return code 0. Executing legacy init... (5 Replies)
Discussion started by: Siralos
5 Replies

5. Solaris

Solaris Patching vs OS Upgrade

Hello, I have a doubt regarding patching and OS upgrade. What is the difference when i install a Recomended Patch Cluster using installcluster script on a solaris10 update 6 server vs Upgrading Solaris 10 update 6 to update 10 ? I have applied update10 Recomended Patch Cluster on a... (1 Reply)
Discussion started by: fugitive
1 Replies

6. Solaris

globalzone solaris 10 patching question

I was applying patch on global zone and got the error message saying. What may be the problem? Do I need to mount the nonglobal zone file system? IF is use mountall -l would mount all the file system? Thanks in advance. (4 Replies)
Discussion started by: mokkan
4 Replies
Login or Register to Ask a Question