单选题A system administrator has a filesystem 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?()AchfsBchlvCmklvcopyDmkfscopy
单选题
A system administrator has a filesystem 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?()
A
chfs
B
chlv
C
mklvcopy
D
mkfscopy
参考解析
解析:
暂无解析
相关考题:
Output is data that has been processed into useful form. called(27). That is a computer processes input into output.A.dataB.informationC.interfaceD.system
A system has a mirrored data volume group that has a filesystem /data of 10 logical partitions.How many physical partitions will thefilesystem have?() A.1B.2C.10D.20
An administrator needs to apply a Technology Level update. During the preview install, the output indicates that there is insufficientspace in the /usr filesystem. Review of the root volume group indicates there are no available physical partitions, but the /test jfs2 filesystem is only 8% used.What is the most efficient method to use the available space in the /test filesystem to apply theupdate?()A.Use chfs to reduce the /test filesystemB.Use cplv to copy the /test filesystem to a smaller logical volumeC.Use migratepv l to move the /test filesystem to a different volume groupD.Backup the /test filesystem, remove it, and recreate it with a smaller size
A system was rebooted and is taking a long time toreturn. The administrator has logged into the HMC and sees reference code 0c9.What does this mean?() A.The system is configuring a device.B.A system initiated dump has started.C.The system is varyingon a volume group.D.The system is running an inbuilt self test.
The system administrator wants to use a new jfslog /dev/fs1log with the filesystem /test/fs1 on the testvg volume group. The following commands were used to create the log and assign it to the filesystem: (1)mklv -t jfslog -y /dev/fs1log testvg 1 (2)chfs -a log=/dev/fs1log /test/fs1 While trying to mount the /test/fs1 filesystem the administrator received the error: "Cannot mount /dev/fs1lv on /test/fs1: A system call received a parameter that is not valid". What step did the administrator miss that most likely caused the error?()A、Use the logform command to format /dev/fs1log as a jfslogB、Use the chlv command to change the lv type of /dev/fs1log to jfslogC、Use the chvg command to change the default jfslog of testvg to /dev/fs1logD、Edit the /etc/filesystems file to change the log associated with /test/fs1 to /dev/fs1log
A system has a mirrored data volume group that has a filesystem /data of 10 logical partitions. How many physical partitions will thefilesystem have?()A、1B、2C、10D、20
An administrator is planning an upgrade of a major software package on an application server.The software has been tested successfully in a test environment and it is ready to go into production. Which of the following steps should the administrator take next?()A、Identify necessary operating system updatesB、Implement the changeC、Document the changeD、Schedule system down time
A server has 500GB of data that must be backed up nightly. The administrator has upgraded the oldLTO2 drive to an LTO3, but the data still will not fit on a single tape. Which of the following additional stepsshould the administrator perform to accommodate the data?()A、 Enable compression on the new driveB、 Reformat all tapesC、 Delete unnecessary system filesD、 Purchase LTO3 tapes for use in the new driveE、 Purchase new backup software
In AIX 5L and later, the operating system supports the /proc filesystem. What would be the best description of the /proc filesystem?()A、 It is a pseudo filesystem that maps processes and kernel data structures to corresponding files.B、 It is a JFS mounted filesystem that provides an exact representation of what is happening to a proces at a single and discrete point of time.C、 It is a JFS mounted filesystem that maps processes and read-only files related to these processes.D、 It is a pseudo filesystem that contains data that represents the state of the parent processes (but not their threads) in a system.
While using the smit install_remove menus to remove some filesets on an AIX 5.3 server, a system administrator notices the /usr filesystem is now unnecessarily large. Which of the following actions will reduce the size of the /usr filesystem ()A、Backup, unmount, remove, recreate and restore the filesystem.B、Boot from mksysb tape and select Shrink filesystems on restore.C、Unmount, run defragfs /usr and the reducefs -size n /usr commands.D、Update the /image.data file with the desired size for /usr and reboot the system.
A system administrator used the savevg command to back up the testvg each night. There is now a requirement to exclude the /test/static filesystem from the backup. How can this be accomplished?()A、Use the -X flag on the savevg commandB、Put an entry in the /etc/exclude.testvg fileC、Remove the /test/static entries from the /vgdata/testvg.data fileD、Use the touch command to create /test/static/.exclude before using savevg
A system administrator has a filesystem 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?()A、chfsB、chlvC、mklvcopyD、mkfscopy
A system administrator is unable to unmount a file system. Which is the appropriate command to determine who or what is accessing the file system?()A、who /filesystemB、lsfs /filesystemC、fuser /filesystemD、umount -f /filesystem
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 has a mirrored data volume group that has a filesystem /data of 10 logical partitions. How many physical partitions will the filesystem have?()A、1B、2C、10D、20
A system administrator has increased the size the logical volume lv00. The administrator now wants to enlarge the filesystem /fs00 that is mounted on lv00 to the same size that lv00 currently is. Which of the following commands will show the administrator the number of blocks to use when increasing the size of the filesystem /fs00?()A、lslv /fs00B、lsfs -q /fs00C、lsdev -Cc lv00D、lsattr -El lv00
A system was rebooted and is taking a long time toreturn. The administrator has logged into the HMC and sees reference code 0c9. What does this mean?()A、The system is configuring a device.B、A system initiated dump has started.C、The system is varyingon a volume group.D、The system is running an inbuilt self test.
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
An administrator needs to apply a Technology Level update. During the preview install, the output indicates that there is insufficient space in the /usr filesystem. Review of the root volume group indicates there are no available physical partitions, but the /test jfs2 filesystem is only 8% used. What is the most efficient method to use the available space in the /test filesystem to apply the update?()A、Use chfs to reduce the /test filesystemB、Use cplv to copy the /test filesystem to a smaller logical volumeC、Use migratepv l to move the /test filesystem to a different volume groupD、Backup the /test filesystem, remove it, and recreate it with a smaller size
单选题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
单选题An administrator is planning an upgrade of a major software package on an application server. The software has been tested successfully in a test environment and it is ready to go into production. Which of the following steps should the administrator take next?()A Identify necessary operating system updatesB Implement the changeC Document the changeD Schedule system down time
单选题A system was rebooted and is taking a long time to return. The administrator has logged into the HMC and sees reference code 0c9. What does this mean()?AThe system is configuring a device.BA system initiated dump has started.CThe system is varyingon a volume group.DThe system is running an inbuilt self test.
单选题A system has a mirrored data volume group that has a filesystem /data of 10 logical partitions. How many physical partitions will thefilesystem have?()A1B2C10D20
单选题A system has a mirrored data volume group that has a filesystem /data of 10 logical partitions. How many physical partitions will the filesystem have?()A1B2C10D20
单选题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
单选题In AIX 5L and later, the operating system supports the /proc filesystem. What would be the best description of the /proc filesystem?()A It is a pseudo filesystem that maps processes and kernel data structures to corresponding files.B It is a JFS mounted filesystem that provides an exact representation of what is happening to a proces at a single and discrete point of time.C It is a JFS mounted filesystem that maps processes and read-only files related to these processes.D It is a pseudo filesystem that contains data that represents the state of the parent processes (but not their threads) in a system.