Valid 1Z0-821 Dumps shared by ExamDiscuss.com for Helping Passing 1Z0-821 Exam! ExamDiscuss.com now offer the newest 1Z0-821 exam dumps, the ExamDiscuss.com 1Z0-821 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1Z0-821 dumps with Test Engine here:

Access 1Z0-821 Dumps Premium Version
(245 Q&As Dumps, 35%OFF Special Discount Code: freecram)

Online Access Free 1Z0-821 Exam Questions

Exam Code:1Z0-821
Exam Name:Oracle Solaris 11 System Administration
Certification Provider:Oracle
Free Question Number:200
Version:v2018-04-12
Rating:
# of views:1246
# of Questions views:86478
Go To 1Z0-821 Questions

Recent Comments (The most recent comments are at the top.)

Joshua - Jun 08, 2022

The soft version is just like the real exam simulations. And the question are similiar. Good for test. Recommendation.

Lilith - May 22, 2022

I had attempted my exam twice and failed. The third time i came across these 1z0-821 dump and i was able to pass finally. freecram, i am thankful!

Felix - Apr 09, 2022

freecram pdf file with practise exam software is the best suggestion for all looking to score well. I passed my 1z0-821 certification exam with A 93% marks. Thank you so much, freecram.

dean - Mar 12, 2022

No.# The answer is A, not B.

https://docs.oracle.com/cd/E19683-01/806-7612/othercommands-9/index.html

A user has permissions to kill any process that he starts. However, the pkill command expects a string that it can ,match to one or more processes.

dean - Mar 11, 2022

No.# D is incorrect. It does not establish the new mount point once the mirrored pool is split.
Not C as -n is for a dry run
and not B as it is dettaching vdev

The correct answer is A (however, it should be done using the -R option or there will be a conflict on mount points)

# zpool split -R pool1 pool2 c4t0d0 c4t2d0
# zpool import pool2
# zfs set mountpoint=/dev_data pool2/prod_data

dean - Mar 11, 2022

No.# https://docs.oracle.com/cd/E26502_01/html/E36219/glmzx.html
According to documentation , CDEF are correct. Others options are wrong.

x86: Live Media

H is wrong
The installer on the Live Media ISO image is for x86 platforms only.

B is wrong
The Live Media installs a GUI desktop. Also, the Live Media requires more memory than the text installer. The exact memory requirements vary for each system. See Oracle Solaris Installation Requirements.

If you are installing on x86 platforms that will run multiple operating systems, you can partition your disk during the installation process. See Partitioning Your System in Installing Oracle Solaris 11.1 Systems.

The GUI installer cannot upgrade your operating system. The default GUI installer settings are described in Default Settings With the GUI Installer in Installing Oracle Solaris 11.1 Systems.

To install the OS by using either the Live Media or the text installer, download the installation media from:
http://www.oracle.com/technetwork/server-storage/solaris11/downloads/index.html

You can copy the downloaded image to removable media, such as a USB drive or burn it to a DVD by using the usbcopy utility. To use the usbcopy utility, you must first install the pkg:/install/distribution-constructor package. See How to Perform a GUI Installation in Installing Oracle Solaris 11.1 Systems....

dean - Mar 11, 2022

No.# Device Layer shows command "dladm show-dev"

There is no such command in Solaris 11

dean - Mar 10, 2022

No.# D is incorrect.
Add the zfs filesystem requires fs to be set to legacy and does not provide full permissions.

the correct answer is B
with the add dataset option, the zone administrator is delegated all permission to zfs filesystem (see link for details)
https://docs.oracle.com/cd/E23824_01/html/821-1448/gayov.html#gbebi

dean - Mar 09, 2022

No.# B is incorrect.

The correct answer is D
https://docs.oracle.com/cd/E23824_01/html/E21802/gilfr.html
When a package that is frozen is installed or updated, it must end up at a version that matches the version at which it was frozen. For example, if a package was frozen at 1.2, then it could be updated to 1.2.1, 1.2.9, 1.2.0.0.1, and so on. That package could not end up at 1.3, or 1.1.

dean - Mar 05, 2022

No.# Correct answer is A, B, C

