Monday, January 15, 2018

Disable automount on Veeam Proxy Appliance

This occurs due to hung backup job utilizing that specific proxy, and that proxy is not configured to have automount disabled.

In an Administrator Command Prompt run the following commands:

C:\Windows\system32>diskpart
Microsoft DiskPart version 6.3.9600
Copyright (C) 1999-2013 Microsoft Corporation.
On computer:ProxyServer

DISKPART> automount disable
Automatic mounting of new volumes disabled.

DISKPART> automount scrub
DiskPart successfully scrubbed the mount point settings in the system.

Automatic mounting of new volumes disabled.

Friday, December 29, 2017

Veeam Backup & Replication 9.5 Update 3

Be sure to install Update 3 for Veeam ONE 9.5 first, and then install Update 3 on the VBR Server. After upgrading, your build will be version 9.5.0.1536.

New features:
Built-in agent management , Insider protection for Veeam Cloud Connect , Data location tagging , IBM Spectrum Virtualize Integration Universal Storage Integration API. 

Read more here KB2353

Useful Links to design the perfect Veeam solution

The Restore Point Simulator: http://rps.dewin.me/

Calculating Bandwidth for your WAN: http://rps.dewin.me/bandwidth/

Sizing , backup server and proxy: http://rps.dewin.me/VirtualArchitect/

Tuesday, November 21, 2017

Veeam Vanguard nominations are now open!

Hi Blog Readers, Please nominate me on this link. Thanks :)
https://go.veeam.com/survey-vanguard-nomination


This can many help




I can be found on Linkedin , Veeam Study Group #vmce #vmce-ado #design
linkedin.com/in/henrikgpetersen


Configure Veeam Proxy and Repository Correct.

To protect Veeam proxy and backup repository against ransomware, it is recommended that these are not part of an AD domain.

First Upgrade VMware Tools in VM

Disable UAC in the VM (Win2012 and Win2016) by this key
If you use built-in Administrator account, you needn't disable UAC.

By the way, If you want to resolve Veeam RPC issue you need to enable Administrative share ADMIN$ by this key


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system]
"EnableLUA"=dword:00000000


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system]
"LocalAccountTokenFilterPolicy"=dword:00000001

RECENT POSTS

Standalone Installer of Backup Console

Standalone console installer can now be found on official product download page, under "Extensions and Other" tab or via direct li...