Ensurepass.com : Ensure you pass the IT Exams
2018 Jan Oracle Official New Released 1z0-822
100% Free Download! 100% Pass Guaranteed!
http://www.EnsurePass.com/1z0-822.html
Oracle Solaris 11 Advanced System Administration
Question No: 11
Which four configuration elements are managed by the dumpadm utility?
-
the location of the dump device
-
the location of the savecore directory
-
the index number for the next core dump
-
the reserved file system space that a core dump may not use
-
the compression of the crash dump file
-
the size of the dump device
Answer: A,B,D,E
Explanation: dumpadm – configure operating system crash dump
SYNOPSIS
/usr/sbin/dumpadm [-nuy] [-c content-type] [-d dump-device] [-m mink | minm | min%] [-s savecore-dir]
[-r root-dir] [-z on | off] The options include:
A: -d dump-device
Modify the dump configuration to use the specified dump device. B: -s savecore-dir
Modify the dump configuration to use the specified directory to save files written by savecore.
D: -m mink | minm | min%
Create a minfree file in the current savecore directory indicating that savecore should maintain at least the specified amount of free space in the file system where the savecore directory is located.
E: -z on | off
Modify the dump configuration to control the operation of savecore on reboot. The options are on, to enable saving core files in a compressed format, and off, to automatically uncompress the crash dump file. The default is on, because crash dump files can be very large and require less file system space if saved in a compressed format.
Question No: 12
Which option provides limits for physical, swap, and locked memory?
-
rcap.max-rss
-
zone.max-locked-memory
-
capped-memory
-
zone.max-memory
Answer: C
Explanation: The capped-memory resource sets limits for physical, swap, and locked memory. Each limit is optional, but at least one must be set.
Question No: 13
Which utility/service must you use to set processes with FSS by default?
-
priocntl
-
svc:/system/scheduler:default
-
dispadmin
-
projmod
Answer: C
Explanation: Set the default scheduler for the system to be the FSS.
# dispadmin -d FSS
Question No: 14
Which two statements regarding the pkg command are correct?
-
It requires HTTP to connect to a remote repository.
-
It uses the set-publisher subcommand to remove an origin.
-
It cannot point to both sticky and nonsticky publishers in the same repository.
-
It uses the unset-publisher subcommand to remove publishers.
-
It uses the set-publisher subcommand to remove publishers.
Answer: A,B
Explanation: A: Configure pkg.depotd to provide remote access. pkg.depotd provides an HTTP interface to a pkg repo. Here we are going to make the repo server listen on port 10000, and use the repo dir we created as its default.
# svcadm disable pkg/server
# svccfg -s pkg/server setprop pkg/inst_root = /data/myrepo
# svccfg -s pkg/server setprop pkg/port = 10000
# svcadm refresh pkg/server
# svcadm enable pkg/server
B: Set-Publisher
With -G (-remove-origin), remove the URI or path from the list of origins for the given publisher. The special value * can be used to remove all origins.
Incorrect:
Not D: unset-publisher publisher …
Remove the configuration associated with the given publisher or publisher
Not E: set-publisher
Update an existing publisher or add a package publisher. If no options affecting search order are specified, new publishers are appended to the search order and are thus searched last.
Question No: 15
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?
-
zpool destroy pool2zpool attach pool1 c3t4d0 c3t5d0
-
zpool destroy pool2zpool attach pool1 c3t2d0 c3t2d0 c3t4d0 c3t5d0
-
zpool destroy pool2zpool add pool1 c3t4d0 c3t5d0
-
zpool destroy pool2zpool mirror pool1 pool2
-
zpool destroy pool2zpool attach pool1 c3t2d0 attach pool1 c3t3d0zpool attach pool1 c3t4d0 attach pool1 c3t5d0
-
zpool destroy pool1; zpool destroy pool2; zpool create pool1 mirror c3t2d0 c3t3d0 mirror c4t4d0 c3t5d0
Answer: F
Explanation: Example;root@solaris:~# zpool create pool1 mirror c8t0d0 c8t1d0 mirror c8t3d0 c8t4d0
root@solaris:~# zpool status pool: pool1
state: ONLINE
scan: none requested config:
NAME STATE READ WRITE CKSUM pool1 ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
c8t0d0 ONLINE 0 0 0
c8t1d0 ONLINE 0 0 0
mirror-1 ONLINE 0 0 0
c8t3d0 ONLINE 0 0 0
Question No: 16
Consider the following commands on a newly installed system:
zfs set compression=on rpool
zfs get -H -o source compression rpool What is the output of the second command?
-
default
-
–
-
local
-
on
Answer: C
Explanation: The zfs get command supports the -H and -o options, which are designed for scripting. You can use the -H option to omit header information and to replace white space with the Tab character. Uniform white space allows for easily parseable data. You can use the -o option to customize the output in the following ways:
The literal name can be used with a comma-separated list of properties as defined in the Introducing ZFS Properties section.
A comma-separated list of literal fields, name, value, property, and source, to be output followed by a space and an argument, which is a comma-separated list of properties.
The following example shows how to retrieve a single value by using the -H and -o options of zfs get:
# zfs get -H -o value compression tank/home on
Question No: 17
To reduce the use at storage space on your server, you want to eliminate duplicate copies of data in your server#39;s ZFS file systems. How do you specify that pool1/data should not contain duplicate data blocks on write operations?
-
zfs create -o compression=on pool1/data
-
zpool create -o deduplication=on pool1 ; zfs create pool1/data
-
zpool create -o dedupratio=on pool1 ; zfs create pool1/data
-
zfs create -o dedupratio=2 pool1/data
-
zfs create -o dedup=on pool1/data
Answer: E
Explanation: To c reate a file system with deduplication: root@solaris:~# zfs create -o dedup=on
Note: If you have a storage pool named #39;tank#39; and you want to use dedup, just type this: zfs set dedup=on tank
Question No: 18
At which two stages are backups of the service configuration repository made?
-
during boot, after the early-manifest-import service finishes
-
during boot, before the manifest-import service starts
-
during manifest import, before the manifest-import service finishes
-
during manifest import, after the manifest-import service finishes
-
when a service is modified using the svccfg command
-
after the last successful boot
-
when the svcadm refresh command is executed
Answer: B,D
Explanation: http://illumos.org/msg/SMF-8000-MY
Question No: 19
Which two zpool subcommands will permanently remove a submirror from active storage pool?
-
remove
-
detach
-
destroy
-
offline
-
replace
-
split
-
zpool does not permit this operation on an active storage pool unless the submirror faults.
Answer: A,B Explanation:
zpool detach pool device
Detaches device from a mirror. The operation is refused if there are no other valid replicas of the data.
Question No: 20
You must configure your server to use IPMP with probe based failure detection enabled. Which statement is a valid constraint or feature that applies to this requirement?
-
Link-based detection is supported only on Generic Lan Driver version 2 (GLDv2)- complaint NICs.
-
GLDv2 NICs are not supported in Oracle Solaris 11.
-
GLDv3 NICs configured for link based detection by default.
-
You must first disable link based detection before configuring probe-based failure
detection.
Answer: C
Explanation: Network drivers that support link-based failure detection monitor the interface#39;s link state and notify the networking subsystem when that link state changes.
Incorrect:
Not B: GLDv2 is a multi-threaded, clonable, loadable kernel module that provides support to device drivers for local area networks. Local area network (LAN) device drivers in the Solaris OS are STREAMS-based drivers that use the Data Link Provider Interface (DLPI) to communicate with network protocol stacks.
Not D: Link-based failure detection is always enabled, provided that the interface supports this type of failure detection.
You cannot disable link-based failure detection if this method is supported by the NIC driver.
Note:
-
To write a network driver for the Oracle Solaris OS, use the Solaris Generic LAN Driver (GLD) framework.
/ For new Ethernet drivers, use the GLDv3 framework.
/ To maintain older Ethernet, Token Ring, or FDDI drivers, use the GLDv2 framework.
-
To ensure continuous availability of the network to send or receive traffic, IPMP performs failure detection on the IPMP group#39;s underlying IP interfaces. Failed interfaces remain unusable until they are repaired. Remaining active interfaces continue to function while any existing standby interfaces are deployed as needed.
The in.mpathd daemon handles the following types of failure detection:
/ Probe-based failure detection, of two types:
No test addresses are configured (transitive probing). Test addresses are configured.
/ Link-based failure detection, if supported by the NIC driver
100% Ensurepass Free Download!
–Download Free Demo:1z0-822 Demo PDF
100% Ensurepass Free Guaranteed!
–1z0-822 DumpsEnsurePass ExamCollection Testking Lowest Price Guarantee Yes No No Up-to-Dated Yes No No Real Questions Yes No No Explanation Yes No No PDF VCE Yes No No Free VCE Simulator Yes No No Instant Download Yes No No HOT CATEGORY!HOT EXAM!100-105 Dumps VCE PDF
200-105 Dumps VCE PDF
300-101 Dumps VCE PDF
300-115 Dumps VCE PDF
300-135 Dumps VCE PDF
300-320 Dumps VCE PDF
400-101 Dumps VCE PDF
640-911 Dumps VCE PDF
640-916 Dumps VCE PDF
70-410 Dumps VCE PDF
70-411 Dumps VCE PDF
70-412 Dumps VCE PDF
70-413 Dumps VCE PDF
70-414 Dumps VCE PDF
70-417 Dumps VCE PDF
70-461 Dumps VCE PDF
70-462 Dumps VCE PDF
70-463 Dumps VCE PDF
70-464 Dumps VCE PDF
70-465 Dumps VCE PDF
70-480 Dumps VCE PDF
70-483 Dumps VCE PDF
70-486 Dumps VCE PDF
70-487 Dumps VCE PDF
220-901 Dumps VCE PDF
220-902 Dumps VCE PDF
N10-006 Dumps VCE PDF
SY0-401 Dumps VCE PDF