Winter Sale- Special Discount Limited Time 65% Offer - Ends in 0d 00h 00m 00s - Coupon code: netdisc

IBM S1000-007 IBM AIX v7 Administrator Specialty Exam Practice Test

Page: 1 / 9
Total 92 questions

IBM AIX v7 Administrator Specialty Questions and Answers

Question 1

A customer checks their paging space on an AIX LPAR and sees the following output:

Page SpacePhysical VolumeVolume GroupSize%UsedActiveAutoTypeChksum

pagingOOhdisk2pgvg4576MB12yesnoIv0

hd6hdisklrootvg512MB99yesyesIv0

They want to have pagingOO be active after the next reboot. Which command should be issued to accomplish this?

Options:

A.

swapon

B.

laps

C.

swapoff

D.

chps

Question 2

An application crashes while processing annual leave. An administrator checks the system error log and finds entries with: FILE SYSTEM CORRUPTION

How should the administrator attempt to resolve this error?

Options:

A.

Load the last application backup and restore all files for the file system reporting the error in the system error log.

B.

Check the error log for the file system reporting the error; unmount it and run f sck.

C.

Runerrclear auto=yes and reboot the system.

D.

Reboot the system in maintenance mode and run full recovery.

Question 3

How is the error entry related to a system crash preserved until the system has recovered?

Options:

A.

It is immediately written to a file.

B.

It is written to NVRAM and processed when the system comes back up.

C.

It is sent to another system using syslog and processed when the system comes back up.

D.

It is sent to the HMC and processed when the system comes back up.

Question 4

A redundant power supply on a server was replaced a couple of months ago. but the administrator continues to receive a report regarding a power supply problem. How can the administrator resolve this?

Options:

A.

Run cfgmgr -v -o fix.

B.

Run diag with option to log repair action.

C.

Run rmdev -1 powerO -d, then cfgmgr.

D.

Run errclear -C fix.

Question 5

An AIX administrator would like to create an account called adm. Which is the issue with creating this account?

Options:

A.

It is a reserved word in AIX and cannot be used for accounts.

B.

It is a standard AIX account and is delivered with AIX.

C.

It is an RBAC role in AIX. Users can't be named after RBAC roles on AIX.

D.

There will be no problems. The root user can create any accounts.

Question 6

Which command is used to view the AIX boot log?

Options:

A.

prtboot

B.

alog

C.

bootlist

D.

errpt

Question 7

To avoid system startup hangs during network outages, an administrator has decided to disable NFS mounts during system startup. Which attribute in the /etc/filesystems disables mounting during startup?

Options:

A.

boot

B.

auto

C.

node

D.

mount

Question 8

An AIX administrator needs to upgrade from AIX 7100-05-07 to 7200-05-02, which method should they use?

Options:

A.

Preservation Install

B.

Update Install

C.

New and Complete Overwrite Install

D.

Migration Install

Question 9

Which AIX command displays the cumulative count of paging space page outs and free frame waits?

Options:

A.

ps guw

B.

svmon -G

C.

vmstat -s

D.

ioo -L

Question 10

An administrator encountered a problem creating a mksysb backup image on a system.

To investigate the problem further, the following information was collected

Question # 10

Question # 10

Based on this information, why has the creation of the mksysb backup image failed?

Options:

A.

The system has NFS file systems mounted.

B.

There is insufficient free space in /tmp.

C.

The command mksysb will fail if there is a mix of JFS and JFS2 filesystems.

D.

The rootvg contains a raw logical volume named rawIvOO.

Question 11

After completing all necessary steps for mirroring the rootvg, an AIX administrator has created an additional filesystem using the crfs -g rootvg command. Which additional step should they perform to make the corresponding logical volume mirrored?

Options:

A.

No additional action required, because the rootvg is already mirrored.

B.

chlv -c 2 should be run.

C.

mklvcopy should be run.

D.

bosboot should be run.

Question 12

An AIX system is defined as a NIM client with -a connect=nimsh. The client system is up and running. The client can ping the NIM master, and the master can ping the client. The administrator of the NIM master system attempts to use NIM to install software updates on the NIM client, but obtains the error message A remote host refused an attempted connect operation.

What can the administrator of the AIX NIM client do to help resolve the problem?

Options:

A.

Flush the arp cache and then reboot the client system to ensure the network routing table is correct.

B.

Check the firewall configuration and open port 1060 if required.

C.

Edit the /etc/services file to check the port number used for the nimreg service, and refresh inetd.

D.

Check that the nimsh subsystem is active, and start it if necessary.

Question 13

An AIX administrator needs to unconfigure a device named rmtO and remove the corresponding device definition from the Customized Devices object class in AIX V7.2. Which command should the administrator run?

Options:

A.

rmdev -1 rmtO

B.

chconf -d rmtO

C.

rmdev -dl rmtO

D.

rmdev -1 /dev/rmtO

Question 14

