search for: svccfg

Displaying 20 results from an estimated 35 matches for "svccfg".

Did you mean: scfg
2008 Mar 17
4
VNC authentication failures to windows HVM
I''ve set xend service properties as follows: config/vnc-listen astring \''0.0.0.0\'' config/vncpasswd astring \''vnc\'' config/default-nic astring ''nge1'' but I get an authentication error whenever I try to connect to the console with ''vncviewer :0'' - I''m on the xvm host itself. other relevant data: SunOS
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/
2006 Oct 31
0
6197520 svccfg import prints misleading message if supplied manifest with empty pg type
Author: sdussud Repository: /hg/zfs-crypto/gate Revision: f61d652f8555ce9713866ebafccf8dc96979b524 Log message: 6197520 svccfg import prints misleading message if supplied manifest with empty pg type Files: update: usr/src/cmd/svc/svccfg/svccfg_libscf.c
2007 Nov 19
3
virt-install complains about vnc-password not being set
...''virDomainCreateLinux() failed'', conn=self) libvirt.libvirtError: virDomainCreateLinux() failed POST operation failed: (xend.err ''Error creating domain: vncpasswd is not set up in VMconfig and xend-config.'') I have set the vncpassword property as follows: # svccfg -s xvm/xend setprop config/vncpasswd = astring: \”somepwd\” # svcadm refresh xvm/xend; svcadm restart xvm/xend # svccfg -s xvm/xend setprop config/vnc-listen = astring: \”0.0.0.0\” # svcadm refresh xvm/xend; svcadm restart xvm/xend Is there something particular I need to set the password to? Im n...
2007 Nov 20
5
Solaris 10 Jumpstart instructions on the wiki now
Not that I''m much of a Solaris guy, and definitely not a Solaris 10 guy, but since nobody else had posted anything yet: http://reductivelabs.com/trac/puppet/wiki/PuppetSolaris#Solaris10 The good news is that it appears to be a completely hands-off puppetd installation. Just sign the client key afterwards on the puppetmaster and you''re set. The bad news is that it''s
2017 Oct 10
0
Opensolaris-ish joins but does not seem to be valid
...u will doing something very similar to using the winbind 'ad' backend and will be able to use RSAT on a WIN 7 or 8.1 to admin it. > > This allows us to set some properties in idmap to tell it which AD > attribute (CN) to query to find out how to map AD users to local > users: svccfg -s svc:/system/idmap setprop > config/ad_unixgroup_attr=astring: cn svccfg -s svc:/system/idmap > setprop config/ad_unixuser_attr=astring: cn svccfg -s > svc:/system/idmap setprop config/directory_based_mapping=astring: > name svcadm refresh idmap > > > At this point smb/serv...
2008 Mar 25
11
Failure to instal S10U4 HVM at SNV85 Dom0
...:a5 lo0: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252 index 1 inet6 ::1/128 bash-3.2# dladm show-link LINK CLASS MTU STATE OVER rge0 phys 1500 up -- vnic18 vnic 1500 unknown rge0 Setting properties for xend:- # svccfg -s xvm/xend setprop config/vncpasswd = astring: \"secret\" # svccfg -s xvm/xend setprop config/vnc-listen = astring: \"0.0.0.0\" # svccfg -s xvm/xend setprop config/default-nic="rge0" # svcadm refresh xvm/xend # svcadm restart xvm/xend Virt-install passes package deplo...
2008 Jul 19
2
problems with virt-install on snv_93
...virtError(''virDomainCreateLinux() failed'', conn=self) libvirtError: virDomainCreateLinux() failed POST operation failed: (xend.err ''Device 0 (vif) could not be connected. Backend device not found.'') Still, my network seems to be configured correctly. bash-3.2# svccfg -s xvm/xend listprop | grep nic config/default-nic astring elxl0 What might be the problem here? Regards, mjb -- [ -----< Maciej Jan Broniarz || gausus@gausus.net >------ ] | Siamo qui \ sotto la stessa luce \ sotto la sua croce \ | | cantando ad una voce \ E l''...
2010 Sep 01
0
stmf corruption and dealing with dynamic lun mapping
...ult.log [ Sep 1 10:32:05 Executing start method ("/lib/svc/method/svc-stmf start"). ] svc-stmf: Unable to load the configuration. See /var/adm/messages for details svc-stmf: For information on reverting the stmf:default instance to a previously running configuration see the man page for svccfg(1M) svc-stmf: After reverting the instance you must clear the service maintenance state. See the man page for svcadm(1M) I fixed it by going into the svccfg and reverted to the previous "running" snap. We have a lab management system which continuously creates and deletes LUNs as virt...
2014 Jun 03
0
Starting Thinking Sphinx on Joyent SmartOS with svcadm
...t Using these commands to start and stop, then: /usr/local/rvm/gems/ruby-1.9.3-p547@global/bin/bundle exec rake ts:start RAILS_ENV=production /usr/local/rvm/gems/ruby-1.9.3-p547@global/bin/bundle exec rake ts:stop RAILS_ENV=production and these environment variables to set the necessary paths: svccfg -s sphinx setenv PATH /usr/local/rvm/gems/ruby-1.9.3-p547/bin:$PATH svccfg -s sphinx setenv GEM_PATH /usr/local/rvm/gems/ruby-1.9.3-p547:/usr/local/rvm/gems/ruby-1.9.3-p547@global What resulted was a death by a thousand errors; this repeated over and over: [ Jun 3 01:10:02 Stopping because servi...
2007 Jan 23
1
Solaris SMF manifests and services in puppet
...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 "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
2017 Oct 10
3
Opensolaris-ish joins but does not seem to be valid
...01/html/820-4167/configuration__services__identity_mapping.html https://docs.oracle.com/cd/E19120-01/open.solaris/820-2429/configuredirbasedmapping/index.html This allows us to set some properties in idmap to tell it which AD attribute (CN) to query to find out how to map AD users to local users: svccfg -s svc:/system/idmap setprop config/ad_unixgroup_attr=astring: cn svccfg -s svc:/system/idmap setprop config/ad_unixuser_attr=astring: cn svccfg -s svc:/system/idmap setprop config/directory_based_mapping=astring: name svcadm refresh idmap At this point smb/server and idmap should be able to look...
2008 Jun 26
2
Oops: zfs-auto-snapshot with at scheduling
Hi all, I''ll attach a new version zfs-auto-snapshot including some more improvements, and probably some new bugs. Seriously, I have tested it, but certainly not all functionality, so please let me know about any (new) problems you come across. Except from the change log: - Added support to schedule using at(1), see README.zfs-auto-snapshot.txt - take_snapshot will only run if
2008 May 26
2
SNV82: Not enough memory is available, and dom0 cannot be shrunk any further
Hi All, I am running nevada 79 BFU''ed to 82. The machine is a Ultra 20 with 4GB memory. I have several Windows XP domU''s configured and registered. When ever I try to start the fourth domain I get an out of memory exception: Not enough memory is available, and dom0 cannot be shrunk any further Each of my domains only uses 256 so I thought there would be sufficient memory
2005 Mar 03
1
solaris 10 SMF setup?
Hello I'm in the process of putting SMB onto a dual Opteron x64 box running Solaris 10, with the SFW samba as supplied by Sun. I haven't found any hooks for this for the new SMF/SVC startup system, so I'm doing so now, but before I go any further, am I duplicating any efforts? Is anyone else doing this and has done it? At present I'm only starting smbd and nmbd (I never really
2007 Nov 27
16
Windows Vista in XVM
Dear Experts, Does anyone install Windows Vista on XVM successfully? I am using machine Sun x4600 with AMD 8218 cpu with virtualization feature. i installed OpenSolaris build 75, My installation steps: # svccfg -s xvm/xend setprop config/vncpasswd = astring: \"secret\" # svccfg -s xvm/xend setprop config/vnc-listen = astring: \"0.0.0.0\" # svccfg -s xvm/xend setprop config/default-nic="e1000g0" # svcadm refresh xvm/xend # svcadm restart xvm/xend #virt-install -n vista1 --hvm...
2017 Oct 10
2
Opensolaris-ish joins but does not seem to be valid
----- Original Message ----- > From: "samba" <samba at lists.samba.org> > To: "samba" <samba at lists.samba.org> > Sent: Tuesday, October 10, 2017 2:23:02 AM > Subject: Re: [Samba] Opensolaris-ish joins but does not seem to be valid > On Mon, 9 Oct 2017 18:04:45 -0500 (CDT) > Mike Ray via samba <samba at lists.samba.org> wrote: >
2008 Jan 31
5
Solaris DomU HVM Network issues
...ling the domain on dom0 # dladm show-link e1000g0 type: non-vlan mtu: 1500 device: e1000g0 e1000g1 type: non-vlan mtu: 1500 device: e1000g1 e1000g2 type: non-vlan mtu: 1500 device: e1000g2 e1000g3 type: non-vlan mtu: 1500 device: e1000g3 #svccfg -s xvm/xend listprop | grep nic config/default-nic astring e1000g0 #/usr/lib/xen/bin/xenstore-read device-misc/vif/default-nic e1000g0 I configured the domU with the following command: virt-install -n solarisHVM --hvm --vnc -r 10240 -f /xvm/solarisHVM/root.img -s 16 -c /iso/s...
2008 Jul 30
8
xvm networking on 2005.11 (b94) with iwk
After googling around and reading the material on the opensolaris.org xvm community site, I still do not understanding the configuration of networking and would appreciate some assistance. Problem: I have successfully installed an hvm domU running Windows XP on opensolaris 2005.11 (build 94), and when the laptop (lenovo t61, core2 9300) is connected via the e1000g0 interface networking works
2009 Jun 17
1
VNC on OS200906 domU under Solaris dom0
Hi Everyone, I am trying to access the gui on an OpenSolaris 200906 domU. dom0 is Solaris SXCE. I am following the below guide: http://opensolaris.org/os/community/xen/docs/setupvnc/ #################### - Turn on xdmcp. # svccfg -s cde-login svc:/application/graphical-login/cde-login> svc:/application/graphical-login/cde-login> setprop dtlogin/args="" #################### I can''t seem to find the dtlogin/args property on the cde-login fmri. Can someone point me in the right directio...