Labour Day Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Question # 4

To inspect network interface net3, you enter the following commands:

What problem do you suspect? Assume the user is authorized and provided the correct password.

A.

The net3 interface hasn't been enabled yet.

B.

The net3 vnic hasn't been created.

C.

The net3/v4 ip object hasn't been configured.

D.

The net3 interface is not attached to a NIC or etherstub.

Full Access
Question # 5

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.

Full Access
Question # 6

Your mentor suggests using the dladm rename-link command to rename the network datalinks.

What are the two advantages of following this advice?

A.

It can clarify which network interface has what purpose.

B.

It can simplify specifying the network interface with the dladm modify-aggr command.

C.

It can simplify specifying the network interface with the dladm modify-bridge command.

D.

It can simplify IP filter rule changes if the network interface is replaced with a different type.

E.

It can prevent accidental deletion of the network interface with the dladm delete-phys command.

F.

It can prevent accidental deletion of the network interface configuration with the ipadm delete-addr command.

Full Access
Question # 7

User jack logs in to host Solaris and executes the following command sequence:

Which three statements are correct?

A.

User jack can edit testfile because he has read and write permissions at the group level.

B.

User jack can use cat to output the contents of testfile because he has read permission as the file owner.

C.

User jill can change the permissions of testfile because she has write permission for the file at the group level.

D.

User jill can edit testfile because she has read and write permission at the group level.

E.

User jack can change permissions for testfile because he is the owner of the file.

F.

User jack can change permissions for testfile because he has execute permission for the file.

Full Access
Question # 8

Which best describes the svc:/system/boot-config service?

A.

It is used to change the milestone on a system.

B.

It is used to set the default run level of the system.

C.

It provides the parameters used to set the system to automatically perform a fast or slow reboot.

D.

When the service is enabled, the system performs a fast reboot by default; when it is disable the system performs a slow reboot by default.

Full Access
Question # 9

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.

Full Access
Question # 10

Consider the following commands:

What is displayed when this sequence of commands is executed using the bash shell?

A.

Hello, world

B.

cat: cannot open file1: No such file or directory Hello, world

C.

cat: cannot open file1: No such file or directory

D.

bash: syntax error near unexpected token '| |'

E.

bash: syntax error broker pipe

Full Access
Question # 11

Choose three options that describe the features associated with a Live Media installation.

A.

does not allow the root user to log in to the system directly from the console (or any terminal)

B.

provides a "hands free" installation

C.

installs the desktop based packages

D.

can be used to install only x86 platforms

E.

installs the server-based set of packages only

F.

allows both automatic and manual configuration of the network

G.

installs both the server-based and desktop-based package

Full Access
Question # 12

You have set up the task.max-lwps resource control on your Solaris 11 system.

Which option describes how to configure the system so that syslogd notifies you when the resources control threshold value for the task.max-lwps resource has been exceeded?

A.

Use the rctladm command to enable the global action on the task.max-lwpa resource control.

B.

Modify the /etc/syslog.conf file to activate system logging of all violations of task.max-lwps and then refresh then svc: /system/system-log:default service.

C.

Activate system logging of all violations of task.max-lwpp in the /etc/rctldm.conf file and then execute the rctladm-u command.

D.

Use the prct1 command to set the logging of all resource control violations at the time the task.max-lwps resource control is being setup.

E.

Use the setrct1 command to set the logging of all resource control violations for the task.max-lwps resource control.

Full Access
Question # 13

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

Full Access
Question # 14

Which two options are characteristics of a fast reboot?

A.

A fast reboot bypasses grub.

B.

A fast reboot cannot be used after a system panic on the x86 platform.

C.

A fast reboot can only be executed on the SPARC platform when the config/fastreboot_default property for the svc:/system/boot-config:default service is set to true.

D.

A fast reboot uses an in-kernel boot loader to load the kernel into memory.

E.

A fast reboot is the default on all platforms.

Full Access
Question # 15

A user brian is configured to use the bash shell. His home directory is /export/home/brian, and contains a .profile and a .bashrc file.

In the -profile, there are these lines:

genius =ritchie

export genius

In the .bashrc us this line:

genius=kernighan

In /etc/profile are these lines:

genius=thompson

export genius

When brian logs in and asks for the value of genius, what will he find, and why?

A.

genius will be ritchie, because that was the value exported in .profile.

B.

genius will be kernighan, because .bashrc executes after .profile.

C.

