This post is more than 5 years old
859 Posts
0
1630
September 30th, 2014 23:00
How to pull out the report of all VMs and proxies?
Hi,
Is there a way to pull out report (csv,txt or xml) of all the proxies and associated VMs from avamar console or cmd line.
regards,
Saurabh
No Events found!


RJHarris1
21 Posts
0
October 10th, 2014 13:00
Saurabh,
Hi, there are a few things to get some of this information. You can download a tool to the utility node called proxycp.jar
ftp://avamar_ftp:anonymous@ftp.avamar.com/software/scripts/proxycp.jaranonymous@ftp.avamar.com/software/scripts/proxycp.jar
this command will allow you to see the proxy names in a few different formats
java -jar proxycp.jar --listproxy
or
java -jar proxycp.jar --listproxies --csv >> proxylist.txt (For CSV Output)
To list vm's.
java -jar proxycp.jar --listvm
or
java -jar proxycp.jar --listvm --csv >> vmlist.txt (For CSV Output)
Hope this helps.
Richie
Fenglin1
6 Operator
•
2.1K Posts
1
October 9th, 2014 01:00
hi saurabh,
Please consider moving this question as-is (no need to recreate) to the proper forum for maximum visibility. Questions written to the users' own "Discussions" space don't get the same amount of attention and questions can go unanswered for a long time.
You can do so by selecting "Move" under ACTIONS along the upper-right. Then search for and select: "Avamar Support Forum" which would be the most relevant for this question.
sauravrohilla
859 Posts
0
October 13th, 2014 07:00
thanks Richie, i will try it..