System Administration Guide: Oracle Solaris Containers-Resource Management and Oracle Solaris Zones

ProcedureHow to Enable a Specific Service in a Zone

  1. From the global zone, log in to the zone, for example, my-zone.


    global# zlogin my-zone
    
  2. Run the svcadm command to enable physical memory control using the resource capping daemon.


    my-zone# svcadm enable svc:/system/rcap:default
    
  3. List the services to verify that rcapd is enabled.


    my-zone# svcs -a
    .
    .
    .
    online    14:04:21 svc:/system/rcap:default
    .
    .
    .