1 SVCADM(1M) Maintenance Commands SVCADM(1M)
2
3
4
5 NAME
6 svcadm - manipulate service instances
7
8 SYNOPSIS
9 /usr/sbin/svcadm [-S state] [-v] [-Z | -z zone] enable [-rst]
10 [{FMRI | pattern}...]
11
12
13 /usr/sbin/svcadm [-S state] [-v] [-Z | -z zone] disable [-s]
14 [{FMRI | pattern}...]
15
16
17 /usr/sbin/svcadm [-S state] [-v] [-Z | -z zone] restart [-d]
18 [{FMRI | pattern}...]
19
20
21 /usr/sbin/svcadm [-S state] [-v] [-Z | -z zone] refresh
22 [{FMRI | pattern}...]
23
24
25 /usr/sbin/svcadm [-S state] [-v] [-Z | -z zone] clear
26 [{FMRI | pattern}...]
27
28
29 /usr/sbin/svcadm [-S state] [-v] [-Z | -z zone] mark [-It] instance_state
30 [{FMRI | pattern}...]
31
32
33 /usr/sbin/svcadm [-v] milestone [-d] milestone_FMRI
395 libscf(3LIB), contract(4), attributes(5), smf(5), smf_security(5),
396 zones(5)
397
398 NOTES
399 The amount of time svcadm will spend waiting for services and their
400 dependencies to change state is implicitly limited by their method
401 timeouts. For example, a service using the default restarter whose
402 start method hangs will be transitioned to the maintenance state when
403 its timeout expires. svcadm will then consider it impossible for this
404 service to come online without administrator intervention.
405
406
407 Attempts to synchronously enable a service which depends (directly or
408 indirectly) on a file may fail with an exit status indicating that
409 dependencies are unsatisfied if the caller does not have the privileges
410 necessary to search the directory containing the file. This limitation
411 may be removed in a future release.
412
413
414
415 October 17, 2017 SVCADM(1M)
|
1 SVCADM(1M) Maintenance Commands SVCADM(1M)
2
3
4
5 NAME
6 svcadm - manipulate service instances
7
8 SYNOPSIS
9 /usr/sbin/svcadm [-S state] [-v] [-Z | -z zone] enable [-rst]
10 [{FMRI | pattern}...]
11
12
13 /usr/sbin/svcadm [-S state] [-v] [-Z | -z zone] disable [-st]
14 [{FMRI | pattern}...]
15
16
17 /usr/sbin/svcadm [-S state] [-v] [-Z | -z zone] restart [-d]
18 [{FMRI | pattern}...]
19
20
21 /usr/sbin/svcadm [-S state] [-v] [-Z | -z zone] refresh
22 [{FMRI | pattern}...]
23
24
25 /usr/sbin/svcadm [-S state] [-v] [-Z | -z zone] clear
26 [{FMRI | pattern}...]
27
28
29 /usr/sbin/svcadm [-S state] [-v] [-Z | -z zone] mark [-It] instance_state
30 [{FMRI | pattern}...]
31
32
33 /usr/sbin/svcadm [-v] milestone [-d] milestone_FMRI
395 libscf(3LIB), contract(4), attributes(5), smf(5), smf_security(5),
396 zones(5)
397
398 NOTES
399 The amount of time svcadm will spend waiting for services and their
400 dependencies to change state is implicitly limited by their method
401 timeouts. For example, a service using the default restarter whose
402 start method hangs will be transitioned to the maintenance state when
403 its timeout expires. svcadm will then consider it impossible for this
404 service to come online without administrator intervention.
405
406
407 Attempts to synchronously enable a service which depends (directly or
408 indirectly) on a file may fail with an exit status indicating that
409 dependencies are unsatisfied if the caller does not have the privileges
410 necessary to search the directory containing the file. This limitation
411 may be removed in a future release.
412
413
414
415 October 24, 2019 SVCADM(1M)
|