hp0-p20_actualcerts

97
HP HP0-P20 HP0-P20 HP-UX 11i v3 System Administration Practice Test Version 2.3

Upload: navaneeth-kumar

Post on 03-Apr-2015

366 views

Category:

Documents


2 download

TRANSCRIPT

Page 1: HP0-P20_actualcerts

HP HP0-P20

HP0-P20 HP-UX 11i v3 System Administration

Practice TestVersion 2.3

Page 2: HP0-P20_actualcerts

Actu

alC

erts

.com

QUESTION NO: 1

Click the Exhibit button.

In the exhibit, why do you see an "x" for the users in the second field of the /etc/passwd file?

A. Blank password is used.

B. Shadow password is enabled.

C. User is currently deactivated.

D. Password has expired.

Answer: B

QUESTION NO: 2

What are the main components of DNS? (Select three.)

A. Name Servers

B. Hierarchical Name Space

C. Name Clients

D. Resolvers

E. ARPA Name Space

F. Start of Authority (SOA)

Answer: A,B,D

QUESTION NO: 3

Which command shows the general status of a Serviceguard cluster?

A. cmclstat

B. cmshowcluster

C. cmviewcl

D. cmviewconf

E. cmgetconf

Answer: C

QUESTION NO: 4

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 2

Page 3: HP0-P20_actualcerts

Actu

alC

erts

.com

Which servers support HP-UX 11i v3? (Select two.)

A. HP9000 PA-RISC servers

B. HP ProLiant servers

C. HP Integrity servers

D. HP Integrity NonStop servers

Answer: A,C

QUESTION NO: 5

Which commands, run from the VM Host command line, can be used to turn on an Integrity Virtual

Machine? (Select two.)

A. hpvmrun -P vm1

B. hpvmconsole -P vm1 start

C. hpvmconsole -P vm1 -c pc -on

D. hpvmmodify -P vm1 start

E. hpvmconsole -P vm1 -init F. hpvmstart -P vm1

Answer: C

QUESTION NO: 6

What are advantages of the Online JFS file system? (Select two.)

A. allows more files per file system

B. supports 128-bit encryption of system files

C. supports larger disk drives

D. supports online defragmentation

E. supports dynamic online resizing of the file system

Answer: D,E

QUESTION NO: 7

Click the Exhibit button.

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 3

Page 4: HP0-P20_actualcerts

Actu

alC

erts

.com

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 4

Page 5: HP0-P20_actualcerts

Actu

alC

erts

.com

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 5

Page 6: HP0-P20_actualcerts

Actu

alC

erts

.com

Using the ioscan output, which command creates a virtual partition called vpar1 with two CPUs

and 1GB memory with one valid boot path?

A. vparcreate -p vpar1 -a cpu::2 -a mem:1024 -a io:1.0.0 -a io:1/0/0/1/0/4/0.8.0:BOOT

B. vparcreate -p vpar1 -a cpu::2 -a mem:1024 -a io:0.0.0 -a io:1/0/0/1/0/4/0.8.0:BOOT

C. vparcreate -p vpar1 -a cpu::2 -a mem:1024 -a io:1.0.0 -a io:1/0/1/1/0.8:ALTBOOT

D. vparcreate -p vpar1 -a cpu::2 -a mem:1024 -a io:1.0.0 -a io:1/0/1/1/0.8:BOOT

Answer: A

QUESTION NO: 8

Which VxVM command should be used to examine the volume configuration?

A. vgdisplay -v

B. vxdisplay -v

C. lvdisplay -vt

D. vxprint -hvt

Answer: D

QUESTION NO: 9

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 6

Page 7: HP0-P20_actualcerts

Actu

alC

erts

.com

Which command is used to see the attached hardware using the new agile view addressing?

A. ioscan -fnN

B. ioscan -kfC

C. scsimgr scan hardware

D. hwinfo -v

Answer: A

QUESTION NO: 10

What can be determined using the which or whence command?

A. current version and release of an executable

B. compiler options used to create an executable

C. absolute path for an executable

D. pseudo terminal your session is currently logged on

Answer: C

QUESTION NO: 11

Which log file do you review to determine if the kernel module was modified on the command line?

A. /var/log/messages

B. /var/adm/syslog/syslog.log

C. /stand/vmunix.log

D. /var/adm/kc.log

Answer: D

QUESTION NO: 12

Which command is available to give you details about a command, including its options?

A. what

B. man

C. read

D. how

Answer: B

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 7

Page 8: HP0-P20_actualcerts

Actu

alC

erts

.com

QUESTION NO: 13

Which command is helpful to identify the size, owner, permissions and modification date of all files

in a directory?

A. ls -al

B. ls -ul

C. lsf

D. ls -alx

Answer: A

QUESTION NO: 14

Which statements are true about multi-threading? (Select two.)

A. Multi-threaded processes are easier to program.

B. Only multi-processor systems can run multi-threaded processes.

C. Multi-threading only works for system processes, not for application processes.

D. Multi-threaded processes may run faster on multi-core systems.

E. A multi-threaded process can run on multiple CPU cores.

Answer: D,E

QUESTION NO: 15

In which shell variable is the exit code of a command stored?

A. $$

B. $?

C. $!

D. $#

E. $*

Answer: B

QUESTION NO: 16

Which configuration file is used to configure the IP address of a network interface?

A. /etc/inetd.conf

B. /etc/rc.config.d/netconf

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 8

Page 9: HP0-P20_actualcerts

Actu

alC

erts

.com

C. /etc/networking/interfaces

D. /etc/hosts

E. /etc/netconfig

Answer: B

QUESTION NO: 17

Which vPar feature is available on HP-UX 11i v3?

A. shared I/O

B. CPU percentage granularity

C. dynamic migration of memory

D. dynamic migration of I/O cards

Answer: C

QUESTION NO: 18

Which tasks does the shutdown command perform? (Select two.)

A. sends a broadcast message to all users

B. grants a 300 second grace period for users to log out

C. kills all user logins

D. quickly kills all processes

E. unmounts only non-critical file systems

Answer: A,C

QUESTION NO: 19

If most of the available memory is locked, the system may deadlock. Some nonlockable memory

must be available to prevent deadlock. Which kernel parameter determines the amount of memory

that cannot be locked?

A. dbc_min_pct

B. dbc_max_pct

C. unlockable_mem

D. free_mem_limit

E. shmmax

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 9

Page 10: HP0-P20_actualcerts

Actu

alC

erts

.com

Answer: C

QUESTION NO: 20

Which files control the HP-UX System Management Homepage (SMH) configuration? (Select

two.)

A. /opt/smh/conf/envvars

B. /opt/hpsmh/lbin/envvars

C. /opt/hpsmh/hpsmh.conf

D. /opt/smh/conf/timeout.conf

E. /opt/smh/smh.conf

F. /opt/hpsmh/conf/timeout.conf

Answer: B,F

QUESTION NO: 21

Which features/functionalities does HP-UX System Management Homepage (SMH) in HPUX 11i

v3 have that SAM does not? (Select three.)

A. uses standard HP-UX commands to perform tasks

B. integrates with HP SIM

C. intuitive Terminal User Interface (TUI)

D. built-in help facility

E. Windows, Linux support

Answer: A,B,E

QUESTION NO: 22

What are key features of HP SIM without any additional plugin? (Select four.)

A. network maps

B. secure command fan-out to multiple systems

C. application management

D. automatic event handling

E. inventory reports

F. role-based access control

G. historical performance reports

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 10

Page 11: HP0-P20_actualcerts

Actu

alC

erts

.com

Answer: B,D,E,F

QUESTION NO: 23

Which tool can be used to manage multiple HP-UX servers, provide robust role-based security

and key-based authentication, and is included with HP-UX 11i v3?

A. SAM

B. SCM

C. SIM

D. SMH

Answer: C

QUESTION NO: 24

What should be used to ensure that background processes continue running after logout?

A. nohup command line& ; exit

B. nohup command line; init 1 &

C. nohup command line &; nice 10 nohup

D. command line; nohup &

Answer: A

QUESTION NO: 25

Which information does the ioscan -e command provide?

A. EFI boot options

B. EFI version

C. HP-UX and EFI address correlation

D. HP-UX version

Answer: C

QUESTION NO: 26

Which statements are true about HP-UX 11i v3 multipathing support? (Select two.)

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 11

Page 12: HP0-P20_actualcerts

Actu

alC

erts

.com

A. Native multipathing is bundled with theEnterprise and Mission Critical Operating Environments.

B. Native multipathing is bundled with all of the HP-UX Operating Environments except the

Technical Compute.

C. Native multipathing works with both legacy and persistent device special files (DSFs).

D. Native multipathing only works with persistent device special files (DSFs).

E. Native multipathing is bundled with all the HP-UX Operating Environments.

Answer: C,E

QUESTION NO: 27

Which statements are true about the new 11i v3 mass storage stack device special files (DSFs)?

