[zones-discuss] How to configure network for zone?

2007-11-22 Thread Ava Zhang

Hi all,

I followed the instruction "Q: How do I create a zone?" in 
http://www.opensolaris.org/os/community/zones/faq/#sa_create, created a 
zone named zone1.
But zone1 can't boot, it is said some error about IP address. My system 
is s10u5_b02 X86.


I want to use shared-IP mode to configure zone1, because I have only one 
NIC.

Could you give me some hints to configure it?

Here is the detailed information about my system:
--
bash-3.00# cat /etc/release
   Solaris 10 5/08 s10x_u5wos_02 X86
  Copyright 2007 Sun Microsystems, Inc.  All Rights Reserved.
   Use is subject to license terms.
  Assembled 12 November 2007
bash-3.00# id
uid=0(root) gid=0(root)
bash-3.00# zonecfg -z zone1
zonecfg:zone1> info
zonename: zone1
zonepath: /zone/zone1
brand: native
autoboot: true
bootargs:
pool:
limitpriv:
scheduling-class:
ip-type: shared
inherit-pkg-dir:
   dir: /lib
inherit-pkg-dir:
   dir: /platform
inherit-pkg-dir:
   dir: /sbin
inherit-pkg-dir:
   dir: /usr
net:
   address: 129.158.215.197#
bash-3.00# zoneadm -z zone1 boot
zoneadm: zone 'zone1': bge0:1: could not bring network interface up: 
address in

use by zone 'global': Cannot assign requested address
zoneadm: zone 'zone1': call to zoneadmd failed
bash-3.00#
--



Thanks
--Ava
___
zones-discuss mailing list
zones-discuss@opensolaris.org

Re: [zones-discuss] How to configure network for zone?

2007-11-22 Thread Ava Zhang
Zoram Thanga wrote:
>
> That's the problem. Use an IP address which is not in use. Shared IP 
> doesn't mean you share the IP address itself. It's the IP *stack* that 
> is shared.
>
> Zoram
Must I use a free IP in the same subnet(129.158.215.x)? Or any IP is OK, 
including private IP such as 10.x.x.x?

Thanks
--Ava
>

___
zones-discuss mailing list
zones-discuss@opensolaris.org


Re: [zones-discuss] How to configure network for zone?

2007-11-22 Thread Ava Zhang

Konstantin Gremliza wrote:

Ava Zhang schrieb:

Zoram Thanga wrote:
  
That's the problem. Use an IP address which is not in use. Shared IP 
doesn't mean you share the IP address itself. It's the IP *stack* that 
is shared.


Zoram

Must I use a free IP in the same subnet(129.158.215.x)? Or any IP is OK, 
including private IP such as 10.x.x.x?


Thanks
--Ava
  


___
zones-discuss mailing list
zones-discuss@opensolaris.org

  
In case you use a "shared-ip" address you must use a free ip-address 
from a subnet known in the global zone.

a local zone cannot modify the routing table.
it depends on the routing table from the global zone.

Thanks Konstantin and Zoram for clarification.
Can you point out a document to help me to configure zone network in detail?


where did you get the solaris beta?

It is S10U5 build_02, not beta build, just for Sun internal testing.
You can't get S10U5 build externally until it is released to customer, 
maybe several builds later.



Thanks
--Ava


Konstantin


___
zones-discuss mailing list
zones-discuss@opensolaris.org