Pass the Oracle Oracle Solaris 11 System Administrator 1z0-820 Questions and answers with CertsForce

Viewing page 1 out of 4 pages
Viewing questions 1-10 out of questions
Questions # 1:

Which command should you choose to display the current parameters for the FSS scheduler?

Options:

A.

dispadmin - c FSS


B.

prionctl -c FSS


C.

dispadmin -c FSS -g


D.

priocntl -c FSS -g


Questions # 2:

You are going to use the- Automated installer (AI) to install a non global zone named zone1. You have created a custom manifest for the non-global zone and named it zone1manifest

Which command will you use to add this custom manifest to the s11-sparc install service and associate this custom manifest with the non-global zone?

Options:

A.

installadm create-profile -n s11-sparc -f /tmp/zone1manifest.xml - c


B.

installadm create-manifest -n s11-sparc -f /tmp/zone1manifest.xml -m


C.

installadm create-client -n s11-sparc -f /tmp/zone1manifest.xml -m zone1manifest -c zonename= “zone1”


D.

installadm create-service - n s11-sparc -f /tmp/zone1manifest.xml -m zone1manifest - c zonename=”zone1”


Questions # 3:

You need to set up an Oracle Solaris 11 host as an iSCSI target so that the host's disk can be accessed over a storage network. The disk device is c3t4d0.

Which six options describe the steps that need to be taken on this host to enable an iSCSI target?

Options:

A.

Create a ZFS file system named iscsi/target.


B.

Create a zpool named iscsi with disk device c3t4d0


C.

Create zfs volume named iscsi/target.


D.

Use the stmfadm command to create a LUN using /dev/zvol/rdsk/iscsi/target.


E.

Use the stmfadm command to create a LUN using iscsi/target.


F.

Use the stmfadm command to make the LUN viewable.


G.

Use the stmfadm command to make the volume viewable.


Questions # 4:

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.

Choose the three options that describe; the requirements for using AI.

Options:

A.

You can create only one manifest per install service. If you need more than one manifest, create multiple install services.


B.

If two client machines have different architectures and need to be installed with the same version of the Oracle Solaris 11 OS, then create two AI manifests and a single Install service.


C.

You need a separate install service for each different client architecture that you plan to install, and for each different version of the Oracle Solaris 11 OS that you plan to install on client systems.


D.

If two client machines have different architectures and need to be installed with different versions of the Oracle Solaris 11 OS, then create two AI manifests and two install services.


E.

The install server needs to be able to access an Oracle Solaris Image Packaging System (IPS) software package repository; the clients do not.


F.

The install server can be either an x86 machine or a SPARC machine.


Questions # 5:

You need to update an OS image on a client. The pkg publishers command displays the wrong publisher with the wrong update:

PUBLISHERTYPESTATUSURI

Solaris origin onlinehttp://pkg.oracle.com/solaris/release

The update is available on the updated publisher:

PUBLISHERTYPESTATUSURI

Solaris originonlinehttp://sysA.example.com

Select the option that describes the procedure used to update the OS image on the system from the updated publisher.

Options:

A.

Copy the repository from the ISO image onto the local client.

Configure the repository on the client by using the svccfg - s command so that the Solaris publisher is connected to the new repository.

Refresh the application/pkg/server service.

Issue the pkgrepo refresh command to refresh the repository catalog


B.

Configure the publisher on the client using the svcfg - s command so that the Solaris publisher is connected to the repository at http://sysA.example.com

Refresh the application/pkg/server service.

Issue the pkgrepo refresh command to repository catalog


C.

Use the pkg set-publisher command to change the URL of the publisher Solaris to http://sysA.example.com.

Issue the pkg update command to update the OS image.


D.

Add the new publisher http://sysA.example.com Solaris

Use the pkg set-publisher command to set the publisher search order and place http://sysA.example.com of http://pkg.oracle.com/solaris/release

Issue the pkg publisher command to view the publishers.

Set the new publisher to sticky.

Issu


Questions # 6:

After installing the OS, you boot the system and notice that the syslogd daemon is not accepting messages from remote systems.

Which two options should you select to modify the syslogd daemon configuration so that it accepts messages from remote systems?

Options:

A.

svccfg -s svc:/system/system -log setprop start/exec= “syslogd -t”

Restart the syslogd daemon.


B.

Set the following parameter in the /etc/syslogd.conf file: LOG_FROM_REMOTE= YES

