search for: svcprop

Displaying 6 results from an estimated 6 matches for "svcprop".

2007 Dec 17
16
How to configure default NIC when creating Guest
Hi All, I have a machine with three network cards, and the third card(named e1000g2) is in use now. I want to use e1000g2 as default NIC when I create Guest. How can I change the default NIC? I can override the default value of config/default-nic property of svc:/system/xvm/xend. But xend still use e1000g0 when creating Guest. BTW, I can explicitly set "bridge=e1000g2" when creating
2007 Jan 23
1
Solaris SMF manifests and services in puppet
...mized services. For Solaris, it''d be great if I could just give puppet an SMF XML file, and say "ensure!" :) When the XML manifest changes, it''d be cool to re-do the svccfg import. But puppet would probably need to keep a local version of the XML file to do this, since svcprop=>XML translation would be difficult. Just an idea. Does it make sense? -Charlie
2006 Oct 24
2
zfs set sharenfs=on
I started sharing out zfs filesystems via NFS last week using sharenfs=on. That seems to work fine until I reboot. Turned out the NFS server wasn''t enabled - I had to enable nfs/server, nfs/lockmgr and nfs/status manually. This is a stock SXCR b49 (ZFS root) install - don''t think I''d changed anything much. Shouldn''t a ZFS share be permanently enabling NFS?
2007 Nov 19
3
virt-install complains about vnc-password not being set
Hi All, Im getting the following error when I run virt-install: bash-3.2# virt-install -n winxp-01 --hvm -r 384 --vnc -f /etc/opt/vms/winxp-01.img -s 16 -c /etc/opt/images/windowsXP_SP2.iso Starting install... libvir: Xen Daemon error : POST operation failed: (xend.err ''Error creating domain: vncpasswd is not set up in VMconfig and xend-config.'') Traceback (most recent call
2008 May 12
5
virt-install fails on SXDE build 87
Hi. I have an AMD Athlon 64 X2/dual core processor and 2 gigs of ram running SXDE/87 (as far as I can tell, it''s on a ufs filesystem, not zfs). I''m attempting to install Vista from cd and the virt-install command fails with the same error regardless of what I do. I''m running this from my user (not root) account. I''m using qemu-img to create my hard drive images.
2010 Oct 06
3
Checking and setting svc properties in Solaris
...to only allow enabling and disabling of services. NOT of configuring properties. Is there some way I dont know of, how to do that? If not, and I need to write something... under which module/plugin/ whatever should I attempt to write one? To give an example of what I want to do: 1. Check if `svcprop -p defaults/tcp_wrappers inetd` == true 2. If NOT.. either complain loudly, or automatically fix it. It isn''t exactly a service... it''s a configuration, or property, associated with a service. -- You received this message because you are subscribed to the Google Groups &quot...