0

What are the best practices of setting up a non-global zone in Solaris 10 so that resources like CPU, memory, disk, etc. are capped? The intention is to isolate the zone so it doesn't use too much of any resource intended for other more important zones. It's on a ZFS file system.

user9517
  • 114,104
  • 20
  • 206
  • 289

1 Answers1

1

For cpu create resources pool and associate it to the zone. For memory, use rcapd. For disk, just set quotas on the zfs file system.

All this can be found in the resource management for oracle zones in the solaris admin guide here

hth

alanc
  • 1,500
  • 9
  • 12
cachonfinga
  • 215
  • 1
  • 6