Get ready to pass the 1Z0-821 Exam right now using our Oracle Solaris Exam Package
A fully updated 2021 1Z0-821 Exam Dumps exam guide from training expert Free4Torrent
NEW QUESTION 118
Your server has a ZFS storage pool that is configured as follows:
The following partition scheme is used for every disk drive in pool1:
Which two are true regarding the ZFS storage pool?
- A. The storage pool is 292 GB total size (rounded to the nearest GB).
- B. The storage pool is 584 G8 total size (rounded to the nearest GB).
- C. The data on c3t3d0 is duplicated on c3t4do.
- D. The storage pool is 146 GB total size (rounded to the nearest GB).
- E. The data is striped across disks c3t3d0 and c3t4do and mirrored across vdevs mirror-0 and mirror-1.
Answer: A,C
NEW QUESTION 119
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/adm/messages
- B. 10 3 * * * /usi/sbin/logrotate
- C. 10 3 * * * /usr/sbin/logadm
- D. 10 3 * * * /usr/sbin/messages
- E. 10 3 * * * /usr/sbin/syslogrotate
Answer: C
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___
Reference: Oracle Solaris Administration: Common Tasks, Displaying crontab Files
NEW QUESTION 120
You enter dladm show-phys, which provides the following output:
You then enter:
ipadm create-ip net3
What is the output?
- A. ipadm: cannot; create interface net3: Operation failed.
- B. ipadm: cannot create interface net3: Interface already exists.
- C. No_response, The command was successful.
- D. ipadm: cannot create interface net3: IP address object not specified.
Answer: B
Explanation:
According to the exhibit the interface already exists.
The command ipadm create-ip net3 is supposed to create a new interface net3.
NEW QUESTION 121
Your users are experiencing delay issues while using their main application that requires connections to remote hosts. You run the command uptime and get the flowing output:
1:07am up 346 day(s), 12:03, 4 users, load average: 0.02, 0.02, 0.01
Which command will be useful in your next step of troubleshooting?
- A. arp
- B. traceroute
- C. ipadm
- D. dladm
- E. snoop
Answer: B
Explanation:
Test the remote connection with traceroute.
The Internet is a large and complex aggregation of network hardware, con-
nected together by gateways. Tracking the route one's packets follow (or finding the miscreant
gateway that's discarding your packets) can be difficult. traceroute utilizes the IP protocol `time to
live' field and attempts to elicit an ICMP TIME_EXCEEDED response from each gateway along
the path to some host.
This program attempts to trace the route an IP packet would follow to some internet host by
launching UDP probe packets with a small ttl (time to live) then listening for an ICMP "time
exceeded" reply from a gateway.
Reference: man traceroute
NEW QUESTION 122
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/adm/messages
- B. 10 3 * * * /usi/sbin/logrotate
- C. 10 3 * * * /usr/sbin/logadm
- D. 10 3 * * * /usr/sbin/messages
- E. 10 3 * * * /usr/sbin/syslogrotate
Answer: C
Explanation:
Explanation/Reference:
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 123
user1, while in his home directory, is attempting to run the following command in his home directory: cp bigfile verybig The system displays the following error:
cp: cannot create verybig: Disc quota exceeded
Your initial troubleshooting shows that the df -h command indicates he is at 100% capacity. What command would you use to increase the disk space available to the user?
- A. zfs set quota=none /rpool/export/home/user1
- B. zfs userused@user1
- C. df -h | grep user1
- D. zfs quota=none /rpool/export/home/user1
- E. zfs get quota rpool/export/home/user1
Answer: A
Explanation:
Explanation/Reference:
Explanation:
ZFS quotas can be set and displayed by using the zfs set and zfs get commands.
We can remove the quota restriction by setting to quota to none.
NEW QUESTION 124
ServerA contains two ISO images of a package repository named so1.repo.iso-a and so1.repo.iso-b respectively. You need to create a single local package repository on server that clients can connect to.
The package repository will be stored on the /export/IPS file system and named repo. The preferred publisher will be named solaris and the publisher URL will be http://serverA.example.com.
Which is the correct procedure to perform on ServerA to create the local Package repository?
- A. cat so1.repo.iso-a so1.repo.iso-b > so1.full.isoMount the ISO image and use the rsync command to extract the contents of the ISO file to /export/IPS/repoSet the pkg/inst_root property to /export/IPS/repo and the pkg/readonly property to trueSet the preferred publisher by using pkg set-publisher solaris \-g
http://pkg.oracle.com/ - B. cat so1.repo.iso-a sol.repo.iso-b > so1.full.isoMount the ISO image and use the rsync command to extract the contents of the ISO file to the /export/IPS file system.Set the pkg/inst_root property to / export/IPS/repo and the pkg/readonly property to true.Set the preferred publisher by using pkg set- publisher -Ghttp://pkg.oracle.com/solaris/release/ \-g http"//serverA.example.com/ solaris
- C. cat so1.repo, iso-a so1.repo.iso-b > /export/IPS/repo.isoMount the ISO image and copy the repo directory from the ISO image to /export/IPS/reposet the pkg/inst_root property and the pkg/readonly property to /export/IPS/reposet the preferred pkg/inst_root property by using pkg set-publisher - G
http://serverA.example.com/ \- g http://pkg.oracle.com/solaris.com/release/- p solaris - D. cat so1.repo.iso-a so1.repo.iso-b > /export/IPS/repoSet the pkg/inst_root property to true and the pkg/ readonly property to /export/IPSSet the preferred publisher by using pkg set-publisher -G http:// serverA.example.com/ \-g http://pkg/oracle.com/solaris/rekease/solaris
Answer: C
Explanation:
Explanation/Reference:
Explanation:
Concatenate the files into one file using the cat command.
Make the contents of the repository .iso file available using the mount command.
To increase the performance of repository accesses and to avoid the need to remount the .iso image each time the system restarts, copy the repository files from /mnt/repo/to a ZFS file system. You can do this copy with rsync or with tar.
NEW QUESTION 125
You have installed an update to the gzip package and need to "undo" .ho update and return the package to its
"as-delivered" condition. Which command would you use?
- A. pkg uninstall
- B. pkg undo
- C. pkg fix
- D. pkg revert
Answer: D
Explanation:
Use the pkg revert command to restore files to their as-delivered condition.
NEW QUESTION 126
zone1 is a non-global zone that has been configured and installed.
zone1 was taken down for maintenance, and the following command was run:
zoneadm -z zone1 mark incomplete
The following information is displayed when listing the zones on your system:
Which task needs to be performed before you can boot zone1?
- A. The zone needs to be brought to the ready state.
- B. The zone needs to be brought to the complete state.
- C. The zone needs to be installed.
- D. The zone needs to be uninstalled and reinstalled.
Answer: D
Explanation:
If administrative changes on the system have rendered a zone unusable or inconsistent, it is possible to change the state of an installed zone to incomplete. Marking a zone incomplete is irreversible. The only action that can be taken on a zone marked incomplete is to uninstall the zone and return it to the configured state.
Reference: Installing, Booting, Halting, Uninstalling, and Cloning Non-Global Zones (Tasks), How to Mark an Installed Non-Global Zone Incomplete
NEW QUESTION 127
Which two statements are true concerning the network stack on Oracle Solaris 11?
- A. IP addresses are assigned to datalinks.
- B. A single IP interface can have either an IPv4 address or an IPv6 address but not both.
- C. A single IP interface can have both an IPv4 address and an IPv6 address.
- D. A single datalink can have only one IP interface.
- E. Hardware network interfaces and datalinks have a one-to-one relationship.
Answer: C,E
NEW QUESTION 128
Which two options describe how to override the default boot behavior of an Oracle Solaris 11 SPARC system to boot the system to the single-user milestone?
- A. From the ok prompt. issue this command:
boot -s - B. From from the ok prompt, issue this command:
boot -m milestone=s - C. from the ok prompt, issue this command:
boot -m milestone=single-user - D. From the ok prompt, issue this command:
boot -milestone=single-user - E. From the ok prompt, issue this command:
boot -m milestone/single-user
Answer: A,C
Explanation:
Explanation/Reference:
Explanation:
By default, Solaris will boot to the pseudo milestone "all" and start all services. This behaviour can be changed at boot time using either "-s" to reach single-user, or the new SMF option "-m milestone=XXX" (see kernel(1M) for a list of the bootable milestones) to select an explicit milestone.
Note: boot -s is the same as: boot -m milestone=single-user
with the difference being that the former is a lot less to type and is what most SysAdmins will be familiar with.
NEW QUESTION 129
User jack logs in to host Solaris and executes the following command sequence:
Which three statements are correct?
- A. User jack can edit testfile because he has read and write permissions at the group level.
- B. User jill can edit testfile because she has read and write permission at the group level.
- C. User jack can change permissions for testfile because he is the owner of the file.
- D. User jack can use cat to output the contents of testfile because he has read permission as the file owner.
- E. User jill can change the permissions of testfile because she has write permission for the file at the group level.
- F. User jack can change permissions for testfile because he has execute permission for the file.
Answer: B,C,F
NEW QUESTION 130
Which two accurately describe the Solaris IPS repository?
- A. All packages within an IPS package repository reside in a catalog.
- B. It is an ISO image of the Solaris installation media.
- C. It contains a collection of software packages.
- D. It contains a collection of operating system patches.
- E. The packages in a catalog are associated with a specific publisher.
Answer: C,E
Explanation:
Explanation/Reference:
Explanation:
Image Packaging System (IPS) is a new network based package management system included in Oracle Solaris 11. It provides a framework for complete software lifecycle management such as installation, upgrade and removal of software packages. IPS also enables you to create your own software packages, create and manage package repositories, and mirror existing package repositories.
Oracle Solaris software is distributed in IPS packages. IPS packages are stored in IPS package repositories, which are populated by IPS publishers.
E: The following command displays property information about the local repository.
$ pkgrepo get -s /export/repoSolaris11
SECTION PROPERTY VALUE publisher prefix solaris repository description This\ repository\ serves\ a\ copy\ of\ the\ Oracle\ Solaris\ 11\ Build\ 175b\ Package\ Repository.
repository name Oracle\ Solaris\ 11\ Build\ 175b\ Package\ Repository
repository version 4
The value of the publisher prefix specifies that solaris is to be used in the following cases:
When more than one publisher's packages are present and no publisher is specified in the package name in the pkg command When packages are published to the repository and no publisher is specified.
NEW QUESTION 131
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 pool1 mirror c3t5d0 c3t6d0
- B. zpool attach pool1 c3t3d0 c3c5d0; zpoo1 attach pool1 c3t4d0 c3t6d0
- C. zpool mirror pool1 c3t5d0 c3t6d0
- D. zpool add raidz pool1 c3t5d0 c3t6d0
- E. zpool attach pool1 c3t5d0 c3t6d0
Answer: E
Explanation:
Explanation/Reference:
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.
NEW QUESTION 132
You need to migrate a UFS file system named /production_ufs to a ZFS file system named
/production_ufs. The /production_ufs file system cannot be taken down or be out of production during the migration, and the current /production_ufs file system must remain active until the /ptoduction_zfs file system is copied and ready.
Which method allows you to meet both requirements?
1 . Copy live data from /production_ufs to /production_zfs while /production_ufs is in use.
2 . When the copy is complete, /production_zfs will contain an up-to date copy of
/production_ufs
- A. Create the new zfs file system by using the zfs create -o shadow.
- B. Mirror the existing UFS file system by using SVM.After both submissions are in sync, migrate one of the submissions to a ZFS file System by using Live Upgrade.
- C. Create the new ZFS file system by using zfs create import to import data from the existing UFS file system into the new ZFS file system
- D. Create a new Boot Environment. Create the ZFS file system. Use lucreate -m to copy data from the Current UFS file system to the new ZFS file system.
- E. Create a snapshot of the UFS file system. Create the new ZFS file system. Use cpio to copy data from the snapshot to the new ZFS file system.
Answer: A
Explanation:
Migrating Data With ZFS Shadow Migration
ZFS shadow migration is a tool you can use to migrate data from an existing file system to a new file system. A shadow file system is created that pulls data from the original source as necessary.
You can use the shadow migration feature to migrate file systems as follows:
* A local or remote ZFS file system to a target ZFS file system
* A local or remote UFS file system to a target ZFS file system
Shadow migration is a process that pulls the data to be migrated:
* Create an empty ZFS file system.
* Set the shadow property on an empty ZFS file system, which is the target (or shadow) file system, to point to the file system to be migrated.
For example:
# zfs create -o shadow=nfs://system/export/home/ufsdata users/home/shadow2
* Data from file system to be migrated is copied over to the shadow file system.
NEW QUESTION 133
......
Oracle 1Z0-821 Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
| Topic 7 |
|
| Topic 8 |
|
| Topic 9 |
|
| Topic 10 |
|
| Topic 11 |
|
Master 2021 Latest The Questions Oracle Solaris and Pass 1Z0-821 Real Exam!: https://www.free4torrent.com/1Z0-821-braindumps-torrent.html
Practice To 1Z0-821 - Free4Torrent Remarkable Practice On your Oracle Solaris 11 System Administration Exam: https://drive.google.com/open?id=1j6C7mbdG99vB12B_6xZrdKFJcY2WqtOw