genius will be ritchie because variable settings in .profile take precedence over variable settings in .bashrc.

D.

genius will be ritchie because .profile executes after .bashrc.

E.

genius will be thompson because /etc/profile system settings always override local settings.

Full Access
Question # 16

The default publisher on your system is:

You want to update the Oracle Solaris 11 environment on your system, but you are not able to connect this system to the Internet to access the default Oracle repository. A repository has been created on your local network and is named http://server1.example.com.

Which command would you choose to connect your system to the local repository?

A.

pkg publisher to specify the new publisher

B.

pkg set-publisher to set the stickiness on the http://server1.example.com publisher and unset stickiness for http://pkg.oracle.com/solaris/release

C.

pkg add-publisher to add the new publisher

D.

pkg set-publisher to set the origin for the publisher

Full Access
Question # 17

Which two options are accurate regarding the non-global zone console?

A.

Access the non-global zone console by using the zlogin –c command.

B.

Access the non-global zone console by using the zlogin –1 command.

C.

Disconnect from the non-global zone console by using the ~. keys.

D.

Disconnect from the non-global zone console by using the #. keys.

Full Access
Question # 18

View the Exhibit and review the disk configuration.

The following command is executed on the disk:

zpool create pool1 c3t3d0s0

What is the result of executing this command?

A.

A zpool create error is generated.

B.

A 1-GB ZFS file system named /pool1 is created.

C.

A 15.97-GB storage pool named pool1 is created.

D.

The disk will contain an EFI disk label.

Full Access
Question # 19

You wish to edit your crontab file that is located in /var/spool/cron/crontab. What command must you enter to edit this file?

A.

crontab –e

B.

crontab –e /var/spool/cron/crontab

C.

crontab –r

D.

crontab –e /etc/default/cron

Full Access
Question # 20

You are using AI to install a new system. You have added to following information to the AI manifest:

source = “http://sysA.example.com/zone_cfg/zone.cfg”/ >

Which statement is true with regard to the zone.cfg?

A.

The zone.cfg file is text file in a zonecfg export format.

B.

The zone.cfg file is an AI manifest that specifies how the zone is to be installed.

C.

The zone.cfg file is an xml file in a form suitable for use as a command file for the zonecfg command.

D.

The zone.cfg file is an SC profile with keywords that are specific for configuring a as part of the installation process.

E.

It is am xml configuration file from the /etc/zone directory. It will be used as a profile for the zone. It specifies the zonename, zonepath, and other zonecfg parameters.

Full Access
Question # 21

Which three statements accurately describe the Automated Installation (AI) client?

A.

If the AI client does not match any criteria to use a custom manifest or script, the default manifest is used.

B.

If the AI client does not match any criteria to use a custom manifest or script, the automated installation aborts.

C.

Any manifest or script in a service can be designated to be the default for that service.

D.

Only the default.xml file is used as the default AT client manifest.

E.

If a client system does not use any SC profile, then an interactive tool opens on that client at first boot after that client installation to complete the configuration of that client.

F.

If a client system does not use any SC profile, then the install server will use the default SC profile.

Full Access
Question # 22

You are troubleshooting the Oracle Solaris11 Automated Installer (AI), which is not connecting with the IPS software repository.

Which three steps will help determine the cause of DNS name resolution failure?

A.

Verify the contents of /etc/resolve.conf.

B.

Run netstat -nr to verify the routing to the DNS server.

C.

Ping the IP address of the IPS server to verify connectivity.

D.

On the installation server, verify that the menu.1st file for the client points to a valid boot arc hive.

E.

Run df -k to verify that the boot directory containing the boot archive is loopback mounted under /etc/netboot.

F.

Run the command /sbin/dhcpinfo DNSserv to ensure that the DHCP server providing the DNS server information.

Full Access
Question # 23

Select the five tasks that need to be performed on the Automated Installer (AI) install server before setting up the client.

A.

Create a local IPS repository on the AI Install server and start the repository server service, the publisher origin to the repository file.

B.

Set up a IP address on the AI install server.

C.

The DHCP server must be enabled on the install server and must provide the DHCP service for the clients.

D.

DHCP must be available on the network for the Install server and the clients, but the install server does not need to be the DHCP server.

E.

Download the AI boot image. The image must be the same version as the Oracle Solaris OS that you plan to install on the client.

F.

Download the text install image into the IPS repository.

G.

Install the AI installation tools.

Full Access
Question # 24