(Select three.)

A. You can mix legacy and persistent DSFs.

B. You can set a flag to have legacy DSFs created for current and future storage devices.

C. Both legacy and persistent DSFs are created by default.

D. You must choose either legacy or persistent DSFs.

E. You can choose for the entire system to use only persistent DSFs.

Answer: A,C,E

QUESTION NO: 28

Which functionality is included in the Base-VxVM product? (Select two.)

A. striping

B. boot mirroring

C. dynamic multipathing support

D. RAID 5

E. dynamic relayout support

Answer: A,B

QUESTION NO: 29

Which functionalities are provided by Online JFS that are not provided by Base JFS? (Select two.)

A. online defragmentation

B. fast recovery

C. online file system resizing

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 12

Page 13: HP0-P20_actualcerts

Actu

alC

erts

.com

D. intent log

E. online fsck

Answer: A,C

QUESTION NO: 30

Which command can be used to list the contents of a tar archive?

A. pax -rv < archive

B. tar rl archive

C. cpio -lv < archive

D. pax -l < archive

Answer: A

QUESTION NO: 31

Which command lists all file system paging areas with totals?

A. machinfo -v

B. swapon -l

C. lvlnboot -s

D. swapinfo -ft

Answer: D

QUESTION NO: 32

Which command configures an IP address on an HP-UX system?

A. ipconfig

B. ifconfig

C. netconfig

D. lanconfig

Answer: B

QUESTION NO: 33

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 13

Page 14: HP0-P20_actualcerts

Actu

alC

erts

.com

Which protocols are used to authenticate CIFS users on an HP-UX 11i v3 system? (Select two.)

A. Kerberos

B. Public/Private Key

C. SSH

D. NTLM

E. EAP

Answer: A,D

QUESTION NO: 34

Which Directory Server product is available for HP-UX 11i v3?

A. NIS+ Server

B. Netscape Directory Server

C. SUSE Directory Server

D. Red Hat Directory Server

Answer: D

QUESTION NO: 35

Which protocol is used by HP-UX to assign an IP address to a client host?

A. DNS

B. NIS

C. BIND

D. DHCP

Answer: D

QUESTION NO: 36

As the system administrator, you issue the following command:

# set_parms addl_netwrk

Which value can be changed in the /etc/rc.config.d/netconf?

A. subnet mask

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 14

Page 15: HP0-P20_actualcerts

Actu

alC

erts

.com

B. IP address

C. hostname

D. MAC address

Answer: A

QUESTION NO: 37

The HP-UX nwmgr command can be used to display which values?

A. neighboring host network IP addresses

B. Standard Mode Security Extensions for a network

C. performance statistics about a LAN card

D. Install-Time Security details for the network

Answer: C

QUESTION NO: 38

Which statements are true about IPFilter on HP-UX 11i v3? (Select three.)

A. It supports X.25 interfaces.

B. It is installed and enabled by default.

C. It provides extensive logs.

D. It supports Network Address Translation (NAT).

E. It can be configured with multiple rules per line.

Answer: A,C,D

QUESTION NO: 39

You have been asked to disable telnet on one of the HP-UX servers you manage. Which file

should you edit to make this change?

A. /etc/networks

B. /etc/allow

C. /etc/inetd.conf

D. /etc/telnetd

Answer: C

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 15

Page 16: HP0-P20_actualcerts

Actu

alC

erts

.com

QUESTION NO: 40

Which Operating Environment (OE) is the minimum required to use Auto Port Aggregation?

A. Base OE (BOE)

B. Virtual Server OE (VSE-OE)

C. Technical Computing OE (TCOE)

D. High Availability OE (HA-OE)

E. Data Center OE (DC-OE)

Answer: A

QUESTION NO: 41

Which security tool can be used to detect an attack on HP-UX systems?

A. IPSec

B. Secure Shell (ssh)

C. NIS+

D. Host IDS

Answer: D

QUESTION NO: 42

Which file has a valid setuid bit?

-rw-r--r-S 1 root sys 8015 Apr 29 01:32 aaa

-rwSr--r-x 1 root sys 23451 Apr 29 01:32 bbb

-rw-r--r-T 1 root sys 9030 Apr 29 01:32 ccc

-rwxr-xr-x 1 root sys 12850 Apr 29 01:32 ddd

A. aaa

B. bbb

C. ccc

D. ddd

Answer: B

QUESTION NO: 43

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 16

Page 17: HP0-P20_actualcerts

Actu

alC

erts

.com

Which command identifies known security vulnerabilities on the system?

A. swa scan

B. swa ident

C. swa report

D. swa sec_chk

Answer: C

QUESTION NO: 44

After starting a preloaded system, which command can be used to set the initial system

parameters?

A. init

B. set_parms

C. setparms

D. initparms

Answer: B

QUESTION NO: 45

What is the best approach to increase user password security?

A. Lock the user account after entering the password incorrectly one time.

B. Use the file /etc/default/security to define requirement of special characters, digits and upper

case characters to be used for user passwords.

C. Increase the minimal password length to 16 characters.

D. Force the users to change their password every week by configuring password aging in

/etc/default/security.

Answer: B

QUESTION NO: 46

What is the purpose of Role-Based Access Control (RBAC)? (Select two.)

A. It provides a database containing all valid definitions of all user passwords.

B. It allows non-root users to invoke commands to manage their authorization information.

C. It is an alternative to the all-or-nothing security model of traditional root user-based systems.

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 17

Page 18: HP0-P20_actualcerts

Actu

alC

erts

.com

D. It uses an LDAP-UX directory for storing definitions of user roles.

E. It allows non-root users to invoke system administration commands.

Answer: C,E

QUESTION NO: 47

Which command can you use to remove superseded patches from your system and free up

space?

A. patchremove -s level

B. swmodify -x superseded=true

C. swremove -x superseded=true

D. cleanup -c level

Answer: D

QUESTION NO: 48

Where can you find HP-UX patches, patch bundles and enhancement patches? (Select two.)

A. http://www.hp.com/go/hpux-patches

B. http://patches.hp.com/

C. http://software.hp.com/

D. http://itrc.hp.com/

E. http://www.hp-ux.hp.com/patches/

Answer: C,D

QUESTION NO: 49

How can you minimize downtime when simultaneously installing multiple patches and a reboot is

necessary?

A. Create a script to install the patches step by step.

B. Install the patches in the required order.

C. First install all prerequisite patches and filesets,then install the desired patches.

D. Create a patch depot with the patches and all prerequisite patches.

Answer: D

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 18

Page 19: HP0-P20_actualcerts

Actu

alC

erts

.com

QUESTION NO: 50

Which command is used to add a boot option that includes an Ignite server on the EFI shell?

A. dbprofile

B. lanboot

C. nbp.efi

D. iuxprofile

Answer: A

QUESTION NO: 51

What are capabilities of Dynamic Root Disk (DRD)? (Select two.)

A. clones an HP-UX system image to an inactive disk

B. performs system maintenance on the clone while the HP-UX 11i system is offline

C. performs system maintenance on the clone while the HP-UX 11i system is online

D. provides synchronous mirroring of an HP-UX Root Disk

E. automatically resizes the root disk if free space falls below thresholds

Answer: A,C

QUESTION NO: 52

With regard to user account security, which files are important? (Select three.)

A. /etc/pwd

B. /etc/shadow

C. /etc/default/security

D. /etc/shadow/passwd

E. /var/adm/inetd.sec

F. /etc/passwd

G. /etc/rc.config.d/netconf

Answer: B,C,F

QUESTION NO: 53 DRAG DROP

Click Next or More to continue. Click the Task button.

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 19

Page 20: HP0-P20_actualcerts

Actu

alC

erts

.com

Answer:

Explanation:

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 20

Page 21: HP0-P20_actualcerts

Actu

alC

erts

.com

QUESTION NO: 54 DRAG DROP

Click Next or More to continue.Click the Task button.Label the HW components on the entry level

rx2660.

Answer:

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 21

Page 22: HP0-P20_actualcerts

Actu

alC

erts

.com

Explanation:

QUESTION NO: 55 DRAG DROP

Click Next or More to continue. Click the Task button. Build the LVMv1 command line to create the

volume group control file of vg01.

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 22

Page 23: HP0-P20_actualcerts

Actu

alC

erts

.com

Note: Command components need not be used or can be used multiple times.

Answer:

Explanation:

QUESTION NO: 56 DRAG DROP

Click Next or More to continue. Click the Task button. Place the basic SD-UX object types in the

correct order.

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 23

Page 24: HP0-P20_actualcerts

Actu

alC

erts

.com

Answer:

Explanation:

QUESTION NO: 57 DRAG DROP

Click Next or More to continue. Click the Task button. Match the Install-Time Security bundles with

their effects on system behavior.

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 24

Page 25: HP0-P20_actualcerts

Actu

alC

erts

.com

Answer:

Explanation:

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 25

Page 26: HP0-P20_actualcerts

