000-221译文
2、在deferred和concurrent 固件升级中的区别:延迟固件可以并发应用但包含的升级可以影响internal program load path(直到下次服务器关闭和重启之前不能启动)。
3、一台主机有一个独立的虚拟以太网卡只用默认的PVID配置,管理员尝试判断为什么它不能用于去连接网络上的其他系统。他猜测它或许因为Vlan的问题造成的:管理员怎样来判断这个适配器所配置的vlan的信息的呢?look on the HMC to determine which vlan is configured forthe adapter.
4、管理员怎样在一个WPAR中禁用RBAC: chdev –l mywpar –aenhanced_RBAC=false, reboot the global environment.
5、在执行一个NIM远程安装之后,管理员注意到不是所有的文件集在一个正确的技术级别TL。哪种行为将帮助管理员判断为什么非一致性的文件集被安装。On the NIM server run the NIMlslpp command to identify downlevel filesets contained in the lpp_source.
6、live partitionmobility的必要条件requirement: the network and disk must bevirtual
7、在一个系统中用6个PV哪个技术提供最大量的存储和resilience弹性:RAID5
8、一个LPAR用strict精细的逻辑卷镜像(跨2个磁盘)。管理员喜欢去确认是否一个磁盘失败时卷组保留online。哪个命令将确保datavg卷组保留online。Chvg –Qn datavg
9、新的变更控制过程dictate系统维护窗口被显式给(每个用户,在使用ssh或telnet登录到系统)。更新哪个文将完成这个任务?the message of the day file。
10、当从HMC启动LPAR时,没有任何用户交互请求时,哪个选项将直接从DVD介质中启动一个LPAR?diagnostic with default boot list;
11、一个管理员需要list/query安全属性(为WPARsyswpar1).哪个命令将能够实现。Lswpar –S syswpar1
12、AIX安装在32G内存的LPAR中。什么将首先被检查,增加页面空间超过默认512MB之前。Paging requirements of applications that will be hosted.
13、AIX7 cluster awarefeature是:cluster configurations on the cluster repository disk.
14、创建一个CDROM文件系统(为CD0,绑定/cdfs):
define cd0 mount point as /cdfs in file/etc/cdromd.conf; startsrc –s cdromd;cdmount cd0;
crfs –vcdrfs-pro –d ‘cd0’ –m Vcdfs ;mount/cdfs
15、一个管理员怎样才能在已经用默认选项安装AIX7上启用workloadpartitions manager功能:change AIX edition using chedition –e command.
16、cfgmgr命令显示需要花费过多的时间来完成。管理员能够quit命令和返回到命令提示符下。管理员没有权限访问管理HMC和不能检查所有的LED代码。怎样去检测造成延迟的原因?re-issue the command with the W flag.
17、哪个AIX命令将显示虚拟SCSI槽位号(hdisk0的父):lscfg
18、一个管理员计划复制活动的rootvg到一个新硬件上的独立硬盘上。在alt_disk_copy上的哪个flag标识必须用于去重置用户定义的设备配置为默认值。 O
19、改变虚拟内存设置之前,一个管理员怎样检查调整参数的有效的范围值。Vmo –L
20、当规划live applicationmobility时,需要考虑的重要点:that the WPAR is checkpointable and both global environments are onthe same subnet.
21、chdev –l hdisk1 –apv=yes命令为新盘hdisk做什么?set the physical volume identifier.
22、一个物理的LPAR有一个失败的光纤通道卡,哪个将提供一个冗余的SAN访问。使用PCI HOT PLUG管理器的replace/remove任务的先决条件是什么?unconfigure the adapter and child devices.
23、在AIX7上,哪个命令将列举由electronicservice agent的检测到的问题?esacli problem.
24、管理员需要限制文件系统cache的大小。哪个调优参数需要被adjusted: sb_min和sb_max。
25、管理员注意到ntp组子系统不能启动(在boottime)。什么引起这个问题issue?The /etc/rc.tcpip文件有下列的行注释输出:start/usr/sbin/xntpd “$src_running”
26、一个管理员被要求去实现资源控制为一个运行的系统WPAR(叫skippy)。Chwpar命令的哪个flag将设置CPU资源控制(为WPAR设置为最小8%,35% 渴望的desired,最大45%)?chwpar –rPROC=8%-35%,45% skppy.
27、名字解析不能在给定的LPAR上正常工作。考虑观察到的行为和/etc/resolv.conf的配置,最可能的解决?
Remove the domain line.
28、哪个配置将提供一个LPAR最大化网络resilience弹性和性能,用2个以太网卡?
Configure both Ethernet adapter as IEEE802.3ad linkaggregated with src_dst_port mode.
29、什么被要求为卷组去适应eligible自动化全球逻辑卷镜像。Thevolume group must be created as a scalable volume group.
30、在一个perl脚本中,怎样才能让hostname的命令输出被指向一个myhostname的变量;chop($myhostname=%hostname–s 2 > /dev/nuir)
31、一个系统的dump已经被initiated发起(在一个LPAR和LED代码“0C1”显示),意味着一个IO错误。管理员怎样才能发现这个错误的更多地信息?IBM’s Fix center under power systems LED support page.
32、给出下列的字符,调整哪个资源将得到最大的好处?disks
33、系统管理员运行find /media –print|backup –l –f –p /dev/rmt0去备份它的image repository,但没有备份文件,why? The files in the directory are larger than 2GB.
34、一个管理员创建逻辑卷fs01lv包含一个JFS2文件系统。当尝试创建文件系统时,crfs命令给出一个错误。给定的下列的逻辑卷定义,哪个行为将纠正这个错误?
Chlv –tjfs2 fs01lv
35、一个管理员以root用户登录,但不能运行ksh脚本rperf。给出下列信息,怎样来纠正这个问题?
Change the permissions to 700
36、一个DLPAR内存操作被尝试和失败。给出下列信息,最可能是由什么引起的?
Destination LPAR maximum memory setting is too low。
37、通过HMC在一个power7上执行一个固件升级。哪个额外的部件需要被验证?remote command execution capability on the HMC。
38、一个管理员想创建一个文件系统(用一个特定的逻辑卷名,磁盘位置和磁盘placement)。哪个pair成对的命令将允许这些属性被设置在文件系统创建期间?mklv followed by crfs.
39、除了in addition to 一个有效的dvd光驱和5G磁盘空间,什么是最小的服务器和LPAR去安装AIX 7.1(从DVD介质)条件?IBM POWER PC 970,power4,power5,power6或power7,512MB内存。
40、一个power 5系统被cloned在一个P780上。原系统在内部硬盘上,vg01卷组被镜像。安装aix之后,哪个操作步骤将重建vg01卷组和还原数据到新系统?have all applicationshutdown. Use the savevg command tocreate a backup of the data volume group to an NFS mount. Restore the savevg on the clone system with restvgcommand.
41、将SDMC(systemdirector management console)替代一个HMC的两个条件?creating automation plans that perform specific functions on a given event; managing power blades and power systemsstandalone servers from one interface.
42、允许一个基于AIX7的NIM master去安装客户端(通过IPV6)的强制要求?NIMmaster must use static IPV6 addresses
43、什么基础架构是必须的去支持更新安装到一个已经存在的IVM实例。Network install manager。
44、在VIO服务器上的虚拟介质仓储的目标是:to store images for use by VIO clients。
45、一个系统将被重新安装。如果target_disk_data被定义在bosinst.data文件用于安装,哪个磁盘将被安装(用OS)? Hdisk2
46、一个镜像的rootvg内部盘,hdisk1,失败,必须替换。保留的镜像盘hdisk0,是intact完整的和functioning normally运行正常。正确的操作是:
Unmirrorvg rootvg hdisk1撤销镜像
Reducevg rootvg hdisk1从rootvg中删除hdisk1
Rmdev –l hdisk1 –d从odm中删除hdisk1