Labour Day Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

Helping Hand Questions for 1z0-820

Page: 5 / 5
Total 133 questions

Upgrade to Oracle Solaris 11 System Administrator Questions and Answers

Question 17

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

You department's backup policy is to perform a full backup to a 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 each weekday for backing up the /data file system to a remote disk named /remote/backup?

Options:

A.

Remove the previous daily snapshot.

zfs snapshot pool1.data@daily

zfs send - i pool1/data@sat pool1/data@daily > /remote/backup/full

B.

Remove the previous daily snapshot.

zfs snapshot pool1.data@daily

zfs send - i pool1/data#sat pool1/data@daily | zfs recv remote /backup/ ‘date ‘+%m%d%’

C.

Remove the previous daily snapshot.

zfs snapshot pool1.data@daily

zfs send - i pool1/data@sat pool1/data@daily > /remote/backup/daily

D.

Remove the previous daily snapshot.

zfs create - i pool1/data@sat pool1/data@daily

zfs send pool1/data@daily | zfs remote/backup

Question 18

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

Page: 5 / 5
Total 133 questions