Restart the syslogd daemon.


C.

svcadm enable svc:/system/system -log/config/log_from_remote

Restart the syslogd daemon.


D.

svccfg -s svc:/system/system-log setprop config/log_from_remote=true

Restart the syslogd daemon.


E.

Set the following parameter in the /etc/default/syslogd file: LOG_FROM_REMOTE=YES

Restart the syslogd daemon.


Questions # 7:

view the Exhibit

Question # 7

To simplify administration of a network, the decision was made to use bridging rather than routing Your network includes three Oracle Solaris 11 systems,

en-tiny cib uiiuyo yiuviumy reuunuaiu pauiways.

You previously created the bridges on each system with the following commands:

SystemA#dladmcreate-bridge-1 netl -1 net2 bridgeA

SystemB # dladm create-bridge -1 netl -1 net2 bndgeB

SystemC # dladm create-bridge -1 netl -1 net2 bndgeC

You notice that network performance is less than expected, and packets between networks X and Z are being forwarded by bridgeA and bridgeB, rather than being forwarded directly by bndgeC.

Select the solution

Options:

A.

SystemC # dladm modify-bndge -p stp bridgeC


B.

SystemA # dladm modify-bridge -p stp bridgeA SystemB # dladm modify-bridge -p stp bndgeB SystemC # dladm modify-bridge -p stp bridgeC


C.

SystemC # dladm modify-bridge -p trill bridgeC


D.

SystemA # dladm modify-bridge -p trill bridgeA SystemB # dladm modify-bridge -p trill bndgeB SystemC # dladm modify-bridge -p trill bndgeC


E.

SystemC # ipadm set-prop -p forwarding=on bridgeC


F.

SystemC # dladm set-linkprop -p promiscuous=on bridgeC


Questions # 8:

The current ZFS configuration on your server is:

pool1200K3.91G31K/pool1 pool1/data31K3.91G31K/data

Your backup policy states that you are to perform a full backup of /data on Sunday and incremental backups on Monday through Saturday. Each incremental will back up only the data that has been created or modified since the Sunday backup was started The file systems must be available to users at all times and the data will be backed up to tape.

Which option should you choose for the Wednesday backup?

Options:

A.

On Sunday

zfs snapshot pool1/data@sunday

zfs send pool1/data@sunday > /dev/rmt/0

On Wednesday

zfs snapshot pool1/data@wednesday

zfs send -i pool1/data@sunday pool1/data@wednesday > /dev/rmt/0


B.

On Sunday

zfs snapshot pool1/data@sunday > /dev/rmt/0

On Wednesday

zfs snapshot -i pool1/data@wednesday >/dev/rmt/0


C.

On Sunday

zfs snapshot pool1/data@sunday

zfs send pool1/data@sunday > /dev/rmt/0

On Wednesday

zfs snapshot pool1/data@wednesday

zfs send -i pooll/data@wednesday pooll/data@sunday > /dev/rmt/0


D.

On Sunday

zfs snapshot pool1/data@sunday

zfs send pool1/data@sunday > /dev/rmt/0

On Wednesday

zfs snapshot pool1/data@wednesday

zfs send -i pool1/data@wednesday > /dev/rmt/0


E.

On Sunday

zfs snapshot pool1/data@sunday

zfs send pool1/data@sunday | zfs recv> /dev/rmt/0

On Wednesday

zfs snapshot pool1/data@wednesday

zfs send -i pool1/data@sunday pool1/data@wednesday|zfs recv > /dev/rmt/0


Questions # 9:

You are troubleshooting the failure of a computer to mount an NFS file system hosted by a server (hostname mars) in the local area network.

Select the three commands that will enable you to identify the problem.

Options:

A.

ping - s mars


B.

cat /etc/vfstab


C.

cat /etc/dfs/dfstab


D.

sharemgr show -v


E.

showmount -e mars


F.

rpcinfo -s mars | egrep ‘nfs|mountd’


Questions # 10:

Your are troubleshooting network throughput on your server.

To confirm that the load balancing among aggregated links is functioning properly, you want to examine the traffic statistics on the links comprising the aggregation.

The correct command is ___________.

Options:

A.

dlstat - aggr


B.

dlstat show-aggr


C.

dlstat show-link -r


D.

dlstat show-link -aggr


E.

dlstat show-phys -aggr


Viewing page 1 out of 4 pages
Viewing questions 1-10 out of questions