Actu

alC

erts

.com

QUESTION NO: 58 DRAG DROP

Click Next or More to continue. Click the Task button. Match each Integrity server partitioning

technology with its description.

Answer:

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 26

Page 27: HP0-P20_actualcerts

Actu

alC

erts

.com

Explanation:

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 27

Page 28: HP0-P20_actualcerts

Actu

alC

erts

.com

QUESTION NO: 59

Click Next or More to continue. Click the Task button. Place the steps in the correct order to bring

a running Integrity system into single user mode.

Explanation:

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 28

Page 29: HP0-P20_actualcerts

Actu

alC

erts

.com

QUESTION NO: 60 DRAG DROP

Click Next or More to continue. Click the Task button. Place an "X" next to supported update paths

from HP-UX 11i v2 to HP-UX 11i v3 and from the original Operating Environments (OEs) to the

new OEs.

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 29

Page 30: HP0-P20_actualcerts

Actu

alC

erts

.com

Answer:

Explanation:

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 30

Page 31: HP0-P20_actualcerts

Actu

alC

erts

.com

QUESTION NO: 61 DRAG DROP

Click Next or More to continue. Click the Task button. Place the steps for updating your system

with Update-UX (terminal user interface) in the correct order.

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 31

Page 32: HP0-P20_actualcerts

Actu

alC

erts

.com

Answer:

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 32

Page 33: HP0-P20_actualcerts

Actu

alC

erts

.com

Explanation:

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 33

Page 34: HP0-P20_actualcerts

Actu

alC

erts

.com

QUESTION NO: 62 DRAG DROP

Click Next or More to continue. Click the Task button. A customer has installed Ignite C.7.x on an

rp3440 running HP-UX 11i v1. Indicate which operating systems the customer can deploy from

this Ignite server.

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 34

Page 35: HP0-P20_actualcerts

Actu

alC

erts

.com

Answer:

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 35

Page 36: HP0-P20_actualcerts

Actu

alC

erts

.com

Explanation:

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 36

Page 37: HP0-P20_actualcerts

Actu

alC

erts

.com

QUESTION NO: 63 HOTSPOT

Click Next or More to continue. Click the Task button.

Answer:

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 37

Page 38: HP0-P20_actualcerts

Actu

alC

erts

.com

Explanation:

QUESTION NO: 64

With HP-UX 11i v3, at which run level does sendmail begin delivering mail?

A. run level 1

B. run level 2

C. .run level 3

D. run level 5

Answer: B

QUESTION NO: 65

What is the purpose of the lvextend command?

A. increases the size of active swap

B. extends a logical volume across volume groups

C. increases the size of a logical volume

D. shares a logical volume with another system

Answer: C

QUESTION NO: 66

You want to create a mirror of a logical volume forcing the use of two controllers. Which

configuration file is used to accomplish this?

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 38

Page 39: HP0-P20_actualcerts

Actu

alC

erts

.com

A. /etc/lvmrc

B. /etc/dualcontroller

C. /etc/lvmtab

D. /etc/lvmpvg

Answer: D

QUESTION NO: 67

Which LVM command allows you to take advantage of dynamic LUN expansion?

A. vgmove

B. vgmodify

C. vgextend

D. vgchange

Answer: B

QUESTION NO: 68

Which command is used to identify the mapping between legacy device files and persistent device

special files (DSFs)?

A. scsimgr -m dsf

B. ioscan -map dsf

C. ioscan -m dsf

D. hwinfo -m dsf

Answer: C

QUESTION NO: 69

Which grouping demonstrates the hierarchical relationship?

A. Thread -> Program -> Shell

B. Shell -> Thread -> Program

C. Shell -> Program -> Thread

D. Program -> Shell -> Thread

Answer: C

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 39

Page 40: HP0-P20_actualcerts

Actu

alC

erts

.com

QUESTION NO: 70

You want to read the man page entry for a command that has multiple man pages in different

sections of the on-line manuals. Which command allows you to read the man pages of a specific

manual section? (Assume you want to read the passwd man page in section 4.)

A. man passwd

B. man 4 passwd

C. man -k passwd

D. man passwd 4

Answer: B

QUESTION NO: 71

Which syntax redirects stderr to stdout?

A. 1>2&

B. 2>&1

C. 1<2&

D. 3>&2

Answer: B

QUESTION NO: 72

Which commands copy a file to another HP-UX system? (Select three.)

A. remsh

B. ftp

C. rftp

D. login

E. rlogin

F. rcp G.scp H.cp

I.telnet

Answer: B,F

QUESTION NO: 73

What are benefits of HP-UX 11i v3 mass storage stacks when using parallel probing of HBAs,

targets, and LUNs at boot time and in response to an ioscan? (Select two.)

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 40

Page 41: HP0-P20_actualcerts

Actu

alC

erts

.com

A. improved boot time

B. improved availability

C. improved I/Oscan time

D. improved I/O performance

E. improved virtualization

Answer: A,C

QUESTION NO: 74

Which log file do you review to determine if the kernel was modified by a daemon?

A. /var/log/messages

B. /var/adm/kc.log

C. /var/adm/syslog/syslog.log

D. /stand/vmunix.log

Answer: B

QUESTION NO: 75

Which HP-UX System Management Homepage (SMH) authentication allows administrators to

monitor and manage multiple servers and devices from a central management station?

A. IP binding

B. IP restricted login

C. local/anonymous access

D. Local Server Certificate

E. Trust mode

Answer: E

QUESTION NO: 76

Which command can be used to switch the system console to the terminal where you are logged

in, thus making it the virtual system console?

A. init 0

B. init 1

C. init s

D. init S

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 41

Page 42: HP0-P20_actualcerts

Actu

alC

erts

.com

E. init 2

F. init 3

Answer: D

QUESTION NO: 77

Which statement describes the configuration of HP SIM users and authorizations in an HP-UX 11i

v3 environment?

A. HP SIM authorizations are derived from the operating system login account permissions.

B. HP SIM authorizations are configured in Select Access.

C. User accounts must exist on the HP SIM central management server and authorizations are

configured within HP SIM.

D. User accounts and authorizations in HP SIM are independent of operating system accounts.

Answer: C

QUESTION NO: 78

Which bundle extends the functionality of the Sec10Host security bundle by configuring IPFilter to

block all incoming connections except common, secured, management protocols?

A. Sec10Host

B. Sec99MngDMZ

C. Sec30DMZ

D. Sec20MngDMZ

E. Sec00Tools

Answer: D

QUESTION NO: 79

Usernames in HP-UX 11i v3 can be up to 255 characters in length. Which statement is true about

this functionality?

A. It is enabled by default and the User ID must be greater than 256.

B. It is enabled by default and can be disabled at any time after installation.

C. It can be manually enabled by temporarily stopping pwgrd and executing the lugadmin

command. Once enabled, long usernames can be disabled.

D. It must be manually enabled by temporarily stopping pwgrd and executing the lugadmin

command. Once enabled, long usernames cannot be disabled.

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 42

Page 43: HP0-P20_actualcerts

Actu

alC

erts

.com

Answer: D

QUESTION NO: 80

Which command determines which device files are configured for boot, root, swap and dump?

A. vgdisplay -v vg00

B. lvlnboot -v vg00

C. lifls -v vg00

D. lvdisplay -v /dev/vgroot

Answer: B

QUESTION NO: 81

What are functionalities of the LVM included with the Base Operating Environment (BOE)?

(Select two.)

A. mirroring volumes

B. extending volumes

C. configuring RAID 5

D. load balancing across multiple disk controllers

E. dynamically changing the extent size

F. improved virtualization

Answer: B,D

QUESTION NO: 82

Which tool is used to configure VxVM volumes?

A. vea

B. VRTSexplorer

C. vxsvc

D. vxinstall

Answer: A

QUESTION NO: 83

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 43

Page 44: HP0-P20_actualcerts

Actu

alC

erts

.com

What are accurate descriptions of an inode? (Select two.)

A. is identified by a unique inode number within its parent directory

B. identifies the file system type

C. contains the file's permissions and attributes

D. is used by the kernel to find the file's data blocks

E. can be listed with the command ls -n

Answer: C,D

QUESTION NO: 84

Which command can be used to duplicate a disk?

A. tar

B. dd

C. fbackup

D. cpio

Answer: B

QUESTION NO: 85

You need to add a new local printer to your system. The printer is an HP LaserJet using device file

/dev/lp. The name of the print queue will be my_lj. Which command should you use?

A. lpcreate -l -pmy_lj -v/dev/lp -sdisable

B. lpr -add -g7 -pmy_lj -mlaserjet -v/dev/lp

C. lpadd -pmy_lj -mdumb -v/dev/lp

D. lpadmin -pmy_lj -v/dev/lp -mlaserjet

Answer: D

QUESTION NO: 86

How is an "alias" IP address used?

A. It is another (secondary) host using your host address.

B. It is a short form of the IP address used to simplify connections.

