Solaris 11.# zone questions


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris 11.# zone questions
# 1  
Old 01-09-2017
Solaris 11.# zone questions

Hello,

I am working on building Solaris 11.3 system going to install it with SPARC 11.3 text iso then update system with 11.3 local IPS repo. Once that is all done my question is can I install non global zones on the system that are 11.0, 11.1, 11.2 and if so what is the best way to go about this? I can't seem to find any reasonable info or documentation. My guess is to copy over 11.0 IPS repo and activate it then try to install zone from that but if anyone has some solid advise that would be great.

Thanks in advance,

Steve
# 2  
Old 01-09-2017
I'd rather install Solaris 11.0 create a 11.0 zone then detach it, update to 11.1, create a 11.1 zone then detach it, update to 11.2, create/detach a 11.2 zone, update to 11.3, create a 11.3 zone and finally attach the three previously detached zones without updating them.

Alternatively, kernel zones can be used to install 11.2 and newer updates, and ldoms can install whatever Solaris release the hardware support.
This User Gave Thanks to jlliagre For This Post:
# 3  
Old 01-10-2017
Thanks jlliagre,

That makes sense but I will be getting zone requests for 11.0 11.1 11.2 after the global zone is already at level 11.3 so this will not work for me.

thanks again for the response...
# 4  
Old 01-10-2017
If I understand correctly "getting zone requests", you can definitely keep one zone of each kind as template and create the requested ones by cloning.
# 5  
Old 01-13-2017
The way we do this, is to build a zone, configure and harden it, zfs send it to a gzip file and then build new ones from there.

also you can build custom distros to include specific packages (one for DB servers, one for applications servers, etc).

Creating a Custom Oracle Solaris 11 Installation Image

with regards to creating a zone at a particular SRU level. You can easily do this with pkg update by updating your repo to the most current level then specifying the specific SRU you want to use I.E.

Code:
pkg update entire@0.5.11,5.11-0.175.3.10.0.5.0:20160706T18

# 6  
Old 01-26-2017
OK I don't think I am explaining this correct. I have a Solaris 11.3 system fully patched. I need to create 11.0, 11.1 and 11.2 zones on the Global zone which is 11.3. I have 11.0 11.1 and 11.2 IPS repo's available on the system. When I try to create a new zone with the 11.0 IPS repo set in pkg publisher the zone install fails with this message:

Failed Checkpoints:

Checkpoint execution error:

The following pattern(s) did not match any allowable packages. Try
using a different matching pattern, or refreshing publisher information:

Installation: Failed. See install log at /system/volatile/install.24386/install_log
ERROR: auto-install failed.

I have already refreshed the publisher information to no avail.

I don't understand that if I have the 11.0 repo set in pkg publisher on the global zone why I can't install an 11.0 zone on the global zone??
# 7  
Old 01-26-2017
From my experience, when moving a zone from a global zone of a lesser patch level to a global zone of a higher patch level part of the process of attaching the zone is to bring the patch level up to that of the server. I.E. the zones are required to be at the level of the global zone.

another interesting corollary is that you can't do the opposite. I.E. you can't take a zone from a GZ of a higher patch level to the GZ of a lower patch level. It will fail to attach and give you a non-sensical error message.

So knowing all that, I would imagine that trying to install an 11.0 zone to an 11.3 GZ probably won't work.

so I have two additional questions for you,

#1. is this SPARC or X86?

#2. If SPARC, have you considered using LDOMs?
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Solaris 11 zone has no external network access (except to Global Zone)

Hi, hoping someone can help, its been a while since I used Solaris. After creating a NGZ (non global zone), the NGZ can access the GZ (Global Zone) and the GZ can access the NGZ (using ssh, zlogin) However, the NGZ cannot access any other netwqork devices, it can't even see the default router ... (2 Replies)
Discussion started by: GazinLincoln
2 Replies

2. Solaris

No way to install a flar archive of Solaris 10 to Solaris 11.4 zone

I want to migrate a solaris 10 os to solaris 11.4 zone. I did this a)Collect some data like id sysid,disks,ip,etc..on solaris10 OK b)Create this file.cfg with this command on solaris 10 zonep2vchk -c > /migration/sol10.cfg OK c)Create the archive flash on Solaris10 (1 Reply)
Discussion started by: Linusolaradm1
1 Replies

3. Solaris

Solaris 11 Global zone patching having Solaris 10 branded zone

I am planning to do solaris 11 global zone patching having solaris 10 branded zone. I have a doubts on step 8 specially Can someone clear my step 8 doubts or if anything wrong between step 1 to step 9 please correct that also as I have pretty good idea about Step 10 mean patching in solaris 10... (2 Replies)
Discussion started by: amity
2 Replies

4. Solaris

Patching Procedure in Solaris 10 with sun cluster having Solaris zone

Hi Gurus I am not able to find the patching procedure for solaris 10 ( sol10 u11) to latest patchset with sun cluster having failover zones so that same I should follow. Take an instance, there are sol1 and sol2 nodes and having two failover zones like sozone1-rg and sozone2-rg and currently... (1 Reply)
Discussion started by: nick101
1 Replies

5. UNIX for Advanced & Expert Users

Solaris 10: I forgot to detach a zone before zpool export. Uninstall zone?

Dear all, recently, I migrated a solaris zone from one host to another. The zone was inside of a zpool. The zpool cotains two volumes. I did the following: host1: $ zlogin zone1 shutdown -y -g0 -i0 #Zone status changes from running to installed $ zpool export zone1 host2: $ zpool... (2 Replies)
Discussion started by: custos
2 Replies

6. Solaris

Solaris 10 local zone on Solaris 11 global zone

Hi, A quick question: Can Solaris 10 local zones be moved to a Solaris 11 global zone and work well? Thank you in advance! (5 Replies)
Discussion started by: aixlover
5 Replies

7. Solaris

Three questions - migrating to branded zone

1. i read that VxFS (3.x) installed on a solaris 8 will not work on a branded zone. fair enough, but what is the impact of having the packages installed when the flarcreate is done? will the container fail to boot with those packages installed? 2. NTP client and server doesnt work on branded... (11 Replies)
Discussion started by: frustin
11 Replies

8. Solaris

Solaris Zone : Non global Zone check failed

Hi All , I try to install some packages in my global zone... On the execution of the installion of the script it quits by saying the error "Non global zone check failed" Kindly help me in this regard Thanks in advance, jeganr (7 Replies)
Discussion started by: jegaraman
7 Replies

9. Solaris

zone questions

Hi, I would like to implement zones in solaris 10 to simulate 2 nodes on a single solaris 10 using zones. Can some one tell me what does it mean by global and non-global zones Also write what is the use of using non global or global and permissions like read-write on zones. My requirement... (3 Replies)
Discussion started by: upengan78
3 Replies
Login or Register to Ask a Question