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 

题目

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、lsfs
  • B、topas
  • C、fuser
  • D、mount
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

The /systest filesystem is associated with the /dev/testlv logical volume on the ’testvg’ volume group. Given this information, which of the following commands can the system administrator use to determine if the /systest filesystem is mirrored?()

  • A、df
  • B、lsvg
  • C、lsfs
  • D、lsdev

正确答案:B

第2题:

Which of the following procedures WILL NOT increase contiguous free space on a the filesystem /data1, located on /dev/lv01, that is heavily fragmented?()

  • A、 Run defragfs -r /data1; defragfs /data1
  • B、 Run defragfs -r /dev/lv01; defragfs /dev/lv01
  • C、 Back up the filesystem by name, unmount the filesystem, recreate the filesystem by running mkfs /dev/lv01, and restoring the data from the backup.
  • D、 Back up the filesystem by inode, unmount the filesystem, recreate the filesystem by running mkfs /dev/lv01, and restoring the data from the backup.

正确答案:D

第3题:

14将光盘/dev/hdc卸载的命令是:()

  • A、umount /dev/hdc
  • B、unmount /mnt/cdrom /dev/hdc
  • C、unmount /dev/hdc
  • D、umount /mnt/cdrom /dev/hdc

正确答案:A

第4题:

A System p administrator has an application that has the data in volume group appvg.  Which of the following commands will back up the contents of appvg to the tape in /dev/rmt0 and check for any read errors ()

  • A、savevg -mf /dev/rmt0 appvg
  • B、savevg -cvf /dev/rmt0 appvg
  • C、savevg -vf /dev/rmt0 appvg
  • D、savevg -f /dev/rmt0 -V appvg

正确答案:D

第5题:

Which of the following commands should be used to check whether a system dump is valid and readable?()

  • A、 kdb 
  • B、 snap -d 
  • C、 dbx -vmcore 
  • D、 od /dev/sysdumpdev

正确答案:A

第6题:

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?()

  • A、Reboot the server into maintenance mode and run ‘fsck’ with the ‘-p’ parameter while the filesystem is mounted.
  • B、Reboot the server into maintenance mode and run ‘fsck’ with the ‘-y’ parameter while the filesystem is unmounted.
  • C、Force a umount of the filesystem with ‘umount -F /dev/fslv02’, and then run ‘fsck -p /dev/fslv02’ while the filesystem is unmounted.
  • D、Force 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.

正确答案:B

第7题:

While using the smit install_remove menus to remove some filesets the 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 XXX /usr commands.
  • D、Update /etc/filesystems with the desired size for /usr and reboot the system.

正确答案:B

第8题:

A System p administrator found a process on the server that should be stopped.  Which of the following commands can be used to list all the signal actions defined for this process()

  • A、ps
  • B、pstat
  • C、lssig
  • D、procsig

正确答案:D

第9题:

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.

正确答案:B

第10题:

A system administrator has been asked to migrate the dev_vg volume group from server A to server B. The dev_vg volume group contains a single filesystem named "/development". To prepare for migration, which of the following is the correct sequence of commands for removing the volume group from server A?()

  • A、exportvg dev_vg; umount /development; varyoffvg dev_vg
  • B、varyoffvg dev_vg; umount /development; exportvg dev_vg
  • C、umount /development; exportvg dev_vg; varyoffvg dev_vg
  • D、umount /development; varyoffvg dev_vg; exportvg dev_vg

正确答案:D

更多相关问题