1zoneadmd(1M) System Administration Commands zoneadmd(1M)
2
3
4
6 zoneadmd - zone administration daemon
7
9 /usr/lib/zones/zoneadmd
10
11
13 zoneadmd is a system daemon that is started when the system needs to
14 manage a particular zone. Because each instance of the zoneadmd daemon
15 manages a particular zone, it is not unexpected to see multiple
16 zoneadmd daemons running.
17
18
19 This daemon is started automatically by the zone management software
20 and should not be invoked directly. The daemon shuts down automatically
21 when no longer in use. It does not constitute a programming interface,
22 but is classified as a private interface.
23
25 See attributes(5) for descriptions of the following attributes:
26
27
28
29
30 ┌─────────────────────────────┬─────────────────────────────┐
31 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
32 ├─────────────────────────────┼─────────────────────────────┤
33 │Availability │SUNWzoneu │
34 ├─────────────────────────────┼─────────────────────────────┤
35 │Interface Stability │Private │
36 └─────────────────────────────┴─────────────────────────────┘
37
39 svcs(1), zlogin(1), svcadm(1M), zoneadm(1M), attributes(5), smf(5),
40 zones(5)
41
43 The zones(5) service is managed by the service management facility,
44 smf(5), under the service identifier:
45
46 svc:/system/zones:default
47
48
49
50
51 Administrative actions on this service, such as enabling, disabling, or
52 requesting restart, can be performed using svcadm(1M). The service's
53 status can be queried using the svcs(1) command.
54
55
56
57SunOS 5.11 1 Nov 2004 zoneadmd(1M)