I have several servers running Solaris 10u9 with VirtualBox server installed. Each of those hosts can manage several guest. Currently I use VirtualBox multiattach image types to clone guests from master images. This doesn't require me to use clonehd on the master images, which is a very time consuming process.
I just ran into this problem myself. A coworker found this site. The issue is also discussed at http://www.opensolaris.org/jive/thread.jspa?messageID=102769
They problem surfaced when I tried to install packages in a zone I had created on a zfs filesystem that happened to be on a x4500 with 15 Terabytes of free space.
The work around is to slap a quota on the the ZFS that the zone sits on.
Some parameters of a zone can be modified while the zone is running
how to update a running zone
When adding or changing disks to a parallels VM, you might see the following error message [image:282 style='float: right']
To fix it, boot into the failsafe mode and run bootadm on the mounted root disk like in the following image [image:283]
The wmctrl program is a UNIX/Linux command line tool to interact with an EWMH/NetWM compatible X Window Manager
description:
Today is my first day as a full-time employee back at Sun
Tunneling NFS traffic via ssh
Having received a couple of questions lately about Solaris support for ssh tunneling of NFS traffic, a short description of how it can be done and what happens to NFS when ssh tunneling is used.