单选题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? ()A mount -F ufs -o ro /dev/fssnap/0 /checkB mount -F ufs -o rw /dev/fssnap/0 /checkC mount -F ufs -o ro /export/project /checkD mount -F ufs -o rw /export/project /check

单选题
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? ()
A

 mount -F ufs -o ro /dev/fssnap/0 /check

B

 mount -F ufs -o rw /dev/fssnap/0 /check

C

 mount -F ufs -o ro /export/project /check

D

 mount -F ufs -o rw /export/project /check


参考解析

解析: 暂无解析

相关考题:

Before performing a mksysb system backup, which of the following procedures should a system administrator perform to avoid backing up certain user files?() A.Add the list of files to /etc/exclude.rootvg.B.Modify the image.data file and add the files to be excluded form the backup.C.Modify the bosinst.data file and specify which files are to be excluded from the backup.D.Specify the files to be excluded on the command line when executing the mksysb command.

Which of the following statements is TRUE about mounting a file system?() A.A file system cannot be mounted on a directory containing data.B.Mounting a file system on a mount point containing data will delete the data.C.Mounting a file system on a amount point containing data will make the data temporarily inaccessible.D.A systems administrator must manually create an empty directory prior to mounting an AIX JFS.

Certkiller .com has a file server named Certkiller -SR07 that stores old inventory files. Certkiller .com has given you the task of creating an application to archive these old inventory files.The inventory files have to be compressed prior to being uploaded to Certkiller .com‘s Web server.You are currently writing a method that will receive a byte array and compress it into a new file.You need to ensure that a data corruption check takes place during the decompression process.What should you do?()A.B.C.D.

Which command copies the factory-default files to your backup media?()A、request system snapshot rescueB、request system snapshot factoryC、request system snapshot defaultD、request system snapshot as-primary

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?()A、system /vB、winnt /sC、sfc /scannowD、chkdsk /f

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?()A、 fssnap -iB、 fssnap -rC、 ufsrestore -iD、 snaprestore -i

Which command(s) will result in the smallest sized backup of the text files contained in the /staticFS filesystem?()  A、tar -cvf file_system.tar /staticFS ; gzip file_system.tarB、tar -xvf /staticFS file_system.tar ; gzip file_system.tarC、tar -cvf /staticFS file_system.tar ; compress file_system.tarD、tar -xvf file_system.tar /staticFS  ; compress file_system.tar

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?()A、viB、mkitabC、telinitD、startsrc

A file system has been corrupted and needs to be restored.  Which file contains the ufsdump levels for this file system? ()A、 /etc/backupB、 /etc/ufsdumpC、 /etc/dumpdatesD、 /etc/fsdumpdates

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?()A、Restore all the data files and open the databaseB、Create the data file and performtablespacerecoveryC、No need to restore any file, just recover the databaseD、Restore only the system data file and recover the databaseE、Restore only lost date file and performtablespacerecovery

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? ()A、 mount -F ufs -o ro /dev/fssnap/0 /checkB、 mount -F ufs -o rw /dev/fssnap/0 /checkC、 mount -F ufs -o ro /export/project /checkD、 mount -F ufs -o rw /export/project /check

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? ()A、 The /data filesystem does not exist.B、 This message indicates that the /data2/snap directory does not exist.C、 The name of the Backing Store is incorrect, it should be /dev/fssnap/0D、 This message indicates that you cannot have the backing store file on the same filesystem as the filesystem being snapped.

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?()A、Restore the data file for the SYSTEM tablespace then open the database. B、Restore all redo logs form last night's backup, then restart the database. C、Perform a complete restore of all files from last night's backup. Data entered into the database today must be reentered. D、Mount the instance, take the SYSTEM tablespace offline, open the database, and then restore the data file, recover it, and bring the tablespace online.

单选题Which command copies the factory-default files to your backup media?()Arequest system snapshot rescueBrequest system snapshot factoryCrequest system snapshot defaultDrequest system snapshot as-primary

单选题You have a computer that runs Windows 7. The computer has System Protection enabled. You need toretain only the last System Protection snapshot of the computer. All other snapshots must be deleted.  Whatshould you do?()ARun Disk Cleanup for Programs and Features.BRun Disk Cleanup for System Restore and Shadow Copies.CFrom the System Protection Restore settings, select Turn off System Restore.DFrom the System Protection Restore settings, select Only restore previous versions of files.

单选题The /export/home file system is running out of space on c0t0d0s7. You added a new disk to the system and it is named c1t1d0. You need to move the /export/home file system to slice 7 on the new disk.  Which command is used to move the data from /export/home to the new disk after booting the server to the single-user milestone? ()A AB BC CD D

单选题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?()Asystem /vBwinnt /sCsfc /scannowDchkdsk /f

单选题You work as a database administrator for Supportcenter.cn. 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?()ARestore all the data files and open the databaseBCreate the data file and perform tablespace recoveryCNo need to restore any file, just recover the databaseDRestore only the system data file and recover the databaseERestore only lost date file and performtablespacerecovery

单选题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? ()A The /data filesystem does not exist.B This message indicates that the /data2/snap directory does not exist.C The name of the Backing Store is incorrect, it should be /dev/fssnap/0D This message indicates that you cannot have the backing store file on the same filesystem as the filesystem being snapped.

单选题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?()ARestore the data file for the SYSTEM tablespace then open the database. BRestore all redo logs form last night's backup, then restart the database. CPerform a complete restore of all files from last night's backup. Data entered into the database today must be reentered. DMount the instance, take the SYSTEM tablespace offline, open the database, and then restore the data file, recover it, and bring the tablespace online.

单选题Which command(s) will result in the smallest sized backup of the text files contained in the /staticFS filesystem?()Atar -cvf file_system.tar /staticFS ; gzip file_system.tarBtar -xvf /staticFS file_system.tar ; gzip file_system.tarCtar -cvf /staticFS file_system.tar ; compress file_system.tarDtar -xvf file_system.tar /staticFS ; compress file_system.tar

单选题Which of the following statements is TRUE about mounting a file system?()AA file system cannot be mounted on a directory containing data.BMounting a file system on a mount point containing data will delete the data.CMounting a file system on a amount point containing data will make the data temporarily inaccessible.DA systems administrator must manually create an empty directory prior to mounting an AIX JFS.

单选题A file system has been corrupted and needs to be restored.  Which file contains the ufsdump levels for this file system? ()A /etc/backupB /etc/ufsdumpC /etc/dumpdatesD /etc/fsdumpdates

单选题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? ()A mount -F ufs -o ro /dev/fssnap/0 /checkB mount -F ufs -o rw /dev/fssnap/0 /checkC mount -F ufs -o ro /export/project /checkD mount -F ufs -o rw /export/project /check

单选题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?()A fssnap -iB fssnap -rC ufsrestore -iD snaprestore -i

单选题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?()AviBmkitabCtelinitDstartsrc

单选题After you back up /export using a file system snapshot, and you have removed the snapshot, you also need to remove the backing store. If the snapshot was created with:  # mkdir /var/tmp/backup-snaps  # fssnap -o  bs=/var/tmp/backup-snaps /export   Which file do you need to remove? ()A AB BC CD D

单选题Before performing a mksysb system backup, which of the following procedures should a system administrator perform to avoid backing up certain user files?()AAdd the list of files to /etc/exclude.rootvg.BModify the image.data file and add the files to be excluded form the backup.CModify the bosinst.data file and specify which files are to be excluded from the backup.DSpecify the files to be excluded on the command line when executing the mksysb command.