Run fsck on all filesystems using loglv00
Run the logform command against loglv00
Recreate the filesystems and resotre form a backup
Create a enw jfslog and change /etc/filesystems to point to this log
第1题:
Using the C-SPOC utilities, an administrator has created a new volume group and filesytems. Theadministrator performs an Isvg -I command on the volume group and notices that the log logical volume created in C-SPOC is closed/syncd and loglv01 has been created and is in use. What step was required in order for the logfile created by C-SPOC to be used.()
第2题:
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?()
第3题:
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?()
第4题:
Which command would an administrator use to list which filesystems are in volume group datavg?()
第5题:
A system administrator would like to rename volume group oldvg to newvg. This volume group resides on hdisk1. What is the appropriate procedure to perform this?()
第6题:
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?()
第7题:
The volume group and all logical volumes will be recreated. All raw and jfs filesystms will be backed up and restored.
This backup will be bootable and the volume group and all jfs logical volumes will be recreated.
This backup will not be bootable and the restorevg command is used to restore only the mounted and non-raw logical volumes. It will not recreate any logical volumes that are raw or unmounted.
The volume group and all logical volumes information is archived and will be recreated. The raw and unmounted filesystems will not be backed up and therefore not restored.
第8题:
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
第9题:
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.
第10题:
Perform the C-SPOC logform utility option prior to creating any filesystems.
Manually perform a logform outside of C-SPOC prior to creating any filesystems.
Run a logredo command and select log logical volume created in C-SPOC as the preferred jfslog.
Use C-SPOC to delete and recreate the log logical volume,set the perform logform option to true.
第11题:
Use the logform command to format /dev/fs1log as a jfslog
Use the chlv command to change the lv type of /dev/fs1log to jfslog
Use the chvg command to change the default jfslog of testvg to /dev/fs1log
Edit the /etc/filesystems file to change the log associated with /test/fs1 to /dev/fs1log
第12题:
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’.
第13题:
The 'lsvg -o' command is run with an output of only rootvg, but the server has another volume group named datavg, which is notdisplayed. What is the likely cause?()
第14题:
During an attempt to mount filesystems on the datavg volume group, the following error message occurs: "0506-323 Cannot get information about log device loglv00." The error is due to the fact that the jfslog used by these filesystems is located on a bad disk. Which of the following procedures should be performed to fix the error?()
第15题:
The data on datavg is inaccessible. Using "df" the user discovers that none of the datavg filesystems are mounted. Running "lsvg" shows only rootvg. Running "importvg -y" gives the following error: "056-056 volume cannot be varied on because pv is marked missing". Which of the following steps should be performed?()
第16题:
A system administrator has backed up the datavg volume group using the savevg command. There are several raw logical volumes and some unmounted jfs filesystems in datavg. Which of the following statements is true about this backup?()
第17题:
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?()
第18题:
You are working on a database, where you have three redo log groups. When the database is down for a backup, an operating system (OS) user deletes all the redo log files in a group. What will happen when you open your database?()
第19题:
lspv datavg
lslv -a datavg
lsfs -v datavg
lsvg -l datavg
第20题:
reboot the server in maintenance mode;migratevg -y newvg oldvg;reboot the server in normal mode
unmount all filesystems in the volume group;varyoffvg oldvg;migratepv -y oldvg -n newvg varyonvg newvg
unmount all filesystems in the volume group;varyoffvg oldvg;exportvg oldvg;importvg -y newvg hdisk1;mount all
unmount all filesystems in the volume group;varyoffvg oldvg;for each logical volume in the volume group do cplv -v oldvg -y newvg;varyonvg newvg;mount all
第21题:
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'.
第22题:
Run cfgmgr.
Run synclvodm.
Look in errorlog for hardware problems.
Boot into service mode and run fsck on filesystems.
第23题:
Run fsck on all filesystems using loglv00
Run the logform command against loglv00
Recreate the filesystems and restore from a backup
Create a new jfslog and change /etc/filesystems to point to this log