not BCD
jill@betelgeuse:/export/home/jack$ su - dlicheri
Password:
Oracle Corporation SunOS 5.11 11.4 Aug 2018
dlicheri@betelgeuse:~$ cd ~jack/dira/dirb
-bash: cd: /export/home/jack/dira/dirb: Permission denied
dlicheri@betelgeuse:~$ logout
jill@betelgeuse:/export/home/jack$ cd dira/dirb
jill@betelgeuse:/export/home/jack/dira/dirb$ ls
scriptfile testfile
jill@betelgeuse:/export/home/jack/dira/dirb$ cp -p testfile testfile1
jill@betelgeuse:/export/home/jack/dira/dirb$ ls -la
total 9
drwxrwxr-t 2 jack other 5 Mar 5 08:45 .
drwxr-xr-x 3 jack other 3 Mar 5 08:37 ..
-rwxr-xr-x 1 jack other 0 Mar 5 08:38 scriptfile
-rw-r--rw- 1 jack other 0 Mar 5 08:37 testfile
-rw-r--rw- 1 jill other 0 Mar 5 08:37 testfile1
jill@betelgeuse:/export/home/jack/dira/dirb$ rm testfile1
jill@betelgeuse:/export/home/jack/dira/dirb$ ls
scriptfile testfile
jill@betelgeuse:/export/home/jack/dira/dirb$...

dean - Mar 05, 2022

No.# B is incorrect.

Correct Answer: A - See https://docs.oracle.com/cd/E23824_01/html/E21798/glitd.html#scrolltoc

dean - Mar 05, 2022

No.# Anscwer C is wrong.

The correct answer is B (see below)
SunOS test-box 5.11 11.4.41.107.2 sun4v sparc sun4v non-virtualized

user1@test-box:~/backup$ touch test
user1@test-box:~/backup$ chmod 4755 test
user1@test-box:~/backup$ ls -l test
-rwsr-xr-x 1 user1 staff 0 Mar 4 18:12 test

user1@test-box:~/backup$

dean - Mar 04, 2022

No.# A is wrong.

As explanation clearly says, you need to specify old device, new device.
zpool attach [-f] pool device new_device

Where old devices are c3t3d0 and c3t4d0 and new devices are c3t5d0 and c3t6d0. the correct answer is B.
zpool attach pool1 c3t3d0 c3c5d0; zpoo1 attach pool1 c3t4d0 c3t6d0

dean - Mar 03, 2022

No.# D - The configuration can be created. However, it needs to be forced. This type of config would work and i would expect data to be stripped across all vdevs, however, only the raidz0-1 array would be protected. Not really sure how to answer it!

dean - Mar 02, 2022

No.# the correct answer is D, E

dean - Feb 13, 2022

No.# Answer B is wrong.

Global known hosts file is "/etc/ssh/ssh_known_hosts"
The file is global (all users) contains and contains public keys of hosts that server communicates with securely

Users known hosts file is /export/home/user/.ssh/known_hosts

dean - Feb 13, 2022

No.# B is incorrect. The rsa fingerprint is generated on host Oracle and ensures encrypted communication with host solaris. It is not used to authenticate.

Correct answers are:
D and E

dean - Feb 12, 2022

No.# https://docs.oracle.com/cd/E23824_01/html/821-1460/z.inst.task-23.html
to cleanly shutdown zone use options C and E

dean - Feb 12, 2022

No.# https://docs.oracle.com/cd/E23824_01/html/821-1460/z.inst.task-23.html
to cleanly shutdown zone use options C and E

LEAVE A REPLY

Your email address will not be published. Required fields are marked *

