Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

How do you add a test address to an IPMP group?

A.

Use ipadm create-addr to add the address to a member interface.

B.

Use ipadm create-addr to add the address to the IPMP interface.

C.

Use ipadm create-ip to add an address to a member interface.

D.

Use ipadm create-ip to add an address to the IPMP interface.

Which scheduling class cannot be assigned to a zone?

A.

RT

B.

FX

C.

TS

D.

SYS

E.

FSS

Which sequence of commands will create a virtual network interface?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

What are targets for IPMP probe-based failure detection configured by?

A.

responses to SNMP requests

B.

specifying host routes in the routing table

C.

specifying hosts in /etc/default/mpathd

D.

setting the property svc:/network/ipmp/config/transitive-probing

Examine the output of the following commands:

Which statement is true concerning these resource controls settings?

A.

The zone.max-lwps resource control was set to its value when the zone.max-processes resource control was set to its value.

B.

The prctl command can be used to change the max value for these resource controls.

C.

The zone.max-processes resource control will deny zombie processes from exhausting the resource table.

D.

The zone.max-lwps resource control will deny zombie processes from exhausting the process table.

The zpool configuration on serverA is:

pool 1

c3t2d0

c3t3d0

pool 2

c3t4d0

c3t5d0

The zpool configuration on servetB is:

pool1

mirror-0

c3t2d0

c3t3d0

mirror-1

c3t4d0

c3t5d0

Which option will modify the configuration on serverA to match serverB?

A.

zpool destroy pool2zpool attach pool1 c3t4d0 c3t5d0

B.

zpool destroy pool2zpool attach pool1 c3t2d0 c3t2d0 c3t4d0 c3t5d0

C.

zpool destroy pool2zpool add pool1 c3t4d0 c3t5d0

D.

zpool destroy pool2zpool mirror pool1 pool2

E.

zpool destroy pool2zpool attach pool1 c3t2d0 attach pool1 c3t3d0zpool attach pool1 c3t4d0 attach pool1 c3t5d0

F.

zpool destroy pool1; zpool destroy pool2; zpool create pool1 mirror c3t2d0 c3t3d0 mirror c4t4d0 c3t5d0

Which two statements are correct regarding IPS repositories?

A.

Remote client access is governed by svc:/application/pkg/server.

B.

Every new repository contains the solaris publisher by default.

C.

One repository can replicate the contents of another.

D.

The pkg.depotd process makes all local repositories remotely available.

E.

A repository uses separate protocols for pkg and browser clients.

You are configuring a system on your network that was installed using LiveCD. You configured applied a static IP address to the system. You now need to configure a default router. Assume that name services are file based and the router’s IP address is 172.31.10.1.

Which two methods should you use to configure a default route on this Oracle Solaris 11 system?

A.

svccfg –s network/physical setprop config/defroute=172.31.10.1;svcadm refresh network/physical; svcadm restart network/physical

B.

svccfg –s routing/route setprop config/defroute=172.31.10.1;svcadm refresh routing/route; svcadm restart routing/route

C.

Add the IP address to the /etc/defaultrouter file and run route add default 172.31.10.1.

D.

netadm modify –p ncp DefaultFixed set-prop –p defroute=172.31.10.1

E.

ipadm set-prop –p defaultrouter=172.31.10.1

Your organization uses a fixed base configuration for all Oracle Solaris native brand zones that are created. You want to configure your server so that it will use your company template when the create command is issued. Identify the preferred way to accomplish this.

A.

Change the /etc/zones/SYSblank.xml link to link to your company template and use create –b.

B.

Set the default_template property in the system/zones service to your company template.

C.

Change the /etc/zones/SYSsolaris.xml link to link to your company template.

D.

Set the zone_default_template parameter in the /etc/default/zones file.

Which two statements regarding the pkg command are correct?

A.

It requires HTTP to connect to a remote repository.

B.

It uses the set-publisher subcommand to remove an origin.

C.

It cannot point to both sticky and nonsticky publishers in the same repository.

D.

It uses the unset-publisher subcommand to remove publishers.

E.

It uses the set-publisher subcommand to remove publishers.