[zones-discuss] dhcp/zone

2007-12-11 Thread elkhaoul elkhaoul
Hi, I want to install dhcp on local zone... OS : # uname -a SunOS esp43 5.10 Generic_127111-02 sun4u sparc SUNW,Sun-Fire-V490 # zoneadm list -cv ID NAME STATUS PATH BRANDIP 0 global running/

Re: [zones-discuss] dhcp/zone

2007-12-11 Thread Zoram Thanga
IIRC, you need to have ip-type=exclusive to have DHCP work in a non-global zone. Currently ce doesn't support exclusive IP stack, but I remember seeing an RFE somewhere that'd allow exclusive/ce combo. Perhaps this has already been fixed in Open Solaris, I'm not sure. Thanks, Zoram elkhaoul

Re: [zones-discuss] dhcp/zone

2007-12-11 Thread Renaud Manus
DHCP client or server in Zones only works with IP Exclusives. -- Renaud Hi, I want to install dhcp on local zone... OS : # uname -a SunOS esp43 5.10 Generic_127111-02 sun4u sparc SUNW,Sun-Fire-V490 # zoneadm list -cv ID NAME STATUS PATH BRAND

[zones-discuss] exclusive-ip

2007-12-11 Thread Caroline Carol
Hi, I configure a local zone as exclusive-ip ## zonecfg -z zone1 . ... set ip-type=exclusive ...add net set physical=ce0 ... end But when I boot the zone, I don't see any inteface ### ifconfig -a lo0: flags=2001000849UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL mtu 8232 index 1

[zones-discuss] exclusive-ip

2007-12-11 Thread caroline
Hi, I set up exclusive-ip zone, using theses instructions : set ip-type=excluse add net set physical=ce When I boot the zone, I don't see physical interface anymore zone1# ifconfig -a lo0: flags=2001000849UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL mtu 8232 index 1 inet 127.0.0.1

Re: [zones-discuss] exclusive-ip

2007-12-11 Thread Paul van der Zwan
On 11 Dec 2007, at 13:23, caroline wrote: Hi, I set up exclusive-ip zone, using theses instructions : set ip-type=excluse add net set physical=ce The ce interface currently cannot be used with exclusive ip instances. Look at the crosbow faq for supported network interfaces:

[zones-discuss] installing solaris8 - failed

2007-12-11 Thread Woosang Lee
Hello, I'v failed to install solaris8 on solaris10. I'v patched all required patchs, but I had below log and failed. What should I check ? = [2007년 12월 11일 화요일 오후 09시 07분 14초] Log File: /var/tmp/sol8.install.1410.log [2007년 12월 11일 화요일 오후 09시 07분

Re: [zones-discuss] exclusive-ip

2007-12-11 Thread James Carlson
Robert Smicinski writes: We have the same problem, none of our interfaces show up on ce's, bge's, qfe's or ge's on sparc. It does work on one of our x86 machines though. Maybe it's related to sparc? It's not SPARC that's the problem. The problem is that the IP Instances feature

Re: [zones-discuss] exclusive-ip

2007-12-11 Thread James Carlson
Robert Smicinski writes: I don't see that reference in the Sun What's New Solaris 10 8/07 Release: http://docs.sun.com/app/docs/doc/817-0547/6mgbdbsoa?l=ena=viewq=ip+instances I don't see a reference to the issue there, either. I think that's probably a documentation bug. The issue is with

Re: [zones-discuss] zone.max-processes

2007-12-11 Thread Menno Lageman
Steve Lawrence wrote: We have a generic rctl/global-zone safety issue that needs to be addressed. It would seem simple enough to just make project 0 processes in the global zone exempt from zone rctls. This would allow apps in the global zone to be capped without affecting system daemons.

Re: [zones-discuss] dhcp/zone

2007-12-11 Thread Robert Milkowski
Hello Zoram, Tuesday, December 11, 2007, 9:41:13 AM, you wrote: ZT IIRC, you need to have ip-type=exclusive to have DHCP work in a ZT non-global zone. Currently ce doesn't support exclusive IP stack, but I ZT remember seeing an RFE somewhere that'd allow exclusive/ce combo. ZT Perhaps this has

Re: [zones-discuss] dhcp/zone

2007-12-11 Thread Mike Gerdts
On Dec 11, 2007 3:10 AM, elkhaoul elkhaoul [EMAIL PROTECTED] wrote: Hi, I want to install dhcp on local zone... OS : # uname -a SunOS esp43 5.10 Generic_127111-02 sun4u sparc SUNW,Sun-Fire-V490 # zoneadm list -cv ID NAME STATUS PATH BRANDIP

Re: [zones-discuss] dhcp/zone

2007-12-11 Thread Peter Memishian
Contrary to what everyone else says, with a bit of customization dhcpd can run zones just fine. Solaris 10 update 3 and later (I forget which Nevada build) have all the required bits in place. http://mail.opensolaris.org/pipermail/install-discuss/2007-March/004266.html Yep, it can be

Re: [zones-discuss] dhcp/zone

2007-12-11 Thread Mike Gerdts
On Dec 11, 2007 9:37 PM, Peter Memishian [EMAIL PROTECTED] wrote: Contrary to what everyone else says, with a bit of customization dhcpd can run zones just fine. Solaris 10 update 3 and later (I forget which Nevada build) have all the required bits in place.

Re: [zones-discuss] exclusive-ip

2007-12-11 Thread przemolicc
On Tue, Dec 11, 2007 at 12:04:02PM +, Caroline Carol wrote: Hi, I configure a local zone as exclusive-ip ## zonecfg -z zone1 . ... set ip-type=exclusive ...add net set physical=ce0 ... end But when I boot the zone, I don't see any inteface ### ifconfig -a lo0: