You are planning group names for a new system. You decide to use a numbering convention that includes the year and month the project began, to form the group number and name for work associated with that project.
So, for example, a project targeted to begin in January, 2013 would have the number (name):
201301(Pr20l301)
What are the two problems with your plan?
A. Group names may not contain a numeric character
B. Group names may be no longer than 7 characters.
C. Group numbers should not be larger than 60000.
D. Group names should be all lowercase.
The crash dump notification on your server is:
Documentation states that there should be two core files for each crash dump in the /var/crash directory named vmdump.0
Which command should you choose to display theses two files?
A. savecore -f vmdump.0
B. dumpadm uncompressed
C. gunzip vmdump.0
D. dumpadm -z off
A user on the system has started a process, but it needs to be terminated.
The process ID was determined as follows:
pgrep userprogram
l5317
The user attempted to terminate the program as follows:
pkill 15317
This command runs without an error message, and the process continues to run.
What is the issue?
A. You need to run the pkill command with the process name.
B. You need to switch to super user to kill the process.
C. You need to run the ps command to get more information.
D. You need to run the prstat command to get more information.
You have edited /etc/profile to include the lines:
dennis_says=hello
export dennie_says
You have also edited /etc/skel/local.profile to include the line:
dennis_says=world
You now create a new user account brian, and specify use of the bash shell. When brian logs in and enters
Echo $dennis_says
What will he see, and why?
A. world, because the local.profile entry will be executed last
B. hello, because the global /etc/profile entry overrides the local.profile entry
C. hello, because the local.profile entry is not automatically sourced on login
D. hello, because the value specified in local.profile was not exported
E. nothing, because the variable was not exported in local.profile
You want to deploy Oracle Solaris 11 with the Automated Installer (AI). You need to make sure that your server and network meet the requirements for using AI.
Identify two requirements for using AI.
A. You should set up DHCP. The DHCP server and AI install server can be the same machine or two different machines.
B. You can create only one manifest per install service. If you need more than one manifest, you should create multiple install services.
C. The minimum requirement to operate as an AI install server is 1 GB of memory.
D. If two client machines have different architectures and need to be installed with the same version of the Oracle Solaris 11 OS, then you should create two AI manifests and a single install service.
Examine this command and its output:
$ zfs list -r -t all tank
Name USED AVAIL REFER MOUNTPOINT
tank 3.00G 1.84G 32K /tank
tank/database 3.00G 1.84G 2.00G /tank/database
tank/[email protected] 1.00G - 2.00G ?
Which two conclusions can be drawn based on this output?
A. The tank dataset consumes 3 GB of storage.
B. The tank/[email protected] dataset consumes 1 GB of storage that is shared with its parent.
C. The tank/[email protected] dataset consumes 1 GB of storage that is not shared with its parent.
D. The tank/[email protected] dataset consumes 2 GB of storage that is shared with its child.
E. The tank/[email protected] dataset consumes 2 GB of storage that is not shared with its child.
Which two options describe how to override the default boot behavior of an Oracle Solaris 11 SPARC system to boot the system to the single-user milestone?
A. from the ok prompt, issue this command: boot -m milestone=single-user
B. From the ok prompt, issue this command: boot -m milestone/single-user
C. From the ok prompt, issue this command: boot -milestone=single-user
D. From the ok prompt. issue this command:boot -s
E. From from the ok prompt, issue this command:boot -m milestone=s
In a fresh installation of Oracle Solaris 11, default datalinks are named with a genetic naming convention, and they increment as you add interfaces. What is the default name?
A. eth#
B. net#
C. el000g#
D. lo#
E. nic#
When upgrading an existing system from Solaris 11 Express to Oracle Solaris 11, what happens to the datalink names?
A. They follow the default naming convention for the newly installed version.
B. They maintain their names.
C. They are called eth#.
D. They are called el00g#.
E. They are left unnamed, to avoid conflicts, and need to be renamed after the installation process is complete.
zone1 is a non-global zone that has been configured and installed.
zone1 was taken down for maintenance, and the following command was run:
zoneadm -z zone1 mark incomplete
The following information is displayed when listing the zones on your system: Which task needs to be performed before you can boot zone1?
A. The zone needs to be installed.
B. The zone needs to be brought to the ready state.
C. The zone needs to be uninstalled and reinstalled.
D. The zone needs to be brought to the complete state.