You are checking the status of the ports on the one of the InfiniBand switches in your Database
Machine.
You have run the getportstatus as shown:
You have 36 ports to check.
Which two methods would you use to check the status of all 36 ports?
A.
Use Enterprise Manager.
B.
Use the ibqueryerros.pl script logged into the InfiniBand switch as root.
C.
Use Database Control.
D.
Create user-defined metrics for the InfiniBand switch.
Explanation:
B:ibqueryerrors.pl -rR -s LinkDowned,RcvSwRelayErrors,XmtDiscards,XmtWait
ibqueryerrors.pl -s
RcvSwRelayErrors,RcvRemotePhysErrors,XmtDiscards,XmtConstraintErrors,RcvConstraintErrors
, ExcBufOverrunErrors,VL15Dropped
— A single invocation of this command will report on all switch ports on all switches. Run this
check from a database server or a switch.
*Switch Port Configuration Monitor
This metric is mainly used for monitoring the connectivity of ports and raising alerts when there is
a disconnection.
http://docs.oracle.com/cd/E17559_01/install.111/e20085/e20085-03.htm
The InfiniBand Switch Plug-in enables Enterprise Manager Grid Control to monitor the Sun DataCenter36 Infiniband Switch incorporated into the V2 release of the Oracle Database Machine.
Correct Answer is A & B
A&B
a b
A & B
A is right. OEM is the overall tool for monitoring
B is right. ibqueryerrors.pl is for 36 ports checking
C is wrong. DB control is only for single instance
D is wrong. no such metrics
So A.B. are correct