Solaris 10 11/06 Zone creation issue


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris 10 11/06 Zone creation issue
# 1  
Old 09-17-2010
Solaris 10 11/06 Zone creation issue

Hi,
I am new to zone creations in solaris 10. When I try to create a zone with "set ip-type=exclusive" it gives the usage.

OS
==
Code:
Solaris 10 11/06 s10s_u3wos_10 SPARC
           Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
                        Use is subject to license terms.
                           Assembled 14 November 2006

Problem
======
Code:
-bash-3.00# zonecfg -z z1
z1: No such zone configured
Use 'create' to begin configuring a new zone.
zonecfg:z1> create
zonecfg:z1> set ip-type=exclusive
usage:
set <property-name>=<property-value>

For resource type ... there are property types ...:
        (global)        zonename
        (global)        zonepath
        (global)        autoboot
        (global)        pool
        (global)        limitpriv
        fs              dir, special, raw, type
        inherit-pkg-dir dir
        net             address, physical
        device          match
        rctl            name, value
        attr            name, type, value
        dataset         name

??

Please help me.

Last edited by DukeNuke2; 09-17-2010 at 08:32 AM..
# 2  
Old 09-17-2010
If you are trying to set an IP address then you shoud first issue "add net".

For example:

Code:
zonecfg:z1> add net
zonecfg:z1:net> set physical=hme0
zonecfg:z1:net> set address=192.168.1.20
zonecfg:z1:net> end

# 3  
Old 09-17-2010
i think update 3 can not use exclusive ip interfaces. you need a newer solaris version for this feature.

5.What's New in the Solaris 10 8/07 Release (Solaris 10 What's New) - Sun Microsystems

update 4 is the first release with the exclusive feature...
This User Gave Thanks to DukeNuke2 For This Post:
# 4  
Old 09-21-2010
What is the newer version,
Solaris 10 11/06 or Solaris 10 08/07 ?

How to upgrade to update 4 or please let me know exact version of Solaris support exclusive IPs and from where I can download it (Could not find 10 8/07 in the Oracle site).

# 5  
Old 09-21-2010
just download the latest release of solaris (update 9). there are different approaches to do an update. the choice depends on your configuration and your requirements.

one approach could be this:
BigAdmin Sun Docs: How to Upgrade the Solaris 10 OS With Non-global Zones Using Solaris Live Upgrade
This User Gave Thanks to DukeNuke2 For This Post:
# 6  
Old 09-21-2010
Please bear in mind, that Oracle changed the Solaris license. Update 9 is only free for development, test and demonstration use, whereas update 8 seems still to be free for production use (please correct me on this, if I am wrong).
This User Gave Thanks to hergp For This Post:
# 7  
Old 09-21-2010
Quote:
Originally Posted by niman
What is the newer version,
Solaris 10 11/06 or Solaris 10 08/07 ?
11/06 = November 2006 (update 3)
08/07 = August 2007 (update 4)
...
10/09 = October 2009 (update 8)
09/10 = September 2010 (update 9)
This User Gave Thanks to jlliagre For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Default route issue in share local zone in Solaris 11

Hi We took the reboot of server/global zone after that Solaris 11 share local zone not able to ping the default gateway but global zone able to ping same default gateway. I check/compare the before activity logs of global zone and local zones which looks fine to me, further IP and netmask of... (6 Replies)
Discussion started by: sb200
6 Replies

2. 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

3. 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

4. Solaris

Zone failes to boot due to mount issue, dir exists in zone.

I have two physical servers, with zones that mount local storage. We were using "raw device" in the zonecfg to point to a metadevice on the global zone (it was not mounted in the global zone at any point). It failed to mount on every boot because the directory existed in the zone. I... (6 Replies)
Discussion started by: BG_JrAdmin
6 Replies

5. Solaris

Backup / Clone Solaris Zone Issue

Hi, I'd like to discuss the subject of backing up / cloning Solaris zone. I was trying to clone zone A to zone B (Solaris 10 11/06: Cloning a Non-Global Zone on the Same System (System Administration Guide: Oracle Solaris Containers-Resource Management and Oracle Solaris Zones)). The first test... (7 Replies)
Discussion started by: aixlover
7 Replies

6. Solaris

Zone Creation

Is it possible to install a solaris 10 flar image into a sparse zone? (6 Replies)
Discussion started by: mr_crosby
6 Replies

7. Solaris

Postprocess issue installing Solaris 9 Branded Zone

Hello, I am attempting to install a newly configured Solaris 9 zone using the flash archive image provided on the sun website. Each time I run the install I get a failure during the Postprocess: Creating mount points. Following is the log: Log File: /var/tmp/s9-zone.install.25457.log... (0 Replies)
Discussion started by: brialt1
0 Replies

8. Solaris

Solaris Zone Creation Script

I am a new UNIX SA and am in need of help writing a script. We are getting into using ZONES and LDOMS and i wanted to script the process of creating a Solaris ZONE. I have all the commands and they work on the command line but i am sick doing each command over and over. We are turning out quite a... (1 Reply)
Discussion started by: rookieuxixsa
1 Replies

9. UNIX for Dummies Questions & Answers

Solaris 9 NIS user creation issue

Helloo to all... what is the correct way to assign a password to a new NIS user on a NIS master server? When I the following: useradd -s /bin/bash -d /export/home/username -m username The user get created fine but when I try to assign a password I get: #passwd username... (0 Replies)
Discussion started by: GLJ@USC
0 Replies
Login or Register to Ask a Question