C. It is an additional IP address on a single NIC.

D. It is a duplicate (identical) address configured on two separate NICs on the same system.

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 44

Page 45: HP0-P20_actualcerts

Actu

alC

erts

.com

Answer: C

QUESTION NO: 87

Which function does the HP-UX CIFS Client provide?

A. mounts Windows file systems on an HP-UX system

B. mountsWindows CIFS-formatted disks on an HP-UX system

C. shares HP-UX CIFS formatted disks with Windows clients

D. shares HP-UXfile systems with Windows clients

Answer: A

QUESTION NO: 88

What is the default protocol version for NFS running on HP-UX 11i v3?

A. 1

B. 2

C. 3

D. 4

Answer: C

QUESTION NO: 89

In which file should you set the DHCP_ENABLE variable to '1' to allow a client to use DHCP on

boot?

A. /etc/nsswitch.conf

B. /etc/hosts

C. /etc/rc.config.d/netconf

D. /etc/rc.config.d/dhcp.conf

Answer: C

QUESTION NO: 90

If you run the set_parms command without any options and do not get prompted for the IP

address, what could be the reason?

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 45

Page 46: HP0-P20_actualcerts

Actu

alC

erts

.com

A. Thereare no additional network cards that need to be configured.

B. The /etc/rc.config.d/netconf file is missing or corrupted.

C. The ip_address option was not given when the command was issued.

D. There is no networking installed on the system.

Answer: D

QUESTION NO: 91

Which information can be displayed using the ndd command?

A. IP forwarding parameters

B. network daemon details

C. network domain daemon

D. IP addresses used on the host

Answer: A

QUESTION NO: 92

Which file can be used to define client access to network services?

A. /etc/services

B. /etc/inetd.conf

C. /etc/access.conf

D. /etc/network

Answer: A

QUESTION NO: 93

Which file is involved in the configuration and operation of the default Apache software for HP-UX

11i v3?

A. /etc/http/conf/http.conf

B. /etc/apache.conf

C. /opt/hpws/apache/conf/httpd.conf

D. /etc/rc.config.d/apache.conf

Answer: C

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 46

Page 47: HP0-P20_actualcerts

Actu

alC

erts

.com

QUESTION NO: 94

Which Operating Environments (OEs) include MirrorDisk/UX by default? (Select three.)

A. Base OE (BOE)

B. Foundation OE (FOE)

C. Virtual Server OE (VSE-OE)

D. Data Center Operating Environment (DC-OE)

E. High Availability OE (HA-OE)

F. Technical Computing OE (TCOE)

Answer: C,D,E

QUESTION NO: 95

Which current Operating Environment (OE) includes Serviceguard on HP-UX 11i v3?

A. Enterprise OE (EOE)

B. Virtual Server OE (VSE-OE)

C. High Availability OE (HA-OE)

D. Base OE (BOE)

Answer: C

QUESTION NO: 96

Which information is delivered by running the msv2v3check script prior to an upgrade from 11i v2

to 11i v3?

A. if any unsupported firmware, network cards and third-party applications are found

B. exactly which host bus adapters and storage devices you have to check the Support Matrix

C. if any unsupported drivers, mass storage I/O cards and mass storage devices are found

D. exactly which system, processor and chipset you have to check the HP-UX Server Support

Matrix

Answer: C

QUESTION NO: 97

What are default configuration files for HP-UX Software Assistant? (Select two.)

A. /etc/swa.conf

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 47

Page 48: HP0-P20_actualcerts

Actu

alC

erts

.com

B. /etc/opt/swa/swa.cfg

C. /var/opt/swa/swa.conf

D. $HOME/.swa.conf

E. /etc/opt/swa/swa.conf

Answer: D,E

QUESTION NO: 98

Which utilities are provided by SD-UX? (Select three.)

A. swinstall

B. swsetup

C. swremove

D. swdelete

E. swmove

F. swcopy

G. swcheck

Answer: A,C,F

QUESTION NO: 99

Why does HP release patches? (Select three.)

A. to add new functionality

B. toimplement customer needs

C. to fix bugs

D. to add new hardware support

E. toremove unneeded software packages

F. to check the license state of installed applications

Answer: A,C,D

QUESTION NO: 100

Which command is used to install patches from a depot or patch bundle without interaction?

A. swinstall -s source -x reboot=true -x match_target=true

B. swinstall -s source -x autoreboot=true -x match_what_target_has=true

C. swinstall -s source -x autoreboot=true -x patch_match_target=true

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 48

Page 49: HP0-P20_actualcerts

Actu

alC

erts

.com

D. swinstall -s source -x reboot=true -x patch_match_target=true

Answer: C

QUESTION NO: 101

Issuing the command make_tape_recovery -s will create a recovery archive. What is included in

this archive? (Select two.)

A. a boot image to bring up the system again

B. an archive of all files and directories contained in the file systems in vg00

C. LVM configuration information for the root volume group

D. all customized configuration files needed to rebuild the system

E. a bootable client of Data Protector to recover all lost files from the backup server

Answer: A,C

QUESTION NO: 102

Which command is used to maintain the Ignite-UX configuration files?

A. save_config

B. instl_adm

C. make_config

D. auto_adm

Answer: B

QUESTION NO: 103

Click the Exhibit button.

Given the information provided in the exhibit, which statements are true? (Select three.)

The image is missing.

A. There is a user name 21001 or there is no entry for the user 21001 in the /etc/passwd file.

B. Users in the group users can remove the directory SG.

C. Every user on the system can execute the file active_path.sh.

D. Every user on the system can modify the file act.zone.

E. The user jdoe can list files in the directory QPKs.bak.

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 49

Page 50: HP0-P20_actualcerts

Actu

alC

erts

.com

F. The user jdoe can create files in the directory Mycust.

Answer: A,C,E

QUESTION NO: 104

In which location are security restrictions (like a password policy or allowed login times for a single

user) stored using the Standard Mode Security Extension (SMSE)?

A. /etc/default/security

B. /tcb/files/auth

C. /var/adm/userdb

D. /etc/shadow

Answer: C

QUESTION NO: 105

Click the Exhibit button.

Given the information provided in the exhibit, which statements are true? (Select two.)

The image is missing.

A. Users must use at least one special character in their passwords.

B. Users must use lower case characters in their passwords.

C. Users must change their passwords every 14 days. D.Usersare not warned before their

passwords expire.

E.Users must use at least one upper case character in their passwords.

F.Users are allowed to log in only one time.

Answer: B

QUESTION NO: 106

From a security perspective, what should you do to connect to a system without being asked for a

password?

A. Use the .shosts file.

B. Use the public/private key of SecureShell.

C. Use the .rhosts file.

D. Use telnet and a user without a password.

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 50

Page 51: HP0-P20_actualcerts

Actu

alC

erts

.com

Answer: B

QUESTION NO: 107

What is PAM used for?

A. to authorize user access

B. to perform an auditing service

C. to authenticate user access

D. to protect auditing services

Answer: C

QUESTION NO: 108

Which command determines if a local user account has been locked?

A. acctstat

B. passwd -l

C. userdbstat

D. userstat

Answer: D

QUESTION NO: 109

On which type of server hardware are vPars versions 4.x and 5.x supported?

A. processor-based servers

B. virtual machines

C. cell-based servers

D. ProLiant servers

Answer: C

QUESTION NO: 110

You have connected to an HP Virtual Machine's (HPVM) console, while logged in at the VM Host

MP console. Which command sequence must be given to drop out of the HPVM console, leaving

you at the vMP prompt?

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 51

Page 52: HP0-P20_actualcerts

Actu

alC

erts

.com

A. ^Z

B. ^A

C. ^B

D. ^X

Answer: D

QUESTION NO: 111

PRM is software in an HP-UX instance that allows you to create a partitioning scheme that is

based on which items?

A. CPU, Network, and Disk Space groups

B. Cell, Memory, and Application groups

C. CPU, Memory, Disk I/O, Application, and User groups

D. Disk I/O, Network, and Process Thread groups

Answer: C

QUESTION NO: 112

While starting a Serviceguard cluster, one node is not available to join due to a failure. Which

command can you use to start the cluster with the remaining nodes?

A. cmrunnode -n node1 ... -n nodex

B. cmmodnode -n nodex

C. cmruncluster -n node1 ...-n nodex

D. cmruncl -n node1 ... -n nodex

E. cmruncl -v

Answer: D

QUESTION NO: 113

What does the linkloop command test?

A. router activity

B. Maximum Transmission Unit (MTU) size

C. MAC address connectivity between network cards

D. loopback address connectivity between network cards

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 52

Page 53: HP0-P20_actualcerts

Actu

alC

erts

.com

Answer: C

QUESTION NO: 114

Which file contains the information sent in response to a bootp request?

A. /etc/services

B. /etc/bootptab

C. /etc/in etd.conf

D. /etc/bootp.conf

Answer: B