You need to configure an ISCSI target device on your x86 based Oracle Solaris II system. While configuring the iSCSI device, the following error is displayed:

bash: stmfadm: command not found

Which option describes the solution to the problem?

A.

The COMSTAR feature is not supported on the x86 platform. The feature is supported only on the SPARC platform.

B.

Use the iscsitadm command on the x86 platform when configuring an iSCSI target.

C.

Install the storage-server group package on this system.

D.

Start the iSCSI target daemon on this system.

Full Access
Question # 25

You are currently working in both your home directory and the system directory /tmp. You are switch back and forth with full path names. Which pair of cd commands will provide you with a shortcut to switch between these two locations?

A.

cd ~ and cd –

B.

cd and cd.

C.

cd ~ and cd

D.

cd * and cd . .

Full Access
Question # 26

Which option displays the result of running the zfs list command?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 27

New features wore added to ZFS in Oracle Solaris11. Your justification to upgrade from Solaris10 to oracle Solaris11 is that it will be possible to take advantage of the enhancements that were made to ZFS.

Identify the three ZFS functions and features that are included in Oracle Solaris 11, but not in Solaris 10.

A.

Encrypted ZFS datasets

B.

Ability for ZFS to detect and remove redundant data from the tile system

C.

Shadow Data Migration

D.

Ability to split a mirrored ZFS storage pool

E.

Ability to use ZFS on the boot drive and boot to a ZFS root file system.

F.

elimination of the swap file system when using ZFS on the root disk

Full Access
Question # 28

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.

Full Access
Question # 29

You wish to troubleshoot some issues that you are having on the system. You want to monitor the /var/adm/messages file in real time. Which command would you use to do this?

A.

head

B.

tail

C.

cat

D.

file

E.

test

Full Access
Question # 30

You are the administrator for a group of shell script developers. They use vi, and have asked you to make their scripts automatically executable when they save their files.

How can this be accomplished?

A.

Enter set –o vi on the command line, or include it in each user's startup script.

B.

Enter umask –s on the command line, or include it in each user's startup script.

C.

Enter umask 000 on the command line, or include it in each user's startup script.

D.

Enter umask 777 on the command line, or include it in each user's startup script.

E.

It is not possible to automatically set the execute bit on with the umask setting, or vi option.

F.

Enter umask 766 the command line, or include it in the global startup script for the default shell.

Full Access
Question # 31

You are troubleshooting interface net3 and you enter the following sequence of commands:

Your next command should be:

A.

ipadm up-addr net3/v4

B.

ipadm enable-if -T net3

C.

D.

ipadm create-ip -T static -a 192.168.1.25/24 -n net3

E.

ipadm create-addr -T static -a 192.168.1.25/24 net3

Full Access
Question # 32

You are asked to troubleshoot networking issues on an unfamiliar system.

Select the correct command to display what network devices are installed.

A.

ifconfig -a

B.

dladm show-dev

C.

dladm show-phys

D.

dladm show-ether

E.

netadm show-dev

F.

netadm show-ether

Full Access
Question # 33

You want to display the IP address assignments of the network interfaces. Which command should you use?

A.

ipadm show-if

B.

ipadm show-addr

C.

ipadm show-prop

D.

ipadm show-addrprop

Full Access
Question # 34

How should you permanently restrict the non-global zone testzone so that it does not use more than 20 CPU shares while it is running?

A.

While configuring the zone, add this entry:add rct1set name = capped.cpu-sharesadd value (priv = privileged, limit = 20, action = none)endexit

B.

While configuring the zone, add this entry: add rct1set name= zone.cpu-sharesadd value (priv=privileged, limit=20, action=none)endexitfrom command line, enter: # dispadmin - d FSS

C.

From the command line enter: #prct1 -n zone.cpu-shares - r - v 20 - i zone testzone

D.

From the command line, enter:#prct1 - n zone.cpu-shares - v 80 - r - i zone global

Full Access
Question # 35

Review the information taken from your server:

Which option describes the command used to create these snapshots of the root file system?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 36

User1 is attempting to run the following command:

cp bigfile verybig

The system displays the following errer:

cp: cannot create verybig: Disc quota exceeded

Your initial troubleshooting shows that the df -h command indicates the account is at 100% capacity. What command would you use to determine how much disk space the user has available?

A.

zfs get quota rpool/export/home/user1

B.

zfs userused@user1

C.

zfs quota=1M /rpool/export/home/user1

D.

df –h | grep user1

Full Access