Weekend Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code = simple70

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

Practice at least 50% of the questions to maximize your chances of passing.
Exam 1z0-820 Premium Access

View all detail and faqs for the 1z0-820 exam


415 Students Passed

94% Average Score

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

You have already generated a 256-bit AES raw key and named the keystore file /mykey. You need to use the key to create an encrypted file system.

Which command should you use to create a ZFS encrypted file system named pool1/encrypt using the /mykey keystore?

Options:

A.

zfs create - o encryption = /mykey pool1/encrypt

B.

zfs create - o encryption = 256-ccm - o keysource = raw, file : ///my key pool1/encrypt

C.

zfs create - o encryption = AES keysource = /mykey pool1/encrypt

D.

zfs create - o encryption = on keystore = /mykey pool1/encrypt

Questions # 2:

Which four statements describe the function of the svc://system/install/server;default service? (Choose four.)

Options:

A.

it associates an install image with a named install service.

B.

Client systems use the service name to find the correct install image.

C.

Every Oracle Solaris 11 system uses this service to find its IPS publisher and to locate its IPS repository.

D.

A server can have multiple instances of the install/server service, each associated with one boot image.

E.

This service is not present on a server by default.

F.

This service is present on every Oracle Solaris 11 system, but it is not enabled.

G.

A new install/server service cannot be created without DHCP.

Questions # 3:

View the Exhibit, a file named testzone.cfg:

Question # 3

Select the command that will use the information in this file to create a new zone named testzone2.

Options:

A.

zonecfg -z testzone2 < testzone.cfg

B.

zonecfg -z testzone2 import testzone.cfg

C.

zoneadm -z testzone2 clone testzone.cfg

D.

zonecfg -z testzone2 -f testzone.cfg

Questions # 4:

Your server hangs intermittently and you believe it may be due to either faulty hardware or a driver. The support technician has told you to generate a live core dump of all memory pages for further analysis Your dump configuration is:

Dump content: kernel pages

Dump device: /dev/zvol/dsk/rpool/dump (dedicated)

Savecore directory: /var/crash

Savecore enabled: yes

Save compressed: on

You don't have enough space on the current dump device, so you need to store the dump on /dev/zvol/dsk/pool2/dump

Which option would you select to change the dump location for the next core dump and capture the content of all memory pages as requested by the support technician?

Options:

A.

dumpadm -d /dev/zvol/dsk/pool2/dump

B.

dumpadm -d /dev/zvol/dsk/pool2/dump -c all

C.

dumpadm -d /dev/zvol/dsk/pool2/dump -c curproc

D.

dumpadm -s /dev/zvol/dsk/pool2/dump -c all

E.

dumpadm -s /dev/zvol/dsk/pool2/dump

Questions # 5:

Identify two correct statements about the Distribution Constructor. (Choose two.)

Options:

A.

Customs scripts can be used to modify the resulting ISO image created.

B.

An Image Packaging System (IPS) software repository server is required during installation from an ISO image.

C.

Manifest files contain the specifications for the contents and parameters of the ISO images to be created.

D.

ISO images can be created that dual boot, supporting both x86 and SPARC architectures with a single image

E ISO images for installation of a variety of Oracle Solaris versions and hardware architectures can be created by a single installation server.

Questions # 6:

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

Question # 6

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?

Options:

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

Questions # 7:

You need to remove the gzip software package.

Before you remove the package, you want to create a backup of the operating environment.

Which IPS command should you use?

Options:

A.

Use the pkg remove command with the -require-backup-be option

B.

Use the beadm create command to create a new boot environment

Use the pkg remove command to remove the gzip package from the current boot environment.

C.

Use the luucreate command to create a new boot environment.

Use the pkgrm command to remove the gzip package from the current boot environment

D.

Use the pkg unmstall command with the -backup-be-name option

Questions # 8:

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 syslog messages from remote systems? (Choose two.)

Options:

A.

svccfg -ssvc/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-loq 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 # 9:

You have Solaris 11 system with a host name of sysA and it uses LDAP as a naming service.

You have created a flash archive of sysA and you want to migrate this system to an Oracle Solaris11 server, Solaris10 branded zone.

The zone Status on the Oracle Solaris 11 server is:

- zone10 incomplete/zone/zone1solaris10exc1

Select the option that will force the non-global zone to prompt you for a host name and name service the first time it is booted.

Options:

A.

Use zonecfg to change the zonename before booting the system for the first time

B.

Use the - u option with the zoneadm - z zone10 attach command.

C.

Use the -u option with the zoneadn -z zone10 install command.

D.

Remove the sysidcfg file from the /root directory before booting the non-global zone.

Questions # 10:

A local repository is available on this system and you need to enable clients to access this repository via HTTP. The repository information is:

PUBLISHERTYPESTATUSURI

solarisoriginonlinehttp://sysA.example.com

Identify two of the steps that are required to make the local repository on this server available to the client via HTTP.

Options:

A.

On the server:

set the pkg/inst_root and pkg/readonly properties for the svc:/application/pkg/server:default service and enabled the service

B.

On the server:

set the sharefs property on the ZFS file system containing the IPS repository.

C.

On the client:

reset the origin for the solaris publisher.

D.

On the client:

set the pkg/inst_root and pkg/readonly properties for the svc:/application/server:default service enable the service.

E.

On the client:

start the pkg.depotd process.

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

TOP CODES

Top selling exam codes in the certification world, popular, in demand and updated to help you pass on the first try.