Created
September 15, 2008 20:31
-
-
Save fsvehla/10933 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-bash-3.2# beadm list | |
BE Active Active on Mountpoint Space | |
Name reboot Used | |
---- ------ --------- ---------- ----- | |
opensolaris yes yes legacy 3.53G | |
opensolaris-3062 no no /tmp/.be.2Eaqsg 63.0K | |
opensolaris-1 no no /tmp/.be.naaGrg 63.0K | |
opensolaris-2 no no /tmp/.be.LDaisg 63.0K | |
-bash-3.2# beadm create snv_97 | |
beadm: Unable to create snv_97 | |
-bash-3.2# beadm create -e opensolaris abcdefgh | |
beadm: Unable to create abcdefgh | |
-bash-3.2# beadm list | |
BE Active Active on Mountpoint Space | |
Name reboot Used | |
---- ------ --------- ---------- ----- | |
opensolaris yes yes legacy 3.53G | |
snv_97 no no /tmp/.be.P5aGsg 63.0K | |
abcdefgh no no /tmp/.be.D3aOsg 63.0K | |
opensolaris-3062 no no /tmp/.be.2Eaqsg 63.0K | |
opensolaris-1 no no /tmp/.be.naaGrg 63.0K | |
opensolaris-2 no no /tmp/.be.LDaisg 63.0K | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment