Re: [zones-discuss] Zones and defunct processes bypassing the LWP rctl

2007-11-09 Thread Jerry Jelinek
Gael wrote: I had the bad surprise to find a production zone impacting a whole frame this morning... visibly the third party application running in it as root (no comments) generated so many processes that the whole frame was generating a lot of cannot fork errors... impacting the other zones

Re: [zones-discuss] Zones and defunct processes bypassing the LWP rctl

2007-11-09 Thread Gael
On 11/9/07, Jerry Jelinek [EMAIL PROTECTED] wrote: Gael wrote: I had the bad surprise to find a production zone impacting a whole frame this morning... visibly the third party application running in it as root (no comments) generated so many processes that the whole frame was generating

[zones-discuss] zoneadm install help message gives wrong man page info about brands

2007-11-09 Thread William D. Hathaway
Using S10u4 with 127111-03 and the S8MA pkgs. I ran zoneadm install with invalid arguments and the help message that was printed seemed inaccurate. A brand(4) man-page was mentioned, but I think it should be brands(5) which is mentioned in the man page of zoneadm. [EMAIL PROTECTED] zoneadm

Re: [zones-discuss] Zones and defunct processes bypassing the LWP rctl

2007-11-09 Thread Jerry Jelinek
Gael wrote: On 11/9/07, Jerry Jelinek [EMAIL PROTECTED] wrote: Gael wrote: I had the bad surprise to find a production zone impacting a whole frame this morning... visibly the third party application running in it as root (no comments) generated so many processes that the whole frame was

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

2007-11-09 Thread Jason Schroeder
Yes please. This is a common request for the scenerios you describe and to me seems a logical addtion to the existing lwps control at a zone granularity. Applying the control on the global zone is interesting, but not as important as having the control per non-global zones. /jason This

[zones-discuss] RFC on introducing getzoneidbyname(9f)....

2007-11-09 Thread Darren Reed
Looking in usr/src/uts/common/os/zone.c, there are is a number of functions that have the words Public interface before them, such as: /* * Public function to retrieve the zone status. The zone status may * change after it is retrieved. */ zone_status_t zone_status_get(zone_t *zone) ...