[Jan-2022] 1Z0-821 Dumps PDF - 1Z0-821 Real Exam Questions Answers
1Z0-821 Dumps 100% Pass Guarantee With Latest Demo
NEW QUESTION 138
Server A, Server B, and Server C are connected to the same network switch and are on the sari Each server has a single network interface, net0.
You received a tech support call that Server B has lost network connectivity. Your troubleshooting has discovered:
Server A can ping Server C, but not Server B.
Server B can ping localhost, but not Server A or C.
Server C can ping Server A, but not Server B.
On Server F3, you enter the following command:
dladm show-phys | grep net0
Response:
net0/v4 Ethernet down 0 unknown el00gl
What is the next logical troubleshooting action?
- A. Confirm that the router is working.
- B. Confirm that the power light of the network switch is on.
- C. On Server B, run tranceroute -n servera and tranceroute -n serverc.
- D. On Server A and C, run tranceroute -n server.
- E. Run arp -a on all servers.
- F. Confirm that the physical network connections are intact.
Answer: F
Explanation:
Check the physical connection.
NEW QUESTION 139
The following information is displayed about the compress/zjp software package, which Is currently installed on this system:
NAME (PUBLISHER)VERSIONIFO
Compress/zip3.1.2-0.175.0.0.0.0.537if-
NAMEVERSIONDATECOMMENT
Compress/zip3.109 Dec 2011 04:50:38 ESTNone
Which statement describes the information that is displayed tor the compress/zip software package?
- A. This package can be updated to version 3.1.3 but not 3.2.
- B. This package cannot be removed.
- C. This package cannot be updated.
- D. This package can be updated to a new version when the new version of the package becomes available.
- E. This package cannot be downgraded to version 3.1.1.
Answer: D
Explanation:
Explanation/Reference:
Explanation:
An "f" in the F column indicates the package is frozen. If a package is frozen, you can only install or update to packages that match the frozen version.
Note: The "i" in the I column indicates that these packages are installed in this image.
Adding and Updating Oracle Solaris 11 Software Packages, Showing Package Install State Information
NEW QUESTION 140
After installing the OS, the following network configuration information is displayed from the system:
Which option describes the state of this server?
- A. The network interface is configured with a static IP address.
- B. The manual network configuration option was chosen during the installation of the OS.
- C. The automatic network configuration option was chosen during the installation of the OS.
- D. The network was not configured during the installation of the OS.
Answer: D
Explanation:
Explanation/Reference:
Explanation:
Only the loopback addresses are configured. No IP address is configured.
NEW QUESTION 141
The default publisher on your system is:
You want to update the Oracle Solaris 11 environment on your system, but you are not able to connect this system to the Internet to access the default Oracle repository. A repository has been created on your local network and is named http://server1.example.com.
Which command would you choose to connect your system to the local repository?
- A. pkgset-publisher to set the origin for the publisher
- B. pkg set-publisher to set the stickiness on the http://server1.example.com publisher and unset stickiness for http://pkg.oracle.com/solaris/release
- C. pkg add-publisher to add the new publisher
- D. pkg publisher to specify the new publisher
Answer: A
Explanation:
Solaris 11 Express makes it pretty easy to set up a local copy of the repository.
A common reason folks need access to a local repository is because their system is not connected
to the Internet.
Tthe pkg set-publisher command can be used to for example add a publisher or to enable or
disable a publisher.
Note: Example Adding a Publisher
Use the -g option to specify the publisher origin URI.
# pkg set-publisher -g http://pkg.example.com/release example.com
Example Specifying the Preferred Publisher
Use the -P option to specify a publisher as the preferred publisher. The specified publisher moves
to the top of the search order. You can specify the -P option when you add a publisher or you can
modify an existing publisher.
# pkg set-publisher -P example.com
Example Enabling or Disabling a Publisher
Use the -d option to disable a publisher. The preferred publisher cannot be disabled. A disabled
publisher is not used in package operations such as list and install. You can modify the properties
of a disabled publishers.
Use the -e option to enable a publisher.
# pkg set-publisher -d example2.com
Reference: Managing Package Publishers
NEW QUESTION 142
You are installing the Solaris 11 Operation System by using the Text Installer. A panel prompts you to create a root password and a user account. Which four describe your options for completing this panel of the Installation?
- A. If you provide a username, that user is assigned the root role.
- B. Creating a user account is optional.
- C. The root password must be set and cannot be blank.
- D. The root password can be left blank.
- E. If you provide a username, that user is given root privileges.
- F. If you provide a username, root is an account rather than a role and is set to expire immediately.
- G. If you do not provide a username, root is an account rather than a role and is set to expire immediately.
Answer: A,B,C,G
Explanation:
A: You are not required to create a user account.
B: You must create a root password.
D: If you create a user account in this panel, you need to provide both the user's password and a
root password.
In this case, root will be a role assigned to the user.
G: If you do not create a user account, you still need to provide a root password. In this case, root will be a regular user.
Reference: Oracle Solaris 11 Information Library, Installing With the Text Installer, Complete the User panel.
NEW QUESTION 143
Which two SMF milestones can be specified at boot time?
- A. network
- B. config
- C. devices
- D. unconfig
- E. all
- F. none
Answer: E,F
Explanation:
The milestones that can be specified at boot time are
none
single-user
multi-user
multi-user-server
all
NEW QUESTION 144
You have installed the SMF notification framework to monitor services. Which command is used to set up the notifications for a particular service?
- A. smtp-notify
- B. svcadm
- C. svccfg
- D. setnotify
Answer: C
Explanation:
Explanation/Reference:
Explanation:
How to Set Up Email Notification of SMF Transition Events
This procedure causes the system to generate an email notification each time one of the services or a selected service has a change in state. You can choose to use either SMTP or SNMP. Normally, you would only select SNMP if you already have SNMP configured for some other reason.
By default, SNMP traps are sent on maintenance transitions. If you use SNMP for monitoring, you can configure additional traps for other state transitions.
1. Become an administrator or assume a role that includes the Service Management rights profile.'
2. Set notification parameters.
Example 1:
The following command creates a notification that sends email when transactions go into the maintenance state.
# /usr/sbin/svccfg setnotify -g maintenance mailto:[email protected] Example 2:
The following command creates a notification that sends email when the switch service goes into the online state.
# /usr/sbin/svccfg -s svc:/system/name-service/switch:default setnotify to-online \ mailto:[email protected] Note: The svccfg command manipulates data in the service configuration repository. svccfg can be invoked interactively, with an individual subcommand, or by specifying a command file that contains a series of subcommands.
Changes made to an existing service in the repository typically do not take effect for that service until the next time the service instance is refreshed.
NEW QUESTION 145
You are troubleshooting interface net3 and you enter the following sequence of commands:
Your next command should be:
- A. ipadm enable-if -T net3
- B. <ipadm create-vnic -a 192.168.1.25/24 net3/v4
- C. ipadm create-ip -T static -a 192.168.1.25/24 -n net3
- D. ipadm create-addr -T static -a 192.168.1.25/24 net3
- E. ipadm up-addr net3/v4
Answer: D
Explanation:
Explanation/Reference:
Explanation:
If you are assigning a static IP address, use the following syntax:
# ipadm create-addr -T static -a address addrobj
where addrobj uses the naming format interface/user-defined-string, such as e1000g0/v4globalz.
Note:
create-addr [-t] -T static [-d] -a {local | remote}=addr[/prefixlen], ... addrobj Creates a static IPv4 or IPv6 address on the interface specified in addrobj. If the interface on which the address is created is not plumbed, this subcommand will implicitly plumb the interface. The created static address will be identified by addrobj.
By default, a configured address will be marked up, so that it can be used as a source or destination of or for outbound and inbound packets.
NEW QUESTION 146
When you issue the "gzip: zommand not found" message is displayed. You need to install the gzip utility on your system.
Which command would you use to check if the gzip utility is available from the default publisher for installation?
- A. pkg info|grep gzip
- B. pkg contents gzip
- C. pkg search gzip
- D. pkg list SUNWgzip
Answer: C
Explanation:
Searching for Packages
Use the pkg search command to search for packages whose data matches the specified pattern.
Like the pkg contents command, the pkg search command examines the contents of packages. While the pkg contents command returns the contents, the pkg search command returns the names of packages that match the query.
pkg search
search [-HIaflpr] [-o attribute ...] [-s repo_uri] query
Search for matches to the query, and display the results.
Which tokens are indexed are action-dependent, but may include content hashes and pathnames.
Note: pkg is the retrieval client for the image packaging system. With a valid configuration, pkg can be invoked to create locations for packages to be installed, called 'images', and install packages into those images.
Packages are published by publishers, who may make their packages available at one or more repositories.
pkg, then, retrieves packages from a publisher's repository and installs them into an image.
NEW QUESTION 147
After installing the OS, the following network configuration information is displayed from the system: Which option describes the state of this server?
- A. The network interface is configured with a static IP address.
- B. The manual network configuration option was chosen during the installation of the OS.
- C. The automatic network configuration option was chosen during the installation of the OS.
- D. The network was not configured during the installation of the OS.
Answer: D
Explanation:
Only the loopback addresses are configured. No IP address is configured.
NEW QUESTION 148
In a default standalone installation of Oracle Solaris 11, what is the default minimum length in characters of a user password, and where is the minimum password length defined?
- A. Default minimum length is 8, and is defined in /etc/shadow.
- B. Default minimum length is 6, and is defined in /usr/sadm/defadduser.
- C. Default minimum length is 6, and is defined in /etc/default/password.
- D. Default minimum length is 8, and is defined in /usr/sadm/defadduser.
- E. Default minimum length is 6, and is defined in /etc/shadow.
- F. Default minimum length is 8, and is defined in /etc/default/password.
Answer: C
Explanation:
Explanation/Reference:
Explanation:
By default, the passwd command assumes a minimum length of six characters. You can use the PASSLENGTH default in the /etc/defaults/passwd files to change that by setting the minimum number of characters that a user's password must contain to some other number.
NEW QUESTION 149
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?
- A. zfs create - o encryption = 256-ccm - o keysource = raw, file : ///my key pool1/encrypt
- B. zfs create - o encryption = on keystore = /mykey pool1/encrypt
- C. zfs create - o encryption = AES keysource = /mykey pool1/encrypt
- D. zfs create - o encryption = /mykey pool1/encrypt
Answer: A
Explanation:
Example: Encrypting a ZFS File System by Using a Raw Key
In the following example, an aes-256-ccm encryption key is generated by using the pktool command and is written to a file, /cindykey.file.
# pktool genkey keystore=file outkey=/cindykey.file keytype=aes keylen=256 Then, the /cindykey.file is specified when the tank/home/cindy file system is created.
# zfs create -o encryption=aes-256-ccm -o keysource=raw, file:///cindykey.file tank/home/cindys
NEW QUESTION 150
View the exhibit to inspect the file system configuration on your server.
Your department's backup policy is to perform a full backup to a remote system disk on Saturday. On Sunday through Friday, 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 created since Saturday's full backup.
Following your company policy, which option describes a valid procedure for backing up the /data file system to a remote disk named /remote/backup?
- A. On Saturday:
zfs create snapshot pool1/data@sat.
zfs send pool1/data@sat > /remote/backup/full
On each weekday:
Remove the previous daily snapshot.
zfs snapshot pool1/data@daily
zfs send -i pool1/data@sat pool1/data@daily > /remote/backup/full - B. On Saturday: zfs create snapshot pool1/data@sat zfs send pool1/data@sat | zfs recv remote/backup On each weekday: Remove the previous daily snapshot. zfs create -i pool1/data@sat pool1/data@daily zfs send pool1/data@daily | zfs recv remote/backup
- C. On Saturday:
zfs create snapshot pool1/data@sat.
zfs send pool1/data@sat | zfs recv remote/backup/'date '+%m%d%Y' '
On each weekday:
Remove the previous daily snapshot.
zfs create pool1/data@daily
zfs send -i pool1/data@sat pool1/data@daily | zfs recv remote/backup
d%y' ' - D. On Saturday: zfs snapshot pool1/data@sat zfs pool1/data@sat > /remote/backup/full On each weekday: Remove the previous daily snapshot. zfs snapshot pool1/data@daily zfs send -i pool1/data@sat pool1/data@daily > /remote/backup/full
- E. On Saturday: zfs snapshot pool1/data@sat zfs send pool1/data@sat > /remote/backup/full On each weekday: Remove the previous daily snapshot. zfs snapshot pool1/data@daily zfs send -i pool1/data@sat pool1/data@daily > /remote/backup/daily
Answer: E
NEW QUESTION 151
You create a flash archive of the Solaris 10 global zone on the serves named sysA. The archive name is s10-system.flar, and it is stored on a remote server named backup_server.
On sysA, you create a Solaris 10 branded zone named s10-zone.
You want to use the flash archive, located On" /net/bactup_servers/10-system.flar, to install the Operating system in the s10-zone zone.
Which command do you choose to install the s10-system.flar archive in the Solaris 10 branded zone (s10- zone)?
- A. zonecfg -z s10 -zone install - a /net/backup_server/s10-system.flar -u
- B. zoneadm -z s10 -zone install - a /net/backup_server/s10-system.flar -u
- C. zonecfg -z s10-zone install -f /net/backup/backup_server/s10-system.flar
- D. zone cfg - a s10-zone create - t SUNWsolaris10\</net/backup_server/s10-system.flar
- E. zoneadm - z s10 -zone clone - s /net/backup_server/s10-system.flar
Answer: B
Explanation:
Explanation/Reference:
Explanation:
The zoneadm command is the primary tool used to install and administer non-global zones. Operations using the zoneadm command must be run from the global zone on the target system.
How to Install the solaris10 Branded Zone
A configured solaris10 branded zone is installed by using the zoneadm command with the install subcommand.
Example: global# zoneadm -z s10-zone install -a /net/machine_name/s10-system.flar -u
NEW QUESTION 152
CORRECT TEXT
The following image properties are displayed on your system:
Which two options describe the boot environment policy property that is currently set for this
image?
All package operations are performed in a new BE set as active on the next boot.
Do not create a new BE. The install, update, uninstall, or revert operation is not performed if a new
BE is required.
If a BE is created, do not set it as the active BE on the next boot
A reboot is required for all package operations
A reboot is not required after a package operation.
For package operations that require a reboot, this policy creates a new BE set as active on the
next boot.
Answer:
Explanation:
D,
F
image properties described below.
* be-policy
Specifies when a boot environment is created during packaging operations. The following values
are allowed:
/ default
Apply the default BE creation policy: create-backup.
/ always-new (D, F)
Require a reboot for all package operations (D) by performing them in a new BE set as active on
the next boot (F). A backup BE is not created unless explicitly requested.
This policy is the safest, but is more strict than most sites need since no packages can be added
without a reboot.
NEW QUESTION 153
You notice that the /var/.dm/messages file has become very large. Typically,this is managed by a crontab entry. Which entry should be in the root's crontab file?
- A. 10 3 * * * /usr/sbin/logadm
- B. 10 3 * * * /usr/sbin/messages
- C. 10 3 * * * /usi/sbin/logrotate
- D. 10 3 * * * /usr/adm/messages
- E. 10 3 * * * /usr/sbin/syslogrotate
Answer: A
Explanation:
This example shows how to display the default root crontab file.
$ suPassword:
# crontab -l #ident "@(#)root 1.19 98/07/06 SMI" /* SVr4.0 1.1.3.1 */ # # The root crontab should be used to perform accounting data collection. # # 10 3 * * * /usr/sbin/logadm 15 3 * * 0 /usr/lib/fs/nfs/nfsfind 30 3 * * * [ -x /usr/lib/gss/gsscred_clean ] && /usr/lib/gss/gsscred_clean #10 3 * * * /usr/lib/krb5/kprop_script ___slave_kdcs___
NEW QUESTION 154
Your server has a ZFS storage pool that is configured as follows:
The server has two spate 140-GB disk drives: c3t5d0 c3t6d0
Which command would add redundancy to the pool1 storage pool?
- A. zpool add raidz pool1 c3t5d0 c3t6d0
- B. zpool add pool1 mirror c3t5d0 c3t6d0
- C. zpool attach pool1 c3t3d0 c3c5d0; zpoo1 attach pool1 c3t4d0 c3t6d0
- D. zpool attach pool1 c3t5d0 c3t6d0
- E. zpool mirror pool1 c3t5d0 c3t6d0
Answer: D
Explanation:
You can convert a non-redundant storage pool into a redundant storage pool by using the zpool attach command.
Note: zpool attach [-f] pool device new_device Attaches new_device to an existing zpool device. The existing device cannot be part of a raidz configuration. If device is not currently part of a mirrored configuration, device automatically transforms into a two-way mirror of device and new_device. If device is part of a two-way mirror, attaching new_device creates a three-way mirror, and so on. In either case, new_device begins to resilver immediately.
Reference: Converting a Non-Redundant ZFS Storage Pool to a Mirrored ZFS Storage Pool
Reference: man zpool
NEW QUESTION 155
......
Oracle 1Z0-821 Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
| Topic 7 |
|
| Topic 8 |
|
Dumps Real Oracle 1Z0-821 Exam Questions [Updated 2022]: https://freepdf.passtorrent.com/1Z0-821-latest-torrent.html