IBM(000-104) 题目列表
单选题How can the administrator use file ’a’ containing ’-El sys0’ to view the attributes of a device()?Alsdev -fv aBlsattr -f aClsattr`cat a`Dlsdev -Cccat a

单选题A system is being booted into maintenance mode due to root password recovery.After accessing the root volume group and starting a shell without mounting the file systems, what is the next step?()ADelete root's password from the /etc/security/passwd fileBUse the diag recovery tool option to reset root's passwordCExecute the ‘passwd’ command and assign a new passwd to root UIDDMount the / and /usr filesystems on alternative mount points to edit the password file

单选题How can a JFS2 filesystem be added to a volume groupthat has insufficient space to host a log LV?()ACreate the filesystem with an inline log.BCreate the filesystem referring to the jfs2log in rootvg.CCreate the filesystem and format the logical volume with 'logform'.DCreate the filesystem's underlying logical volume with an inline log.

单选题Which command starts Workload Manager?()AwlmrunBwlmstartCwlmcntrlDwlmstartup

单选题Which environment variable must be changed in a user’s profile so that upon login, the command prompt identifies the server?()APMTBPS1CPRTDPT1

单选题Running the s?command provides the following output. Running the ?s?command provides the following output.PID TTY STAT TIME PGIN SIZE RSS LIM TSIZ TRS %CPU %MEM COMMAND 22752 - A 0.08 2611 1960 3980 6276 4652 20 0.0 0.0 /usr/bin/find. 20700- A 0.07 2712 1868 2906 6379 950 28 0.0 0.0 /usr/dt/b. What is the amount of RAM, in kilobytes, used for the text and data segments for the 'find' command?()A1960B3980C2611D4652

单选题An administrator is supporting an AIX 6.1 LPAR remotely and needs a tape operator to plug a cable into an Ethernet adapter. The tape operator does not have POWER6 595 knowledge. What can the administrator do to assist the tape operator to locate the correct adapter?()AAdvise the tape operator to review the hardware service guide.BUse the diag command to set the Ethernet adapter slot LED to flash.CAdvise the tape operator to check the WWN stickers of all Ethernet adapter in the I/O drawers.DCreate a login account for tape operator on the HMC and advise the tape operator to locate the adapter using the GUI step by step.

单选题In AIX Version 5.3, a system administrator wants to create a bootlist for normal bootups from a file named /bootlist.norm. Which of the following is the proper command to accomplish this?()Abootlist -m normal  /bootlist.normBbootlist -m normal -f /bootlist.normCbootlist -m normal -o /bootlist.normDbootlist -m normal hdisk0 hdisk1 rmt0 fd /bootlist.norm

单选题How can the administrator display the boot paths from which AIX can boot?()Abootinfo -rBlspath -bootCbosboot -ad hdisk0Dbootlist -m normal -rv

单选题An administrator wants to mirror an important filesystem between two disks without mirroring the entire volume group. Which command should be used?()AcplvBmirrorvgCmklvcopyDmigratelv

单选题Which command identifies broken or missing filesets?()Alppchk -vBoslevel -chkCbffstate -intDgeninstall -lsstate

单选题Which of the following explains the relationship between a physical and logical partition?()AA physical partition is hosted on one or more logical partitions. A logical partition is used when describing storage.BA logical partition is hosted on one or more physical partitions. A physical partition is used when describing storage.CA physical partition is used when describing only a SCSI or SAS disk. A logical partition is used when describing a SAN LUN.DA logical partition is used when describing only a SATA or SAS disk. A physical partition is used when describing RAID or mirrored arrays.

单选题How is the default print queue identified?()AThe first queue in queue config fileBThe stanza ’default = 1’ is present in the queue config fileCThe backend @server has ’remback -p default’ in the queue config fileDThe stanza ’default = [queuename]’ is present in the queue config file

单选题Where will an administrator find documents in PDFformat that include detailed architecture and step-by-step installation instructions for Power servers?()AAIX Fix CentralBIBM Developer WorksCIBM Systems Software Information CenterDIBM Systems Hardware Information Center

单选题An administrator is attempting to recover a filesystem that fails to manually unmount. The fsck command produces the following output: The current volume is: /dev/fslv02 File system is currently mounted.   Invalid file system size in the primary superblock. Invalid file system size in the secondary superblock.  Primary superblock is corrupt. Secondary superblock is corrupt.   fsck: 0507-018 Superblock is corrupt and cannot be repaired. Both primary and secondary copies are corrupt.Cannot continue tried to mount  Which steps will resolve the problem?()AReboot the server into maintenance mode and run ‘fsck’ with the ‘-p’ parameter while the filesystem is mounted.BReboot the server into maintenance mode and run ‘fsck’ with the ‘-y’ parameter while the filesystem is unmounted.CForce a umount of the filesystem with ‘umount -F /dev/fslv02’, and then run ‘fsck -p /dev/fslv02’ while the filesystem is unmounted.DForce a umount of the filesystem by varying off the hosting volume group and then varyon the volume group. This will permit ‘fsck -y’ to be run against the failing filesystem.