who /filesystem
lsfs /filesystem
fuser /filesystem
umount -f /filesystem
第1题:
A system administrator has an existing mksysb image, but would like to modify the image.data file on the mksysb before installing it on a system. Which of the following procedures is most appropriate to perform?()
第2题:
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 ()
第3题:
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?()
第4题:
While attempting to expand a file system, an administrator receives an error message indicating that the filesystem is not recognized. Running the 'lsfs' command fails to display any output, but the 'df' command is working and displays normal filesystems. What is the likely cause of the problem?()
第5题:
An administrator is attempting to recover afilesystem 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: Cannot continue tried to mount Which steps will resolve the problem?()
第6题:
An administrator needs to change a system’s run level from level 2 to level 3. What is the appropriate method to accomplish this()
第7题:
mklv -t jfslog -y LVname VGname 1 PVname logform /dev/LVname chfs -a log=/dev/LVname /filesystemname m ount and unmount filesystem
mklv -t jfslog -y LVname VGname PVname unmount filesystem vi /etc/filesystems, change entry for lv to point filesystem to new JFS log mount filesystem
mklvcopy -a jfslog -y LVname VGname 1 PVname chfs -a log=/dev/LVname /filesystemname unmount and mount file system
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
第8题:
Use the reboot command.
Edit the /etc/reboot file and reboot the system.
Edit /etc/.init.state file and reboot the system.
Use the telinit command
第9题:
Use the exportfs command on server Alpha to export the filesystem
Use the showmount command on server Bravo to import the filesystem
Use the startsrc command on server Bravo to refresh the NFS daemons
Use the chfs command on server Alpha to change the filesystem type to NFS
第10题:
The /etc/filesystems file is missing.
The /dev/hd8 logical volume is corrupt.
The hosting volume group is not varied on.
The /var and /tmp filesystems may be full.
第11题:
Backup, unmount, remove, recreate and restore the filesystem.
Boot from mksysb tape and select Shrink filesystems on restore.
Unmount, run defragfs /usr and the reducefs -size n /usr commands.
Update the /image.data file with the desired size for /usr and reboot the system.
第12题:
Reboot the server into maintenance mode and run ‘fsck’ with the ‘-p’ parameter while the filesystem is mounted.
Reboot the server into maintenance mode and run ‘fsck’ with the ‘-y’ parameter while the filesystem is unmounted.
Force a umount of the filesystem with ‘umount -F /dev/fslv02’, and then run ‘fsck -p /dev/fslv02’ while the filesystem is unmounted.
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.
第13题:
The df command indicates that a filesystem is full, however, the du command indicates that not all space is allocated. How would the system administrator isolate the discrepancy()
第14题:
Which attribute of a JFS filesystem can NOT be changed after the filesystem is created?()
第15题:
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?()
第16题:
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?()
第17题:
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?()
第18题:
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?()
第19题:
Reboot the server into maintenance mode and run 'fsck' with the '-p' parameter while the filesystem is mounted
Reboot the server into maintenance mode and run 'fsck' with the '-y' parameter whilethe filesystem is unmounted
Force a umount of the filesystem with 'umount -F /dev/fslv02', and then run 'fsck p /dev/fslv02' while the file system is unmounted
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
第20题:
who /filesystem
lsfs /filesystem
fuser /filesystem
umount -f /filesystem
第21题:
lsfs
topas
fuser
mount
第22题:
tar -cvf file_system.tar /staticFS ; gzip file_system.tar
tar -xvf /staticFS file_system.tar ; gzip file_system.tar
tar -cvf /staticFS file_system.tar ; compress file_system.tar
tar -xvf file_system.tar /staticFS ; compress file_system.tar
第23题:
Create a new image.data file and recreate the mksysb image.
Use the dd command to replace the image.data file on the mksysb tape.
Use the tctl command to palce the new image.data file on the mksysb tape.
Place the new image.data file on a diskette that will be road during the installation of the mksysb.
第24题:
Use the fuser command to identify deleted but open files.
Use the ipcs command to view orphan shared memory segments.
Use the defrag command to determine if the filesystem is fragmented.
Use the topas command to identify processes using the most system resources.