search for: svcprops

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

Did you mean: 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
Anyone ever thought of making the service type in puppet able to deploy new services? I''m not sure this would be useful for all OSes, since package management systems generally install init scripts. Well it''d still be useful for Linux if you''re managing any customized services. For Solaris, it''d be great if I could just give puppet an SMF XML file, and say
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
Hello folks, I''ve been looking into how I might check (and possibly set) svc properties via puppet. The closest I''ve found, is the provider/service/smf stuff. However, that seems 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/