免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 3851 | 回复: 0
打印 上一主题 下一主题

HP_UX Bible ----- 第四部分unix系统管理(2) [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2002-01-19 10:50 |只看该作者 |倒序浏览
@12@W-HPUX4@
LVM was designed to
A. handle disks up to 9Gb
B. allow more than one file system on a single disk
C. increase system performance
D. allow greater flexibility in the management of disks
@ d @
while use lvm instead of whole disk in HPUX?
@ 8 @
W-HPUX4@
A volume group is
A. a collection of physical volumes grouped together to hold information
associated with an application
B. a collection of physical volumes grouped together to hold a file system
C. the structure used to hold boot information
D. a collection of whole disks or sectioned discs
@ a @
pls refer to the definition of vg
@ 8 @
W-HPUX4@
Possible examples of a pvcreate command would be
A. pvcreate -B /dev/rdsk/c0t0d0
B. none of these
C. pvcreate -B /dev/dsk/c0t1d0
D. pvcreate -F vxfs /dev/dsk/c0t1d0
@ a @ pvcreate command must be used with raw disk device file. That is the main
point.
@ 8 @
W-HPUX4@
What command would you use to check the physical extent size that will be
used when you create logical volumes from the volume group \"vgmyvol\"?
A. vgshow /dev/vgmyvol
B. pvdisplay /dev/vgmyvol
C. lvdisplay /dev/vgmyvol
D. vgdisplay /dev/vgmyvol
@ d @
The correct answer is: D. vgdisplay /dev/vgmyvol
The vgdisplay command reports : \" PE Size (Mbytes)\" .
@ 8 @
W-HPUX4@
Besides the standard ioscan command, another command that could be used
to identify which hardware address \"goes with\" which device
file is:
A. lssf
B. listsf
C. lsspecial
D. displaysf
@ a @
The correct answer is: A. lssf List Special File (lssf) determines the major
number of the special file and whether it is bloc or character. It then
scans the system for the device that is associated with the special file.
When the device is found, the minor number of the special file is also
decoded. A mnemonic description of the minor numer is printed on standard
output along with the hardware path of the device.
@ 7 @
W-HPUX4@
The main internal structures of a JFS file system are
A. superblock, cylinder groups and inodes
B. allocation units and cylinder groups
C. intent log, cylinder group and inodes
D. superblock, intent log and allocation units
@ d @
pls refer to chapter 9 which introduce the jfs
@ 9 @
W-HPUX4@
The newfs command is used to create:
A. HFS file systems only.
B. CDFS file systems.
C. a mirror copy of an existing file system.
D. HFS and JFS file systems.
@ d @
The correct answer is: D. HFS and JFS file systems.
The newfs command is a \"friendly\" front-end to the mkfs command. It
calculates the appropriate parameters and then builds the file system by
invoking mkfs. It is capable of creating all supported types of local file
systems.
@
10
@
W-HPUX4@
The file that contains the default file system type for file system creation
is:
A. /etc/fstab
B. /etc/filesystem
C. /etc/default/fs
D. /var/adm/sbtab
@ c @
The correct answer is: C. /etc/default/fs
The directory \"/etc/defaults\" contains various plain text files in which
default values are stored for some system services and utilities. The
file\"/etc/defaults/fs\" is used by the various file system creation
routines if a file system type is not explicitly stated on the command
line.The directory \"/etc/defaults\" contains various plain text files in
which default values are stored for some system services and utilities.
The file\"/etc/defaults/fs\" is used by the various file system creation
routines if a file system type is not explicitly stated on the command line.
@
10
@
W-HPUX4@
The command lsdev is used to show block and character:
A. minor numbers for all drivers configured into the kernel.
B. major numbers for all drivers.
C. major numbers for all drivers configured into the kernel.
D. major numbers for all drivers currently in use by system peripherals.
@ c @
The correct answer is: C. major numbers for all drivers configured into
the kernel.
The lsdev command list the major device numbers, the name of the associated
driver and the class designation for all drivers/pseudo-drivers cinfigured
into the kernel and available for invocation via \"special files\".
@ 7 @
W-HPUX4@
A logical extent is the
A. smaller than a physical extent
B. the smallest amount of space addressed by one disk access
C. smallest amount of space allocated to a logical volume
D. is always 4 Mb in size
@ c @
remember?
@ 8 @
W-HPUX4@
To place a logical volume on a specific disk you do the following
A. use lvcreate with no size option and use lvextend to specify the disk
and size
B. specify the physical volume on the end of the lvcreate
C. use SAM
D. use lvmove
@ a @ It is a tip.
@12@W-HPUX4@
The commands needed to set up a volume group are:
A. mkdir,pvdisplay,vgcreate
B. mkdir,mknod,vgcreate
C. mknod, vgdisplay, vgcreate
D. mkdir, vgcreate,vgdisplay
@ b @
the procedure of create a vg
@ 8 @
W-HPUX4@
The program that runs automatically at the end of an install to establish
the system date, hostname, and IP address is:
A. /sbin/set_parms
B. /etc/hosts
C. /sbin/date
D. /sbin/setboot
@ a @
The correct answer is: A. /sbin/set_parms
This script was originally designed to help the administrator bring a
system up after a fresh load. It’s primary goal was to set some local
configurables and attach the system to the LAN and initialize the settings
for common network services (such as DNS, NIS, ....).
@21@
W-HPUX4@
The main structures inside an HFS are
A. superblock, allocation unit, inode, block and fragment .
B. superblock, cylinder group, inode, extent and block
C. superblock, allocation unit, inode, extent and block
D. superblock, cylinder group, inode, block and fragment .
@ d @ HFS definition
@ 9 @
W-HPUX4@
The Software Distributor can be used to :
A. all of these
B. install software
C. list installed software
D. copy software depots
@ a @
SD工具的作用
@
19
@
W-HPUX4@
The check_recovery command is used to
A. ensure your make_recovery tape was written correctly
B. validate support media
C. check your LVM configuration under /etc/lvmconf is valid
D. ensure your make_recovery tape is current
@ d @
You should use make_recovery -C in advance.
@
13
@
W-HPUX4@
In the device file cXtYdZ the X, Y and Z represent respectively
A. the instance of the device, the logical unit within the device and Z
is always zero
B. the instance of the controller, the target o f the device and the logical
unit within the device
C. the target of the device, the instance of the controller and the logical
unit within the device
D. the logical unit number, the target of the device and the section number
@ b @
pls refer to the sector of device naming convention in H30641 Chapter7
@ 7
@
W-HPUX4@
The device file/ldev/cul0p1 would address
A. a dial out modem on port 1with a controller instance of 0
B. a dial out moden on port 0 with a controller instance of 1
C. a dial in modem on port 1 with a controller instance of 0
D. a terminal on port 1 with a controller instance of 0
@ a @
pls refer to chapter 7 section of terminal and moden device name convention.
@ 7 @
W-HPUX4@
Using LVM a collection of physical volumes are pulled together into a
A. logical volume
B. physical volume group
C. volume group
D. physical volume
@ c @
pv->vg->lv->fs
@ 8 @
W-HPUX4@
If the device file for your CD-ROM is missing, (the \"ioscan -fn\" command
shows the H/W path exists but there are no device files) what
command could you run, without rebooting the system, to create the device
files?
A. mkcd -a
B. insf -e
C. lssf -e
D. cdfs -a
@ b @
The correct answer is: B. insf -e
The install special file command install special files in the devices
directory (the -e option reinstalls missing special files for existing
devices).
@
7 @
W-HPUX4@
If the driver for a device is bound into the kernel the ioscan \"S/W State\"
shows
A. claimed
B. scan
C. in
D. unclaimed
@ a @
Refer to the command ioscan
@ 7 @
W-HPUX4@
At HPUX 11 it is recommended that you install patches using
A. swinstall with the superseded_by option
B. shar against the .depot file
C. swlist with the -I option
D. swinstall with either the patch_match_target option or the
autoselect_patches option
@ d @
在安装PATCH时需要加选项patch_match_target 或autoselect_patches
清楚作用
@
19
@
W-HPUX4@
Which of the following statements is TRUE for HP-UX 10.20 and above?
A. \"/stand can be either hfs or vxfs if you have On-Line JFS.
B. \"/stand\" must be vxfs but \"/\" can be vxfs or hfs.
C. \"/stand and \"/\" must be hfs
D. \"/stand\" must be hfs but \"/\" can be vxfs.
@ d @
D. 关于HP-UX 10.20及以上版本\"/\" can be either hfs or vxfs but \"/stand\"
must be hfs. 参阅第9章HFS文件系统的HFS Implication.
@ 9
@
W-HPUX4@
You want to create a new 200MB logical volume from the volume group vg00,
using the default physical extent size. Instead of taking
the default logical volume name, you want to name your logical volume
\"newlv\". What command would you use?
A. lvcreate -l 200 -n newlv /dev/vg00
B. lvcreate -L 200 /dev/vg00/newlv
C. lvcreate -l 200 -n /dev/vg00/newlv
D. lvcreate -L 200 -n newlv /dev/vg00
@ d @
D. The \"-L\" option specifies MBs the \"-n\" option indicates a user defined
logical volume name instead of the default. The last argument is
the volume group in which the logical volume will be created.
@ 8 @
W-HPUX4@
on HP-UX, the command for viewing disk space utilization is:
A. du
B. scandisk
C. bdf
D. diskinfo
@ c @
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP