Go to main content

man pages section 1M: System Administration Commands

Exit Print View

Updated: July 2017
 
 

zoneadmd(1M)

Name

zoneadmd - zone administration daemon

Synopsis

/usr/lib/zones/zoneadmd 

Description

zoneadmd is a system daemon that is started when the system needs to manage a particular zone. Because each instance of the zoneadmd daemon manages a particular zone, it is not unexpected to see multiple zoneadmd daemons running.

This daemon is started automatically by the zone management software and should not be invoked directly. The daemon shuts down automatically when no longer in use. It does not constitute a programming interface, but is classified as a private interface.

Addresses configured by zoneadmd on behalf of shared-ip zones are assigned automatically generated ipadm(1M) address object names prefixed with the string zoneadmd. For example, in the following output, the address 10.2.2.1/24, configured on the net0 interface, was configured by zoneadmd with an automatically generated address object name of net0/zoneadmd.v4.

# ipadm show-addr
ADDROBJ           TYPE     STATE        ADDR
lo0/v4            static   ok           127.0.0.1/8
net0/v4           static   ok           10.1.2.3/24
net0/zoneadmd.v4  static   ok           10.2.2.1/24
lo0/v6            static   ok           ::1/128

Attributes

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
system/zones
Interface Stability
Private

See Also

svcs(1), zlogin(1), ipadm(1M), svcadm(1M), zoneadm(1M), attributes(5), smf(5), zones(5)

Notes

The zones(5) service is managed by the service management facility, smf(5), under the service identifier:


svc:/system/zones:default

Administrative actions on this service, such as enabling, disabling, or requesting restart, can be performed using svcadm(1M). The service's status can be queried using the svcs(1) command.