Hello ACI experts.
I am very new in ACI and does not have any coding skills whatsoever.
I have a task to fill up report on power supply status of the fabric.
I believe there could a way to pull such information from the APIC using moquery command?
Could you please tell me if you know such method.
Solved! Go to Solution.
Hi
moquery -c eqptPsu - you can use grep to gather the important information - for example:
moquery -c eqptPsu -x 'order-by=eqptPsu.dn|asc' | egrep "#|dn|ser|operSt"
HTH
Marcel
Hi,
To check PSU state/info:
Hi
moquery -c eqptPsu - you can use grep to gather the important information - for example:
moquery -c eqptPsu -x 'order-by=eqptPsu.dn|asc' | egrep "#|dn|ser|operSt"
HTH
Marcel
Hi,
To check PSU state/info: