03-04-2019 04:22 AM
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.
03-04-2019 06:09 AM - edited 03-04-2019 06:12 AM
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
12-14-2019 03:38 AM
Hi,
To check PSU state/info:
03-04-2019 06:09 AM - edited 03-04-2019 06:12 AM
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
03-04-2019 06:27 AM
12-14-2019 03:38 AM
Hi,
To check PSU state/info:
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide