Re: [zones-discuss] Several zonepaths on a single slice

2007-02-06 Thread Wee Yeh Tan
On 2/7/07, Paul Davis <[EMAIL PROTECTED]> wrote: I have a proposed config on T2000 that will use the HW RAID to mirror the internal disks. So with a limited number of physical slices on the internal disks, we are looking at having several zones sharing a single partition for their zonepaths, like

Re: [zones-discuss] Several zonepaths on a single slice

2007-02-06 Thread Mike Gerdts
On 2/6/07, Paul Davis <[EMAIL PROTECTED]> wrote: SVM with soft partitions is not an option and there will be no SAN attached storage to mount small slices for zonepaths. Other than the obvious issue of zones sharing a single partition (disk slice), are there any other concerns with this configura

Re: [zones-discuss] Capped memory observability

2007-02-06 Thread Steve Lawrence
On Mon, Feb 05, 2007 at 10:17:42PM -0600, Mike Gerdts wrote: > I just got a chance to start playing with the capped memory resource > controls in build 56. At first blush, this looks to be *very* good > stuff. My initial testing included some very basic single process > memory hog tests and multi

[zones-discuss] Several zonepaths on a single slice

2007-02-06 Thread Paul Davis
I have a proposed config on T2000 that will use the HW RAID to mirror the internal disks. So with a limited number of physical slices on the internal disks, we are looking at having several zones sharing a single partition for their zonepaths, like all under /export/zones /export/zones/zone1

Re: [zones-discuss] Re: DNS configuration problem in zonemgr

2007-02-06 Thread Brad Diggs
You could also use the source destination copy method -C "|". For example: -C "/etc/nsswitch.dns|/etc/nsswitch.conf" \ -C "/somedir/resolv.conf.myzone|/etc/resolv.conf" Brad On Tue, 2007-02-06 at 08:04 -0800, Manish Agrawal wrote: > The solution that worked for me is to copy /etc/nsswitch.

Re: [zones-discuss] Changing a zone's inherit-pkg-dir

2007-02-06 Thread Jerry Jelinek
Matt Cohen wrote: Hi. We have a zone currently setup on one of our Solaris 10 servers, but it wasn't configured quite properly. Is there a way to go back and add an inherited dir to a zone that's already configured and has been running for a couple of weeks? You are not allowed to change th

[zones-discuss] Re: DNS configuration problem in zonemgr

2007-02-06 Thread Manish Agrawal
The solution that worked for me is to copy /etc/nsswitch.conf and /etc/resolv.conf from the global zone. This should work as long as the DNS configuration for the non-global zones is the same as for the global zone: zonemgr -a add -n $zonename -z "/export/home/zones" \ -P "$rootpass

Re: [zones-discuss] DNS configuration problem in zonemgr

2007-02-06 Thread Brad Diggs
Manish, The problem is that I don't have a bullet proof test yet to determine if the networking parameters provided prior to zone creation will enable netidcfg to be able to talk to the specified name server. The problem is that if you don't get a working network config, netidcfg will require m

Re: [zones-discuss] Capped memory observability

2007-02-06 Thread Jerry Jelinek
Mike, Mike Gerdts wrote: One of the effects of setting capped-memory resource control for swap is that the size of /tmp is also limited. Unlike when a tmpfs size limit is set with the size=... mount option, "df /tmp" does not display a value that is reflective of the limits that are put in plac

Re: [zones-discuss] Capped memory observability

2007-02-06 Thread Dan Price
On Mon 05 Feb 2007 at 10:17PM, Mike Gerdts wrote: > I just got a chance to start playing with the capped memory resource > controls in build 56. At first blush, this looks to be *very* good > stuff. My initial testing included some very basic single process > memory hog tests and multiple process