Question # 1 Which two actions permit the system-log service to receive messages from a remote Solaris host?
A. setting the property config/log_from_remote to true and restarting the service
B. setting the property config/log_from_remote to *.noticoand restart the service
C. configuring a selector for remote messages in the /etc/syslog.conf file
D. ensuring that port 514 is open to remote traffic and doesn't require a password
Click for Answer
A. setting the property config/log_from_remote to true and restarting the service
D. ensuring that port 514 is open to remote traffic and doesn't require a password
Answer Description Explanation: A: To restart remote logging: svccfg -s system-log setprop config/log_from_remote=true svcadm restart system-log D: You can run 'snoop' on the interface to see if you see syslog packets leaving the server snoop udp port 514
Question # 2 While examining an Oracle Solaris 11 system, you discover an unfamiliar ELF binary in the /usr/bin directory. You want to know which package installed the binary. Which pkg subcommand should you use to identify the package, based on the absolute path to the binary?
A. pkg info
B. pkg list
C. pkg search
D. pkg contents
Click for Answer
Question # 3
A. approximately 40% for z1 and approximately 60% for z2
B. approximately 60% for z1 and approximately 40% for z2
C. approximately 20% for z1 and approximately 30% for z2
D. approximately 30% for z1 and approximately 20% for z2
E. approximately 25% for z1 and approximately 25% for z2
Click for Answer
A. approximately 40% for z1 and approximately 60% for z2
Answer Description Explanation: From the poolcfg –c info command output we see that FSS (Fair Share Scheduler) is used. From the prctl command output we see that zone z1 has been configured with a zone.cpushares value of 40. * The pool_default has a value of 100 CPU shares. * prstat - report active process statistics Option –Z -Z Report information about processes and zones. In this mode, prstat displays separate reports about processes and zones at the same time.
Question # 4
A. No default route is configured.
B. in.mpathd cannot identify failed interfaces.
C. There are no active interfaces in the group.
D. There are three standby interfaces in the group.
E. The property transitive-probing is false.
Click for Answer
E. The property transitive-probing is false.
Answer Description Explanation: Disabled in the MODE column means that all probe-based failure detection is disabled. You must enable transitive probing to use this failure detection method that does not require test addresses. Note: * ipmpstat - display IPMP subsystem status The ipmpstat command concisely displays information about the IPMP subsystem. The -t option identifies the probe targets that are associated with each IP interface in an IPMP group. * Target mode displays IPMP probe target information. The following output fields are supported: / INTERFACE The IP interface name associated with the information. / MODE The probe target discovery mode:
routes Probe targets found by means of the routing table. multicast Probe targets found by means of multicast ICMP probes. disabled All probe-based failure detection is disabled. transitive Failure detection is by means of transitive probing, where the health of the IP interface is determined by probing other active interfaces in the group. / TESTADDR The source address used in outgoing probes. Active interfaces that are being used for data traffic, as well as interfaces that have been explicitly configured with NOFAILOVER test addresses, will have the hostname (or IP address) that is used for sending and receiving the ICMP probes. All other interfaces in the group will display the name of the interface from which the probes are sent. Note that if an active IP interface is configured with both IPv4 and IPv6 test addresses, probe target information will be displayed separately for each test address. / TARGETS A space-separated list of probe target hostnames (or IP addresses) for ICMP probes, or target interfaces for transitive probes. The IP targets will be listed in firing order, and, if no probe targets could be found, this field will be empty.
Question # 5 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.
Click for Answer
A. Use ipadm create-addr to add the address to a member interface.
Question # 6 Your task is to configure storage for an Oracle Solaris 11 system to support multiple web servers. Each web server will be contained in a separate zone. The system has an attached disk array configured as a JBOD (Just a Bunch Of Disks). The system also has an internal solid-state drive. The data accessed through the websites will be primarily read-only. The web servers are expected to be very busy, so configure the storage for maximum performance. Because the data is primarily static, but redundancy is required to maintain high availability in the event of a hardware failure. Data does not change often, but it is expected that the same data will be accessed many times throughout the day. Which configuration option best meets the data storage requirements?
A. a raid2 storage pool with a separate log device
B. a mirrored storage pool with a separate cache device
C. a mirrored storage pool with a separate log device
D. a three disk striped storage pool with a separate cache device
E. a raidz1 storage pool with a separate log and cache device
Click for Answer
B. a mirrored storage pool with a separate cache device
Answer Description Explanation: Required to maintain high availability -> use a mirror. The same data will be accessed many times throughout the day. Configure the storage for maximum performance. Use caching.
Question # 7 You are considering using IPMP and Link Aggregation. Which two statements are true about these technologies?
A. IPMP requires all interfaces to support the same bit rate.
B. Both technologies can increase outbound bandwidth.
C. Link Aggregation does not offer link failure protection.
D. Link Aggregation requires all interfaces to support the same bit rate.
E. IPMP supports load spreading across all interfaces for inbound traffic
Click for Answer
B. Both technologies can increase outbound bandwidth.
E. IPMP supports load spreading across all interfaces for inbound traffic
Answer Description Explanation: B: Link aggregations provide high availability and higher throughput by aggregating multiple interfaces at the MAC layer. IP Multipathing (IPMP) provides features such as higher availability at the IP layer. Both IPMP and Link Aggregation are based on the grouping of network interfaces, and some of their features overlap, such as higher availability. These technologies are however implemented at different layers of the stack,and have different strengths and weaknesses. E: Internet Protocol Network Multipathing (IPMP) provides fault-tolerance and load balancing across multiple network interface cards. By using IPMP, you can configure one or more interfaces into an IP multipathing group. After configuring IPMP, the system automatically monitors the interfaces in the IPMP group for failure. If an interface in the group fails or is removed for maintenance, IPMP automatically migrates, or fails over, the failed interface's IP addresses Incorrect: Not A: The same (non-null) character string IPMP group name identifies all interfaces in the group. You can place interfaces from NICs of different speeds within the same IPMP group, as long as the NICs are of the same type. Not C:If LACP (Link Aggregation Control Protocol) cannot aggregate all the ports that are compatible (for example, the remote system might have more restrictive hardware limitations), then all the ports that cannot be actively included in the channel are put in hot standby state and are used only if one of the channeled ports fails.
Not D: MP is built into Oracle Solaris and does not require any special hardware. Any interface that is supported by Oracle Solaris can be used with IPMP. However, IPMP does impose the following requirements on your network configuration and topology: /All interfaces in an IPMP group must have unique MAC addresses. / All interfaces in an IPMP group must be of the same media type. / All interfaces in an IPMP group must be on the same IP link
Question # 8 You added an update to the system using a support repository updates (SRU) image: # mkdir /SRU # mount –F hsfs /var/tem/sru-name.iso /SRU # pkgrecv –s /SRU/repo –d /export/IPS/repo ‘*’ You now want to clear all catalog, search and other cached information from this package repository. Select the command that clears cached data.
A. pkg refresh
B. pkgrepo rebuild
C. pkgrepo refresh
D. pkg.depotd restart
Click for Answer
Answer Description Explanation: pkgrepo rebuild [-p publisher ...] -s repo_uri_or_path [-no-catalog] [-noindex] Discards all catalog, search, and other cached information found in the repository, and then recreates it based on the current contents of the repository. Incorrect: Not A: pkg refresh [-full] [publisher ...] Updates the client's list of available packages and publisher metadata for each publisher specified. If no publishers are specified, the operation is performed for all publishers.
Up-to-Date
We always provide up-to-date 1z0-822 exam dumps to our clients. Keep checking website for updates and download.
Excellence
Quality and excellence of our Oracle Solaris 11 Advanced System Administration practice questions are above customers expectations. Contact live chat to know more.
Success
Your SUCCESS is assured with the 1z0-822 exam questions of passin1day.com. Just Buy, Prepare and PASS!
Quality
All our braindumps are verified with their correct answers. Download Oracle Solaris Practice tests in a printable PDF format.
Basic
$80
Any 3 Exams of Your Choice
3 Exams PDF + Online Test Engine
Buy Now
Premium
$100
Any 4 Exams of Your Choice
4 Exams PDF + Online Test Engine
Buy Now
Gold
$125
Any 5 Exams of Your Choice
5 Exams PDF + Online Test Engine
Buy Now
Passin1Day has a big success story in last 12 years with a long list of satisfied customers.
We are UK based company, selling 1z0-822 practice test questions answers. We have a team of 34 people in Research, Writing, QA, Sales, Support and Marketing departments and helping people get success in their life.
We dont have a single unsatisfied Oracle customer in this time. Our customers are our asset and precious to us more than their money.
1z0-822 Dumps
We have recently updated Oracle 1z0-822 dumps study guide. You can use our Oracle Solaris braindumps and pass your exam in just 24 hours. Our Oracle Solaris 11 Advanced System Administration real exam contains latest questions. We are providing Oracle 1z0-822 dumps with updates for 3 months. You can purchase in advance and start studying. Whenever Oracle update Oracle Solaris 11 Advanced System Administration exam, we also update our file with new questions. Passin1day is here to provide real 1z0-822 exam questions to people who find it difficult to pass exam
Oracle Solaris can advance your marketability and prove to be a key to differentiating you from those who have no certification and Passin1day is there to help you pass exam with 1z0-822 dumps. Oracle Certifications demonstrate your competence and make your discerning employers recognize that Oracle Solaris 11 Advanced System Administration certified employees are more valuable to their organizations and customers. We have helped thousands of customers so far in achieving their goals. Our excellent comprehensive Oracle exam dumps will enable you to pass your certification Oracle Solaris exam in just a single try. Passin1day is offering 1z0-822 braindumps which are accurate and of high-quality verified by the IT professionals. Candidates can instantly download Oracle Solaris dumps and access them at any device after purchase. Online Oracle Solaris 11 Advanced System Administration practice tests are planned and designed to prepare you completely for the real Oracle exam condition. Free 1z0-822 dumps demos can be available on customer’s demand to check before placing an order.
What Our Customers Say
Jeff Brown
Thanks you so much passin1day.com team for all the help that you have provided me in my Oracle exam. I will use your dumps for next certification as well.
Mareena Frederick
You guys are awesome. Even 1 day is too much. I prepared my exam in just 3 hours with your 1z0-822 exam dumps and passed it in first attempt :)
Ralph Donald
I am the fully satisfied customer of passin1day.com. I have passed my exam using your Oracle Solaris 11 Advanced System Administration braindumps in first attempt. You guys are the secret behind my success ;)
Lilly Solomon
I was so depressed when I get failed in my Cisco exam but thanks GOD you guys exist and helped me in passing my exams. I am nothing without you.