Lines Matching refs:disable
53 -d : disable Availability Suite services (all, by default)
54 -r : enable/disable Remote Mirror
105 # SMF services (enable and disable)
261 print "attempting to disable any data services."
564 # and gives him the option to disable the services before proceeding. If
575 QUEST="Would you like to disable the services now and continue with the"
933 echo "Another dscfgadm disable is in progress."
940 printf "\nAnother dscfgadm disable "
1058 # enable/disable the given SMF service. Also, update the filesystem-local
1062 # $2: "enable" or "disable"
1074 if [ $command = "disable" ]
1097 # we're doing a disable--remove hard dependency
1145 # +/-a: enable/disable, respectively, with neither -r nor -p
1146 # +/-r: enable/disable, respectively, with -r flag
1229 # disable the SMF services needed for the Availability Suite
1251 # If no flags passed in, just disable everything
1256 if ! svc_operation $svc disable
1263 # Now that we've disable the services, lets unload them
1270 # we disable core services, as well.
1277 if ! svc_operation $svc disable
1289 ! svc_operation $svc disable
1369 disable=0
1384 disable=1
1406 options_count=$((enable + disable + set_location + get_info))
1415 if (( ((r_flag + p_flag) > 0) && ((enable | disable) == 0) ))
1419 elif (( p_flag && disable ))
1513 elif [ $disable = 1 ]