The command “beadm create –a solaris-test” will_____.
A.
create and automatically boot the solaris-test boot environment
B.
create and activate the solaris-test boot environment but not reboot
C.
create an archive of the solaris-test boot environment
D.
will not create a new boot environment without further information
E.
will only activate a previously defined boot environment named solaris-test
Explanation:
The beadm create command has the following options, where BeName specifies the
name of the boot environment to be created.
Syntax: beadm create [-a] [-d description] [-e non-activeBeName | BeName@snapshot] [-o
property=value]…[-p zpool] BeName
-a – Activate the newly created boot environment upon creation. The default is to not activate thenewly created boot environment.
Reference:Creating and Administering Oracle Solaris 11 Boot Environments
B is correct
man beadm
-a
Activate the newly created BE upon creation. The
default is to not activate the newly created BE.