Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

You are configuring NFS on a server. Select the two statements that are true.

A.

Resources listed in /etc/dfs/dfstab are automatically shared on boot up.

B.

A directory cannot be shared if a subdirectory below it is already shared.

C.

Renaming a share created with the zfs set share command is not supported.

D.

NFS and SMB protocols cannot be used simultaneously to share the same directory.

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

Solaris 11 includes a redesigned software packaging model: the Image Packaging System.

Which three describe advantages of the Image Packaging System over the previous Solaris 10 SVR4 packaging model? (Choose three.)

A.

eliminates patching of the software package

B.

makes the patching process more efficient with less downtime

C.

eliminates OS version upgrade

D.

allows for the installation of the OS without a local DVD or installation server

E.

allows the use of a repository mirror to speed up package operation

F.

allows users to publish their own software package in a software repository

You need a copy of the zone configuration installed on your server for disaster recovery documentation. Which two commands would display the current configuration of the zone named testzone? (Choose two)

A.

zonecfg -z testzone i nfo

B.

zoneinfo -z testzone

C.

zoneadm -z testzone info

D.

zonecfg -z testzone export

E.

zonecfg testzone info

F.

cat /etc/zones/testzone.cfg

Your task is to convert a JumpStart sysidcfg file to an Automated Installer (AI) sc_profile.xml file, using js2ai.

Select two unsupported items that will require changes.

A.

terminal = zterms

B.

name_service-NTS+

C.

timezone=US/pacific

D.

system_locale=en_US

E.

network_interface=PRIMARY

F.

root_password=rJmvLUXM10cU

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

A.

dispadmin - c FSS

B.

prionctl -c FSS

C.

dispadmin -c FSS -g

D.

priocntl -c FSS -g

Which three are true of a solansl 0 branded zone running on an Oracle Solaris 11 system? (Choose three.)

A.

if there are any native non-global zones on the system that you want to migrate, these zones will be migrated into non-global zones on the Solaris 11 system

B.

The non-global zone must reside on its own ZFS dataset; only ZFS is supported

C.

The non-global zone can reside on a ZFS dataset or a UFS file system

D.

The solarisl 0 branded zone can be either a sparse or a whole root non-global zone model.

E.

The default is the exclusive-IP type.

F.

When migrated from a stand-alone Solaris system to a solarisl 0 branded zone, the host ID changes to the host ID of the new machine The zone cannot be configured to use the host ID of the original system

G.

A sparse root zone cannot be converted into a solarislO branded zone.

View the Exhibit to inspect the file system configuration on your server.

Your department's backup policy is to perform a full backup to remote system disk on Saturday.

On each weekday, you are to perform an incremental backup to the same remote system disk.

Each incremental backup will contain only data that has been modified since the previous Saturday backup.

The server file systems must remain available at all times and can never be taken offline. The backup must not only provide for the recovery of the most recent version of a file, but must also allow recovery of previous versions of a file.

Following your company policy, which two describe the correct procedure to be performed on Saturday for backing tip the /data file system to a remote disk named /remote/backup?

A.

On Saturday:

zfs snapshot pool1/data@sat

zfs send pool1/data@sat > /remote/backup/full

B.

On Saturday:

zfs create snapshotpool1/data@sat

zfs send pool1/data@sat | zfs recv remote/backup/ ‘date’ ‘+%m%d%y’

C.

On Saturday:

zfs create snapshotpool1/data@sat

zfs send pool1/data@sat > /remote/backup/full

D.

On Saturday:

zfs create snapshotpool1/data@sat

zfs send pool1/data@sat | zfsrecv remote/backup

A change in your company’s security policy now requires an audit trial of all administrators assuming the sysadm role, capturing:

    Executed commands, including options

    Logins and logouts

There are two command necessary to accomplish this change. One is a rolemod command. What is the other?

A.

auditconfig set policy=argv

B.

auditconfig -setpolicy +argv

C.

auditconfig -setflags lo, ex sysadm

D.

auditconfig set flags=lo, ex sysadm

You are setting up a local IPS package repository on your Oracle Solaris 11 server; solans example.com

You want to point the existing local IPS publisher to the new local IPS repository located in /repo. These are the steps that you have followed:

1 Download and rsync the contents of the Oracle Solaris 11 repository ISO image to the /repo directory.

2. Configure the repository server service properties. The svcprop command displays the IPS-related properties:

pkg/inst_root astnng /repo pkg/readonly boolean true

The Is command displays the contents of the /repo directory:

#ls /repo

pkg5 repository publisher

The svcs command shows the svc:/application/pkg/server:default service is online.

The pkg publisher command still displays:

PUBLISHERTYPESTATUSURI solarisoriQinonlinehttp://DkQ.Qracle.conVsolaris/release/

Which step needs to be performed to set the local IPS publisher to the local IPS repository /repo?

A.

issue the pkgrepo refresh -s command to refresh the repository.

B.

Restart the svc:/application/pkg/server:default service.

C.

issue the pkg set-publisher command to set the new repository location.

D.

issue the pkgrepo rebuild command to rebuild the repository.

E.

issue the pkgrepo set command to set the new repository location-