You are on page 1of 27

Answer Report

Question 1: A system administrator s daily monitoring has revealed a failing disk drive. The drive that is failing, hdisk0, is a lvm mirrored drive. What is the first step that would be taken in order to physically replace this drive? Option Available

Remove the physical volume from the system. Remove the physical volume from the volume group. Remove the physical partitions from the volume group. Remove the logical volume copies from the failing drive.Your selected option : Not Answered

Link: undefined References: undefined Question 2: While using the smit install_remove menus to some filesets the system administrator notices the /use filesystem is now unnecessarily large. Which of the following actions will reduce the size of the /usr filesystem? Option Available

Backup, unmount, remove, recreate and restore the filesystem. commit the previously installed filesets and patches to reduce the /usr FS Unmount, run defragfs /uer and the reducefs -size XXX /usr commands. Update /etc/filesystem with the desired size for /usr and reboot the system.Your selected option : Not Answered
Link: undefined References: undefined Question 3: A system administrator has a server experiencing performance problems with logical volumes within a particular volume group. Which command can report I/O statistics for logical partitions with each logical volume within the volume group? Option Available

lslv lsvg iostat lvmstatYour selected option : Not Answered

Link: undefined References: undefined Question 4: A system administrator wants to run a script called myscript, but does not want to see the errors that might be generated by the script. How would this be accomplished?

Option Available

/usr/local/bin/myscript gt; /dev/null /usr/local/bin/myscript lt; /dev/null /usr/local/bin/myscript 2 gt; /dev/null /usr/local/bin/myscript 1 gt; /dev/nullYour selected option : Not Answered

Link: undefined References: undefined Question 5: A system administrator has a failed disk driver that is mirrored to another disk drive. They successfully removed the logical volume copies off of the failed disk drive. Which of the following commands should be used to remove the drive from the volume group? Option Available

chvg rmdev reducevg exportvgYour selected option : Not Answered

Link: undefined References: undefined Question 6: When is it appropriate to use a JFS filesystem instead of a JFS2 filesystem? Option Available

When the filesystem will contain 100GB files. When the filesystem resides on a 32-bit system. When the filesystem contains a large number of small files. When filesystem compression is required due to limited disk space.Your selected option : Not Answered
Link: undefined References: undefined Question 7: Which attribute of a logical volume can NOT be changed after it is created? Option Available

The placement of the logical volume The stripe size of the logical volume The upper bound of the logical volume The intra-policy of the logical volumeYour selected option : Not Answered

Link: undefined References: undefined Question 8: A system administrator is unable to unmount a file system. Which of the following is the appropriate command to determine who or what is accessing the file system? Option Available

who /filesystem lsfs /filesystem fuser /filesystem umount -f /filesystemYour selected option : Not Answered

Link: undefined References: undefined Question 9: A system administrator mirrored the rootvg from hdisk0 to hdisk1 and needs to specify that the system would boot from hdisk1 if hdisk0 faile Which of the following commands would be used to accomplish this? Option Available

bootlist -mo normal hdisk1 bootlist -m normal hdisk0 hdisk1 bootlist -m service hdisk0 hdisk1 bosboot -m normal hdisk0 hdisk1 -iYour selected option : Not Answered

Link: undefined References: undefined Question 10: Disks hdisk1 and hdisk2 are assigned to datavg. Which of the following would determine which logical volumes are present on hdisk1? Option Available

lspv -l hdisk1 lsvg -l datavg lslv -p hdisk1 lsattr -El hdisk1Your selected option : Not Answered

Link: undefined References: undefined Question 11: The system administrator wants to use a new jfslog /dev/fs1log with the filesystem /test/fs 1 on the testvg volume group. The following commands were used to create the log and it to the filesystem: Mklv -t jfslog -y/dev/fs 1log testvg 1 Chfs -a log=/dev/fs 1log /test/fs1 While trying to mount /dev/fs 1 filesystem the administrator received the error Cannot mount /dev/fs 1lv on /test/fs 1: A system call received a parameter that is not valid What step did the administrator miss that most likely caused the error? Option Available

Use the logfrom command to format /dev/fs 1 log as a jfslog Use the chlv command to change the lv type of /dev/fs 1log to jfslog Use the chvg command to change thedefault jfslog of testvg to /dev/fs 1log Edit the /etc/filesystems file to change the log associated with /test/fs1 to /dev/fs1logYour selected option : Not Answered

Link: undefined References: undefined Question 12: A system administrator has determined a root mirrored disk, hdisk1, needs to be replace The root volume has been unmirrore What is the next step to remove the disk drive? Option Available

cfgmgr rmdev -d hdisk1 -l reducevg rootvg hdisk1 have the IBM CE replace the diskYour selected option : Not Answered

Link: undefined References: undefined Question 13: A system administrator has a two-disk volume group (testvg) with one logical volume (testlv) which has just been mirrored across both disk drives. Which of the following commands can be used to turn off quorum? Option Available

chvg -Qn testvg chlv -Qn testlv varyoffvg testvg; varyonvg -Qn testvg varyoffvg testvg; exportvg testvg; importvg -Qn testvg; varyonvg testvgYour selected option : Not Answered
Link: undefined References: undefined Question 14: Which command is used to display the packet counts throughout the communications subsystem? Option Available

netstat D netstat c netstat Aan netstat PYour selected option : Not Answered

Link: undefined References: undefined Question 15: Which attribute of a JFS filesystem can NOT be changed after the filesystem is created? Option Available

The size of the filesystem The placement of the filesystem The mount point of the filesystem The number of bytes per inodeYour selected option : Not Answered

Link: undefined References: undefined Question 16: A system administrator has determined that the / development filesystem needs to be changed from JFS to JFS2 to take advantage of the new capabilities available in JFS2. what is the method to convert the /development filesystem from type JFS to JFS2? Option Available

Umount the /development filesystem and remount it using the following comman Mount -t jfs2 /development Edit the /etc/filessystems file to change the type paramter to jfs2 and change the log parameter to jfs2log Backup the / development filesystem data, delete the JFS /development filesystem, create the new JFS2 /development filesystem, andrestore the data to the /development filesystem Backup the / development filesystem data,change the /development filesystem using the following command chfs -t type=jfs2 /development then, restore the data to the /development filesystemYour selected option : Not Answered
Link: undefined References: undefined Question 17: A system administrator has filesystems that should not be mounted during system startup. How can the system administrator prevent the /data filesystem from being mounted during subsequent boots? Option Available

mount -no /data chfs -A no /data mount -n /data chfs -a type=nfs /dataYour selected option : Not Answered

Link: undefined References: undefined Question 18: A system administrator has been asked to migrate the dev_vg volume group from server A to server The dev_vg volume group contains a single filesystem named /development . To prepare for migration, which of the following is the sequence of commands for removing the volume group from server Option Available

exportvg dev_vg; umount /development; varyoffvg dev_vg varyoffvg dev_vg; umount /development; varyoffvg dev_vg umount /development; exportvg dev_vg; varyoffvg dev_vg umount /development; varyoffvg dev_vg; exportvg dev_vgYour selected option : Not Answered
Link: undefined

References: undefined Question 19: A company uses raw logical volumes. Which command can be used to back up the data in the raw logical volumes to a tape? Option Available

dd Tar Cpio MksysbYour selected option : Not Answered

Link: undefined References: undefined Question 20: Which of the following commands list out the physical volume names as well as total/free PPs in volume group datavg? Option Available

lsdev -Cl datavg lsvpcfg datavg lspv -p datavg lsvg -p datavgYour selected option : Not Answered

Link: undefined References: undefined Question 21: A system administrator would like to rename volume group oldvg to newvg. This volume group resides on hdisk1. What is the appropriate procedure to perform this? Option Available

reboot the server in maintenance mode migratevg -y newvg oldvg reboot the server in normal mode unmount all filesystems in the volume group varyoffvg oldvg migratepv -y oldvg -n newvg varyonvg newvg unmount all filesystems in the volume group varyoffvg oldvg exportvg oldvg importvg -y newvg hdisk1 mount all unmount all filesystems in the volume group varyoffvg oldvg for each logical volume in the volume group do cplv lt;lv name gt; -v oldvg -y newvg varyonvg newvg mount allYour selected option : Not Answered
Link: undefined References: undefined Question 22: A mirrored root disk needs to be replace Which of the following commands will clear the boot record on the failing disk? Option Available

chpv -c

rmlv hd5 bosboot -ad rmdev -dl hd5Your selected option : Not Answered
Link: undefined References: undefined Question 23: What stanza file does a system administrator view to determine which kernel-tuning parameter changes were made when the system was last started? Option Available

/etc/rnet /etc/tunables/tuning /etc/tunables/lastboot /usr/samples/kernel/nextbootYour selected option : Not Answered

Link: undefined References: undefined Question 24: A system administrator s daily monitoring has revealed a failing disk drive.While examining the system, the administrator identified an unallocated drive.Which of the following actions should be performed first to migrate the data from the failing drive to the unallocated drive? Option Available

Migrate logical volumes to the new drive. Add the unallocated drive to the volume group. Create a copy of the file systems to the new drive. Create a mirror of the logical volumes to the new drive.Your selected option : Not Answered

Link: undefined References: undefined Question 25: To decrease the size of the /home file system, the system administrator must: Option Available

Use the chfs comman Use the reducefs comman Run the defragfs command and then use the reducefs comman Back up, delete, redefine, and restore the file system.Your selected option : Not Answered

Link: undefined References: undefined Question 26: system has one internal disk drive (hdisk0) and one external disk drive (hdisk1). hdisk0 is a 2.2 GB SCSI/2 Fastwide disk drive and contains a volume group called rootvg. hdisk1 is a 4.5 GB SSA drive and contains a volume group called appsvg. The external SSA drive has over 3.0 GB of free space. The system administrator would like to make a mirrored copy of a 500 MB logical volume that currently is on hdisk0. What would prohibit the system administrator from establishing a mirrored copy between the internal and external disk drives? Option Available

The disks are not the same physical size. The disks are not within the same volume group. AIX does not support mirroring logical volume mirroring. The disks are not the same drive type (for example, SSA verses SCSI/2).Your selected option : Not Answered
Link: undefined References: undefined Question 27: There are two disks, hdisk0 and hdisk1, in the same volume group. In order to move one of the logical volumes, hd9var, from hdisk0 to hdisk1, which of the following commands should be used? Option Available

cp hd9var hdisk1 chlv hd9var hdisk0 hdisk1 chpv hd9var hdisk0 hdisk1 migratepv -l hd9var hdisk0 hdisk1Your selected option : Not Answered

Link: undefined References: undefined Question 28: Which of the following statements best describes AIX journaled file systems (JFS) prior to AIX Version 4.3.0? Option Available

Data access time is improved by JFS logging. A JFS log records file system metadat JFS logging is optional for file systems. JFS logging provides database transaction logging.Your selected option : Not Answered

Link: undefined References: undefined Question 29: A system administrator has a system where the file systems are much larger than they need to be. In order to allow the file systems to be created with the smallest size when the backup is restored, which of the following procedures should occur before or after performing the mksysb system backup? Option Available

Before performing the mksysb backup, edit the image.data file and set EXACT_FIT=yes. Before performing the mksysb backup, edit the bosinst.data file and set INSTALL_METHOD=reduce. Before performing the mksysb backup, edit the bosinst.data file and set EXISTING_SYSTEM_OVERWRITE=yes. After booting from the mksysb, choose the menu option to shrink file systems.Your selected option : Not Answered

Link: undefined References: undefined Question 30: A system administrator must perform disaster recovery on a smaller system.The original rootvg drive was 9 GB and is being replaced with a 4.5 GB drive.Which of the following procedures should be performed before the backup to make sure that the mksysb restores on the 4.5 GB disk? Option Available

Edit the image.data file and set FS_COMPRESS=yes for each file system. Edit the image.data file and set UPPER_BOUND=4 for each logical volume. Edit the image.data file and change the PP_SIZE for each logical volume to 8 MB Edit the image.data file and divide the logical partition number for each logical volume by 2.Your selected option : Not Answered
Link: undefined References: undefined Question 31: How to Check if a process named httpd is currently running on your system. Option Available

ps -e grep httpd ps -e | grep httpd ps -e grep httpdYour selected option : Not Answered

Link: undefined References: undefined Question 32: How do you execute a shell script Option Available

set permissions to x and type the name of the script (dir of script must be in your path) sh scriptname ./scriptname (must have x permission, script is in current directory) All of the aboveYour selected option : Not Answered

Link: undefined References: undefined Question 33: What is the purpose of the grep command? Option Available

Search for a phrase in a file copy phrase in a file delete phrase in a file rename phrase in a fileYour selected option : Not Answered

Link: undefined References: undefined

Question 34: How do you start a job so that it executes in the background? Option Available

You append @ at the end of the command You append at the end of the command You append # at the end of the command You append ! at the end of the commandYour selected option : Not Answered

Link: undefined References: undefined Question 35: Which command is used to create a new directory? Option Available

mkdir mkdirectory makedir makeYour selected option : Not Answered

Link: undefined References: undefined Question 36: Which command is used to Change to the home directory? Option Available

change dir cd change dirYour selected option : Not Answered

Link: undefined References: undefined Question 37: What s so special about files and directories starting with a period? Option Available

The are considered as hidden files/dirs These are not considered as hidden files/dirs We cannot hide the files in Unix None of the aboveYour selected option : Not Answered

Link: undefined References: undefined Question 38: How do you bring a background job to the foreground? Option Available

fg or fg %jobID bg

bg %jobID bgfgYour selected option : Not Answered


Link: undefined References: undefined Question 39: Which command is used to list every process? Option Available

ps ps -e ps -f ps -kYour selected option : Not Answered

Link: undefined References: undefined Question 40: What is the basic command to locate important.txt file in a home dir? Option Available

find /home find important.txt find /home -name inportant.txt -print findYour selected option : Not Answered

Link: undefined References: undefined Question 41: Which of the following is False with DAS? Option Available

High Management Cost Distance Limitation Limited Ease of implementation in small scale Limited availabilityYour selected option : Not Answered

Link: undefined References: undefined Question 42: Which of the following storage brings overhead to the network (LAN)? Option Available

SAN NAS DAS Local DiskYour selected option : Not Answered

Link: undefined References: undefined

Question 43: Expand SAN? Option Available

System Area Network Seperate Area Network Storage Area Network Storage Access NetworkYour selected option : Not Answered

Link: undefined References: undefined Question 44: Expand DAS? Option Available

Distance Attached Storage Direct Attached Storage Distance Attached SCSI Direct Attached SCSIYour selected option : Not Answered

Link: undefined References: undefined Question 45: Which of the following is true with DAS? Option Available

Storage is directly attached to the system Storage is shared from a remote system Storage is accessed from a remote system Storage is directly accessed from remote serverYour selected option : Not Answered

Link: undefined References: undefined Question 46: Which of the following storage technology significantly reduces the file sharing service load on the server such as NFS, Samba? Option Available

SAN Local Disk DAS NASYour selected option : Not Answered

Link: undefined References: undefined Question 47: Which of the following storage requires a separate network for its operation? Option Available

SAN

DAS NAS None of the AboveYour selected option : Not Answered


Link: undefined References: undefined Question 48: Expand NAS? Option Available

Network Attached Storage Network Attached SCSI Network Available System Network Associated SystemYour selected option : Not Answered

Link: undefined References: undefined Question 49: Which of the below storage technology operates using the existing data network? Option Available

SAN NAS DAS None of the AboveYour selected option : Not Answered

Link: undefined References: undefined Question 50: What is the unique identifier for Fiber channel HBA? Option Available

MAC Address IP Address WWN None of the aboveYour selected option : Not Answered

Link: undefined References: undefined Click here to give us your valuable feedback

Question 1: What command is used to create a SEA device over physical ethernet adapter ent0 and virtual etherner adapter ent1(PVID 1) and ent2(PVID 2) with default ID of 1? Option Available

mkvdev -sea ent1 -vadapter ent2 -default ent1 -defaultid 1 . mkvdev -sea ent1 -vadapter ent0 -vadapter ent2 -default ent1 -defaultid 1 mkvdev -sea ent0 -vadapter ent1,ent2 -defaultid 1 mkvdev -sea ent0 -vadapter ent1 ent2 -default ent1 -defaultid 1Your selected option : Not Answered
Link: undefined References: undefined Question 2: Which of the following dbx commands should be used to obtain a stack trace form a coredump file? Option Available

trace where status whichYour selected option : Not Answered

Link: undefined References: undefined Question 3: A system administrator boots is company's server in normal mode. The boot process displays a LED 553 and stops. LED 553 indicates that IPL phase one is complete. Which of the following options is the most probable cause? Option Available

The JFS Log is too small. The bootlist file is corrupted. A problem occurred reading or executing /etc/rc.nfs. A space shortage occurred on /dev/hd4, /dev/hd3, or /dev/hd2.Your selected option : Not Answered
Link: undefined References: undefined Question 4: During a system administrator's attempt to boot the company's server in normal mode, the boot Process displays an LED 552 and stops. The LED 552 indicates that the vayton the root volume group failed. Which of the following options is the most probable cause? Option Available

The bootlist is corrupted. The file system log is corrupted. The /etc/inittab file cannot be read or executed.

The boot recored is corrupted.Your selected option : Not Answered


Link: undefined References: undefined Question 5: During a system boot, an error message appears concerning a paging space, paging00. The paging space was located on hdisk2, but the disk was removed from the system without proper software procedures. Which of the following commands should be used as the first step in the process of recovery? Option Available

mkps paging00 hdisk0 chpv -v r hdisk2 chps -a n paging00 . reducevg rootvg hdisk2Your selected option : Not Answered

Link: undefined References: undefined Question 6: A system administrator was able to boot a system from the AIX installation CDROM. The migration install was selected, but the process hung at 92% complete. The system administrator then rebooted the system, which subsequently hung at LED 552. Which of the following options is the most probable cause? Option Available

The ODM is corrupted There is a hardware failure The bosboot command failed. Not enough space is available in the filesystems.Your selected option : Not Answered

Link: undefined References: undefined Question 7: Which of the following statements is TRUE about the reorgvg command? Option Available

No logical volumes will be moved if write-verify is set to yes. No action will be performed if it cannot fulfill the allocation requirements. Physical partitions of a logical volume will be moved if the logical volume's relocatable flag is set to "no". Physical partitions will be moved as close as possible to the positions specified, if the allocation requirements cannot be fulfilled.Your selected option : Not Answered
Link: undefined References: undefined Question 8: A system administrator boots its company's server in normal mode, the boot process displays an LED 552 and stops. LED 552 indicates that the varyon of the root volume group failed. All of the problem EXCEPT: Option Available

A corrupted file system . A corrupted JFS log device A missing or corrupted shell profile or environment files A corrupted copy of the ODM database on the boot logical volumeYour selected option : Not Answered
Link: undefined References: undefined Question 9: Which command will give a kernel stack traceback? Option Available

trace traceson . Trcon trcrptYour selected option : Not Answered

Link: undefined References: undefined Question 10: Output from the command "sysdumpdev -L" is provided below. Which of the following reasons best describes why the dump failed? Device name: /dev/hd6 Major device number: 10 Minor device number: 3 Size: 6217728 bytes Date/Time: Wed Feb 22 14:58:38 CST1995 Dump status: 0 Failed to copy the dump from /dev/hd6 to /var/adm/ras/vmcore.1. Allowed the customer to copy the dump manually. Option Available

. The dump failed and therefore did not copy to /dev/hd6. The dump and copy command failed because the dump status =0. The dump to /dev/hd6 failed because the logical volume was not large enough to hold the dump. A good dump was taken to hd6, but failed when the dump was copied to a file during the boot.Your selected option : Not Answered
Link: undefined References: undefined Question 11: Which system resources does WLM have the capability to control? Option Available

CPU, Memory and Network I/O CPU, Memory and Disk I/O CPU and Memory CPU and Disk I/OYour selected option : Not Answered

Link: undefined References: undefined

Question 12: Which of the following commands should be used to check whether a system dump is valid and readable? Option Available

kdb snap -d dbx -vmcore od /dev/sysdumpdevYour selected option : Not Answered

Link: undefined References: undefined Question 13: What does the FREQ column show when running the tprof option? Option Available

Total amount of Ticks used by all users Total amount of Ticks sued by all processes . Total amount of Ticks used by a specific user Total amount of Ticks used by a specific type of processYour selected option : Not Answered

Link: undefined References: undefined Question 14: Which sar option generates real-time disk I/O statistics? Option Available

sar -q sar -P sar -d sar -DYour selected option : Not Answered

Link: undefined References: undefined Question 15: If a system administrator wants to show only a disk report for disk2, at two second intervals, what is the correct command to run? Option Available

iostat disk1 1 iostat -d disk1 2 iostat disk2 1 iostat -d disk2 2Your selected option : Not Answered

Link: undefined References: undefined Question 16: An AIX system administrator wants to be able to monitor disk usage and to be able to control how much disk space can be used. Which command is run to obtain the desired output? Option Available

/usr/bin/filemon /usr/bin/iostat /usr/bin/sar -d /usr/bin/dfYour selected option : Not Answered

Link: undefined References: undefined Question 17: A system administrator ran the iostat command because of system performance problems. The following iostat output is provided: iostat 120 3 System configuration: lcpu=2 drives=4 paths=1 vdisks=0 tty: tin tout avg-cpu: % user % sys % idle % iowait 0.1 46.8 77.6 22.1 0.0 0.3 Disks: % tm_act Kbps tps Kb_read Kb_wrtn hdisk3 0.2 9.5 0.3 61355081 46299763 hdisk1 0.2 14.0 0.5 112654145 46299771 hdisk2 0.1 0.7 0.1 1806822 6462876 hdisk0 0.1 1.9 0.2 15165133 6463460 cd0 0.0 0.0 0.0 0 0 tty: tin tout avg-cpu: % user % sys % idle % iowait 0.0 4.5 81.7 18.3 0.0 0.0 Disks: % tm_act Kbps tps Kb_read Kb_wrtn hdisk3 0.0 0.0 0.0 0 0 hdisk1 0.0 0.0 0.0 0 0 hdisk2 0.2 2.1 0.4 0 256 hdisk0 0.2 2.1 0.4 0 256 cd0 0.0 0.0 0.0 0 0 tty: tin tout avg-cpu: % user % sys % idle % iowait 0.0 4.5 81.2 18.7 0.0 0.1 Disks: % tm_act Kbps tps Kb_read Kb_wrtn hdisk3 0.0 0.0 0.0 0 0 hdisk1 0.0 0.0 0.0 0 0 hdisk2 0.2 1.8 0.3 0 220 hdisk0 0.1 1.8 0.3 0 220 cd0 0.0 0.0 0.0 0 0 Based on the output, which of the following is insufficient? Option Available

CPU Memory Paging space Disk capacityYour selected option : Not Answered

Link: undefined References: undefined Question 18: What stanza file does a system administrator view to determine which kernel-tuning parameter changes were made when the system was last started? Option Available

/etc/rc.net /etc/tunables/tuning /etc/tunables/lastboot /usr/samples/kernel/nextbootYour selected option : Not Answered

Link: undefined References: undefined Question 19: The /home filesystem is 100% full and errors are generated trying to increase the size using chfs. Which of the following options is most likely the problem? Option Available

/tmp is 100% full /var is 100% full

/home is still mounted A user is editing a file residing in /homeYour selected option : Not Answered
Link: undefined References: undefined Question 20: Several people in an Information Technology (IT) department are asking for fileset updates that the system administrator received earlier that day on CD-ROM. The system administrator created an install directory on their machine and made it available to everyone. Which of the following commands will allow the system administrator to copy the images from the CD-ROM to the install directory? Option Available

smit bffcreate from the target directory . tar -xvf /dev/cd0 from the target directory restore -xvqf /dev/cd0" from the target directory mount the cdrom on /cdrom and cp /cdrom/* .from the target directoryYour selected option : Not Answered
Link: undefined References: undefined Question 21: A System p customer is planning to implement virtualization and is concerned about how to respond to an increased workload and what limitations there are for very small workloads. Which of the following describes the minimum size for an LPAR and the minimum amount that can be transferred from on LPAR to another? Option Available

Smallest partition 10% of all available processors, as small as 1% of all available processors may be transferred. Smallest partition 10% of a processor, as small 1% of a processor may be transferred. Smallest partition one processor, as small 1% of a processor may be transferred Smallest partition one core, as small 10% of a processor may be transferred.Your selected option : Not Answered
Link: undefined References: undefined Question 22: Multiple users are trying to telnet to the AIX server. They are able to ping the server successfully, but are getting the following error message: telnet: connect: A remote host refused an attempted connect operation Which of the following options could be the cause of this problem? Option Available

The routing table on the AIX server is incorrect The IP address on the network adapter is incorrect. The portmap daemon is not running on the AIX server. The inetd daemon is not running on the AIX server.Your selected option : Not Answered

Link: undefined References: undefined Question 23: Which of the following options applies to virtual Ethernet devices? Option Available

virtual Ethernet adapter can only connect to other partitions within the same system. virtual Ethernet adapter needs to be connected to an external VLAN capable switch to be able to communicate with other partitions on the same system. A partition can support an unlimited number of virtual Ethernet devices A virtual Ethernet adapter in the VIO Server that is part of a SEA should not have the "trunk flag" setYour selected option : Not Answered
Link: undefined References: undefined Question 24: What command should a system administrator run after using an editor to create the /etc/tunables/nextboot file? Option Available

ksh -n nextboot tunsave -a -f nextboot tuncheck -r -f nextboot diff $ (vmtune) /etc/tunables/nextbootYour selected option : Not Answered

Link: undefined References: undefined Question 25: How would the system administrator turn on Dynamic Processor Deallocation? Option Available

Use the diag menu to set dynamic deallocation to 'on' Use the chdev command to enable the 'cpuguard' attribute of sys0 Use the cfgmgr command to change the 'monitor' attribute of proc0 Use the smitty command with the fast path dynamic_processor_deallocation to turn it onYour selected option : Not Answered
Link: undefined References: undefined Question 26: A system administrator would like to rename volume group oldvg to newvg. This volume group resides on hdisk1. What is the appropriate procedure to perform this? Option Available

reboot the server in maintenance mode migratevg -y newvg oldvg reboot the server in normal mode unmount all filesystems in the volume group varyoffvg oldvg migratepv -y oldvg - n newvg varyonvg newvg

unmount all filesystems in the volume group varyoffvg oldvg exportvg oldvg importvg -y newvg hdisk1 mount all unmount all filesystems in the volume group varyoffvg oldvg for each logical volume in the volume group do cplv lt;lv namegt; -v oldvg -y newvg varyonvg newvg mount allYour selected option : Not Answered
Link: undefined References: undefined Question 27: A system administrator has a file system called /test/data in volume group datavg. Which of the following commands will allow the administrator to create a mirrored copy of the filesystem's data? Option Available

chfs chlv mklvcopy mkfscopyYour selected option : Not Answered

Link: undefined References: undefined Question 28: Two disks, hdisk0 and hdisk1, are both included in the root volume group. The following information shows the current contents of hdisk1: LV NAME LPs PPs DISTRIBUTION MOUNT POINT hd1 1 1 01..00..00..00..00/home hd3 8 8 00..00..00..08..00/tmp Which of the following commands should be used to move all data from hdisk1 to hdisk0? Option Available

migratepv hdisk1 hdisk0 cplv for each logical volume migratepv -l hd3 hdisk1 hdisk0 mklvcopy for each logical volume contained on hdisk1Your selected option : Not Answered

Link: undefined References: undefined Question 29: Which of the following commands will increase the contiguous free space of a file system without having to add additional partitions? Option Available

chfs fsck chlv defragfsYour selected option : Not Answered

Link: undefined References: undefined Question 30: A system administrator has determined that the / development filesystem needs to be

changed from JFS to JFS2 to take advantage of the new capabilities available in JFS2. what is the method to convert the /development filesystem from type JFS to JFS2? Option Available

Umount the /development filesystem and remount it using the following command. Mount -t jfs2 /development Edit the /etc/filessystems file to change the type paramter to "jfs2" and change the log parameter to "jfs2log" Backup the / development filesystem data, delete the JFS /development filesystem, create the new JFS2 /development filesystem, andrestore the data to the /development filesystem Backup the / development filesystem data,change the /development filesystem using the following command chfs -t type=jfs2 /development then, restore the data to the /development filesystemYour selected option : Not Answered
Link: undefined References: undefined Question 31: SAN Option Available

NAS DAS None of the Above NASYour selected option : Not Answered