QUESTION NO: 115

Which commands can confirm host name resolution (DNS/Bind) is working correctly?

A. whois

B. uname

C. nsquery

D. hostname

E. gethostbyname

Answer: C

QUESTION NO: 116

What is IP multiplexing on a UNIX host?

A. increasing throughput on the network interface

B. binding the same IP address to multiple network interface

C. binding more than one IP address to a single network interface

D. binding more than one MAC address to a single network interface

Answer: C

QUESTION NO: 117

Which tools have been deprecated with the introduction of the nwmgr command? (Select three)

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 53

Page 54: HP0-P20_actualcerts

Actu

alC

erts

.com

A. netstat

B. ifconfig

C. linkloop

D. lanscan

E. lanadmin

Answer: C,D,E

QUESTION NO: 118

How can you enable only NFS version 4 support on HP-UX 11 i v3?

A. HP-UX v3 does not support NFSv4.

B. Change the NFSv4 kernel parameter to yes, recompile the kernel and reboot.

C. Using only NFSv4 is not supported; NFSv2 and NFSv3 are always enabled.

D. Set the configuration parameters NFS_SERVER_VERSMIN and NFS_SERVER_VERSMAX to

4.

Answer: D

QUESTION NO: 119

Which NFS server file contains a list of clients that currently have the server's NFS file systems

mounted?

A. /etc/fstab

B. /etc/rmtab

C. /etc/nfstab

D. /etc/mnttab

E. /etc/exports

Answer: B

QUESTION NO: 120

What is the length of an IPv4 address?

A. 32 bits

B. 48 bits

C. 64 bits

D. 128 bits

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 54

Page 55: HP0-P20_actualcerts

Actu

alC

erts

.com

Answer: A

QUESTION NO: 121

Which command displays Internet to Ethernet address resolution?

A. arp

B. lanscan

C. ifconfig

D. traceroute

Answer: A

QUESTION NO: 122

What are the new features offered in NFS version 4? (Select three.)

A. integrated security

B. asynchronous write support

C. integrated file locking support

D. simplified firewall configuration

E. support for the UDP network transport

Answer: A,C,D

QUESTION NO: 123

Which feature of HP CIFS allows a Unix uid or gid to be mapped to a Windows account or group?

A. nmbd

B. smbd

C. winbind

D. smbclient

Answer: C

QUESTION NO: 124 DRAG DROP

Click the Task button.

Using drag and drop, match each network configuration file with its common definition.

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 55

Page 56: HP0-P20_actualcerts

Actu

alC

erts

.com

Drag and drop question. Drag the items to the proper locations.

Answer:

Explanation:

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 56

Page 57: HP0-P20_actualcerts

Actu

alC

erts

.com

QUESTION NO: 125

Which file contains the modified configuration values that will be used the next time the cimserver

starts?

A. cimserver.conf

B. cimserver_start.conf

C. cimserver_planned.conf

D. cimserver_nextboot.conf

Answer: C

QUESTION NO: 126

Which pair of statements is true when launching a tool using HP System Insight Manager (HP

SIM)?

A. - authorizations are configured in HP SIM

- users are authenticated using PAM on the HP SIM Server

B. - authorizations are configured in HP SIM

- users are authenticated using HP SIM's internal user database

C. - authorizations are configured in Select Access

- users are authenticated using HP SIM's internal user database

D. - authorizations are derived from operating system login account permissions

- users are authenticated using PAM on the HP SIM Server

Answer: A

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 57

Page 58: HP0-P20_actualcerts

Actu

alC

erts

.com

QUESTION NO: 127

What does the pvcreate command create?

A. a hard partition

B. the physical links

C. a physical volume device file

D. the Ivm disk resident structures

Answer: D

QUESTION NO: 128

The HP-UX System Management Homepage is started using which URL?

A. http://hostname

B. http://hostname:80

C. http://hostname:2301

D. http://hostname/hpsmh

Answer: C

QUESTION NO: 129

Which areas can be locations of system bottlenecks? (Select three.)

A. disk

B. cpu

C. VPMON

D. memory

E. hard partition size

F. graphical interface

G. size of filesystems

Answer: A,B,D

QUESTION NO: 130

Which commands are recommended to clear the contents an active file called log-file? (Select

two.)

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 58

Page 59: HP0-P20_actualcerts

Actu

alC

erts

.com

A. >log-file

B. trim log-file "

C. freset log-file

D. cat /dev/null > log-file

Answer: A,D

QUESTION NO: 131

Where are system startup/shutdown scripts located?

A. /etc/rc2.d

B. /sbin/init.d

C. /sbin/config.d

D. /etc/rc.config.d

Answer: B

QUESTION NO: 132 DRAG DROP

Click the Task button.

Using drag and drop, match each backup/archive tool with its operation.

Drag and drop question. Drag the items to the proper locations.

Answer:

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 59

Page 60: HP0-P20_actualcerts

Actu

alC

erts

.com

Explanation:

QUESTION NO: 133

What are benefits of the HP-UX 11i v3 parallel probing of HBAs, targets, and LUNs? (Select two.)

A. improved boot time

B. improved availability

C. improved virtualization

D. improved I/O scan time

E. improved I/O performance

Answer: A,D

QUESTION NO: 134

How do you change a volume group name without reloading the data?

A. It is not possible.

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 60

Page 61: HP0-P20_actualcerts

Actu

alC

erts

.com

B. vgchange

C. vgexport, mkdir, mknod, vgimport

D. vgremove, mkdir, mknod, vgcreate

Answer: C

QUESTION NO: 135

How do you remove a virtual partition?

A. from the vPar monitor: MON>VPARREMOVE -p <vParName>

B. from the MP: CM>VPARDELETE and select the name of the vParfrom the list

C. execute vparstatus, then verify the vPar is down using vparremove -p <vParName>

D. bring down all the vPar kernels made from the same nPar and reboot the kernel into the nPar

Answer: C

QUESTION NO: 136

If ioscan shows no device files for a claimed hardware path, which command can be used to

recreate them?

A. Issf

B. reboot

C. insf-e

D. /sbin/ioinitrc

Answer: C

QUESTION NO: 137

Which feature is new to 11 i v3 and is only available on Integrity servers?

A. NUMA

B. ccNUMA

C. concurrent dumps

D. single CPU per socket

Answer: C

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 61

Page 62: HP0-P20_actualcerts

Actu

alC

erts

.com

QUESTION NO: 138

Which file systems are included with the HP-UX Foundation Operating Environment (OE)? (Select

two.)

A. ext3

B. hfs

C. VxVM

D. memfs

E. BaseJFS

F. Online JFS

Answer: B,E

QUESTION NO: 139

You want to create a mirror of a logical volume using two controllers. Which configuration file is

used to accomplish this?

A. /etc/lvmrc

B. /etc/lvmtab

C. /etc/lvmpvg

D. /etc/dualcontroller

Answer: C

QUESTION NO: 140

Which HW components are always found in an HP Integrity processor-based system? (Select

three.)

A. core I/O

B. cell boards

C. ltanium2CPU

D. PCI I/O cards

E. PA 8900 CPU

F. HP-PB I/O cards

Answer: A,C,D

QUESTION NO: 141

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 62

Page 63: HP0-P20_actualcerts

Actu

alC

erts

.com

Which HP-UX 11 i v3 command allows SCSI device management and diagnoses?

A. ioinit

B. iofind

C. scsiutil

D. scsimgr

Answer: D

QUESTION NO: 142

Which are structures inside a journal file system? (Select two.)

A. mcells

B. intent log

C. fragment

D. inode table

E. cylinder group

Answer: B,D

QUESTION NO: 143

HP-UX typically has multiple file systems configured. What is an advantage single HP-UX system?

A. enables the creation of very large files

B. required for a demand paging system

C. helps to avoid excessive file fragmentation

D. allows each file system to be tuned separately

Answer: D

QUESTION NO: 144

What do physical volume links provide in HP-UX 11i v2?

A. access to a spare disk

B. automatic load balancing

C. an alternate path to a disk

D. improved RAID performance

Answer: C

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 63

Page 64: HP0-P20_actualcerts

Actu

alC

erts

.com

QUESTION NO: 145

Which command determines which device files are configured for boot, root, swap and dump?

A. lifls-vvg00

B. Ivlnboot-v vg00

C. vgdisplay-v vg00

D. Ivdisplay -v /dev/vgroot

Answer: B

QUESTION NO: 146

What is the purpose of the extendfs command?

A. increases the size of active swap

B. increases the size of a logical volume

C. extends a file system within a logical volume

D. shares a logical volume with another system

E. extends a logical volume across volume groups

Answer: C

QUESTION NO: 147

Which symbol is used to append error messages to a file in the POSIX shell?

A. 2>

B. >>2

C. 2<<

D. 2>>

Answer: D

QUESTION NO: 148

How do you search through all man pages for a command?

A. man -c keyword

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 64

Page 65: HP0-P20_actualcerts

