The /data filesystem does not exist.
This message indicates that the /data2/snap directory does not exist.
The name of the Backing Store is incorrect, it should be /dev/fssnap/0
This message indicates that you cannot have the backing store file on the same filesystem as the filesystem being snapped.
第1题:
An application writes to a log file in the /logs filesystem that is full. After the log file is deleted, 'df' still shows the filesystem as 100% full. What is the likely cause of the problem and what will resolve it?()
第2题:
An application writes to a log file in the /logs filesystem that is full. After the log file is deleted,‘df’ still shows the filesystem as 100% full. What is the likely cause of the problem and what will resolve it?()
第3题:
A log logical volume is created as indicated below: root@host1:/# mklv -a c -t jfs2log -b y datavg 1 loglv00 root@host1:/# lsvg -l datavg datavg: LV NAMETYPELPsPPsPVsLV STATE MOUNT POINT loglv00jfs2log111closed/syncdN/AA new filesytem is then created using the new log logical volume.When the administrator attempts to mount the filesytem, the following error occurs:root@host1:/# mount/newfs mount: 0506-324 Cannot mount /dev/lv00 on /newfs: Asystem call received a parameter that is not valid. Which of the following actions will resolve this error?()
第4题:
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?()
第5题:
A log logical volume is created as indicated below: root@host1:/# mklv -a c -t jfs2log -b y datavg 1 loglv00 root@host1:/# lsvg -l datavg datavg: LV NAMETYPELPsPPsPVsLV STATEMOUNT POINT loglv00jfs2log111closed/syncdN/A A new filesytem is then created using the new log logical volume.When the administrator attempts to mount the filesytem, the following error occurs: root@host1:/# mount /newfs mount: 0506-324 Cannot mount /dev/lv00 on /newfs: A system call received a parameter that is not valid. Which of the following actions will resolve this error?()
第6题:
A snapshot of the /export/project file system has been taken. Prior to backing up the file system, you need to check to see if certain files are on the snapshot. The snapshot needs to be mounted to check for these files. Which command will mount the snapshot? ()
第7题:
Umount the /development filesystem and remount it using the following command: mount -t jfs2 /development
Edit the /etc/filesystems 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 filsystem, and restore 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 filesystem
第8题:
There is not an available disk to allocate to the snapshot volume group
One of the physical volumes associated with rootvg has a status of missing
Rootvg is running in enhanced concurrent mode
A snapshot volume group cannot be created for the rootvg
第9题:
Recreate the file system with -p rw flags and re-mount.
Run 'logform /dev/loglv00' and hit 'y' to destroy all data.
Run 'clrginfo -p' to clear the invalid filesystem parameter.
Change 'account = true' value in /etc/filesystem to 'account = false'.
第10题:
The deleted file is still open by the application.The system must be rebooted before'df' will show the reduction in the filesystem.
The deleted file is still open by the application.The application must be stoppedbefore 'df' will show the reduction in the filesystem.
The filesystem is still marked as full in the /etc/fs.status file.The system must be rebooted before 'df' will show the reduction in the filesystem.
The filesystem is still marked as full in the /etc/fs.status file.The application must be stopped before 'df' will show the reduction in the filesystem.
第11题:
mount -F ufs -o ro /dev/fssnap/0 /check
mount -F ufs -o rw /dev/fssnap/0 /check
mount -F ufs -o ro /export/project /check
mount -F ufs -o rw /export/project /check
第12题:
A
B
C
D
第13题:
You need to restore some files from a file system. The file system was backed up from a snapshot. Which command will correctly restore these files?()
第14题:
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?()
第15题:
Using splitvg to create a snapshot volume group of rootvg results in an error. What is the most likely cause of the error()
第16题:
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?()
第17题:
While running long running queries, you receive the Snapshot too old error. Which advisor can help you to avoid the Snapshot too old error?()
第18题:
You created a snapshot of the /data2 filesystem as follows: # fssnap -F ufs -o bs=/data2/snap /data2 But, the system responds with the following error: snapshot error: Invalid backing file path What is the problem? ()
第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题:
Memory Advisor
Segment Advisor
Undo Advisor
SQL Tuning Advisor
第21题:
The /data filesystem does not exist.
This message indicates that the /data2/snap directory does not exist.
The name of the Backing Store is incorrect, it should be /dev/fssnap/0
This message indicates that you cannot have the backing store file on the same filesystem as the filesystem being snapped.
第22题:
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.
第23题:
fssnap -i
fssnap -r
ufsrestore -i
snaprestore -i
第24题:
Recreate the file system with -p rw flags and re-mount.
Run ‘logform /dev/loglv00’ and hit ‘y’ to destroy all data.
Run ‘clrginfo -p’ to clear the invalid filesystem parameter.
Change ‘account = true’ value in /etc/filesystem to ‘account = false’.