Re: [zones-discuss] can't unset defrouter ?

2009-04-17 Thread Konstantin Gremliza
exactly: zonecfg -z donald zonecfg:donald info zonename: donald zonepath: /zones/donald brand: native autoboot: false bootargs: pool: limitpriv: scheduling-class: ip-type: shared ... net: address: 10.2.140.150/16 physical: e1000g0 defrouter: 10.2.0.1 net: ...:

Re: [zones-discuss] Testing memory and swap caps

2009-03-11 Thread Konstantin Gremliza
Hi I use this one for teaching purposes. Can be used like this: gcc -o mem mem.c mem [ -p pagesize ][ -n #pages ][ -t seconds ] You can easily watch memory consumption with pmap as anon grows... You can also see how Solaris works with multiple pasgesize support MPSS. Konstantin #include

Re: [zones-discuss] Making directories in /usr visible (from global zone) in non-global zone

2009-02-12 Thread Konstantin Gremliza
Other possibilities to find out if its sparse or whole root from within the local zone: - touch /usr (should not work in sparse zone) - df -n /usr (reports lofs) Konstantin Gremliza Jeff Victor schrieb: On Tue, Feb 10, 2009 at 12:26 AM, Arun Gupta arun.gu...@sun.com wrote

Re: [zones-discuss] Creating Zones with minimal space usage on S10U6

2008-12-13 Thread Konstantin Gremliza
Hi Alexander Alexander Skwar schrieb: Hi. I'd like to create a NGZ on a S10U6 system. Actually, I'd like to create a number of NGZ's on this host and the NGZs don't differ much. So I thought that it should be possible to create a "template" NGZ where the zone root is on a ZFS. Then I

Re: [zones-discuss] Questions regarding Solaris containers

2008-10-21 Thread Konstantin Gremliza
Steffen Weiberle wrote: On 10/20/08 21:29, Challa, Narsimha Reddy (STSD-HYD) wrote: Hi, I am new to Solaris containers. Can somebody please clarify the below questions: 1. What are the supported versions of Solaris that support Containers concept? As per my search on

Re: [zones-discuss] Programming for zones

2008-10-03 Thread Konstantin Gremliza
Hi Nic, I have the feeling you are on the wrong track, if you want to start and maintain a apache server from the global zone and then fork worker procs into the zones. This is not intended and also not needed - and here is why: Security: From the zones point of view, it cannot see the

Re: [zones-discuss] zoneadm confusion

2008-07-10 Thread Konstantin Gremliza
fname, args[0]-pr_pid) ; } proc:::exit / execname == "zsched" || execname == "init" / { t=timestamp-st; printf("%10d.%03d", t/100, (t/1000)%1000 ); printf(" EXIT: %3d %s[%d]\n", curpsinfo-pr_zoneid, execname, pid) ; } fbt:genunix:zone_status_set:entry

Re: [zones-discuss] zoneadm confusion

2008-07-09 Thread Konstantin Gremliza
Martin Englund schrieb: I get over 10,000 lines of output from ::threadlist -v any hints on how to find the needle in the haystack? :) cheers, /Martin This message posted from opensolaris.org ___ zones-discuss mailing list

Re: [zones-discuss] Sun Case 65979835

2008-06-26 Thread Konstantin Gremliza
=/shared zonecfg:ldev7:fs set special=/shared # global mount point for /dev/dsk/c4t0d0s0 zonecfg:ldev7:fs set type=lofs zonecfg:ldev7:fs end zonecfg:ldev7 exit Regards, Konstantin __ Konstantin Gremliza Sun Education Training Center Hamburg kathleen

Re: [zones-discuss] How to configure Global/Local zone in seperate subnet and use seperate router

2008-03-04 Thread Konstantin Gremliza
I would prefer not to upgrade, but to patch the solaris 10u3 to the functionality of 10u4 (mainly kernel and zones patches). You also need the newly released ce driver patch, which will enable exclusive tcpip in zones. regards, konstantin Tony Wong wrote: Dear All and Solaris Expert, Our

Re: [zones-discuss] Boot state completion?

2008-01-23 Thread Konstantin Gremliza
Hi Brad, unfortunatly there is no who -r for smf. i don't know if there is a rfe for this. the default milestone is "all" , but you cannot query the state for this milestone so you don't know when the graph is ready. the best thing i would consider is running svcs -x. if nothing shows

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

2007-11-22 Thread Konstantin Gremliza
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,

Re: [zones-discuss] bug? zone wont create device files during boot

2007-10-03 Thread Konstantin Gremliza
,nodevices /usr /zones/zone-a/root/usr 12448.600 2 zone-a BOOTING 12449.042 2 zone-a RUNNING 12453.645 FORK: 2 init[1560] ^D^C script done on Wed Oct 03 15:19:25 2007 Dan Price schrieb: On Tue 02 Oct 2007 at 07:35AM, Konstantin Gremliza wrote: Someone earlier stated

[zones-discuss] Bug? zonecfg export using memory-caps can't be imported

2007-10-02 Thread Konstantin Gremliza
on zonecfg completly, or to separate them. Konstantin Gremliza ___ zones-discuss mailing list zones-discuss@opensolaris.org

[zones-discuss] bug? zone wont create device files during boot

2007-10-01 Thread Konstantin Gremliza
a problem to me as I could easily create the device files by simply copying them. I'd rather like to submit this as a bug. Thanks, Konstantin Gremliza ___ zones-discuss mailing list zones-discuss@opensolaris.org