Other Version
1809 viewsOracle.1Z0-821.v2018-05-06.q230
Exam Question List
Question 1: Your server has a ZFS storage pool that is configured as fol...
Question 2: You are attempting to troubleshoot an event that should have...
Question 3: Which modification needs to be made to the Service Managemen...
Question 4: User1 is attempting to run the following command: cp bigfile...
Question 5: Before booting test zone a non-global zone, you want to conn...
Question 6: You need to configure an ISCSI target device on your x86 bas...
Question 7: What is the output of the following command, if executed usi...
1 commentQuestion 8: After installing the OS, you boot the system and notice that...
Question 9: You enter dladm show-phys, which provides the following outp...
Question 10: Which two accurately describe the Solaris IPS repository?...
Question 11: Which three statements accurately describe the Automated Ins...
Question 12: When speaking to an Oracle Support Engineer, you are asked t...
Question 13: Which three options describe the purpose of the zonep2vchk c...
Question 14: The COMSTAR framework provides support for the iSCSI protoco...
Question 15: View the Exhibit. (Exhibit) Which is true regarding the disk...
Question 16: How are operating system updates distributed in the Oracle S...
Question 17: Your task is to convert a JumpStart sysidcfg file to an Auto...
Question 18: New features wore added to ZFS in Oracle Solaris11. Your jus...
Question 19: You run the command dlstat show-link -r. Select the two corr...
Question 20: To inspect network interface net3, you enter the following c...
Question 21: The current ZFS configuration on server is: (Exhibit) You ne...
Question 22: In order to display the IP addresses of network interfaces, ...
Question 23: You are currently working in both your home directory and th...
Question 24: You are going to create live zones on you server. Disk space...
Question 25: Select the two statements that correctly describe the operat...
Question 26: You have completed configuring a zone named dbzone on your S...
Question 27: After installing the OS, the following network configuration...
Question 28: What is the result of executing the following command? svcs ...
Question 29: Identify the two security features incorporated in the Oracl...
Question 30: View the Exhibit. (Exhibit) After Installing the OS, you nee...
Question 31: user1, while in his home directory, is attempting to run the...
Question 32: View the Exhibit. (Exhibit) The file came from your Automate...
Question 33: Your server has a ZFS storage pool that is configured as fol...
Question 34: You have connected a new printer at a fixed IP address. It a...
Question 35: Which two are user definable OpenBoot parameters that can be...
Question 36: In a default standalone installation of Oracle Solaris 11, w...
Question 37: Identify the Automated Installer's (AI) equivalent to jumpSt...
Question 38: Review the boot environment information displayed on your sy...
Question 39: Your server has one zone named dbzone (hat has been configur...
Question 40: You have installed an update to the gzip package and need to...
1 commentQuestion 41: Given the following output of the zpool status command: (Exh...
Question 42: To confirm the IP address and netmask have been correctly co...
Question 43: You have been tasked with creating a dedicated virtual netwo...
Question 44: You are planning group names for a new system. You decide to...
Question 45: zone1 is a non-global zone that has been configured and inst...
Question 46: In a fresh installation of Oracle Solaris 11, default datali...
Question 47: You notice that the /var/.dm/messages file has become very l...
Question 48: When setting up Automated Installer (AI) clients, an interac...
Question 49: View the Exhibit and review the file system information disp...
1 commentQuestion 50: Your server has a ZFS storage pool that is configured as fol...
Question 51: Which network protocol is responsible for routing packets fr...
Question 52: View the Exhibit and review the disk configuration. (Exhibit...
2 commentQuestion 53: dbzone is currently running on your server. Which two method...
Question 54: _________ serves as the interface between the SMF repository...
Question 55: You are the administrator of a system that a large number of...
Question 56: Which network protocol provides connectionless, packet-orien...
1 commentQuestion 57: User brian changes the permissions for db_data this command:...
Question 58: You are installing the Solaris 11 Operation System by using ...
Question 59: You are the administrator for a group of shell script develo...
Question 60: You are troubleshooting the failure of a computer to mount a...
Question 61: The advantage of core tiles is that they allow you an opport...
Question 62: In Oracle Solaris 11, where is the Oracle default repository...
Question 63: Which two options are accurate regarding the non-global zone...
Question 64: On server A, you enter the following command to add a static...
Question 65: You have a user that needs to use the cron tool to schedule ...
Question 66: You want to display network interface information. Which com...
Question 67: Review the non-global zone configuration displayed below: (E...
Question 68: Which two options are characteristics of a fast reboot?...
Question 69: Choose three options that describe the features associated w...
1 commentQuestion 70: You are using AI to install a new system. You have added to ...
Question 71: The ZFS configuration on your server is: Pool1 6.67G31K/pool...
Question 72: Which operation will fail if the DNS configuration is incorr...
Question 73: You have installed the SMF notification framework to monitor...
1 commentQuestion 74: Examine the following command sequence: (Exhibit) Which thre...
Question 75: You are troubleshooting interface net3 and you enter the fol...
Question 76: You have a ticket from a new user on the system, indicating ...
Question 77: Review the boot environments displayed on your system: (Exhi...
Question 78: You have already generated a 256-bit AES raw key and named t...
Question 79: You display the IP interface information with ipmpstat -i. W...
Question 80: You have been asked to troubleshoot the initial configuratio...
Question 81: The su command by default makes an entry into the log file f...
1 commentQuestion 82: User jack logs in to host Solaris and executes the following...
Question 83: You have a process called bigscript, and you need to know th...
Question 84: User jack on host solaris attempts to use ssh to log in to h...
Question 85: Identify three differences between the shutdown and init com...
Question 86: How should you permanently restrict the non-global zone test...
Question 87: On which is the open boot prom available?...
Question 88: Which two accurately identify features of a Solaris 10 brand...
Question 89: Review the ZFS dataset output that is displayed on your syst...
Question 90: You created an IP address for interface not.3 with the follo...
Question 91: Consider the following commands: (Exhibit) What is displayed...
Question 92: Server A, Server B, and Server C are connected to the same n...
Question 93: You need to make sure that all of the software packages on y...
Question 94: user1 has a disk quota of 0.5 MB. The user attempts to run t...
1 commentQuestion 95: alice is a user account used by Alice on a Solaris 11 system...
Question 96: Identify the correct description of an IPS image....
Question 97: You are executing this command in the default shell: sleep 5...
Question 98: Which command would you use to determine which package group...
Question 99: Oracle Solaris 11 kernel encounters a fatal error, and it re...
Question 100: Which four can the SMF notification framework be configured ...
Question 101: Identify the correctly matching pair of equivalent functiona...
Question 102: When upgrading an existing system from Solaris 11 Express to...
Question 103: Your users are experiencing delay issues while using their m...
1 commentQuestion 104: The following information is displayed about the compress/zj...
Question 105: User1 is attempting to assist user2 with terminating user2's...
Question 106: Solaris 11 includes a redesigned software packaging model: t...
Question 107: View the Exhibit to see the information taken from the insta...
Question 108: A change in your companys security policy now requires an au...
Question 109: You create a flash archive of the Solaris 10 global zone on ...
Question 110: Select the packet type that identifies members of the group ...
Question 111: You have a ZFS file system named /dbase/oral and you want to...
Question 112: Your system is assigned an IP address object 192.168.0.222/2...
Question 113: The following information is displayed for the svc:/network/...
Question 114: You want to delete the IPv4 address on the interface net3. W...
1 commentQuestion 115: You are creating a non-global zone on your system. Which opt...
Question 116: You want to deploy Oracle Solaris 11 with the Automated Inst...
Question 117: Which command would you use from the bash shell to determine...
Question 118: You wish to edit your crontab file that is located in /var/s...
Question 119: Which two SMF milestones can be specified at boot time?...
Question 120: You are setting up a local IPS package repository on your Or...
1 commentQuestion 121: A datalink can best be described as______....
1 commentQuestion 122: You want the system to generate an email notification each t...
1 commentQuestion 123: ServerA contains two ISO images of a package repository name...
Question 124: You upgraded your server to Oracle Solaris 11 and you import...
Question 125: The /usr/bin/p7zip file that is part of the p7zip package ha...
Question 126: You are configuring NFS on a server. Select the two statemen...
Question 127: To confirm the IP addresses and netmasks have been correctly...
Question 128: Which three of the components could be used in a ZFS storage...
Question 129: You need to install the gzip software package on your system...
Question 130: To assist in examining and debugging running processes, Sola...
Question 131: You are setting up an automated installer (AI) install serve...
Question 132: Which best describes the svc:/system/boot-config service?...
Question 133: Which option would you choose to display the kernel revision...
Question 134: A user brian is configured to use the bash shell. His home d...
1 commentQuestion 135: Which five statements describe options available for install...
Question 136: Your SPARC server will not boot into multi user-server miles...
1 commentQuestion 137: View the Exhibit and review the zpool and ZFS configuration ...
Question 138: United States of America export laws include restrictions on...
Question 139: You are attempting to edit your crontab file in the bash she...
Question 140: You have Solaris 11 system with a host name of sysA and it u...
Question 141: You need to know the IP address configured on interface net3...
Question 142: You want to configure an iSCSI target device on your system....
1 commentQuestion 143: A user on the system has started a process, but it needs to ...
Question 144: Your are troubleshooting network throughput on your server. ...
Question 145: Consider the following commands: (Exhibit) What is displayed...
Question 146: Subnets are created by using________....
Question 147: You have set up the task.max-lwps resource control on your S...
Question 148: You start to execute a program by using the following comman...
Question 149: The current ZFS configuration on your server is: pool1 124K ...
Question 150: Identify three options that describe the new Oracle Solaris ...
Question 151: Your mentor suggests using the dladm rename-link command to ...
Question 152: A user jack, using a korn shell, requests a directory listin...
Question 153: The core dump configuration for your system is: (Exhibit) A ...
Question 154: You are logged in to a Solaris 11 system as user jack. You i...
Question 155: The /etc/hosts file can be best described as______....
Question 156: Which files must be edited in order to set up logging of all...
Question 157: You wish to troubleshoot some issues that you are having on ...
Question 158: You are asked to determine user jack's default login directo...
Question 159: The following line is from /etc/shadow in a default Solaris ...
Question 160: The crash dump notification on your server is: (Exhibit) Doc...
2 commentQuestion 161: The following image properties are displayed on your system:...
Question 162: Which command should you choose to display the current param...
Question 163: You need to migrate a UFS file system named /production_ufs ...
Question 164: The core dump configuration in your non global zone is (Exhi...
Question 165: You need to set up an Oracle Solaris 11 host as an iSCSI tar...
Question 166: View the Exhibit to inspect the boot environment Information...
Question 167: You are troubleshooting a newly installed desktop Oracle Sol...
Question 168: Review the information taken from your server: (Exhibit) Whi...
Question 169: Consider the following rule file for use with the Basic Audi...
1 commentQuestion 170: Review the storage pool information: (Exhibit) Which stateme...
1 commentQuestion 171: You are asked to troubleshoot networking issues on an unfami...
Question 172: User jack logs in to host solar in and issues the following ...
Question 173: You are installing the Solaris 11 OE by using the Interactiv...
Question 174: Which three Installation option allow for a "hands free" and...
Question 175: Which option displays the result of running the zfs list com...
Question 176: In an effort to reduce storage space on your server, you wou...
Question 177: You suspect a problem with the oponldap package and want to ...
Question 178: When you issue the "gzip: zommand not found" message is disp...
Question 179: The storage pool configuration on your server is: (Exhibit) ...
Question 180: You want to install the openldap software package to a now b...
Question 181: You need to update an OS image on a client. The pkg publishe...
Question 182: You are having an issue with the shutdown command. You wish ...
Question 183: Which two options are valid methods of installing a solaris1...
Question 184: You are going to use the- Automated installer (AI) to instal...
Question 185: Which two options accurately describe the network characteri...
Question 186: You want to deploy Oracle Solaris 11 with the Automated Inst...
1 commentQuestion 187: View the exhibit to inspect the file system configuration on...
Question 188: You want to display the IP address assignments of the networ...
Question 189: You need to set up a local package repository to serve 75 cl...
2 commentQuestion 190: User jack logs in to host solaris and then attempts to log i...
Question 191: To help with your troubleshooting, you need to determine the...
Question 192: This iron is displayed on the desktop of a laptop computer, ...
Question 193: Which three files must be edited in order to set up logging ...
Question 194: The default publisher on your system is: (Exhibit) You want ...
Question 195: A user account must be a member of a primary group, and may ...
Question 196: You are installing the Oracle Solaris 11 Operating System by...
Question 197: You have installed software updates to a new boot environmen...
Question 198: You have edited /etc/profile to include the lines: dennis_sa...
Question 199: Select two statements that correctly describe the capabiliti...
Question 200: What determines which bits in an IP address represent the su...