On 3/8/10 8:35 PM, David Kopp wrote: > It shows > > BE/Dataset/Snapshot Active Mountpoint Space Policy Created > ------------------- ------ ---------- ----- ------ ------- > opensolaris-3 > rpool/ROOT/opensolaris-3 NR / 12.61G static > 2009-06-06 20:32 > rpool/ROOT/opensolaris-3 at install - - 1.52G static > 2008-11-10 17:18 > > I'm guessing I could go back to the original install. How would I choose that > snapshot?
you could do: # beadm create -e opensolaris-3 at install opensolaris-4 # beadm activate opensolaris-4 This will give you a BE that should be in the same state that the machine was in when it was first installed. once you've created and activated this new BE you can reboot into it. -evan