To meet new security requirements, it has been decided that telnet will no longer be allowed in the development environment. The administrator of the AIX development server needs to prevent users from being able to access this server using telnet.

When checking /etc/inetd.conf, the administrator sees the following line:

telnet stream tcp6 nowait root /usr/sbin/telnetd telnetd -a

What would stop the telnet daemon from running and restarting after reboot?

Options:

A.

Run stopsrc -t telnetd.

B.

Run ps -ef | grep telnet and kill the process if it exists.

C.

Insert "#" before telnet in/etc/inetd.conf and run refresh -s inetd.

D.

Insert before telnet in /etc/inetd.conf and reboot system.

Question 15

While executing the following extendvg command, the system administrator receives the following error:

Question # 15

The administrator used the chvg -t command to fix the error.

What is the implication of running this command?

Options:

A.

It reduces the maximum number of logical volumes allowed within that volume group.

B.

It reduces the maximum number of files allowed within that volume group.

C.

It reduces the maximum file size allowed within that volume group.

D.

It reduces the maximum number of physical volumes allowed within that volume group.

Question 16

Which statement is true regarding the snap command?

Options:

A.

It collects performance related data.

B.

By default, it will check there is enough space where the data is to be stored.

C.

C. All options are enabled by default.

D.

The data must be stored in /tmp.

Question 17

An administrator has a test server (my host) that uses local name resolution. The administrator arrives late one morning and finds that their co-worker was asked to make some changes to the IP address of the server.

The co-worker used SMIT from the console, but then when testing from the console, the following command fails:

ping my_host

Why did the ping fail?

Options:

A.

They didn't update /etc/hosts after mktcpip was run.

B.

They used an incorrect gateway address.

C.

They didn't update the DNS entry.

D.

They didn't reboot the server.

Question 18

A customer added paging space and needs to activate it automatically after the next reboot. Which command should the administrator issue?

Options:

A.

chps

B.

mklv

C.

swapon

D.

mkps

Question 19

What command is used to monitor SAN I/O performance/throughput?

Options:

A.

iostat -DIRT 60 10

B.

mpstat -w 1

C.

ioo -L

D.

vmstat -i 1

Question 20

When attempting to recover a corrupted file system an administrator runs the command fsck against the unmounted file system and receives the following error:

Question # 20

After confirming that the file system is not mounted, what should the administrator do next?

Options:

A.

Run logrcvr /dev/ulv14 .

B.

Run fsck: with the -F (force) flag.

C.

Convert the log to INLINE.

D.

Run logform /dev/u1v11.

Question 21

What are three states a device can have when connected to an AIX system?

Options:

A.

Available

B.

Defined

C.

Stopped

D.

Blocked

E.

Running

F.

Suspended

Question 22

An administrator checks the IBM Fix Level Recommendation Tool (FLRT) for their system to see if they need to update IBM firmware or software.

The tool asks for their current system firmware level. How can the administrator confirm what it is?

Options:

A.

run lsmcode -A

B.

run lsattr -El sys0 Igrep mcode

C.

run lscfg -vl sys0

D.

run lsattr -1 firmware0

Question 23

A SAN administrator increased the size of a LUN device (hdisk) that is being used by a AIX LPAR. However, the system administrator does not see the new size using the lsvg or Ispv commands.

Which command updates the system with the new size?

Options:

A.

chvg -g

B.

cfgmgr

C.

synclvodm

D.

extendpv

Question 24

While trying to extend a file system named /work an administrator receives the following error. 0516-787 extendlv: Maximum allocation for logical volume fslv00 is 256.

What must be done to allow the file system to be extended?

Options:

A.

Increase the volume group's maximum limit of logical partitions per logical volume.

B.

Change the logical volume type to jfs2 as JFS logical volumes cannot extend past 256.

C.

Change the file system's maximum capacity.

D.

Increase the setting for maximum number of logical partitions for that logical volume.

Question 25

An AIX system is defined as a NIM client with -a connect=shell. The client system is up and running. The client can ping the NIM master, and the master can ping the client. The administrator of the NIM master system attempts to use NIM to install software updates on the NIM client, but receives the error message Permission denied.

What can the administrator of the AIX NIM client do to help resolve the problem?

Options:

A.

Edit the /etc/services file to check the port number used for the nimreg service, then refresh inetd.

B.

Check the firewall configuration and open port 1066 if required.

C.

Flush the arp cache and then reboot the client system to ensure the network route table is correct.

D.

Check that the root user's .rhosts file has an entry for the NIM master, and that the file permissions are 600.

Question 26

Which two additional commands should an AIX V7.2 administrator run after mirroring the rootvg with mirrorvg command?

Options:

A.

bosboot

B.

varyonvg

C.

bootlist

D.

reboot

E.

synclvodro

Question 27

How are console log messages recorded by AIX?

Options:

A.

alog

B.

syslog

C.

rsyslog

D.

errdemon

Page: 1 / 9
Total 92 questions