Exam2pass
0 items Sign In or Register
  • Home
  • IT Exams
  • Guarantee
  • FAQs
  • Reviews
  • Contact Us
  • Demo
Exam2pass > Oracle > Oracle Certifications > 1Z0-821 > 1Z0-821 Online Practice Questions and Answers

1Z0-821 Online Practice Questions and Answers

Questions 4

You are installing Oracle Solaris 11 on a SPARC-based system by using the Test Installer. Which three statements are true?

A. The ROOT user will always be configured as a role.

B. The root filesystem will always be deployed on ZFS.

C. The root filesystem will always be located on a local disk.

D. The network can be configured using DHCP.

E. The set of packages that will be installed are server based.

F. You must always create one regular user when installing the system.

Buy Now

Correct Answer: BDE

Questions 5

You have installed software updates to a new boot environment (BE) and have activated that the booting to the new BE, you notice system errors. You want to boot to the last known good configuration. Which option would you use on a SPARC system to boot to the currentBE boot environment?

A. boot -L currentBE

B. boot -Z rpool/ROOT/currentBE

C. boot -a Enter the currentBE dataset name when prompted.

D. boot rpool/ROOT/currentBE

E. boot -m currentBE

F. beadm activate currentBE

Buy Now

Correct Answer: F

You can change an inactive boot environment into an active boot environment. Only one boot environment can be active at a time. The newly activated boot environment becomes the default environment upon reboot.

How to Activate an Existing Boot Environment

1. Use the following command to activate an existing, inactive boot environment:

beadm activate beName

beName is a variable for the name of the boot environment to be activated.

Note the following specifications.

beadm activate beName activates a boot environment by setting the bootable pool property, bootfs, to the

value of the ROOT dataset of the boot environment that is being activated.

beadm activate sets the newly activated boot environment as the default in the menu.lst file.

2. Reboot.

The newly activated boot environment is now the default on the x86 GRUB menu or SPARC boot menu.

Questions 6

You need to set up an Oracle Solaris 11 host as an iSCSI target so that the host's disk can be accessed over a storage network. The disk device is c3t4d0.

Which six options describe the steps that need to be taken on this host to enable an iSCSI target?

A. Create a ZFS file system named iscsi/target.

B. Create a zpool named iscsi with disk device c3t4d0

C. Create zfs volume named iscsi/target.

D. Use the stmfadm command to create a LUN using /dev/zvol/rdsk/iscsi/target.

E. Use the stmfadm command to create a LUN using iscsi/target.

F. Use the stmfadm command to make the LUN viewable.

G. Use the stmfadm command to make the volume viewable.

H. Enable the svc:/network/iscsi/target:default Service.

I. Use the itadm command to create the iSCSI target.

Buy Now

Correct Answer: BCDFHI

How to Create an iSCSI LUN

The following steps are completed on the system that is providing the storage device. Example: target#

zpool create sanpool mirror c2t3d0 c2t4d0 (C)2. Create a ZFS volume to be used as a SCSI LUN.

(D)3. Create a LUN for the ZFS volume.

Example:

target# stmfadm create-lu /dev/zvol/rdsk/sanpool/vol1 Logical unit created:

600144F0B5418B0000004DDAC7C10001

4. Confirm that the LUN has been created.

Example

target# stmfadm list-lu

LU Name: 600144F0B5418B0000004DDAC7C10001

(F) 5. Add the LUN view.

This command makes the LUN accessible to all systems.

target# stmfadm add-view 600144F0B5418B0000004DDAC7C10001

How to Create the iSCSI Target

This procedure assumes that you are logged in to the local system will contains the iSCSI target.

Note: The stmfadm command manages SCSI LUNs. Rather than setting a special iSCSI property on the

ZFS volume, create the volume and use stmfadm to create the LUN.

(H)

1. Enable the iSCSI target service.

target# svcadm enable -r svc:/network/iscsi/target:default

(I)

2. Create the iSCSI target. target# itadm create-target

Questions 7

You have Solaris 11 system with a host name of sysA and it uses LDAP as a naming service.

You have created a flash archive of sysA and you want to migrate this system to an Oracle Solaris11 server, Solaris10 branded zone.

The zone Status on the Oracle Solaris 11 server is:

-zone10 incomplete/zone/zone1solaris10exc1

Select the option that will force the non-global zone to prompt you for a host name and name service the first time it is booted.

A. Use zonecfg to change the zonename before booting the system for the first time

B. Use the - u option with the zoneadm - z zone10 attach command.

C. Use the -u option with the zoneadn -z zone10 install command.

D. Remove the sysidcfg file from the /root directory before booting the non- global zone.

Buy Now

Correct Answer: C

Oracle Solaris 10 branded zones -Oracle Solaris 10 Zones provide an Oracle Solaris 10 environment on Oracle Solaris 11. You can migrate an Oracle Solaris 10 system or zone to a solaris10 zone on an Oracle Solaris 11 system in the following ways:

