Solaris 10: view or list all running zones

Contributor Icon Contributed by qmchenry Date Icon March 24, 2005  
Tag Icon Tagged: Solaris system administration

The zoneadm command can be used to list active or running zones.


To view a list and brief status information about running zones, use the following command from the global zone:

zoneadm list -v
ID NAME STATUS PATH
0 global running /
2 zone2 running /opt/zone2

The -v option provides the additional information other than the zone name.

Previous recipe | Next recipe |
 
  • shaynis
    If you would like to see also installed zones (non-running):

    zoneadm list -iv

    Example:
    #zoneadm list -v
    ID NAME STATUS PATH
    0 global running /
    9 zone2 running /zones/zone2
    #zoneadm list -vi
    ID NAME STATUS PATH
    0 global running /
    9 zone2 running /zones/zone2
    - zone1 installed /zones/zone1
    #
blog comments powered by Disqus