HomeSort by relevance Sort by last modified time
    Searched refs:svcs (Results 1 - 25 of 27) sorted by null

1 2

  /onnv/onnv-gate/usr/src/pkgdefs/SUNWpoold/
preremove 31 if [ -x /usr/bin/svcs ]; then
32 STATE=`/usr/bin/svcs -Ho STA svc:/system/pools/dynamic`
  /onnv/onnv-gate/usr/src/cmd/svc/profile/
listsvcs.pl 43 my @svcs = (); # services list under construction
56 print join("\n", sort(@svcs)), "\n";
69 push(@svcs, "$servicename:$name")
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/predicates/
tst.predcache.ksh 43 svcs=
48 line=$(svcs -o fmri,ctid | grep " $ct\$")
51 if [[ $(svcs -Ho STA $svc) == "LRC" ]]; then
52 lrc=$(svcs -Ho SVC $svc | tr _ '?')
55 svcs="$svcs $svc"
59 for svc in $svcs
80 for svc in $svcs
  /onnv/onnv-gate/usr/src/cmd/avs/rdc/etc/
rdc.cluster.sh 37 SVCS=/usr/bin/svcs
42 ONLINE=`$SVCS -D $SVCS_NAME 2>>/dev/null | grep "^online"`
rdc.sh 39 SVCS=/usr/bin/svcs
73 count=`$SVCS -o STATE -D $1 2>>/dev/null | grep "^online" | wc -l`
81 $SVCS -D $1 2>>/dev/null | grep "^online"
89 $SVCS -D $1 2>>/dev/null | grep "^online"
  /onnv/onnv-gate/usr/src/cmd/svc/svcs/
Makefile 26 PROG = svcs
27 OBJS = svcs.o explain.o
  /onnv/onnv-gate/usr/src/lib/libnsl/common/
daemon_utils.c 57 _check_services(char **svcs)
61 for (; *svcs; svcs++) {
62 if (is_auto_enabled(*svcs) == 0)
64 if ((s = smf_get_state(*svcs)) != NULL) {
66 (void) smf_enable_instance(*svcs,
  /onnv/onnv-gate/usr/src/cmd/avs/dsw/etc/
ii.cluster.sh 26 SVCS=/usr/bin/svcs
31 ONLINE=`$SVCS -D $SVCS_NAME 2>>/dev/null | grep "^online"`
ii.sh 27 SVCS=/usr/bin/svcs
61 count=`$SVCS -o STATE -D $1 2>>/dev/null | grep "^online" | wc -l`
69 $SVCS -D $1 2>>/dev/null | grep "^online"
77 $SVCS -D $1 2>>/dev/null | grep "^online"
  /onnv/onnv-gate/usr/src/cmd/avs/sv/etc/
sv.cluster.sh 34 SVCS=/usr/bin/svcs
43 ONLINE=`$SVCS -D $SVCS_NAME 2>>/dev/null | grep "^online"`
sv.sh 31 SVCS=/usr/bin/svcs
66 count=`$SVCS -o STATE -D $1 2>>/dev/null | grep "^online" | wc -l`
74 $SVCS -D $1 2>>/dev/null | grep "^online"
82 $SVCS -D $1 2>>/dev/null | grep "^online"
  /onnv/onnv-gate/usr/src/cmd/svc/
Makefile 28 SUBDIR_CMD= lsvcrun mfstscan prophist servinfo svcadm svccfg svcprop svcs
  /onnv/onnv-gate/usr/src/cmd/hal/addons/network-devices/
svc-network-discovery 39 SVCS=/usr/bin/svcs
94 count=`$SVCS -o STATE hal 2>>/dev/null | grep -c "^online"`
  /onnv/onnv-gate/usr/src/cmd/auditd/
svc-auditd 39 SVCS=/usr/bin/svcs
160 contract_id=`$SVCS -l $AUDITD_FMRI | \
  /onnv/onnv-gate/usr/src/cmd/initpkg/init.d/
README 47 Legacy services are reported by the default svcs(1m) output, and (where
  /onnv/onnv-gate/usr/src/lib/brand/solaris10/zone/
p2v.ksh 239 # pkgs then use 'svccfg inventory' to get the names of the svcs
263 svcs=$(SVCCFG_NOVALIDATE=1 \
266 for k in $svcs
318 # Get a list of the svcs that now exist in the zone.
319 LANG=C /usr/sbin/zlogin -S $ZONENAME /usr/bin/svcs -aH | \
369 # Skip svcs not installed in the zone.
  /onnv/onnv-gate/usr/src/cmd/avs/sdbc/etc/
scm.sh 42 SVCS=/usr/bin/svcs
76 count=`$SVCS -o STATE -D $1 2>>/dev/null | grep "^online" | wc -l`
84 $SVCS -D $1 2>>/dev/null | grep "^online"
92 $SVCS -D $1 2>>/dev/null | grep "^online"
  /onnv/onnv-gate/usr/src/lib/brand/native/zone/
p2v.ksh 211 # pkgs then use 'svccfg inventory' to get the names of the svcs
235 svcs=$(SVCCFG_NOVALIDATE=1 \
238 for k in $svcs
290 # Get a list of the svcs that now exist in the zone.
291 /usr/sbin/zlogin -S $ZONENAME /usr/bin/svcs -aH | \
341 # Skip svcs not installed in the zone.
656 /usr/bin/svcs -H svc:/milestone/single-user:default 2>&1 |
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWcsr/
postinstall 108 svcs network/dns/server >/dev/null 2>&1 || \
117 svcs svc:/network/tname > /dev/null 2>&1
326 /usr/bin/svcs platform/sun4u/mpxio-upgrade > /dev/null 2>&1
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/kdcmgr/
kdcmgr.sh 592 svcs -xv svc:/network/security/krb5kdc:default
598 svcs -xv svc:/network/security/kadmin:default
602 svcs -xv svc:/network/security/krb5_prop:default
  /onnv/onnv-gate/usr/src/cmd/svc/shell/
manifest_cleanup.ksh 34 SVCS=/usr/bin/svcs
143 ps_instances=`$SVCS -H -oFMRI $ps_service 2>/dev/null`
238 for i in `$SVCS -H -oFMRI $ps_service`
332 am_inst=`svcs -H -oFMRI $am_service 2>/dev/null`
  /onnv/onnv-gate/usr/src/cmd/mms/utility/explorer/
mmsexplorer 505 verbose /bin/svcs -xv mms:db
564 verbose /bin/svcs -xv mms:mm
576 verbose /bin/svcs -xv mms:wcr
  /onnv/onnv-gate/usr/src/lib/libshare/nfs/
libshare_nfs.c 2309 uint32_t svcs; member in struct:proto_option_defs
    [all...]
  /onnv/onnv-gate/usr/src/cmd/svc/svccfg/
svccfg_xml.c 3286 uu_list_walk_t *svcs, *insts; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/stmsboot/
stmsboot.sh 67 SVCS=/usr/bin/svcs
558 ISARMED=`$SVCS -l $STMSINSTANCE|$GREP "enabled.*false.*temporary"`

Completed in 1440 milliseconds

1 2