*

Create a zone archive and use the archive to create an s10zone on the Oracle Solaris 11 system.

This option applies in the current scenario.

Example of command to Install the Oracle Solaris 10 non-global zone. s11sysB# zoneadm -z s10zone

install -u -a /pond/s10archive/s10.flar

*

Detach the zone from the Oracle Solaris 10 system and attach the zone on the Oracle Solaris 11 zone.

The zone is halted and detached from its current host. The zonepath is moved to the target host, where it

is attached.

Note:

install [-x nodataset] [brand-specific options]

A subcommand of the zoneadm.

Install the specified zone on the system. This subcommand automatically attempts to verify first. It refuses

to install if the verify step fails.

-u uuid-match

Unique identifier for a zone, as assigned by libuuid(3LIB). If this option is present and the argument is a

non-empty string, then the zone matching the UUID is selected instead of the one named by the -z option,

if such a zone is present.

Questions 8

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 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.

B. 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.

C. 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.

D. 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

E. Create the new zfs file system by using the zfs create -o shadow.

Buy Now

Correct Answer: E

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.

Questions 9

Examine this command and its output:

$ zfs list -r -t all tank

Name USED AVAIL REFER MOUNTPOINT

tank 3.00G 1.84G 32K /tank

tank/database 3.00G 1.84G 2.00G /tank/database

tank/[email protected] 1.00G - 2.00G ?

Which two conclusions can be drawn based on this output?

A. The tank dataset consumes 3 GB of storage.

B. The tank/[email protected] dataset consumes 1 GB of storage that is shared with its parent.

C. The tank/[email protected] dataset consumes 1 GB of storage that is not shared with its parent.

D. The tank/[email protected] dataset consumes 2 GB of storage that is shared with its child.

E. The tank/[email protected] dataset consumes 2 GB of storage that is not shared with its child.

Buy Now

Correct Answer: AB

Questions 10

Which option would you choose to display the kernel revision level for your operating system?

A. cat. /etc/release

B. uname -a

C. pkg info kernel

D. banner (issued from the OpenBoot Prom)

E. cat /etc/motd

Buy Now

Correct Answer: B

Questions 11

In order to display the IP addresses of network interfaces, what command would you use?

A. dladm

B. ipconfig

C. sves

D. ipadm

E. ipaddr

Buy Now

Correct Answer: D

'ipadm show-addr' displays all the configured addresses on the system.

Example: # ipadm show-addr ADDROBJ TYPE STATE ADDR lo0/v4 static ok 127.0.0.1/8 lo0/v6 static ok ::1/128

Questions 12

You are configuring NFS on a server. Select the two statements that are true.

A. Resources listed in /etc/dfs/dfstab are automatically shared on boot up.

B. A directory cannot be shared if a subdirectory below it is already shared.

C. Renaming a share created with the zfs set share command is not supported.

D. NFS and SMB protocols cannot be used simultaneously to share the same directory.

Buy Now

Correct Answer: AC

A: ZFS can automatically share file systems by setting the sharenfs property. Using this property, you do not have to modify the /etc/dfs/dfstab file when a new file system is shared. The sharenfs property is a comma-separated list of options to pass to the share command. The value on is an alias for the default share options, which provides read/write permissions to anyone. The value off indicates that the file system is not managed by ZFS and can be shared through traditional means, such as the /etc/dfs/dfstab file. All file systems whose sharenfs property is not off are shared during boot.

Questions 13

Which two are implemented using the Internet Control Message Protocol (ICMP)?

A. ping

B. DHCP

C. HTTP

D. telnet

E. syslog

F. traceroute

Buy Now

Correct Answer: AF

The Internet Control Message Protocol (ICMP) is one of the core protocols of the Internet Protocol Suite. ICMP differs from transport protocols such as TCP and UDP in that it is not typically used to exchange data between systems, nor is it regularly employed by end-user network applications (with the exception of some diagnostic tools like ping and traceroute).

Exam Code: 1Z0-821
Exam Name: Oracle Solaris 11 System Administration
Last Update: Jun 11, 2025
Questions: 243

PDF (Q&A)

$45.99
ADD TO CART

VCE

$49.99
ADD TO CART

PDF + VCE

$59.99
ADD TO CART

Exam2Pass----The Most Reliable Exam Preparation Assistance

There are tens of thousands of certification exam dumps provided on the internet. And how to choose the most reliable one among them is the first problem one certification candidate should face. Exam2Pass provide a shot cut to pass the exam and get the certification. If you need help on any questions or any Exam2Pass exam PDF and VCE simulators, customer support team is ready to help at any time when required.

Home | Guarantee & Policy |  Privacy & Policy |  Terms & Conditions |  How to buy |  FAQs |  About Us |  Contact Us |  Demo |  Reviews

2025 Copyright @ exam2pass.com All trademarks are the property of their respective vendors. We are not associated with any of them.