[Solaris 10]Zones and exclusive ip


 
Thread Tools Search this Thread
Operating Systems Solaris [Solaris 10]Zones and exclusive ip
# 1  
Old 03-13-2009
[Solaris 10]Zones and exclusive ip

Hello,
I have a V120 server with two network interfaces. I would like to use one of them in my non global zone. I set the "ip-type=exclusive" as described here Solaris 10 8/07: Exclusive-IP Non-Global Zones (System Administration Guide: Solaris Containers-Resource Management and Solaris Zones) - Sun Microsystems but it doesn't work.

When I boot my zone, I get the following error:
Code:
zoneadm: zone 'myzone': WARNING: unable to hold network interface 'eri1'.:Invalid argument

Further reading brought me to the "An Overview of Solaris 10 Operating System Security Controls" document which say

Quote:
In order to leverage IP Instances functionality, a Generic Network Driver (GLD) version 3 interface must be used.To determine if a particular network interface is using GLDv3, use the dladm(1M) command:

Code:
# dladm show-link 
ce0 type: legacy mtu: 1500 device: ce0 ce1 type: legacy mtu: 1500 device: ce1

If a particular interface reports its type as legacy, then it is not using the GLDv3 framework and therefore cannot be used by IP Instances.
Mine shows:
Code:
root@sonne:~$ dladm show-dev
eri0            link: unknown   speed: 100   Mbps       duplex: full
eri1            link: unknown   speed: 100   Mbps       duplex: unknown

So I don't know whether or not it is using the GLDv3 framework or not.

Any ideas how to know this ?

Btw, I have Solaris 10u5.

Thanks in advance,
Tex
# 2  
Old 03-13-2009
show-link != show-dev
# 3  
Old 03-30-2009
Ah ok, my fault.

Code:
$ dladm show-link
eri0            type: legacy    mtu: 1500       device: eri0
eri1            type: legacy    mtu: 1500       device: eri1

... so it is not using the GLDv3.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

How to create a Solaris local zone with an exclusive NIC?

I'm trying to migrate a Solaris 10 flar archive from a Sun M3000 to a T4-1. When I first created the zone I followed the Oracle instructions here: Transitioning an Oracle Solaris 10 Instance to an Oracle Solaris 11 System - Transitioning From Oracle Solaris 10 to Oracle Solaris 11 That worked... (6 Replies)
Discussion started by: Michele31416
6 Replies

2. Solaris

Migration of Solaris 10 on physical host to Solaris Zones

Hi All Kindly let me know how can I move Solaris 10 OS running update 10 on physical machine to another machine solaris zone running Solaris 10 update 11 (2 Replies)
Discussion started by: amity
2 Replies

3. Solaris

Zones: Exclusive IP question

Hi there when setting my zone config file up, I would naturally set 'set ip-type=exclusive' but I wanted to know, whether on the 'set physical=' line whether I could use a virtual interface that ive created in the global zone such as bge0:1. for example create -b set... (5 Replies)
Discussion started by: rethink
5 Replies

4. Solaris

Solaris Zones

Hi friends, Actually I faced problem in solaris zone. i was created 4 zones on my server. but one of them is not working ? so, where i wll get the error logs, and how to troubleshoot the problem. i have some kind of urgency. Please reply. (2 Replies)
Discussion started by: rajaramrnb
2 Replies

5. Solaris

Solaris zones

Hi, I created a zone with separate /usr for the zone. when I do ping to newly created zone it showing alive, I am able to login through zone console zlogin -C -E <zone name> I created a test account on zone which is already existing under global zone and try to ssh, it is working fine but... (1 Reply)
Discussion started by: alberto
1 Replies

6. Solaris

Solaris Zones

Hi Every, I would like to know some questions on Zones??? 1.what are types of zones we can install in global zone??? 2.Exact difference between sparce root and whole root??? 3.can we change the ip address of a running zone??? 4.how to find our in which zone we are running and how many... (8 Replies)
Discussion started by: tirupathiraju_t
8 Replies

7. Solaris

Solaris Zones

I have a Solaris 10 box configured with a global zone and 3 non-global zones. All of the zones need to be configured so they can access and run an application in the global zone located at /export/home. How do i make this application and all of its accompanying files available to the 3 non-global... (3 Replies)
Discussion started by: goose25
3 Replies

8. Solaris

Regarding Solaris Zones

Hello All, I have a list of Local Zones in my list. I want to find out their Global Zone names exactly....I know the command "arp ..."But I dont know how to filter it correctly and find it out. Thanks in advance, Jacky (9 Replies)
Discussion started by: jegaraman
9 Replies

9. Solaris

Solaris zones

Hi All, I am getting zone error # /usr/sbin/zoneadm -z asflxpoc1 boot -s could not verify net address=169.185.246.229 physical=ce0: No such device or address could not verify net address=169.185.246.230 physical=ce0: No such device or address Any ideas for this error message. The... (13 Replies)
Discussion started by: jegaraman
13 Replies

10. UNIX for Advanced & Expert Users

Solaris Zones

okay people i need some help: i was able to configure zones on my solaris 10 server, the problem is I can't ssh into the zones!!! I can zlogin -C zone2 successfully for both zones. Am I missing something? I can ping the zones, but can't ssh. From the zones, I can ping my global server. (7 Replies)
Discussion started by: Sarccastik Dude
7 Replies
Login or Register to Ask a Question