Actu

alC

erts

.com

B. man -k keyword

C. man -s keyword

D. man -v keyword

Answer: B

QUESTION NO: 149

What can be determined using the file command?

A. type of file selected

B. absolute path for an executable

C. compiler options used to create an executable

D. pseudo terminal your session is currently logged on

Answer: A

QUESTION NO: 150

Which command makes additional crontab entries?

A. cron-a

B. crontab-e

C. vi /etc/crontab

D. /usr/sbin/cron -e

Answer: B

QUESTION NO: 151

What does a hard link between two files do?

A. allows two users to own the same file

B. ensures that two files get deleted together

C. allows multiple file names to reference the same data in a filesystem

D. allows multiple file names to reference the same data across two filesystems

Answer: C

QUESTION NO: 152 CORRECT TEXT

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 65

Page 66: HP0-P20_actualcerts

Actu

alC

erts

.com

Click the Task button.

Using point and click, identify the User ID field in the /etc/passwd file shown in the graphic.

Click on the correct location or locations in the exhibit.

Answer:

QUESTION NO: 153

Which command does root use to send an instant message to all users?

A. wall

B. talk

C. send

D. write

Answer: A

QUESTION NO: 154

What does find /-name datafile return?

A. path names of all files called datafile

B. number of files called datafile in your current directory

C. relative path of files called datafile from your current directory down

D. relative path names of all files called datafile in your current directory

Answer: A

QUESTION NO: 155

Which command can be used to verify a network interface card (NIC) is enabled?

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 66

Page 67: HP0-P20_actualcerts

Actu

alC

erts

.com

A. arp

B. ping

C. lanscan

D. nslookup

Answer: C

QUESTION NO: 156

What does the command touch myfile do if myfile exists?

A. nothing

B. gives an error

C. sets the file size to zero

D. updates the date/time stamp

Answer: D

QUESTION NO: 157

Information about the currently installed software for the local system is stored in which location?

A. /var/adm/sw/depot

B. A/ar/adm/sw/products

C. /var/adm/sw/filesets

D. /var/adm/sw/swinstall.log

Answer: B

QUESTION NO: 158

How do you determine which patches are currently installed on the system?

A. check_patches

B. swlist -I product | grep -i ph

C. swlist -I depot | grep -i ph

D. swlist -I product | grep -i patch

Answer: B

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 67

Page 68: HP0-P20_actualcerts

Actu

alC

erts

.com

QUESTION NO: 159

What is the smallest component that you can install with swinstall?

A. file

B. fileset

C. product

D. sub-product

Answer: B

QUESTION NO: 160

Which file transfer protocols are used by an Ignite server? (Select two.)

A. nfs

B. rep

C. scp

D. tftp

E. cifs

Answer: A,D

QUESTION NO: 161

Which HP Role-Based Access Control (RBAC) command allows a user to execute a program

under a different user id?

A. exec

B. sudo

C. runas

D. privrun

Answer: D

QUESTION NO: 162

Which file configures PAM (Pluggable Authentication Module)?

A. /etc/pam.conf

B. /sbin/init.d/pam

C. /opt/PAM/pam.conf

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 68

Page 69: HP0-P20_actualcerts

Actu

alC

erts

.com

D. /etc/rc.config.d/pam

Answer: A

QUESTION NO: 163

Which security features are available on 11 i v2 and not available on 11i v1? (Select three.)

A. IPSec

B. Bastille

C. LDAP-UX

D. Install-time Security

E. Security Containment

F. Encypted Volume and File System

Answer: D,E,F

QUESTION NO: 164

What is the default umask value for a non-root user?

A. 022

B. 200

C. 440

D. 644

Answer: A

QUESTION NO: 165

The anonymous user (nobody) is pre-configured on HP-UX to have which user ID?

A. 0

B. 2

C. -2

D. 65534

E. -65534

Answer: C

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 69

Page 70: HP0-P20_actualcerts

Actu

alC

erts

.com

QUESTION NO: 166

Which statement is true about a Virtual Private Network (VPN)?

A. It is only used behind a firewall.

B. It is a very fast dedicated network.

C. It allows for clear text transmission.

D. It is an encrypted stream over a public network.

Answer: D

QUESTION NO: 167

Which command compares the current state of the system to a saved Bastille baseline?

A. bastille_diff

B. bastille_drift

C. bastille_verify

D. bastille_compare

Answer: B

QUESTION NO: 168

Which benefit does PV-Links provide?

A. multiple paths to the same U\N card

B. multiple paths to the same physical disk

C. symbolic link to the same physical device

D. multiple physical disks combined into a volume group

Answer: B

QUESTION NO: 169

Which I/O bus technology is supported on Integrity based systems?

A. PCI

B. EISA

C. HSC

D. EIDE

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 70

Page 71: HP0-P20_actualcerts

Actu

alC

erts

.com

Answer: A

QUESTION NO: 170

Which file system component contains information describing file attributes?

A. inode

B. intent log

C. superblock

D. journal cache

Answer: A

QUESTION NO: 171

Which command can be used to show all physical volumes in a volume group?

A. vgdisplay

B. pvdisplay

C. Ivdisplay

D. Ivmdisplay

Answer: A

QUESTION NO: 172

What is a use of the intent log in a journaled file system?

A. logmeta data changes

B. provide an audit trail log

C. track mirror transactions

D. improve buffer cache performance

E. log user data prior to a physical write

Answer: A

QUESTION NO: 173

Which new features of HP-UX 11 i v3 potentially increase the overall I/O performance compared to

previous releases of HP-UX 11i? (Select two.)

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 71

Page 72: HP0-P20_actualcerts

Actu

alC

erts

.com

A. Native Multi-Pathing

B. sx2000 chipset support

C. Agile device addressing

D. Unified File Cache (UFC)

E. Persistant Device Special Files

Answer: A,D

QUESTION NO: 174

Which main file contains the LVM configuration information?

A. Ivmrc

B. Ivmpvg

C. Ivmtab

D. Ivmconf

E. Ivminfo

Answer: C

QUESTION NO: 175

You have expanded an existing LUN in your EVA storage. The LUN belongs to an HP-UX 11 i v3

LVM volume group (VG). You want to expand the volume group to reflect the new LUN size. What

is the most efficient way to accomplish this?

A. You cannot expand a physical volume when using LVM.

B. Create another physical volume and extend your current VG.

C. Backup,remove, create and restore the data to reflect the new size.

D. Use the vgmodify command to change the physical volume attributes.

Answer: D

QUESTION NO: 176

Which command ends an unresponsive process?

A. kill-1 PID

B. kill-3 PID

C. kill-s SIGSTOP PID

D. kill-sSIGKILL PID

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 72

Page 73: HP0-P20_actualcerts

Actu

alC

erts

.com

Answer: D

QUESTION NO: 177

Which technology does the Intel Itanium2 processor use?

A. Complex Instruction Set Computing

B. Reduced Instruction Set Computing

C. Explicity Parallel Instruction Computing

D. Super Scalar Reduced Instruction Computing

Answer: C

QUESTION NO: 178 DRAG DROP

Click the Task button.

Using drag and drop, match each partitioning technology with the correct description.

Answer:

Explanation:

Drag and drop question. Drag the items to the proper locations

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 73

Page 74: HP0-P20_actualcerts

Actu

alC

erts

.com

QUESTION NO: 179

What is the function of the HP CIFS Server?

A. to share HP-UXfile systems with Windows clients

B. tomount Windows file systems on an HP-UX system

C. to share HP-UX CIFS-formatted disks with Windows clients

D. tomount Windows CIFS-formatted disks on an HP-UX system

Answer: A

QUESTION NO: 180

What are the new features of BIND 9.3.2? (Select three.)

A. integration with IPFilter

B. storing of IPv6 addresses

C. support for new DNSSEC features

D. new method of listing master servers

E. configure the ordering of records in a multi-record response

Answer: C,D,E

QUESTION NO: 181

Which Directory Server products are available for HP-UX 11i v3? (Select two.)

A. NIS Server

B. NIS+Server

C. LDAP-UX Integration

D. SuSe Directory Server

E. Red Hat Directory Server

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 74

Page 75: HP0-P20_actualcerts

Actu

alC

erts

.com

Answer: A,E

QUESTION NO: 182

Which network transport protocol is supported by NFS version 4?

A. rtp

B. tcp

C. ntp

D. udp

Answer: B

QUESTION NO: 183

Which command displays the IP address to hardware address translation table?

A. arp

B. netstat

C. linkloop

D. lanscan

E. nslookup

Answer: A

QUESTION NO: 184

Which file is used during network startup to identify the network interface name, IPv4 address, and

subnet mask of your U\N card?

A. netconf

B. nfsconf

C. auditing

D. swconfig

Answer: A

QUESTION NO: 185

Which configuration file determines the synchronization sources and operating modes of NTP?

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 75

Page 76: HP0-P20_actualcerts

