search for: zonecfg

Displaying 20 results from an estimated 25 matches for "zonecfg".

Did you mean: winecfg
2006 Jul 18
4
add dataset
Hi, a simple question.. is add dataset not part of zonecfg ? global# zonecfg -z myzone (OK) zonecfg:myzone> add dataset (fails as there is no dataset option) zonecfg:myzone> add zfs (fails as there is no dataset option) Basically how do I add a dataset to a zone ? Thanks Roshan please cc me pererar at visa.com
2006 Oct 01
1
Crossbow and zones
Howdy, I just finished reading through the Crossbow presentation: http://blogs.sun.com/sunay/resource/crossbow.pdf And have one question. If you create a virtual NIC with dladm: $ dladm create-vnic -d bge0 -m 0:1:2:3:4:5 -b 10000 1 Can you then add vnic1 directly to the zone? e.g.: zonecfg -z zone1 zonecfg:zone1> create zonecfg:zone1> set zonepath=/zones/zone1 zonecfg:zone1> add net zonecfg:zone1> set physical=vnic1 zonecfg:zone1> set address=192.168.1.100 zonecfg:zone1> end zonecfg:zone1> commit The example in the presentation uses the the physical interface bg...
2006 Oct 31
0
PSARC 2006/124 Configurable Privileges for Zones
...49d01e2d2ac2e266624d9ba3238 Log message: PSARC 2006/124 Configurable Privileges for Zones 4966416 RFE: zone privileges should be configurable 5008923 zoneadm halt message is a little illogical when run from the target zone 5049028 Makefiles that hacked around libpool errors now need cleanup 6345758 zonecfg rctl help doesn''t mention ''remove'' 6397853 zone console doesn''t report failures to boot 6399963 get_zone_pool() isn''t consistent with its return values Files: update: usr/src/cmd/zoneadm/Makefile update: usr/src/cmd/zoneadm/zoneadm.c update: usr/src/...
2006 Nov 15
0
ZFS moving from one zone to another
...uestion is both for the ZFS forum and the Zones forum. I have a global zone with a pool (mapool). I have 2 zones, z1 and z2,. I want to pass a dataset (mapool/fs1) from z1 to z2. Solution 1 : mapool/fs1 is mounted under /thing on the global zone (legacy) and I configure a lofs on z1 and z2. add zonecfg:z1> add fs zonecfg:z1:fs> set dir=/thing zonecfg:z1:fs> set special=/fs1 zonecfg:z1:fs> set type=lofs zonecfg:z1:fs> end - Advantage : the fs is "seen" on both zones. - Disadvantage : both zones can use it and I only want the "visibility" of the fs on one zone at...
2007 May 02
1
UPDATE automated installation of puppet into solaris 10 zones
...y great! > > But how to automate the installation of the puppet solaris - > package into the new zone from the non-global zone? > The package should be installed into the non-global zone and > puppetd within this zone should configure the virtual machine. > > Unfortunately, zonecfg and zoneadm don''t give the feature to add > packages during initialization of a zone. > > Could this be accoumplished by puppet? > > I''ve tried the types zone and package. But the root-dir of pkgadd (- > R) has to be set to the root-dir of the nonglobal zone....
2010 Jun 15
1
Solaris 10 Branded Zones & Exclusive IP Zones
In an effort to get a better understanding of Crossbow I decided to create some vnics for use between a couple of Solarsi 10 branded zones. I was quite surprised that when I went to verify the setup within zonecfg I got the following error. zonecfg:virt1> verify Error: solaris10 zones do not currently support exclusive ip-type stacks virt1: Brand-specific error Is this a feature that is currently under development? I''m currently running snv_134. Sean -- This message posted from opensolaris.or...
2007 Apr 26
5
Testing IP Instances in 62 on vmware
The network fails for the zone when i try to setup it with ip-type exclusive. Its on a vmware server 1.0.2 using a emulated e1000g, this is the only current way i have got to test it with :( Any ideas on how to find out what the problem is? Is it that the emulation done by vmware can''t do this? I think it would be useful for this to work in vmware, as you can add many virtual nics to
2010 Aug 19
0
Unable to mount legacy pool in to zone
...7G 18.8G 1.17G legacy bash-3.00# cat /etc/zones/dbzone.xml | sed ''s/dsdevdb01-tol-oracle/dbzone/g'' <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE zone PUBLIC "-//Sun Microsystems Inc//DTD Zones//EN" "file:///usr/share/lib/xml/dtd/zonecfg.dtd.1"> <!-- DO NOT EDIT THIS FILE. Use zonecfg(1M) instead. --> <zone name="dbzone" zonepath="/zones/dbzone" autoboot="true"> <inherited-pkg-dir directory="/lib"/> <inherited-pkg-dir directory="/platform"/>...
2007 Apr 30
1
any ideas? automated installation of puppet into solaris 10 zone
...lly great! > > But how to automate the installation of the puppet solaris - package into > the new zone from the non-global zone? > The package should be installed into the non-global zone and puppetd > within this zone should configure the virtual machine. > > Unfortunately, zonecfg and zoneadm don''t give the feature to add packages > during initialization of a zone. > > Could this be accoumplished by puppet? > > I''ve tried the types zone and package. But the root-dir of pkgadd (-R) has > to be set to the root-dir of the nonglobal zone. T...
2008 Mar 27
3
kernel memory and zfs
We have a 32 GB RAM server running about 14 zones. There are multiple databases, application servers, web servers, and ftp servers running in the various zones. I understand that using ZFS will increase kernel memory usage, however I am a bit concerned at this point. root at servername:~/zonecfg #mdb -k Loading modules: [ unix krtld genunix specfs dtrace uppc pcplusmp ufs md mpt ip indmux ptm nfs ] ::memstat Page Summary Pages MB %Tot ---- Kernel 4108442 16048 49% Anon 3769634 14725 45% Exec and libs 9098 35 0% Page cache 29612 115 0% Free (cachelist) 99437 388 1% Free (freelist) 369040...
2007 Aug 16
5
import zfs dataset online in a zone
Hello, is there a way to add a zfs dataset to a zone online? The only info I found is to configure the dataset in the zone via zonecfg then reboot the zone. I would like to be able to add new separated dataset for each new db''s I add in the zone and of course if I need to reboot the zone every time I have to add/remove a db, my users will not be very happy... The only option I found for the moment is to create 1 dataset...
2009 Feb 25
7
Solaris 8/9 branded zones on ZFS root?
Hi all, I have a situation where I need to consolidate a few servers running Solaris 9 and 8. If the application doesn''t run natively on Solaris 10 or Nevada, I was thinking of using Solars 9 or 8 branded zones. My intent would be for the global zone to use ZFS boot/root; would I be correct in thinking that this will be OK for the branded zones? That is, they don''t care about
2007 May 03
3
Re: UPDATE automated installation of puppet into s olaris 10 zones
...ry this next. >It''d be great if you documented this on the wiki, whatever you end up >using. Ok, I''ll do this as soon as I''ve finished the tests. >> By the way, are there plans to use the zonemgr as a interface >> instead of the native zoneadm / zonecfg ? >> The state-change of a zone from "running" to "installed" can be >> handled more cleanly by zonemgr which does shut down the zone >> instead of ''zoneadm halt'' >> >> Zonemgr has also much more functionality for zone adminis...
2007 Mar 21
16
IP Instances with VLAN''s
Hi, how can ip instances be used with vlans ? Is that possible ? I don''t know how to configure this, if I only have one interface (e.g. bge0), and want to assign e.g. bge1000 to a zone. Any cookbooks available ? Thanks Detlef
2007 Sep 13
4
How to delegate filesystems from different pools to non-global zone
I''m trying to add filesystems from two different pools to a zone but can''t seem to find any mention of how to do this in the docs. I tried this but the second set overwrites the first one. add dataset set name=pool1/fs1 set name=pool2/fs2 end Is this possible or do I need to use different syntax? -Robert This message posted from opensolaris.org
2007 Apr 27
0
automated installation of puppet into solaris 10 zone after insta lling zone with puppet
...running state. That''s really great! But how to automate the installation of the puppet solaris - package into the new zone from the non-global zone? The package should be installed into the non-global zone and puppetd within this zone should configure the virtual machine. Unfortunately, zonecfg and zoneadm don''t give the feature to add packages during initialization of a zone. Could this be accoumplished by puppet? I''ve tried the types zone and package. But the root-dir of pkgadd (-R) has to be set to the root-dir of the nonglobal zone. There is no such parameter for...
2010 Jun 07
20
Homegrown Hybrid Storage
Hi, I''m looking to build a virtualized web hosting server environment accessing files on a hybrid storage SAN. I was looking at using the Sun X-Fire x4540 with the following configuration: - 6 RAID-Z vdevs with one hot spare each (all 500GB 7200RPM SATA drives) - 2 Intel X-25 32GB SSD''s as a mirrored ZIL - 4 Intel X-25 64GB SSD''s as the L2ARC. -
2008 Jul 02
14
Changing GUID
Hi, How difficult would it be to write some code to change the GUID of a pool? ---- Thanks Peter -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/zfs-discuss/attachments/20080701/cf494cc1/attachment.html>
2006 Oct 31
3
zfs: zvols minor #''s changing and causing probs w/ volumes
...ives us we have decided to use ZFS volumes and create UFS filesystems on top of them. We have created a dataset which contain all the zvols for a particular zone. The zone is then given access to all the zvols in the dataset using a match statement in the zoneconfig. [/users/mdey] mdey at tofu$ zonecfg -z biscotti info zonepath: /zones/biscotti autoboot: false pool: inherit-pkg-dir: dir: /lib inherit-pkg-dir: dir: /platform inherit-pkg-dir: dir: /sbin inherit-pkg-dir: dir: /usr inherit-pkg-dir: dir: /opt net: address: 10.1.33.91...
2008 Nov 03
1
is putting zone paths on zfs supported in Solaris 10 u5/u6 ?? Documentation on that? - 66124245
...<490F2929.9020703 at Sun.COM> Brian, Are there any known problems with a whole root zone that has a separate zone opt and var from the zone root? See zone configuration below or do we just need to ensure that the ZFS file systems are mounted? Thank you, Rich [NEW : root at pitney : /] # zonecfg -z dxbrok-c4 info zonename: dxbrok-c4 zonepath: /zones/dxbrok-c4/dxbrok-c4-root brand: native autoboot: true bootargs: pool: limitpriv: scheduling-class: ip-type: shared [cpu-shares: 2] fs: dir: /opt special: /zones/dxbrok-c4/dxbrok-c4-opt raw not specified type: lof...