We have to find the ID of the job.Open a job and go to Summary Open task manager on the Veeam Backup & Replication ServerGo to ProcessesRight-click on the header and select “Command Line” to showSearch for the command line with the job ID Kill the processAll done!
Articles by phi3nix
Hi Guys, Yesterday, when I had to restore some data for the user it failed. I was sure that I have all the necessary tapes. When I checked library I noticed that one of the tapes has suspect status. After short searching for a solution, I found out that I…
This happens very often. Usually I was rejoining workstation/server to the domain. However it is easier way to do it. You have to log in to the server with a broken relationship.You have to know the name of Domain Controller (example: AD01) $DomainCred = Get-Credential Reset-ComputerMachinePassword -Server “AD01” -Credential $DomainCred…
Hi Guys, This happens very often that you are going to services.msc and you want to restart service and after a few seconds, you see that service is hung (grey out). Step1. Grab the name of the service. Step2. Get PID of the service.sc queryex servername looking for PID Step3….
Hi Guys, It happened for me a few times that QNAP interface was frozen and I didn’t have physical access to the device. The easy way is to use SSH and run this command: kill `ps –no-headers -C apache -o pid`kill `ps –no-headers -C apache -o pid`