Created
September 15, 2008 20:27
-
-
Save fsvehla/10931 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# cat /etc/release | |
OpenSolaris 2008.05 snv_86_rc3 X86 | |
Copyright 2008 Sun Microsystems, Inc. All Rights Reserved. | |
Use is subject to license terms. | |
Assembled 26 April 2008 | |
-bash-3.2# uname -a | |
SunOS opensolaris 5.11 snv_86 i86pc i386 i86pc | |
-bash-3.2# id | |
uid=0(root) gid=0(root) | |
-bash-3.2# beadm create opensolaris-1 | |
beadm: Unable to create opensolaris-1 | |
-bash-3.2# env | grep BE_ | |
BE_PRINT_ERR=true | |
-bash-3.2# beadm list | |
BE Active Active on Mountpoint Space | |
Name reboot Used | |
---- ------ --------- ---------- ----- | |
opensolaris yes yes legacy 3.53G | |
opensolaris-1 no no /tmp/.be.naaGrg 63.0K | |
-bash-3.2# zfs list -r rpool/ROOT | |
NAME USED AVAIL REFER MOUNTPOINT | |
rpool/ROOT 3,53G 439G 18K | |
rpool/ROOT@install 15K - 18K - | |
rpool/ROOT/opensolaris 3,53G 439G 3,36G legacy | |
rpool/ROOT/opensolaris@install 64,6M - 2,22G - | |
rpool/ROOT/opensolaris@static:-:2008-09-13-15:51:39 105M - 3,34G - | |
rpool/ROOT/opensolaris@os 4,31M - 3,34G - | |
rpool/ROOT/opensolaris@opensolaris-1 35K - 3,36G - | |
rpool/ROOT/opensolaris-1 63K 439G 3,36G /tmp/.be.naaGrg | |
rpool/ROOT/opensolaris-1/opt 0 439G 3,60M /opt | |
rpool/ROOT/opensolaris/opt 3,66M 439G 3,60M /opt | |
rpool/ROOT/opensolaris/opt@install 57K - 3,60M - | |
rpool/ROOT/opensolaris/opt@static:-:2008-09-13-15:51:39 0 - 3,60M - | |
rpool/ROOT/opensolaris/opt@os 0 - 3,60M - | |
rpool/ROOT/opensolaris/opt@opensolaris-1 0 - 3,60M - | |
-bash-3.2# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment