单选题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?()Amount -no /dataBchfs -A no /dataCmount -t nfs /dataDchfs -a type=nfs /data

单选题
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?()
A

mount -no /data

B

chfs -A no /data

C

mount -t nfs /data

D

chfs -a type=nfs /data


参考解析

解析: 暂无解析

相关考题:

During a NIM install, the system stops with the LED code 611.What is the cause of the issue?() A.A failure to NFS mount filesystems from the NIM clientB.A failure to NFS mount filesystems from the NIM masterC.A failure to retrieve the tftp client info from the NIM masterD.A failure to retrieve the tftp server info from the NIM master

Which of the following statements is TRUE about mounting a file system?() A.A file system cannot be mounted on a directory containing data.B.Mounting a file system on a mount point containing data will delete the data.C.Mounting a file system on a amount point containing data will make the data temporarily inaccessible.D.A systems administrator must manually create an empty directory prior to mounting an AIX JFS.

Asystemadministratorhasfilesystemsthatshouldnotbemountedduringsystemstartup.Howcanthesystemadministratorpreventthe/datafilesystemfrombeingmountedduringsubsequentboots?() A.mount-no/dataB.chfs-Ano/dataC.mount-tnfs/dataD.chfs-atype=nfs/data

Which of the following commands would a system administrator use to automate monitoring and notification of filling filesystems ()A、startcondrespB、filemonC、lsfsD、mount

An administrator has received complaints from users that an application is not available while other applications run. This application resides on an NFS mounted filesystem. Which of the following commands should be run as a reasonable first step to handle this problem?()A、dfB、showmountC、exportfsD、refresh -g nfs

During a NIM install, the system stops with the LED code 611.What is the cause of the issue?()A、A failure to NFS mount filesystems from the NIM clientB、A failure to NFS mount filesystems from the NIM masterC、A failure to retrieve the tftp client info from the NIM masterD、A failure to retrieve the tftp server info from the NIM master

The rootvg disk on a system failed and was replaced. The system was restored using the latest mksysb. However, no files in the /home filesystem were restored. What is the likely cause of this problem?()A、The new drive is too small to hold the entire rootvgB、The /home filesystem was not mounted during creation of the mksysbC、The /home stanza in the bosinst.data contained an entry ’restore=no’D、The /home filesystem was NFS exported to another system during creation of the mksysb

A system administrator wants to NFS mount a filesystem from server "Alpha" to server "Bravo." Which command should be issued from "Bravo" to determine which filesystems are being exported by server "Alpha"? ()A、lsnfsmnt AlphaB、exportfs -l AlphaC、showmount -e AlphaD、mount -t nfs Alpha

During system boot, the system hangs at LED 0C31. What is the first step the system administrator should take to correct the problem?()A、Check system console connectionsB、Check system network connectionsC、Boot in service mode and change the bootlistD、Boot from the AIX installation media and mount rootvg filesystems

A system administrator created a /etc/exports file on server "Alpha" and entered a filesystem to be exported to server "Bravo." However, the remote servers are unable to mount the filesystems. What does the system administrator need to do?()A、Use the exportfs command on server "Alpha" to export the filesystemB、Use the showmount command on server "Bravo" to import the filesystemC、Use the startsrc command on server "Bravo" to refresh the NFS daemonsD、Use the chfs command on server "Alpha" to change the filesystem type to NFS

A system administrator is attempting to unmount filesystem /dev/data and receives the following message:   umount: 0506-349 Cannot unmount /dev/data: The requested resource is busy.   Which of the following commands can be used to determine which process has open references within the filesystem?()A、lsfsB、topasC、fuserD、mount

A System p administrator wants to NFS mount a filesystem from server "alpha" to server "bravo".  Which of the following commands should be issued from "bravo" to determine which filesystems are being exported by server "alpha"()A、lsexport alphaB、showmount -e alphaC、exportfs -l alphaD、mount -e nfs alpha

An administrator migrates from AIX 5.3 to AIX 6.1. Upon completion, a client questions why files are missing from /tmp. How should the administrator respond to the client?()A、Explain that the files never existed in the first place.B、Explain that during a Migration install the /tmp filesystem is overwritten.C、Explain that after a Migration install, all system filesystems will be empty.D、Explain that /tmp is temporary storage and files are automatically removed every 30 days.

A system administrator has determined that the /development filesystem needs to be changed from JFS to JFS2 to take advantage of the new capabilites available in JFS2. What is the method to convert the /development filesystem from type JFS to JFS2?()A、Umount the /development filesystem and remount it using the following command: mount -t jfs2 /developmentB、Edit the /etc/filesystems file to change the type paramter to "jfs2" and change the log parameter to "jfs2log"C、Backup the /development filesystem data, delete the JFS /development filesystem, create the new JFS2 /development filsystem, and restore the data to the /development filesystemD、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 filesystem

The system administrator has determined that a new JFS log needs to be created on a different disk, in order to decrease an I/O bottleneck. Which of the following steps are the most correct?() A、 mklv -t jfslog -y LVname VGname 1 PVname logform /dev/LVname  chfs -a log=/dev/LVname /filesystemname m ount and unmount filesystemB、 mklv -t jfslog -y LVname VGname PVname unmount filesystem vi /etc/filesystems, change entry for lv to point filesystem to new JFS log mount filesystemC、 mklvcopy -a jfslog -y LVname VGname 1 PVname  chfs -a log=/dev/LVname /filesystemname  unmount and mount file systemD、 mklvcopy  -t jfslog -y LVname VGname 1 PVname  logform /dev/LVname  vi /etc/filesystems, change entry for lv to point filesystem to new JFS log  unmount and mount filesystem

单选题A system administrator has determined that the /development filesystem needs to be changed from JFS to JFS2 to take advantage of the new capabilites available in JFS2. What is the method to convert the /development filesystem from type JFS to JFS2?()AUmount the /development filesystem and remount it using the following command: mount -t jfs2 /developmentBEdit the /etc/filesystems file to change the type paramter to jfs2 and change the log parameter to jfs2logCBackup the /development filesystem data, delete the JFS /development filesystem, create the new JFS2 /development filsystem, and restore the data to the /development filesystemDBackup the /development filesystem data, change the /development filesystem using the following command,chfs -t type=jfs2 /development.then, restore the data to the /development filesystem

单选题A system administrator wants to NFS mount a filesystem from server "Alpha" to server "Bravo." Which command should be issued from "Bravo" to determine which filesystems are being exported by server "Alpha"? ()Alsnfsmnt AlphaBexportfs -l AlphaCshowmount -e AlphaDmount -t nfs Alpha

单选题The system administrator has determined that a new JFS log needs to be created on a different disk, in order to decrease an I/O bottleneck. Which of the following steps are the most correct?()A mklv -t jfslog -y LVname VGname 1 PVname logform /dev/LVname  chfs -a log=/dev/LVname /filesystemname m ount and unmount filesystemB mklv -t jfslog -y LVname VGname PVname unmount filesystem vi /etc/filesystems, change entry for lv to point filesystem to new JFS log mount filesystemC mklvcopy -a jfslog -y LVname VGname 1 PVname  chfs -a log=/dev/LVname /filesystemname  unmount and mount file systemD mklvcopy  -t jfslog -y LVname VGname 1 PVname  logform /dev/LVname  vi /etc/filesystems, change entry for lv to point filesystem to new JFS log  unmount and mount filesystem

单选题During system initialization, which command script is executed through the /etc/inittab to activate page spaces and mount filesystems?()ArcBinitCrc.bootDrc.init

单选题During system boot, the system hangs at LED 0C31. What is the first step the system administrator should take to correct the problem?()ACheck system console connectionsBCheck system network connectionsCBoot in service mode and change the bootlistDBoot from the AIX installation media and mount rootvg filesystems

单选题During a NIM install, the system stops with the LED code 611.  What is the cause of the issue()?AA failure to NFS mount filesystems from the NIM clientBA failure to NFS mount filesystems from the NIM masterCA failure to retrieve the tftp client info from the NIM masterDA failure to retrieve the tftp server info from the NIM master

单选题An administrator migrates from AIX 5.3 to AIX 6.1. Upon completion, a client questions why files are missing from /tmp. How should the administrator respond to the client?()AExplain that the files never existed in the first place.BExplain that during a Migration install the /tmp filesystem is overwritten.CExplain that after a Migration install, all system filesystems will be empty.DExplain that /tmp is temporary storage and files are automatically removed every 30 days.

单选题A system administrator created a /etc/exports file on server "Alpha" and entered a filesystem to be exported to server "Bravo." However, the remote servers are unable to mount the filesystems. What does the system administrator need to do?()AUse the exportfs command on server Alpha to export the filesystemBUse the showmount command on server Bravo to import the filesystemCUse the startsrc command on server Bravo to refresh the NFS daemonsDUse the chfs command on server Alpha to change the filesystem type to NFS

单选题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?()Amount -no /dataBchfs -A no /dataCmount -t nfs /dataDchfs -a type=nfs /data

单选题An administrator has received complaints from users that an application is not available while other applications run. This application resides on an NFS mounted filesystem. Which of the following commands should be run as a reasonable first step to handle this problem?()AdfBshowmountCexportfsDrefresh -g nfs

单选题A System p administrator wants to NFS mount a filesystem from server "alpha" to server "bravo".  Which of the following commands should be issued from "bravo" to determine which filesystems are being exported by server "alpha"()Alsexport alphaBshowmount -e alphaCexportfs -l alphaDmount -e nfs alpha

单选题Which of the following statements is TRUE about mounting a file system?()AA file system cannot be mounted on a directory containing data.BMounting a file system on a mount point containing data will delete the data.CMounting a file system on a amount point containing data will make the data temporarily inaccessible.DA systems administrator must manually create an empty directory prior to mounting an AIX JFS.

单选题The rootvg disk on a system failed and was replaced. The system was restored using the latest mksysb. However, no files in the /home filesystem were restored. What is the likely cause of this problem?()AThe new drive is too small to hold the entire rootvgBThe /home filesystem was not mounted during creation of the mksysbCThe /home stanza in the bosinst.data contained an entry ’restore=no’DThe /home filesystem was NFS exported to another system during creation of the mksysb