Actu

alC

erts

.com

A. /etc/xntpd

B. /etc/ntp.conf

C. /etc/rc.config.d/ntpconf

D. /etc/rc.config.d/netdaemons

Answer: B

QUESTION NO: 186

On an NFS server, which commands can you use to determine which clients have mounted

exported file systems? (Select two.)

A. mount -v

B. showmount-a

C. more /etc/rmtab

D. more /etc/nfstab

E. more /etc/mounts

Answer: B,C

QUESTION NO: 187

Which command is used to verify remote host connectivity?

A. inet

B. ping

C. netstat

D. portmap

Answer: B

QUESTION NO: 188

Which HP service and support tool is offered free-of-charge and provides proactive event

notification to HP in case of failure of HP-UX servers?

A. Support Tools Manager

B. Event Monitoring Service

C. Instant SupportEnterprise Edition

D. HP Online Diagnostics Environment

E. HP Offline Diagnostics Environment

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 76

Page 77: HP0-P20_actualcerts

Actu

alC

erts

.com

Answer: C

QUESTION NO: 189

Which Ignite command makes a recovery tape of all files in vgOO?

A. make_net_recovery -xinc=/dev/vgOO -d /dev/rmt/1 mn

B. make_tape_recovery -x inc_vgOO=all -a /dev/rmt/1 mn

C. make_recovery -x inc_entire=/dev/vgOO -a /dev/rmt/1 mn

D. make_tape_recovery -x inc_entire=/dev/VgOO -a /dev/rmt/1 mn

Answer: D

QUESTION NO: 190

A customer wants to migrate to HP-UX 11 i v3. The customer has several HP 9000 and Integrity

systems to test on. Which options or systems will support HP-UX 11i v3? (Select two.)

A. L3000 currently running HP-UX 11 i v2

B. BL60p currently running HP-UX 11 i v2

C. rp3410 currently running HP-UX 11 i v2

D. vPar (version A.03.X) on HP 9000 Superdome running HP-UX 11 i v1

Answer: B,C

QUESTION NO: 191 DRAG DROP

Click on the Task button.

Using drag and drop, match the commands with the functions performed.

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 77

Page 78: HP0-P20_actualcerts

Actu

alC

erts

.comDrag and drop question. Drag the item to the proper location.

Answer:

Explanation:

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 78

Page 79: HP0-P20_actualcerts

Actu

alC

erts

.com

QUESTION NO: 192

Which operator will start a process in the background?

A. ;

B. ||

C. &

D. |&

E. SS

Answer: C

QUESTION NO: 193

Which statements are true regarding threads and processes? (Select two.)

A. A thread is a component of a process

B. A process is a component of a thread.

C. Threads and processes have nothing to do with each other.

D. A thread forces the entire process to run on a single set of resources.

E. A process is a container for a set of instructions that carry out a task of the program.

Answer: A,E

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 79

Page 80: HP0-P20_actualcerts

Actu

alC

erts

.com

QUESTION NO: 194

Which environmental variable allows you to override the default directories searched for man

pages?

A. PATH

B. PATHVI

C. MANPATH

D. MANPAGE

QUESTION NO: 195

Which command can you use to terminate a process?

A. kill

B. stop

C. abort

D. signal

E. terminate

Answer: A

QUESTION NO: 196

Which sftp command allows a user to copy the contents of an entire directory?

A. get

B. rep

C. mget

D. getall

E. mpull

Answer: C

QUESTION NO: 197

Which statement describes the configuration of HP System Insight Manager (HP SIM) users and

authorizations?

A. HP SIM authorizations are configured in Select Access.

B. HP SIM authorizations are derived from the operating system login account permissions.

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 80

Page 81: HP0-P20_actualcerts

Actu

alC

erts

.com

C. User accounts and authorizations in HP SIM are independent of operating system accounts.

D. User accounts must exist on the HP SIM central management server and authorizations are

configured within HP SIM.

Answer: D

QUESTION NO: 198 DRAG DROP

Click the Task button.

Using drag and drop, match the process or daemon name with the correct definition.

Drag and drop question. Drag the items to the proper locations.

Answer:

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 81

Page 82: HP0-P20_actualcerts

Actu

alC

erts

.com

QUESTION NO: 199 DRAG DROP

Click the Task button.

Using drag and drop, match each command with the corresponding description.

Drag and drop question. Drag the items to the proper locations.

Answer:

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 82

Page 83: HP0-P20_actualcerts

Actu

alC

erts

.com

QUESTION NO: 200

If the HP System Management Homepage daemon is not running, which command

A. smh start

B. smh startup

C. hpsmh start

D. hpsmh autostart

Answer: D

QUESTION NO: 201

During a run-state change from run level 1 to run level 2, which of these scripts would run last?

A. /sbin/rc2.d/S620xfs

B. /sbin/rc2.d/S500inetd

C. /sbin/rc2.d/K200tps.rc

D. /sbin/rc2.d/K900nfs.server

E. /sbin/rc2.d/S430nfs.client

Answer: A

QUESTION NO: 202

Using the Online JFS product, which command sequence extends a mounted JFS file system?

A. Ivextend, fsadm

B. Ivextend, extendfs

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 83

Page 84: HP0-P20_actualcerts

Actu

alC

erts

.com

C. umount, Ivextend, fsadm

D. umount, Ivextend, extendfs

Answer: A

QUESTION NO: 203

By default, where does the cpio command send its output?

A. /tmp

B. stdout

C. stderr

D. cpio.out

Answer: B

QUESTION NO: 204

How do you add 16GB of memory to a vPar?

A. from the vPar monitor: MON> vparmodify -p # -a mem:16Gb

B. from the MP: CM>VPARMOD .select the vPar name from the list, then select Add Memory and

type 16G

C. from the HP-UX command line: execute vparremove -p <vParName> and recreate the vPar

with the desired amount of memory

D. from the HP-UX command line: execute vparstatus to determine the vPar is down,then execute

vparmodify -p <vParName>-a mem::16348

Answer: D

QUESTION NO: 205

Which commands should be used to monitor disk I/O statistics? (Select two.)

A. sar

B - top

C - iostat

D. netstat

E. linkloop

Answer: A

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 84

Page 85: HP0-P20_actualcerts

Actu

alC

erts

.com

QUESTION NO: 206

Which command displays active shared memory segments?

A. ipcs

B. mstat

C. vmstat

D. strings /dev/kmem

Answer: A

QUESTION NO: 207

Which Pluggable Authentication Module (PAM) restricts login access for a set of users?

A. pam_unix

B. pam_hpux

C. pam_authz

D. pam_access

E. pam_validate

Answer: C

QUESTION NO: 208

What is a benefit of Secure Shell?

A. increase security of POSIX shell

B. prevents denial of service attacks

C. authentication through hidden identity

D. privacy of data through strong encryption

Answer: D

QUESTION NO: 209

What does the file /var/adm/inetd.sec do?

A. controls access to kernel subsystems

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 85

Page 86: HP0-P20_actualcerts

Actu

alC

erts

.com

B. stores internet security services history

C. specifies extra security for anonymous ftp users

D. provides an extra layer of security for HP-UX systems

Answer: D

QUESTION NO: 210

Which statements are true for a LVM logical volume? (Select two.)

A. It is not a file system.

B. It may contain a file system.

C. You can have one logical volume per volume group.

D. A logical volume contains one or more volume groups.

Answer: A,B

QUESTION NO: 211

Which LVM command allows dynamic size expansion of LUNs?

A. vgmove

B. vgmodify

C. vgextend

D. vgchange

Answer: B

QUESTION NO: 212

What is the purpose of the Ivextend command?

A. extends a file system within a logical volume

B. increases the size of active swap

C. extends a logical volume across volume groups

D. increases the size of a logical volume

E. shares a logical volume with another system

Answer: D

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 86

Page 87: HP0-P20_actualcerts

Actu

alC

erts

.com

QUESTION NO: 213

Which users are included in the /etc/ftpd/ftpusers file?

A. those allowed ftp access

B. those not allowed ftp access

C. those allowed anonymous ftp access

D. those allowed ftp access without a password

Answer: B

QUESTION NO: 214

Which file contains information about unsuccessful login attempts?

A. /etc/wtmp

B. /var/adm/btmps

C. /var/adm/utmps

D. /var/syslog/failed_logins

Answer: B

QUESTION NO: 215

Which command determines if a local user account has been locked?

A. acctstat

B. userstat

C. passwd-l

D. userdbstat

Answer: B

QUESTION NO: 216

What is PAM (Pluggable Authentication Module) used for?

A. to tell each service which authentication module to use

B. to indicate which service can run in a nonsecure mode

C. to enable the ftp service with pluggable module encryption

D. to encrypt and authenticate IP packets at the network layer

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 87

Page 88: HP0-P20_actualcerts

Actu

alC

erts

.com

Answer: A

QUESTION NO: 217

What are benefits of Encrypted Volume and File System? (Select two.)