Link: undefined References: undefined Question 32: MAC Address Option Available

IP Address WWN None of the above WWNYour selected option : Not Answered

Link: undefined References: undefined Question 33: SAN Switch Option Available

Fiber Channel HBA Storage Array Network Router Network RouterYour selected option : Not Answered

Link: undefined References: undefined Question 34: DAS Option Available

SAN NAS None of the Above SANYour selected option : Not Answered

Link: undefined References: undefined Question 35: 1 Kilo meter Option Available

2 Kilo meters 12 Meters No limitation 12 MetersYour selected option : Not Answered

Link: undefined References: undefined Question 36: Fibre Channel Option Available

Ethernet (iSCSI) Both of the above None of the Above Both of the aboveYour selected option : Not Answered

Link: undefined References: undefined Question 37: Highly reliable Option Available

Low Latency Provides security All of the above All of the aboveYour selected option : Not Answered

Link: undefined References: undefined Question 38: Bus Option Available

CPU Database Memory DatabaseYour selected option : Not Answered

Link: undefined References: undefined Question 39: Cache Option Available

Host Physical disks None of the above CacheYour selected option : Not Answered

Link: undefined References: undefined Question 40: RAID Controller Option Available

Hot Disk Hoot Swap Hot Spare Hot SpareYour selected option : Not Answered

Link: undefined References: undefined Question 41: 1 2 4 5 6 8 9 10 11 Option Available

123456789 1 2 3 4 5 6 7 8 9 10 1 2 4 5 6 8 9 10 1 2 4 5 6 8 9 10 11Your selected option : Not Answered

Link: undefined References: undefined Question 42: Thanks to you call for giving ucf test. All the very best guys.. Option Available

$This is a sample text file: Thanks to you call for giving ucf test. $We are sure that ucf tests will add value to your career All the very best guys.. $This is a sample text file: Thanks to you call for giving ucf test. $We are sure that ucf tests will add value to your career All the very best guys..

C) No output. $This is a sample text file: Thanks to you call for giving ucf test. $We are sure that ucf tests will add value to your career All the very best guys..Your selected option : Not Answered
Link: undefined References: undefined Question 43: /usr/local/bin/myscript gt; /dev/null Option Available

/usr/local/bin/myscript lt; /dev/null /usr/local/bin/myscript 2gt; /dev/null /usr/local/bin/myscript 1gt; /dev/null /usr/local/bin/myscript 2gt; /dev/nullYour selected option : Not Answered

Link: undefined References: undefined Question 44: The $VAR variable was not exported. Option Available

The $VAR should have been set as VAR. dog needs double quotes around it when setting $VAR. The { } should not be around VAR in the echo command. The $VAR should have been set as VAR.Your selected option : Not Answered

Link: undefined References: undefined Question 45: ./myscript gt;gt; /tmp/myoutput Option Available

./myscript 2gt;1 /tmp/myoutput ./myscript gt; /tmp/myoutput 1gt;2 ./myscript gt; /tmp/myoutput 2gt;1 /tmp/myoutput 2gt;1Your selected option : Not Answered

Link: undefined References: undefined Question 46: The sky is red. Option Available

The sky is blue. The sky is green. The sky is yellow. The sky is green.Your selected option : Not Answered

Link: undefined

References: undefined Question 47: (( VAR=$VAR+1 )) - Wrong Syntax Option Available

#!/bin/ksh line is missing Variable name VAR is not properly initialized Loop variable is not incremented inside the loop Loop variable is not decremented inside the loop Loop variable is not incremented inside the loopYour selected option : Not Answered

Link: undefined References: undefined Question 48: echo $$ Option Available

echo $# echo $? echo $1 echo $?Your selected option : Not Answered

Link: undefined References: undefined Question 49: input is required instead of in in while loop Option Available

read is required instead of in bootinfo -s $dsk should be given without quotes bootinfo -s $dsk should be given in double quotes. read is required instead of inYour selected option : Not Answered

Link: undefined References: undefined Question 50: ksh -debug backup-db.ksh Option Available

ksh -x backup-db.ksh ksh -d backup-db.ksh ksh -n backup-db.ksh ksh -x backup-db.kshYour selected option : Not Answered

Link: undefined References: undefined

You might also like