Lines Matching refs:enable
52 -e : enable Availability Suite services (all, by default)
54 -r : enable/disable Remote Mirror
55 -p : enable Point in Time Copy" >&2
105 # SMF services (enable and disable)
591 # Asks the user if he would like to enable the services now. If so,
592 # import them (if necessary) and enable them.
1058 # enable/disable the given SMF service. Also, update the filesystem-local
1062 # $2: "enable" or "disable"
1081 elif [ $command = "enable" ]
1114 # we just did an enable--create hard dependency
1145 # +/-a: enable/disable, respectively, with neither -r nor -p
1146 # +/-r: enable/disable, respectively, with -r flag
1147 # +p: enable with -p flag
1170 # enable the SMF services needed for the Availability Suite
1180 # if neither r_flag nor p_flag is set, enable all services
1185 if ! svc_operation $svc enable
1198 ! svc_operation $svc enable
1206 if ! svc_operation nws_ii enable
1216 if ! svc_operation $svc enable
1368 enable=0
1381 enable=1
1406 options_count=$((enable + disable + set_location + get_info))
1415 if (( ((r_flag + p_flag) > 0) && ((enable | disable) == 0) ))
1431 if [ $enable = 1 -a $VALID_LOCAL_DB != 1 ]
1505 elif [ $enable = 1 ]