This post is more than 5 years old
1 Rookie
•
82 Posts
0
3382
February 15th, 2016 19:00
Avamar VM backup logs.
Hello Team,
I have a server backup/restore(VM image) failed 10 days back , where can I find these logs. we have numerous proxies. possible to find from the Avamar server? any other way?
Regards,
Dileep M
No Events found!
umichklewis
3 Apprentice
•
1.2K Posts
1
February 16th, 2016 10:00
You can retrieve these logs from the Avamar server CLI using the "proxycp.jar" commands.
First, you can use "proxycp.jar --listvm" to list all the VMs:
admin@bmhavautl:~/>: java -jar proxycp.jar --listvm
======================= Starting ProxyCP ==========================
Proxycp : v2.51
Date : February 16, 2016 1:15:29 PM EST
COMMAND : java -jar proxycp.jar --listvm
VDP/Nemo Detected : false
------------------------------------------------------------------------------------
========================== Vms ==========================
SERVER1 /vcenter.test.org/SERVER1
SERVER2 /vcenter.test.org/SERVER2
SERVER3 /vcenter.test.org/SERVER3
SERVER4 /vcenter.test.org/SERVER4
SERVER5 /vcenter.test.org/SERVER5
SERVER6 /vcenter.test.org/SERVER6
SERVER7 /vcenter.test.org/SERVER7
SERVER7A /vcenter.test.org/SERVER7A
SERVER7TEST /vcenter.test.org/SERVER7TEST
SERVER8 /vcenter.test.org/SERVER8
SERVER9 /vcenter.test.org/SERVER9
========================== Done =============================
Then, you can use "proxycp.jar --getvmlogs --vm " to retrieve the logs:
admin@bmhavautl:~/>: java -jar proxycp.jar --getvmlogs --vm SERV
======================= Starting ProxyCP ==========================
Proxycp : v2.51
Date : February 16, 2016 1:15:43 PM EST
COMMAND : java -jar proxycp.jar --getvmlogs --vm SERVER7A
VDP/Nemo Detected : false
------------------------------------------------------------------------------------
VM Name :SERVER7A
Log Days :15
================== avamarpxy03.bronsonhg.org ====================
Tranfer in Progress, please wait
Got All the Files from "avamarpxy03.bronsonhg.org" in "/home/admin/proxycp/SERVER7A"
================== avamarpxy03.bronsonhg.org ====================
Tranfer in Progress, please wait
Got All the Files from "avamarpxy01.bronsonhg.org" in "/home/admin/proxycp/SERVER7A"
================== avamarpxy05.bronsonhg.org ====================
Tranfer in Progress, please wait
Got All the Files from "avamarpxy05.bronsonhg.org" in "/home/admin/proxycp/SERVER7A"
================== avamarpxy02.bronsonhg.org ====================
Got All the Files from "avamarpxy04.bronsonhg.org" in "/home/admin/proxycp/SERVER7A"
-------------------------------------------------------------------------------------------------------------------
Closing Connection Pool : February 16, 2016 1:15:52 PM EST
All of the logs will be in /home/admin/proxycp/
Let us know if that helps!
Karl
dileep451
1 Rookie
•
82 Posts
0
February 16th, 2016 21:00
Thank you Karl.
umichklewis
3 Apprentice
•
1.2K Posts
0
February 17th, 2016 07:00
Happy to help! I think there's a limit of 15 days to these logs, so if your backup failed on or around Feb. 4th, you'll want to extract those logs as soon as possible.
Good luck!
Karl