Re: [zones-discuss] cpu and memory assignments in zones

2006-07-31 Thread Jerry Jelinek
Mike Gerdts wrote: On 7/31/06, Jerry Jelinek <[EMAIL PROTECTED]> wrote: http://www.opensolaris.org/os/project/rm/pools/msets/. We are working on making this whole process easier. The project is described here http://www.opensolaris.org/jive/thread.jspa?threadID=10451&tstart=0. Are there any

Re: [zones-discuss] cpu and memory assignments in zones

2006-07-31 Thread Mike Gerdts
On 7/31/06, Jerry Jelinek <[EMAIL PROTECTED]> wrote: http://www.opensolaris.org/os/project/rm/pools/msets/. We are working on making this whole process easier. The project is described here http://www.opensolaris.org/jive/thread.jspa?threadID=10451&tstart=0. Are there any updates on the progr

Re: [zones-discuss] Question on user account config with zones

2006-07-31 Thread Mahesh Siddheshwar
Rainer Orth wrote: Glenn Faden <[EMAIL PROTECTED]> writes: Since the non-global zone automounter is unaware and unable to do anything else, it will simply do an NFS mount. The problem is that CR 5065254 (NFS/UFS deadlock when system is both NFS server and client) is likely to cause a dead

Re: [zones-discuss] Question on user account config with zones

2006-07-31 Thread Rainer Orth
Glenn Faden <[EMAIL PROTECTED]> writes: > Since the non-global zone automounter is unaware and unable to do > anything else, it will simply do an NFS mount. The problem is that CR > 5065254 (NFS/UFS deadlock when system is both NFS server and client) is > likely to cause a deadlock. Does anyo

Re: [zones-discuss] Question on user account config with zones

2006-07-31 Thread James Carlson
Glenn Faden writes: > >It can easily tell this though. > > > > > It's not obvious to me how the non-global zone can determine the > hostname of its global zone unless the global zone puts that information > somewhere (like in a new file). It should not be based on something flimsy (and user-ad

Re: [zones-discuss] Question on user account config with zones

2006-07-31 Thread Casper . Dik
>It's not obvious to me how the non-global zone can determine the >hostname of its global zone unless the global zone puts that information >somewhere (like in a new file). Connect to rpcbind and then check whether getpeerucred() works :-) >>That's just a small matter of programming :-) > >See

Re: [zones-discuss] Question on user account config with zones

2006-07-31 Thread Glenn Faden
Jerry Jelinek wrote: I believe the problem is that the zone looks like a separate system so the automounter within the zone does not know to use lofs to mount the filesystem from the global zone; it uses nfs instead. Yes, but even if it knew it should use lofs, there is no way it can express

Re: [zones-discuss] Question on user account config with zones

2006-07-31 Thread Glenn Faden
[EMAIL PROTECTED] wrote: There is no way for the non-global zone automounter to convert these automounts from NFS to LOFS. Firstly, there is no API for the non-global zone to determine that the NFS server is, in fact, the global zone sharing the same kernel. It can easily tell this thou

Re: [zones-discuss] Question on user account config with zones

2006-07-31 Thread Paul Kraus
On 7/31/06, Glenn Faden <[EMAIL PROTECTED]> wrote: Paul Kraus wrote: > If the home directories are auto-mounted, then work just like > on a non-zoned system. NFS from remote servers is mounted via NFS, if > the global zone is the home directory server, then the NFS mount is > supposed

Re: [zones-discuss] Question on user account config with zones

2006-07-31 Thread Jerry Jelinek
Paul Kraus wrote: On 7/31/06, Steffen Weiberle <[EMAIL PROTECTED]> wrote: > Home directories are more problematic; you will need to loopback mount > them into the local zones. Is the underlying problem being worked on, or is it worth an RFE to make this transparent (automount if remote, auto

Re: [zones-discuss] Question on user account config with zones

2006-07-31 Thread Casper . Dik
>There is no way for the non-global zone automounter to convert these >automounts from NFS to LOFS. Firstly, there is no API for the non-global >zone to determine that the NFS server is, in fact, the global zone >sharing the same kernel. It can easily tell this though. >

Re: [zones-discuss] Question on user account config with zones

2006-07-31 Thread Glenn Faden
Paul Kraus wrote: On 7/31/06, Steffen Weiberle <[EMAIL PROTECTED]> wrote: > Home directories are more problematic; you will need to loopback mount > them into the local zones. Is the underlying problem being worked on, or is it worth an RFE to make this transparent (automount if remote, aut

Re: [zones-discuss] Question on user account config with zones

2006-07-31 Thread Paul Kraus
On 7/31/06, Steffen Weiberle <[EMAIL PROTECTED]> wrote: > Home directories are more problematic; you will need to loopback mount > them into the local zones. Is the underlying problem being worked on, or is it worth an RFE to make this transparent (automount if remote, auto-lofs if local (not

Re: [zones-discuss] cpu and memory assignments in zones

2006-07-31 Thread Jerry Jelinek
Dave Bevans wrote: Hi All, I have a customer who wants to assign 1 cpu and 1 Gb of memory for each zone they have created. What is the best way for the customer to approach this? Is this possible? You can use a processor set & pool to assign 1 cpu to the zone. We do not yet have the ability

Re: [zones-discuss] Question on user account config with zones

2006-07-31 Thread Steffen Weiberle
[EMAIL PROTECTED] wrote On 07/31/06 07:36,: Hi all, I have a customer with the following question I'm curious on what the best way to propagate all the user accounts on the global zone down to the zones that are already created. The only way that I know is to just copy the files needed li

[zones-discuss] cpu and memory assignments in zones

2006-07-31 Thread Dave Bevans
Hi  All, I have a customer who wants to assign 1 cpu and 1 Gb of memory for each zone they have created. What is the best way for the customer to approach this? Is this possible? -- Regards, Dave -- Signature

Re: [zones-discuss] Installing new zone

2006-07-31 Thread Enda o'Connor - Sun Microsystems Ireland - Software Engineer
Hi If the package touches file systems that are inherited, zoneadm will not run any CAS, postinstall scripts associated with the package, Put anopther way, if all the bits the package delivers are part of inherited file systems, the postinstall will not get run. Outside of zoneadm install, we

Re: [zones-discuss] Question on user account config with zones

2006-07-31 Thread Casper . Dik
>Hi all, > >I have a customer with the following question > >I'm curious on what the best way to propagate all the user accounts on >the global zone down to the zones that are already created. >The only way that I know is to just copy the files needed like >/etc/passwd and /etc/shadow, etc

[zones-discuss] Question on user account config with zones

2006-07-31 Thread Dave Bevans
Hi all, I have a customer with the following question I'm curious on what the best way to propagate all the user accounts on the global zone down to the zones that are already created. The only way that I  know is to just copy the files needed like /etc/passwd and /etc/shadow, etc. Is