VCP考试要点
1. 配置Notifier:
a) 可以同时配置SNMP和SMTP。SNMP需指定:
1)snmp console
2)console的IP地址或hostname
3)指定severity level (0=info,1=warning,2=error,3=sevreerror)
SMTP需指定:
1)server名
2)recipients email
3)指定severity level
NotifierMngr agent只能是failover SG
2. hanotify 命令语法
3. Halog 最小包含severity,message,message ID
4. hacf 语法
5. private心跳网卡和public心跳网卡(low priority link)的区别,和当一类网卡出问题时对cluster的影响。
6. 根据gabconfig的输出,判断cluster的状态,记住正确的port口和membership的输出
7. 知道什么情况下用mountv、vmdg和mount、diskres/disk
8. event trigger掌握cpuusage、loadwarning、nofailover、preonline、resnotoff、resstatechange、violation的含义和用法。
9. cluster failover policy(manual、connected、auto的含义和用法)
10. SG autostart policy(order、priority、load的含义和用法)
11. SG failover policy(priority、round robin、load的含义和用法)
12. fire drill的概念和实现
13. simulator的功能和实现
14. VxSS的含义和实现
15. java console和web console的加密和非加密连接ports
16. 当ha切换时,哪些对象会漂移
17. 一个app放到cluster的前提条件:
1) 定义start stop monitor
2) data storage on shared disks
3) ability to be restarted in a known state
4) adherence of license requirements and hostname dependencies
18. 对exchange支持A/P、Any-to-any和DR,不支持A/A。包含两个agent
19. 对sql支持A/A、A/P,MSDTC SG和SQL SG不能同时在一个node存在。
20. resource categories(On-off、On-only、None/persistent)知道ElifNone 、FileNone、 FileOnOff、 FileOnOnly、 NIC属于哪一类,具体功能。
21. SG类型(failover、 parallel 、hybird)和SG依赖关系(online/offline、local/global/remote、soft/firm/hard)和SG workload的含义和用法
22. phantom 和 proxy的含义和用法
23. process和generic service和application agent的区别和用法
24. 知道如何控制VCS的行为
1) Res Fault当树枝中有一个Critical Res时,该Res offline,将offline整个SG,然后切换;如果树枝中没有一个Critical Res时,该树枝将offline,其它分支保留online,SG状态为online|partial。
2) SG级 Autofailover=0,当系统和SG失效后,SG不切换;Freezing SG可以阻止当系统和SG失效后切换,阻止当某个Res offline后导致其它Res offline,当Res fault后不调clean,应用情形:手工去启动、停止该SG中的某个Res,又不想SG发生切换;ManageFault=None,当Res fault后不调clean,had调resadminwait trigger;当FaultPropagation=0,当某个Res fault,SG状态为PARTIAL/FAULTED或OFFLINE/FAULTED,had调resfault。
3) Res级 RestartLimit、OnlineRetryLimit、ConfInterval、ToleranceLimit
25. 知道Online、offline、monitor的Entry Point参数及退出成功和失败代码。