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
第1题:
A user suspects that a recently installed program overwrote a Windows system file on the computer. Which of the following commands could be run to check and verify the system files?()
第2题:
Which command(s) will result in the smallest sized backup of the text files contained in the /staticFS filesystem?()
第3题:
A file system has been corrupted and needs to be restored. Which file contains the ufsdump levels for this file system? ()
第4题:
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? ()
第5题:
Your database is set in NOARCHIVELOG mode and is backed up every night. There are 10 redo log groups on the database, each with three members, making a total of 30 redo log files. At lunchtime the server unexpectedly gets shut down. Upon restarting you notice that the data file belonging to the SYSTEM tablespace has become corrupted. You also notice that there have been 15 log switches during the day. Which solution should you use to recover as much committed data as possible?()
第6题:
Run Disk Cleanup for Programs and Features.
Run Disk Cleanup for System Restore and Shadow Copies.
From the System Protection Restore settings, select Turn off System Restore.
From the System Protection Restore settings, select Only restore previous versions of files.
第7题:
system /v
winnt /s
sfc /scannow
chkdsk /f
第8题:
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.
第9题:
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
第10题:
/etc/backup
/etc/ufsdump
/etc/dumpdates
/etc/fsdumpdates
第11题:
fssnap -i
fssnap -r
ufsrestore -i
snaprestore -i
第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题:
A new application has been added to a system which needs to automatically be started at system startup. The system administrator has decided to accomplish this by using the /etc/inittab file. Which command would be used to accomplish this in a supported manner?()
第15题:
You work as a database administrator for Certkiller .com. Your database is in NOARCHIVELOG mode. The database has been configured with three redo logs groups, and there have been five log switches. You lost one non-system-critical data file from your database. Which method would you use to recover the data file?()
第16题:
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? ()
第17题:
request system snapshot rescue
request system snapshot factory
request system snapshot default
request system snapshot as-primary
第18题:
A
B
C
D
第19题:
Restore all the data files and open the database
Create the data file and perform tablespace recovery
No need to restore any file, just recover the database
Restore only the system data file and recover the database
Restore only lost date file and performtablespacerecovery
第20题:
Restore the data file for the SYSTEM tablespace then open the database.
Restore all redo logs form last night's backup, then restart the database.
Perform a complete restore of all files from last night's backup. Data entered into the database today must be reentered.
Mount the instance, take the SYSTEM tablespace offline, open the database, and then restore the data file, recover it, and bring the tablespace online.
第21题:
A file system cannot be mounted on a directory containing data.
Mounting a file system on a mount point containing data will delete the data.
Mounting a file system on a amount point containing data will make the data temporarily inaccessible.
A systems administrator must manually create an empty directory prior to mounting an AIX JFS.
第22题:
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
第23题:
vi
mkitab
telinit
startsrc
第24题:
Add the list of files to /etc/exclude.rootvg.
Modify the image.data file and add the files to be excluded form the backup.
Modify the bosinst.data file and specify which files are to be excluded from the backup.
Specify the files to be excluded on the command line when executing the mksysb command.