Re: [zones-discuss] Difference between resource management attribbutes

2009-10-21 Thread Ketan
Thank you to both of you .. so i guess its good to use max-locked-memory.
-- 
This message posted from opensolaris.org
___
zones-discuss mailing list
zones-discuss@opensolaris.org


Re: [zones-discuss] Difference between resource management attribbutes

2009-10-21 Thread Ketan
But there is one more thing if i set max-rss i can test it and see the task 
under specified project does not exceeds the specified rss value but if i set 
max-locked-memory to 1 gig how can i test that one ?
-- 
This message posted from opensolaris.org
___
zones-discuss mailing list
zones-discuss@opensolaris.org


[zones-discuss] GT.M

2009-10-21 Thread Butch Whitby
Does anyone here have experience with the Fidelity Information Systems GT.M 
database?  We are using in a small doctors office to power the VA VistA 
operating environment, inside an lx26 container.  

I'm curious about the database itself, has anybody used it?  From what I have 
seen reported so far, at a performance level it's slaps Oracle around like a 
red headed step child.  There is no native Solaris x86 port, although it does 
run on SPARC platforms.  

What if any, experience does anyone here have with GT.M?  

--
Butch
-- 
This message posted from opensolaris.org
___
zones-discuss mailing list
zones-discuss@opensolaris.org


[zones-discuss] Parameters in /etc/system in the zone

2009-10-21 Thread Yanakiev, Vladimir
 
Hi, All!

I have a zone question - to my knowledge /etc/system in a zone has very
little meaning, as these are kernel parameters. But still certain things
can be set using this file. Is there a list of parameters for
/etc/system, that work in a zone? I am asking in general, not for
specific issue...

Thanks!

Vladi

This e-mail and its attachments are confidential and solely for the
intended addressee(s). Do not share or use them without Fannie Mae's
approval. If received in error, contact the sender and delete them.
___
zones-discuss mailing list
zones-discuss@opensolaris.org


Re: [zones-discuss] Strange error with ZFS Live Upgrade and Zones

2009-10-21 Thread Jesus Cea
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Enda O'Connor wrote:
> Hi
> I installed zfs root with separate /var on SUNWCall and when I run
> lucreate/luactivate followed by shutdown -y -g0 -i6, system goes into
> maintenance mode due to LU not handling the seperate /var
> 
> The /var is the supported one inside the root dataset
> dataos/ROOT/solaris10_6  4.64M  25.7G  3.36G  /
> dataos/ROOT/solaris10_6/var   564K  25.7G  76.1M  /var
> 
> 
> I have logged CR
> 6891469 cannot boot a new zfs based BE created using latest Live Upgrade
> patch when it has seperate /var
> 
> for this issue.

All my machines (ZFS root) have separate "/var" datasets. I have
upgraded all of them to Solaris 10 U8 last week without any issue...
except the machines with Solaris Zones (same problem documented 3 weeks
ago or so).

I don't have a maintenance contact with Sun, but I would like to know
about progress resolving this. I was wondering if I could be in the "loop".

My zones machines are waiting this to be solved... :-(. No system
upgrade (to Solaris 10 U8), even holding back regular patching because I
can not create new BE's :-(.

- --
Jesus Cea Avion _/_/  _/_/_/_/_/_/
j...@jcea.es - http://www.jcea.es/ _/_/_/_/  _/_/_/_/  _/_/
jabber / xmpp:j...@jabber.org _/_/_/_/  _/_/_/_/_/
.  _/_/  _/_/_/_/  _/_/  _/_/
"Things are not so easy"  _/_/  _/_/_/_/  _/_/_/_/  _/_/
"My name is Dump, Core Dump"   _/_/_/_/_/_/  _/_/  _/_/
"El amor es poner tu felicidad en la felicidad de otro" - Leibniz
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.8 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQCVAwUBSt8+oZlgi5GaxT1NAQJUTAP/c2SrQ2FqVcTZKJDF13/g8TQTUdMp+qAX
afwVClTBIjm9Km9SojPdazy5I/Oqb/KWYoTmCWin14rJjSd6JETO1iE/iKol6hXA
ZSIqRKe6/k/jBGGAgNs4UIHC5SdGPLeOmApNq67iZa0JB/P5w+Pvc0t2x8ez10uN
cwd1ohjH+W8=
=5lXJ
-END PGP SIGNATURE-
___
zones-discuss mailing list
zones-discuss@opensolaris.org


Re: [zones-discuss] Parameters in /etc/system in the zone

2009-10-21 Thread Derek McEachern
Vladi,

As far as I know there isn't an /etc/system file for a zone. You only have
one kernel which is running in the global zone so there isn't the need for
one in the ngz's.

If your looking for a list of stuff to set/tune look at the resource
configuration. Here is a link to a Sun doc which has details:
http://docs.sun.com/app/docs/doc/817-1592?l=en

Derek

On Wed, Oct 21, 2009 at 10:38 AM, Yanakiev, Vladimir <
vladimir_yanak...@fanniemae.com> wrote:

>
> Hi, All!
>
> I have a zone question - to my knowledge /etc/system in a zone has very
> little meaning, as these are kernel parameters. But still certain things
> can be set using this file. Is there a list of parameters for
> /etc/system, that work in a zone? I am asking in general, not for
> specific issue...
>
> Thanks!
>
> Vladi
>
> This e-mail and its attachments are confidential and solely for the
> intended addressee(s). Do not share or use them without Fannie Mae's
> approval. If received in error, contact the sender and delete them.
> ___
> zones-discuss mailing list
> zones-discuss@opensolaris.org
>
___
zones-discuss mailing list
zones-discuss@opensolaris.org

Re: [zones-discuss] Difference between resource management attribbutes

2009-10-21 Thread Steve Lawrence
There is a kstat.  Look at the output of:

$ kstat -c project_caps -n 'lockedmem*'

-Steve L.

On Wed, Oct 21, 2009 at 05:43:03AM -0700, Ketan wrote:
> But there is one more thing if i set max-rss i can test it and see the task 
> under specified project does not exceeds the specified rss value but if i set 
> max-locked-memory to 1 gig how can i test that one ?
> -- 
> This message posted from opensolaris.org
> ___
> zones-discuss mailing list
> zones-discuss@opensolaris.org
___
zones-discuss mailing list
zones-discuss@opensolaris.org


Re: [zones-discuss] review needed for scratch zone mount fix

2009-10-21 Thread Jerry Jelinek

Edward Pilatowicz wrote:

so now i've got a fix for that breakage:

http://cr.opensolaris.org/~edp/onnv-zmount/
6889379 zoneadm mount fails on opensolaris


Ed,

This looks fine to me.

Thanks,
Jerry
___
zones-discuss mailing list
zones-discuss@opensolaris.org