A. protects data at rest

B. protects data in use C. encrypts any mounted filesystem

D. works with any supported volume manager

E. provides additional file system access control

Answer: A

QUESTION NO: 218

What is the result when a user enters the telnet command without arguments?

A. An error is returned.

B. Telnet enters command mode.

C. The system connects to its loopback address.

D. The system connects to the last known system address.

Answer: B

QUESTION NO: 219

In which order are cron.allow and cron.deny evaluated on an HP-UX system when both files exist?

A. first cron.allow then cron.deny

B. first cron.deny then cron.allow

C. only cron.allow; cron.deny is ignored

D. only cron.deny; cron.allow is ignored

Answer: C

QUESTION NO: 220 DRAG DROP

Click the Task button.

Using drag and drop, arrange the steps in sequence to create a file system.

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 88

Page 89: HP0-P20_actualcerts

Actu

alC

erts

.com

Drag and drop question. Drag the items to the proper locations.

Answer:

QUESTION NO: 221

How is the priority of a child process assigned?

A. assigned randomly

B. inherited from the parent process

C. assigned the next lowest available priority

D. assigned the next highest available priority

Answer: B

QUESTION NO: 222

Which command scans for system hardware, interface cards, and usable I/O system devices?

A. ioscan

B. lanscan

C. sysview

D. scansys

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 89

Page 90: HP0-P20_actualcerts

Actu

alC

erts

.com

Answer: A

QUESTION NO: 223

Which variable holds the result status of an executed command?

A. $!

B. $#

C. $?

D. $error

Answer: C

QUESTION NO: 224

You need information about linking files but don't know the specific command to use. Which

command points you to the right command?

A. which link

B. man-c link

C. man-k link

D. apropos link

Answer: C

QUESTION NO: 225

What is a benefit of using Ignite-UX?

A. reduces the cost of software distribution

B. updates all applications to their current versions

C. searches the internet for updates to all applications listed in the /etc/update file

D. automatically installs all current OS patches fromwww.hp.com/HP-UX/patches

Answer: A

QUESTION NO: 226

Which information is provided in the swiist output by default? (Select three.)

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 90

Page 91: HP0-P20_actualcerts

Actu

alC

erts

.com

A. version number

B. product/bundle size

C. product/bundle name

D. description of the product/bundle

E. directory where product/bundle is installed

Answer: A,C,D

QUESTION NO: 227

The /etc/resolv.conf file effects which service

A. NIS

B. NTP

C. DHCP

D. DNS/BIND

Answer: D

QUESTION NO: 228

On an NFS client, which configuration file is used to name the local mount point when mounting a

file system from an NFS server during system boot?

A. fstab

B. nfstab

C. exports

D. nfs.conf

Answer: A

QUESTION NO: 229

On HP-UX 11iv3, what is the default maximum protocol version of the NFS server and client?

A. 1

B. 2

C. 3

D. 4

Answer: C

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 91

Page 92: HP0-P20_actualcerts

Actu

alC

erts

.com

QUESTION NO: 230

The set_parms command is an interactive system set-up command that allows you to specify

which various parameters? (Select two.)

A. sendmail

B. timezone

C. IP address

D. security parameters

Answer: B,C

QUESTION NO: 231

Which commands query the DNS name server for IP related information? (Select two.)

A. dig

B. iplist

C. ipview

D. nslookup

Answer: A,D

QUESTION NO: 232

Which program invokes Internet server processes as needed?

A. inetd

B. ifconfig

C. swconfig

D. svrconfig

Answer: A

QUESTION NO: 233

What is the length of an IPv6 address?

A. 32 bits

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 92

Page 93: HP0-P20_actualcerts

Actu

alC

erts

.com

B. 48 bits

C. 64 bits

D. 128 bits

Answer: D

QUESTION NO: 234

What is the function of the HP CIFS Client?

A. to share HP-UXfile systems with Windows clients

B. tomount Windows file systems on an HP-UX system

C. to share HP-UX CIFS formatted disks with Windows clients

D. tomount Windows CIFS-formatted disks on an HP-UX system

Answer: B

QUESTION NO: 235

To enable the DHCP client on boot, the DHCP_ENABLE variable is set to '1' in which file?

A. /etc/hosts

B. /etc/nsswitch.conf

C. /etc/rc.config.d/netconf

D. /etc/rc.config.d/dhcp.conf

Answer: C

QUESTION NO: 236

What is an "alias" IP address?

A. an additional IP address on a single NIC

B. another (secondary) host using your host address

C. a short form of the IP address used to simplify connections

D. a duplicate (identical) address configured on two separate NICs on the same system

Answer: A

QUESTION NO: 237

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 93

Page 94: HP0-P20_actualcerts

Actu

alC

erts

.com

Which configuration file determines the mail relay behavior of the sendmail daemon?

A. /etc/sendmail.relay

B. /etc/mail/relay.conf

C. /etc/mail/sendmail.cf

D. /etc/rc.config.d/netdaemons

Answer: C

QUESTION NO: 238

Which file configures whether AutoFS is enabled or disabled on an HP-UX: system?

A. /etc/netconf

B. /etc/nfsconf

C. /etc/a utomount.conf

D. /etc/rc.config.d/nfsconf

Answer: D

QUESTION NO: 239

You are installing an rx7640 with two internal disks and Mirror/Disk UX. Which RAID level provides

data protection for this environment?

A. RAID 0

B. RAID 1

C. RAID 3

D. RAID 5

E. RAID 1 +0

Answer: B

QUESTION NO: 240

Which file needs to be configured to automatically check and mount file systems?

A. /etc/sbtab

B. /etc/fstab

C. /etc/mnttab

D. /var/adm/fstab

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 94

Page 95: HP0-P20_actualcerts

Actu

alC

erts

.com

Answer: B

QUESTION NO: 241

Which default system setting is located in /etc/default directory?

A. default system time

B. default file system type

C. default disk space usage limits

D. default password for new users

Answer: B

QUESTION NO: 242

What is the main script that controls the start up of system services?

A. /sbin/rc

B. /sbin/ioinitrc

C. /sbin/bcheckrc

D. /sbin/preinitre

Answer: A

QUESTION NO: 243

Which features are enabled by the HP-UX WBEM (Web-Based Enterprise Management) provider

instrumentation? (Select three.)

A. HP-UX Software Assistant capabilities

B. HP Systems Insight Manager (HP SIM) inventory reports

C. HP Systems Insight Manager (HP SIM) user configuration

D. Management processor display of health of the server it is managing

E. HP Systems Management Homepage (SMH) display of component health

F. HP SIM and SMH display of system health and properties

G. HP System Management Homepage (SMH) configuration snapshots and inventory reports

Answer: B,E,F

QUESTION NO: 244

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 95

Page 96: HP0-P20_actualcerts

Actu

alC

erts

.com

Where is the default run-state found?

A. /etc/rc

B. /etc/rc3.d

C. /etc/inittab

D. /sbin/bcheckrc

E. defined by the user at boot time

Answer: C

QUESTION NO: 245

Which command is used to pvcreate a disk that has been previously used in LVM?

A. pvcreate-F/dev/dsk/c1t2d0

B. pvcreate -f /dev/dsk/dt2d0

C. pvcreate-B/dev/rdsk/c1t2d0

D. pvcreate-f/dev/rdsk/cTt2d0

Answer: D

QUESTION NO: 246

What can an administrator do to optimize an existing JFS filesystem?

A. increase SWAP size

B. change mount options

C. change syslog.log size

D. increase the number of logical volumes

Answer: B

QUESTION NO: 247

If the console output displays a FAIL message of a service or application during system startup,

which file can provide additional information on the symptoms?

A. /etc/salog

B. /etc/rc.log

C. /etc/messages.log

D. /var/adm/sw/swagent.log

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 96

Page 97: HP0-P20_actualcerts

Actu

alC

erts

.com

Answer: B

QUESTION NO: 248

Why do you use the HP-UX System Management Homepage (SMH) and its functional areas?

(Select three.)

A. to configure the HP-UX Event Monitoring System

B. to see the health of the system and its components

C. to manage a small number of systems in your environment

D. to perform HP-UX management tasks such as configuration

E. to run inventory reports and snapshot comparisons on the HP-UX system

F. to manage Web-BasedEnterprise Management subscriptions and view events on the system

Answer: B,D,F

QUESTION NO: 249

Identify the guidelines for selecting device swap areas. (Select two.)

A. one swap area per disk

B. dissimilar size of the disks

C. consider speed of the disks

D. 1st swap should have priority

E. minimum two swap areas per disk

Answer: A,C

QUESTION NO: 250

Which commands are used to list device file details? (Select two).

A. Isdev

B. Isf -a

C. insf-e

D. ioscan-fn

E. Issf <specialfile>

Answer: D,E

HP HP0-P20: Practice Exam

"Find Exactly What You're Looking For" - www.actualcerts.com 97