HomeSort by relevance Sort by last modified time
    Searched refs:SERVICE (Results 1 - 10 of 10) sorted by null

  /onnv/onnv-gate/usr/src/pkgdefs/SUNWcfplr/
preremove 30 SERVICE="svc:/system/device/fc-fabric:default"
37 # Do not disable the service in this case.
43 # Confirm service is installed, otherwise exit.
45 /usr/bin/svcprop -q ${SERVICE} || exit 0
47 SVCPROP=`svcprop -p general/enabled ${SERVICE}`
50 # Check to see if the service is running and if so disable it.
53 svcadm disable ${SERVICE}
55 echo "\n$0 Disabling of ${SERVICE} failed!\n" >&2
58 svcadm refresh ${SERVICE}
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWfcprtr/
preremove 33 # Confirm service is installed, otherwise exit.
35 /usr/bin/svcprop -q ${SERVICE}
40 SVCPROP=`svcprop -c -p general/enabled ${SERVICE}`
43 # Check to see if the service is running and if so disable it.
46 svcadm disable ${SERVICE}
48 echo "\n$0 Disabling of ${SERVICE} failed!\n" >&2
52 svcadm refresh ${SERVICE}
63 # Do not disable the service in this case.
68 SERVICE="svc:/network/npiv_config:default"
71 SERVICE="svc:/system/fcoe_target:default
    [all...]
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWiscsitgtu/
preremove 32 SERVICE="svc:/system/iscsitgt:default"
40 # Confirm service is installed, otherwise exit.
42 /usr/bin/svcprop -q ${SERVICE} || exit 0
45 # Check to see if the service is enabled and if so disable it.
48 SVCPROP=`svcprop -c -p general/enabled ${SERVICE}`
51 svcadm disable ${SERVICE}
53 echo "\n$0 Disabling of ${SERVICE} failed!\n" >&2
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWiscsiu/
preremove 30 SERVICE="svc:/network/iscsi_initiator:default"
38 # Confirm service is installed, otherwise exit.
40 /usr/bin/svcprop -q ${SERVICE} || exit 0
43 # Check to see if the service is enabled and if so disable it.
46 SVCPROP=`svcprop -p general/enabled ${SERVICE}`
49 svcadm disable ${SERVICE}
51 echo "\n$0 Disabling of ${SERVICE} failed!\n" >&2
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWisns/
preremove 29 SERVICE="svc:/network/isns_server:default"
37 # Confirm service is installed, otherwise exit.
39 /usr/bin/svcprop -q ${SERVICE} || exit 0
42 # Check to see if the service is enabled and if so disable it.
45 SVCPROP=`svcprop -c -p general/enabled ${SERVICE}`
48 svcadm disable ${SERVICE}
50 echo "\n$0 Disabling of ${SERVICE} failed!\n" >&2
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWstmf/
preremove 29 SERVICE="svc:/system/stmf:default"
45 svcadm clear $SERVICE >/dev/null 2>&1
46 svcadm disable $SERVICE >/dev/null 2>&1
  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
print-svc 31 # SERVICE = parent service name
32 SERVICE=`echo $SMF_FMRI | /usr/bin/cut -f1,2 -d":"`
84 num_notifiers=`/bin/svcprop -p lpsched/num_notifiers $SERVICE`
89 num_filters=`/bin/svcprop -p lpsched/num_filters $SERVICE`
94 fd_limit=`/bin/svcprop -p lpsched/fd_limit $SERVICE`
99 reserved_fds=`/bin/svcprop -p lpsched/reserved_fds $SERVICE`
  /onnv/onnv-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
ata8-acs.h 81 SERVICE = 0xA2,
  /onnv/onnv-gate/usr/src/cmd/fs.d/smbclnt/mount/
mount.c 137 #define SERVICE "svc:/network/smb/client:default"
170 state = smf_get_state(SERVICE);
173 gettext("mount_smbfs: service \"%s\" not enabled.\n"),
174 SERVICE);
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
Name.pl     [all...]

Completed in 660 milliseconds