Can any one explain me Shared-IP and Exclusive IP ??


 
Thread Tools Search this Thread
Operating Systems Solaris Can any one explain me Shared-IP and Exclusive IP ??
# 1  
Old 11-18-2009
Can any one explain me Shared-IP and Exclusive IP ??

Hi All,

I want to know what is shared-IP and exclusive-IP while configuring zone?

How the global zone and non-global communicate with each other?

When I do ifconfig -a on my machine it shows below output

My doubt is they are physical and virtual interfaces in below output what is physical interface and what is virtual interface?

How these Interfaces are set? So what type of interface non-global zone use?

Please explain me


Code:
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
        inet 127.0.0.1 netmask ff000000 
lo0:1: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
        zone ora-zoneA
        inet 127.0.0.1 netmask ff000000 
ce0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
        inet 10.89.233.92 netmask ffffff00 broadcast 10.89.233.255
        ether 0:14:4f:24:2b:bc 
ce1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
        inet 100.100.101.92 netmask ffffff00 broadcast 100.100.101.255
        ether 0:14:4f:24:2b:bd 
ce1:1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
        zone ora-zoneA
        inet 100.100.101.94 netmask ffffff00 broadcast 100.100.101.255
ce2: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 4
        inet 100.100.125.92 netmask ffffff00 broadcast 100.100.125.255
        ether 0:14:4f:24:2b:be 
ce2:1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 4
        inet 10.39.120.92 netmask ffffff00 broadcast 10.39.120.255
ce2:2: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 4
        inet 10.39.122.92 netmask ffffff00 broadcast 10.39.122.255
ce2:3: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 4
        inet 10.39.124.92 netmask ffffff00 broadcast 10.39.124.255
ce3: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 5
        inet 100.100.126.92 netmask ffffff00 broadcast 100.100.126.255
        ether 0:14:4f:24:2b:bf 
ce3:1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 5
        inet 10.39.121.92 netmask ffffff00 broadcast 10.39.121.255
ce3:2: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 5
        inet 10.39.123.92 netmask ffffff00 broadcast 10.39.123.255
ce3:3: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 5
        inet 10.39.125.92 netmask ffffff00 broadcast 10.39.125.255


Last edited by DukeNuke2; 11-18-2009 at 05:07 AM.. Reason: use code tags!
# 2  
Old 11-18-2009
exclusive means the IPs for zones is configured on a separate individual port. for shared, it means that it lies on top of you global zone's IP interface. If you global IP interface for some reason is down, it will affect your local zone as well. For exclusive, you're safe
# 3  
Old 11-18-2009
The global interface can be disabled (ifconfig xxx down) while the virtual (shared) IPs stays up.
# 4  
Old 11-18-2009
Quote:
Originally Posted by jlliagre
The global interface can be disabled (ifconfig xxx down) while the virtual (shared) IPs stays up.
virtual - shared or exclusive??
# 5  
Old 11-18-2009
Can be but shared. An exclusive IP isn't virtual, it a real interface own by the non global zone and not visible from the global one.
# 6  
Old 11-18-2009
My understanding is, if its shared and its a virtual, bringing down a physical interface will affect the virtual
# 7  
Old 11-18-2009
As I wrote, bringing the global zone interface down won't affect the non-global zone virtual one(s).
Unplumbing (or unplugging Smilie ) it will.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 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. UNIX for Dummies Questions & Answers

Exclusive access for few IPs to NTP device

How to provide a client exclusive access to the NTP device or NTP server. Example: 1. Configured md5 authentication for a subnet added below restriction line to the subnet as below in ntp.conf file. Also configured the keys and md5 authentication working . restrict 192.168.1.0 mask... (1 Reply)
Discussion started by: iqtan
1 Replies

3. Programming

Shared library with acces to shared memory.

Hello. I am new to this forum and I would like to ask for advice about low level POSIX programming. I have to implement a POSIX compliant C shared library. A file will have some variables and the shared library will have some functions which need those variables. There is one special... (5 Replies)
Discussion started by: iamjag
5 Replies

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

5. UNIX for Advanced & Expert Users

Mutually Exclusive Autosys jobs

Hi I have 2 autosys jobs (JobA and JobB) both are in different boxes but part of one big box. I want to make them mutually exclusive so that when JobA is running then JobB should not run and wait for jobA to finish/fail/terminate and vice versa. Both jobs have their own starting conditions... (1 Reply)
Discussion started by: SPJ47
1 Replies

6. UNIX for Dummies Questions & Answers

extract text between two strings exclusive

Hi, I'm trying to retrieve text between two strings excluding the two strings. So for example I have the following input: type=friend username=phone1 secret=password host=dynamic dtmfmode=rfc2833 mailbox=9664 context=sip insecure=very canreinvite=no nat=yes realm=192.168.1.122... (3 Replies)
Discussion started by: the1armedcoder
3 Replies

7. Solaris

[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) -... (2 Replies)
Discussion started by: Tex-Twil
2 Replies

8. Linux

Non exclusive sound device access!!

Hi, I was wondering if any of you guys know of way to make applications that use sound device on linux to access it in a "non-exclusive manner", the aim is to be able to use more than one application that requires the sound device. Thanks (0 Replies)
Discussion started by: andryk
0 Replies
Login or Register to Ask a Question