Sponsored Content
Full Discussion: Solaris Zone configuration
Operating Systems Solaris Solaris Zone configuration Post 302485215 by bluescreen on Tuesday 4th of January 2011 02:20:13 PM
Old 01-04-2011
Quote:
Originally Posted by Kjons76
Code:
ifconfig -a
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 assist
        inet 127.0.0.1 netmask ff000000
ce0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
        inet 155.216.1.71 netmask fffffff0 broadcast 155.216.1.79
        ether 0:3:ba:da:a6:93
ce1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
        inet 155.216.13.72 netmask fffffff0 broadcast 155.216.1.79
        ether 0:3:ba:da:a6:94
ce2: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 4
        inet 155.216.1.73 netmask fffffff0 broadcast 155.216.1.79
        ether 0:3:ba:da:a6:95
ce3: flags=1000803<UP,BROADCAST,MULTICAST,IPv4> mtu 1500 index 5
        inet 0.0.0.0 netmask ff000000
        ether 0:3:ba:da:a6:96
ce3:1: flags=1000803<UP,BROADCAST,MULTICAST,IPv4> mtu 1500 index 5
        zone assist
        inet 155.216.1.74 netmask fffffff0 broadcast 155.216.1.79

Your ce3 interface does not have a link to the network as there is no "RUNNING" status. (see the other interfaces) If you correct this error I'm sure most of your issues will disappear.

Last edited by bluescreen; 01-04-2011 at 04:13 PM..
These 2 Users Gave Thanks to bluescreen For This Post:
 

9 More Discussions You Might Find Interesting

1. Solaris

Solaris 10 network configuration problem with zone

I am seeking help from the gurus in this forum and hope that I can find answers soon. Anyone who provide the answers will be greatly appreciated. I have a sparc box with Solaris 10 on it. We install Solaris with zone structure. One global zone and two other zone. I installed Oracle DB on global... (6 Replies)
Discussion started by: duke0001
6 Replies

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

3. Solaris

Zone Configuration Doubt

Hi All, I Have Sun SPARC T5220 is a single processor machine with 8 cores. I want to create a zone which should take 3 cores. So how can I Configure those 3 cores to zone? and Once I configured some particular cores to zone and if I want to increase or decrease the cores how can I do it? ... (4 Replies)
Discussion started by: vijaysachin
4 Replies

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

5. UNIX for Advanced & Expert Users

Zone Configuration in Solaris 10

We have solaris 10 server that has the been re-installed with OS after OS got currupted. The old ZONE contents has been now restored from backup.Now when we try to check for the zones by listing command, I could find only global zone running. Kindly let me know how to install/configure the zone to... (2 Replies)
Discussion started by: hydoss1
2 Replies

6. Solaris

zone configuration

Hi Guys, when you add a file system in a zone during configuration, do you have to add it in the global zones etc/vfstab? Do you have to do any mounting ? Thanks lots guys. (2 Replies)
Discussion started by: cjashu
2 Replies

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

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

9. 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
IWI(4)							   BSD Kernel Interfaces Manual 						    IWI(4)

NAME
iwi -- Intel PRO/Wireless 2200BG/2915ABG IEEE 802.11 driver SYNOPSIS
iwi* at pci? dev ? function ? DESCRIPTION
The iwi driver provides support for Intel(R) PRO/Wireless 2200BG and 2915ABG MiniPCI network adapters. By default, the iwi driver configures the adapter for BSS operation (aka infrastructure mode). This mode requires the use of an access point. For more information on configuring this device, see ifconfig(8). The Intel firmware requires acceptance of the End User License Agreement. The full license text can be found in /libdata/firmware/if_iwi/LICENSE.ipw2200-fw. The license is agreed to by setting the sysctl variable hw.iwi.accept_eula to 1. EXAMPLES
Join an existing BSS network (i.e.: connect to an access point): ifconfig iwi0 inet 192.168.0.20 netmask 0xffffff00 Join a specific BSS network with network name ``my_net'': ifconfig iwi0 inet 192.168.0.20 netmask 0xffffff00 nwid my_net Join a specific BSS network with 64 bits WEP encryption: ifconfig iwi0 inet 192.168.0.20 netmask 0xffffff00 nwid my_net nwkey 0x1234567890 Join a specific BSS network with 128bits WEP encryption: ifconfig iwi0 inet 192.168.0.20 netmask 0xffffff00 nwid my_net nwkey 0x01020304050607080910111213 DIAGNOSTICS
iwi%d: device timeout The driver will reset the hardware. This should not happen. SEE ALSO
an(4), awi(4), ipw(4), pci(4), wi(4), ifconfig(8), iwictl(8), firmload(9) The IWI Web Page, http://damien.bergamini.free.fr/ipw/. AUTHORS
The iwi driver and this man page were written by Damien Bergamini <damien.bergamini@free.fr>. BSD
February 5, 2009 BSD
All times are GMT -4. The time now is 10:51 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy