Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Oracle 1z0-821 - Oracle Solaris 11 System Administration

Page: 2 / 8
Total 243 questions

You have connected a new printer at a fixed IP address.

It appears to work correctly most of the time, but at other times does not respond.

You suspect that the assigned address may not be unique within the network.

What command will be useful to confirm this?

A.

arp

B.

netstat

C.

ipadm show-if

D.

dladm show-addr

E.

ipadm show-addr

Identify three options that describe the new Oracle Solaris 11 zone features.

A.

There are boot environments for zones.

B.

Administrators can delegate common administration tasks by using RBAC.

C.

Oracle Solaris 11 supports Solaris 8, 9, and 10 branded zones.

D.

You can migrate a physical Solaris 10 system and its non-global zones to a solaris10 branded zone running on an Oracle Solaris 11 system.

E.

It is possible to change the host ID of a zone.

A user brian is configured to use the bash shell. His home directory is /export/home/brian, and contains a .profile and a .bashrc file.

In the -profile, there are these lines:

genius =ritchie

export genius

In the .bashrc us this line:

genius=kernighan

In /etc/profile are these lines:

genius=thompson

export genius

When brian logs in and asks for the value of genius, what will he find, and why?

A.

genius will be ritchie, because that was the value exported in .profile.

B.

genius will be kernighan, because .bashrc executes after .profile.

C.

genius will be ritchie because variable settings in .profile take precedence over variable settings in .bashrc.

D.

genius will be ritchie because .profile executes after .bashrc.

E.

genius will be thompson because /etc/profile system settings always override local settings.

The advantage of core tiles is that they allow you an opportunity to examine the cause of problems, so that they can be resolved.

However, core files must be managed because they_____.

A.

take up large amounts of disk space

B.

make numerous entries into the /var/adm/wtmpx file

C.

steal resources from the processor, slowing down system performance

D.

fill up swap space; this will begin to slow the system due to swaps

E.

fill up swap space; this will begin to slow the system due to paging

You are the administrator for a group of shell script developers. They use vi, and have asked you to make their scripts automatically executable when they save their files.

How can this be accomplished?

A.

Enter set –o vi on the command line, or include it in each user's startup script.

B.

Enter umask –s on the command line, or include it in each user's startup script.

C.

Enter umask 000 on the command line, or include it in each user's startup script.

D.

Enter umask 777 on the command line, or include it in each user's startup script.

E.

It is not possible to automatically set the execute bit on with the umask setting, or vi option.

F.

Enter umask 766 the command line, or include it in the global startup script for the default shell.

Which two statements describe the COMSTAR framework available in Oracle Solaris 11?

A.

It converts an Oracle Solaris 11 host into a SCSI target device that can be accessed over a storage network by Linux, Mac OS, or Windows client systems.

B.

iSCSI targets cannot be configured as dump devices.

C.

It provides support for iSCSI devices that use SLP.

D.

It is used to connect to Fibre Channel or iSCSI Storage Area Network (SAN) environments.

E.

It provides an upgrade and update path to convert your iSCSI LUNs from Solaris 10 systems.

What is the output of the following command, if executed using the default shell for the root role account of a standard Live CD Install of Oracle Solaris 11?

echo '$SHELL'

A.

/usr/bin/bash

B.

/usr/bin/ksh

C.

$SHELL

D.

the PID for the current shell

Oracle Solaris 11 limits access to the system with usernames and passwords.

The usernames are held in ___________, and the passwords are held in ___________.

Select the correct pair.

A.

/etc/security/policy.conf /etc/passwd

B.

/etc/passwd /etc/shadow

C.

/etc/security /etc/passwd

D.

/etc/shadow /etc/passwd

Which two capabilities are provided by the OpenBoot PROM?

A.

a command to safely shut down the system

B.

hardware testing and initialization

C.

booting from a disk or network

D.

starting the GRUB loader

Review the storage pool information:

Choose the correct procedure to repair this storage pool.

A.

Shut the system down, replace disk c3t3d0, and boot the system. When the system is booted, execute the zpool clear pool1 command.

B.

Shut the system down, replace disk c3t3d0, and boot the system. When the system is booted execute the zpool online pool1 command.

C.

Shut the system down, replace disk c3t3d0, and boot the system. When the system is booted, execute the zpool replace pool1 c3t3d0 command.

D.

Shut the system down, replace disk c3t3d0, and boot the system. When the system is booted, execute the zpool replace pool1 c3t3d0 c3t3d0 command.