/var/tmp on Solaris zones
The systems contain zones set up with one application per zone.
Everything is installed on the root disk under the root pool.
Currently the zones file systems are set up like this
rpool/zonename
rpool/zonename/var
rpool/zonename/var/tmp
Oracle have said this configuration is not supported and that /var and /var/tmp must be folders under the zones root file system and cannot be seperated in this way.
My question is, how do you stop logs in /var/or more likely a user dumping data into /var/tmp filling up the root file system of the zone?