SlideShare a Scribd company logo
1 of 30
Integrate Microsoft Azure Storage
with backup solutions
Roshan Yalaburgi
Integrate Microsoft Azure Storage with backup solutions
www.ingrammicrocloud.me 1Confidential andproprietary informationofIngram MicroInc.
Do not distributeor duplicatewithout Ingram Micro's express
written permission.
Table of Contents
Introduction.......................................................................................................................................3
Why cloud is suitable for data backup..................................................................................................4
Backup solutionswith MicrosoftAzure storage ....................................................................................5
Backup to Microsoft Azure using Acronis Backup 12.5 ..........................................................................6
Solution Architecture......................................................................................................................6
Implementation steps.....................................................................................................................6
Create a share in Azure Storage....................................................................................................6
Configure backup planin Acronis Backup......................................................................................7
Backup of on-premise servers to Microsoft Azure using Commvault....................................................10
Solution architecture.....................................................................................................................10
Implementation Steps...................................................................................................................10
Steps to connect to Azure Blob Storage ......................................................................................10
Video of configuration...............................................................................................................11
Backup of Office 365 to Microsoft Azure using NetApp SaaS Backup....................................................12
Solution architecture.....................................................................................................................12
Implementation Steps...................................................................................................................12
Steps to connect to Azure Blob Storage ......................................................................................12
Signing up with a NetApp SSO account .......................................................................................12
Video of configuration...............................................................................................................13
Backup on-premise servers to Microsoft Azure usingVeritas Backup Exec ...........................................14
Solution Architecture....................................................................................................................14
Implementation steps...................................................................................................................14
Configuration............................................................................................................................14
Video of configuration...............................................................................................................15
Backup on-premise servers to Microsoft Azure usingVeritas NetBackup..............................................16
Solution Architecture....................................................................................................................16
Implementation Steps...................................................................................................................17
Configure cloud storage servers.................................................................................................17
Configure Disk pool ...................................................................................................................20
Create backup policy .................................................................................................................20
Video of configuration...............................................................................................................20
Backup on-premise applications to Microsoft Azure usingVeeam backup & replication........................21
Integrate Microsoft Azure Storage with backup solutions
www.ingrammicrocloud.me 2Confidential andproprietary informationofIngram MicroInc.
Do not distributeor duplicatewithout Ingram Micro's express
written permission.
Solution Architecture....................................................................................................................21
Implementation steps...................................................................................................................22
Azure preparation .....................................................................................................................22
Configuring StarWindVTL..........................................................................................................22
Veeam Backup & Replication .....................................................................................................24
Video of configuration...............................................................................................................26
Backup youron-premise applicationsusingMicroFocusData protectorontoMicrosoftAzure Blob
Storage ........................................................................................................................................27
Solution Architecture....................................................................................................................27
Implementation steps...................................................................................................................27
Data Protector prerequisites......................................................................................................27
Azure device prerequisites.........................................................................................................28
Prepare for the Cloud(Azure) device..........................................................................................28
Configure Cloud (Azure) device ..................................................................................................28
Integrate Microsoft Azure Storage with backup solutions
www.ingrammicrocloud.me 3Confidential andproprietary informationofIngram MicroInc.
Do not distributeor duplicatewithout Ingram Micro's express
written permission.
Introduction
This guide is intended to provide information on why cloud is suitable for data backup, options to take
backupto MicrosoftAzure usingAcronis12.5,Commvault,DoubleTake,Veeambackup&replicationand
Veritas products.
Integrate Microsoft Azure Storage with backup solutions
www.ingrammicrocloud.me 4Confidential andproprietary informationofIngram MicroInc.
Do not distributeor duplicatewithout Ingram Micro's express
written permission.
Why cloud is suitable for data backup
Data isthe ultimatelifelineforabusiness.Youneedyourdataprotectedandyouneedcopiesof it (original
files), so as to ensure smooth and uninterrupted business operations. Several businesses feel that they
lack the technical expertise and equipment to ensure proper backups. It is important that you take the
care necessary to back up files, as a disaster may strike at any time.
Cloudbackupis an optionthat hasemergedoverrecentyears.Technologyhasopenedthe waytohigher
bandwidthsand optimizedcapacity.Ithas become a popularonline optioncomparedto portable media
such as external hard drives.
Let’s look into some of the advantages of cloud storage for backup:
 Accessibility: Stored files can be accessed from anywhere via Internet connection.
 CostSavings:Businessesandorganizationscanoftenreduce annual operatingcostsbyusingcloud
storage; cloud storage costs about 3 cents per gigabyte to store data internally.
 Disaster Recovery: It is highly recommended that businesses have an emergency backup plan
readyinthe case of an emergency.Cloudstorage canbe usedas a back‐upplanby businessesby
providing a second copy of important files.
 Integration: Cloud storage (especiallyMicrosoft Azure) has integration with most of the backup
solutions available in the market.
Integrate Microsoft Azure Storage with backup solutions
www.ingrammicrocloud.me 5Confidential andproprietary informationofIngram MicroInc.
Do not distributeor duplicatewithout Ingram Micro's express
written permission.
Backup solutions with Microsoft Azure storage
Azure Storage is a Microsoft-managedservice providing cloud storage that is highly available,secure,
durable,scalable,andredundant. Witha low-cost, massively-scalable,tieredbackupstorage solutionin
the cloud, you’ll reduce forecasting risks while transforming capital expenditure commitments to a pay-
as-you-go cloud model.
Azure Storage includesAzure Blobs(objects),Azure Data Lake Storage Gen2, Azure Files,Azure Queues,
and Azure Tables. Azure Blobs are the usual storage typed used to store backup files.
In thisguide we willsee detailsof howsolutionsfrombelowvendorsintegratewithMicrosoftAzure Blob
storage.
Integrate Microsoft Azure Storage with backup solutions
www.ingrammicrocloud.me 6Confidential andproprietary informationofIngram MicroInc.
Do not distributeor duplicatewithout Ingram Micro's express
written permission.
Backup applications to Microsoft Azure using Acronis Backup 12.5
Acronisprovidesafull range of cloudsolutionstohelpservice providersquicklytapintothe growing
marketfor data protectionsolutions,includingbackup,disasterrecovery,andsecure file access.By
pluggingAcronisBackupCloudintoyourexistingMicrosoftAzure™ environment,youcanoffersought-
afterdata protectionservices.
Solution Architecture
Implementation steps
Assumptionisthatyouare usingAcronisBackup12 and above or AcronisBackupCloudor Acronis
Backup Service.
Create a share in Azure Storage
1. Signinto the Azure portal.
2. On the navigationmenu,click Storage accounts or Storage accounts (classic).
3. Choose yourstorage account.
4. Choose Filesservice.
5. ClickFile sharesand followthe linktocreate yourfirstfile share.
6. Fill inthe file share name andthe size of the file share (upto5120 GB) to create yourfirstfile
share.Once the file share hasbeencreated,youcan mountit fromany file systemthatsupports
SMB 2.1 or SMB 3.0.
Clickhere fordetailedinstructions.
Integrate Microsoft Azure Storage with backup solutions
www.ingrammicrocloud.me 7Confidential andproprietary informationofIngram MicroInc.
Do not distributeor duplicatewithout Ingram Micro's express
written permission.
Configure backup plan in Acronis Backup
All instructions must be performedin the exactsame order as describedbelow.
1. On the machine youwantto back up, create a symboliclink tothe Azure share:
2. OpenNotepadandcreate a documentwiththiscontent:
net use * /delete /yes
net use <account.file.core.windows.netshare>/u:<Azureaccount> <storage accountaccess
key>
rmdir "C:backups"
mklink/d "C:backups" account.file.core.windows.netshare
where <account.file.core.windows.netshare>isyourAzure file share,<Azure account>isyour
Azure account and<storage account accesskey>is the accesskey(password) tothisaccount.
“C:backups”isthe path on local drive the share will be linkedto(youcan keepitas-is).
You can copy the netuse line fromyourfile share settingsinAzure portal:
1. Save the file asa .batfile.
3. Addthisscript to computerstartupscripts:
1. OpenLocal GroupPolicyEditor: Start -> Search -> gpedit.msc.
2. Navigate toLocal Group Policy-> Computer Configuration -> WindowsSettings-
> Scripts (Startup/Shutdown).
3. Double-clickonStartup.
Integrate Microsoft Azure Storage with backup solutions
www.ingrammicrocloud.me 8Confidential andproprietary informationofIngram MicroInc.
Do not distributeor duplicatewithout Ingram Micro's express
written permission.
4. Choose Add:
5. ClickBrowse andselectthe scriptcreatedinthe previousstep.
6. Save changesand rebootthe computer.Now yourAzure file share willbe linkedtothe
folderyouhave specifiedinthe script(C:Backupsinthisexample) andthuscan be
accessedbythispath.
4. Accessto the symboliclinkislimitedtoLocal System, therefore youneedtochange Acronis
Managed Machine Service usertoLocal System:
1. OpenWindowsServices: Start-> Search -> services.msc.
2. Locate AcronisManaged Machine Service.
Integrate Microsoft Azure Storage with backup solutions
www.ingrammicrocloud.me 9Confidential andproprietary informationofIngram MicroInc.
Do not distributeor duplicatewithout Ingram Micro's express
written permission.
3. Right-clickthe service andselecttologon as Local System account on the Log On tab:
4. Restartthe service.
5. Create a backupplan andspecifyyoursymlink(C:Backupsinthisexample)in Where toback
up:
Nowyoucan back upto your MicrosoftAzure Storage.
Integrate Microsoft Azure Storage with backup solutions
www.ingrammicrocloud.me 10Confidential andproprietary informationofIngram MicroInc.
Do not distributeor duplicatewithout Ingram Micro's express
written permission.
Backup of on-premise servers to Microsoft Azure using Commvault
Commvault’s data management software with deep Azure integration, allows organizations to
dramatically reduce storage costs and maintain offsite data protection, by intelligently reducing data
volumes and leveraging cloud storage without the need for storage appliance gateways.
Solution architecture
Implementation Steps
Assumptionis youare usingCommvault11 withlatestservice pack.
Steps to connect to Azure Blob Storage
1. From the CommCell Browser,right-clickClientComputers,andthenclick NewClient> Cloud
Storage > Azure BLOB. The New Azure Storage Clientdialogbox appears.
2. On the General tab,provide the followingdetails:
a. In the ClientName box, type a name for the new virtual client.
b. In the Instance Name box,type a name for the instance.
c. In the Access Node box,selectthe proxyclientcomputerwhere the CloudAppspackage
isinstalled.
d. In the Storage Policybox,selecta storage policyforthe backupand restore operations.
e. In the Numberof Data Backup Streams box,type the numberof data streamsto use for
backups.The maximumvalue is99.
Integrate Microsoft Azure Storage with backup solutions
www.ingrammicrocloud.me 11Confidential andproprietary informationofIngram MicroInc.
Do not distributeor duplicatewithout Ingram Micro's express
written permission.
3. On the ConnectionDetails tab, provide the followingdetails:
a. From the Host URL list,selectthe Azure Blob Storage service accountURL
(blob.core.windows.net).
To back up Azure File sharesinthe Azure Storage service account,selectthe Azure File Share URL
(file.core.windows.net).
b. In the Azure Account Name box,type the name of the Azure Storage service account.
c. In the Access Keybox,type the secretaccess keyof your Azure Storage service account.
d. In the VerifyAccessKey box,re-type the secretaccesskeyof yourAzure Storage service
account.
4. ClickOK.
Video of configuration
Watch the belowvideotoknowthe configurationsteps:
https://www.youtube.com/watch?v=jVZFxMVhysk
Integrate Microsoft Azure Storage with backup solutions
www.ingrammicrocloud.me 12Confidential andproprietary informationofIngram MicroInc.
Do not distributeor duplicatewithout Ingram Micro's express
written permission.
Backup of Office 365 to Microsoft Azure using NetApp SaaS Backup
MicrosoftOffice 365 guaranteesthe availabilityof your data,but not itsprotection.Asthe customeritis
your sole responsibilitytoprotectit.It isessential tohave enterprise-classprotectionforyourOffice 365
deployments,soyoucan seamlesslyrecoveryourdatafrom malware,ransomware,viruses,or any other
malicious event, or worse: the chance that data will be deleted by accident through human error.
NetAppSaaSBackupservice forMicrosoftOffice 365 service isacomplete SaaSofferingthatenables
youto protect yourOffice 365 data inthe event of accidental deletion,datacorruption,orfrom
maliciousintent.UsingNetAppSaaSBackup service, youcanback up,find,andrecoveremail,calendars,
contacts,tasks, site collections,sites,lists,andfile data.
Solution architecture
Implementation Steps
NetAppSaaSBackupfor Office 365 Control providesAzure Blobstorage as anoption forbackup.
Steps to connect to Azure Blob Storage
You needthe followinginformationtosetupyour BYOS: Azure Blobstorage
 Accountname
 Containername
 Accesspoint
 Accesskey
Signing up with a NetApp SSO account
1. Enter the SaaS Backupfor Office 365 URL intoyour webbrowser:
https://saasbackup.netapp.com
2. ClickSignup at the bottomof the landingpage.
3. Acceptthe End-UserLicense Agreement.
Integrate Microsoft Azure Storage with backup solutions
www.ingrammicrocloud.me 13Confidential andproprietary informationofIngram MicroInc.
Do not distributeor duplicatewithout Ingram Micro's express
written permission.
1. ClickSignUp with NetAppSSO.
2. Enter yourNetAppSSOandpassword,andthenclick LOGIN.( informationyougetfrompartner
or Ingram Micro)
3. Enter the requesteduserinformation,andthenclick SignUp.
4. Clickthe Servicesicon.
5. Clickthe MicrosoftOffice 365 iconto selectthe SaaSservice.
6. ClickAdd MicrosoftOffice 365 Account.
7. Enter the email addressandpasswordforyourMicrosoftOffice 365 global administratorservice
account,and thenclick Sign in.
 A listof the permissionsrequestedbySaaSBackupfor Office 365 is displayed.
8. ClickAccept.
9. ClaickNext.
 A listof the available MicrosoftOffice365 servicesisdisplayed.
10. Selectthe MicrosoftOffice 365 servicesthatyouwant toactivate and click Next.
11. SelectLicensedsubscription,youmustenterthe requestedinformation,andthenvalidate the
subscription.Click Next
12. Selectthe BYOSoption:
 ClickBring Your Own Storage (BYOS).
 ClickMicrosoftAzure
 Enter the informationyoupreviouslygatheredforyourBYOSoption.
 ClickTest Connection.
 ClickNext.
13. Reviewyourconfiguration,andthenclick Save.
Video of configuration
https://www.youtube.com/watch?v=16wEuxoO6uY
Integrate Microsoft Azure Storage with backup solutions
www.ingrammicrocloud.me 14Confidential andproprietary informationofIngram MicroInc.
Do not distributeor duplicatewithout Ingram Micro's express
written permission.
Backup on-premise servers to Microsoft Azure using Veritas Backup Exec
Withdata growingat exponential rate,organizationsare lookingtothe cloudforhelpaddressingthe
costs,risks,and practicesthatpreventsimple,secure,andsustainable datastorage.BackupExec
supportsyourjourneytothe cloud.PubliccloudconnectorsforAzure storage servicesletyouwrite data
directlytospecificgeos.Supportforkeyhardware gatewaysacceleratesyourITteam’sagilitywithon-
premisesandhybridoptions.Getbusinessresilience withAzureinfrastructure in-the-cloudandfrom-
the-clouddataprotection.
Solution Architecture
Implementation steps
Assumptionisthatyouare using BackupExec16 or above toperformbackup/restore operations.
Configuration
1. For Backup Exec16, on the Storage tab, inthe Configure group,clickConfigure Storage.ForBackup
Exec16 FP1 or later,clickConfigure CloudStorage,thenskiptostep4
2. ClickNetworkstorage,andthenclick Next.
3. ClickCloudstorage,andthenclick Next.
4. Enter a name and descriptionforthe cloudstorage device,andthenclick Next.
5. From the listof cloudstorage providers,selectAzure,andthenclick Next.
6. For Backup Exec16, in the Servername field,type the following: azure:azure.com. For Backup Exec
16 FP1 or later,clickthe Cloudstorage dropdownandselectAzure orAzure Chinaasappropriate.
7. ClickAdd/Edit next to the Logonaccount field.
8. On the Logon AccountSelectiondialogbox,click Add.
9. On the Add LogonCredentialsdialogbox,do the following:
 In the Accountname field,type the MicrosoftAzure storage username.
 In the Passwordfield,type the MicrosoftAzure storage accountaccesskey.Youcan enterthe
primaryaccess keyor the secondaryaccesskey.
Integrate Microsoft Azure Storage with backup solutions
www.ingrammicrocloud.me 15Confidential andproprietary informationofIngram MicroInc.
Do not distributeor duplicatewithout Ingram Micro's express
written permission.
 the Confirmpasswordfield, type the MicrosoftAzure storage accountaccesskeyagain.
 In the Accountname field,type aname forthis logonaccount.
10. ClickOK twice.
11. Selectthe MicrosoftAzure logonaccountthat youcreatedinStep9, and thenclick Next.
12. Selectacontainerfromthe listof containersthatare associatedwiththe servername,andthe logon
account detailsyouprovidedinearlierscreens.Click Next.
13. Specifyhowmanywrite operationscanrun at the same time on thiscloudstorage device,andthen
clickNext.
14. Reviewthe configurationsummary,andthenclick Finish.BackupExeccreatesa cloudstorage
device.Youmustrestartthe BackupExec servicestobringthe new device online.
15. In the windowthatpromptsyouto restartthe BackupExec services,clickyes.Afterservicesrestart,
Backup Execdisplaysthe newcloudstorage locationinthe All Storage list.
Video of configuration
https://www.youtube.com/watch?v=leOg9_oid1Q
Integrate Microsoft Azure Storage with backup solutions
www.ingrammicrocloud.me 16Confidential andproprietary informationofIngram MicroInc.
Do not distributeor duplicatewithout Ingram Micro's express
written permission.
Backup on-premise servers to Microsoft Azure using Veritas NetBackup
Organizationsknow—whetherornottheylearneditthe hard way—thatcreatingbackupsof theirmost
importantdata assetskeepsitsafe fromdisastersandaccidental deletion.Theyhave done backupsfor
decadeswithlittle tonochanges.However,theirbackupdatastorescontinue togrow as theyuse a
more diverse setof datato make businessdecisionsanddigitize largerpartsof the businessprocesses
and supportingdata
Veritas™ UnifiedDataProtectiondeliversthe flexibilitytomeetall yourcloudbackupneeds.In
NetBackupTM,youcan choose froma range of NetBackupfullytestedandcertifiedintegratedcloud
connectors -- Microsoft® Azure,IBMBluemix andmanymore.
Solution Architecture
Integrate Microsoft Azure Storage with backup solutions
www.ingrammicrocloud.me 17Confidential andproprietary informationofIngram MicroInc.
Do not distributeor duplicatewithout Ingram Micro's express
written permission.
Implementation Steps
Assumingyouare usingVeritasNetBackup8.0and above
Configure cloud storage servers
Image belowshows the CloudStorage ConfigurationWizard panel for MicrosoftAzure cloudstorage.
Below table describesthe storage serverconfigurationoptionsforMicrosoftAzure.
Fieldname Requiredcontent
Service host Service hostisthe hostname of the cloudservice endpointof MicrosoftAzure.
The Service host drop-downlistdisplayspartof the service hostURL thatalso
comprises Storage Account.
Example of a service hostURL:
storage_account.blob.core.windows.net
Note:
Integrate Microsoft Azure Storage with backup solutions
www.ingrammicrocloud.me 18Confidential andproprietary informationofIngram MicroInc.
Do not distributeor duplicatewithout Ingram Micro's express
written permission.
Fieldname Requiredcontent
Basedon the regionwhere youhave createdyourstorage account - defaultor
China- youshouldselectthe service hostfromthe drop-downlist.
Storage server
name
Displaysthe defaultAzure storage server,whichismy-azure. Youcanselecta
storage serverotherthanthe defaultone.
The drop-downlistdisplaysonlythose namesthatare available foruse.
You can type a differentstorage servername inthe drop-downlist,whichcanbe a
logical name forthe cloudstorage.You can create multiple storage serverswith
differentnamesthatrefertothe same physical service hostforAzure.If there are
no namesavailable inthe list,youcancreate a new storage servername bytyping
the name in the drop-downlist.
Note:
Veritasrecommendsthatastorage servername thatyou add while configuringan
Azure cloudstorage shouldbe a logical name andshouldnotmatch a physical host
name.For example:While youaddanAzure storage server,avoidusingnameslike
'azure.com'or 'azure123.com'. These serversmaybe physical hosts,whichcan
cause failuresduringcloudstorage configuration.Instead,use storage server
nameslike 'azure1'or 'azureserver1'andso on.
Deduplication EnablingthisoptioncreatesaCloudCatalyststorage serverthatcan be usedto
uploaddeduplicateddatatothe cloud.
Thisoptionisgrayedout if any of the followingcasesare true:
 The selectedmediaserverdoesnothave NetBackup8.1or laterinstalled.
 CloudCatalystdoesnotsupportthe mediaserveroperatingsystem.
 CloudCatalystdoesnotsupportthe cloudvendor.
See the NetBackupcompatibilitylistsforsupportinformation:
http://www.netbackup.com/compatibility
For informationabout CloudCatalyst,see the NetBackup Deduplication Guide:
http://www.veritas.com/docs/DOC5332
Local cache
directory
Enter the mountpath to be usedas the storage path onthe CloudCatalyststorage
server.
Integrate Microsoft Azure Storage with backup solutions
www.ingrammicrocloud.me 19Confidential andproprietary informationofIngram MicroInc.
Do not distributeor duplicatewithout Ingram Micro's express
written permission.
Fieldname Requiredcontent
For example:/space/mnt/esfs
The deduplicateddataiswrittentothislocal cache directorybefore itisuploaded
to the cloud.The larger the cache,the more likelythatNetBackupcanservice
requestslocally,avoidingcloudaccesstoreadand write.
Notes:
 Thispath shouldbe to a file systemwhichisdedicatedforCloudCatalyst
cache use.Inaccurate cache evictionoccursif the pathsharesany storage
withotherdata or applications.
 NetBackupmanagesthe filesinthe local cache directory.Usersshouldnot
manuallydelete filesinthisdirectory.
Mediaserver
name
SelectaNetBackupmediaserverfromthe drop-downlist.
Onlythe mediaserversthatconformto the requirementsforcloudstorage appear
inthe drop-downlist.The requirementsare describedinthe followingtopic:
See Aboutthe NetBackupmediaserversforcloudstorage.
The host that youselectqueriesthe storage vendor'snetworkforitscapabilities
and forthe available storage.The mediaserveralsobecomesadata moverforyour
backupsand restores.
Storage
Account
Enter the storage account that youwantto use for your cloudbackups.
For more informationaboutMicrosoftAzure storage service,refertothe Microsoft
Azure documentation.
http://azure.microsoft.com
Create the storage account usingthe followingURL:
https://portal.azure.com
Access key Enter yourAzure accesskey.You can enterthe primaryaccess keyor the secondary
access key.Itmust be 100 or fewercharacters.
Refertothe followingURLfor the accesskey:https://portal.azure.com
Integrate Microsoft Azure Storage with backup solutions
www.ingrammicrocloud.me 20Confidential andproprietary informationofIngram MicroInc.
Do not distributeor duplicatewithout Ingram Micro's express
written permission.
Configure Disk pool
Please followthe stepsinthe followinglink
https://www.veritas.com/content/support/en_US/doc/58500769-127471507-0/v63567362-127471507
Create backup policy
Please followthe stepsinfollowing linktocreate backuppolicy
https://www.veritas.com/content/support/en_US/doc/58500769-127471507-0/v42176014-127471507
Video of configuration
1. https://www.youtube.com/watch?v=KiPvqCOXMKc
2. https://www.youtube.com/watch?v=YUISKmbPySU
Integrate Microsoft Azure Storage with backup solutions
www.ingrammicrocloud.me 21Confidential andproprietary informationofIngram MicroInc.
Do not distributeor duplicatewithout Ingram Micro's express
written permission.
Backup on-premise applications to Microsoft Azure using Veeam backup
& replication
Backup & long-term archival policies remain a consistent part of many enterprise infrastructures today.
The needtomaintainthe 3-2-1 rule,ensure corporate standards,orprovide regulatorycompliance,keep
liability of archival options out of the question.
Convenient use of virtual tape libraries (VTL) enables enterprise businesses to extend their tape-based
backupstovirtual disks,orsimplyswitchtoneweroperationalmethodswithoutalongpreparationasthe
staff is familiar with the terms already.
While Veeam provides native tape support for backing up to virtual tape libraries, it’snow extending it
withan optionto leverage StarWindVTLfor Microsoft Azure Blob Storage,enablingall userslookingfor
cheap and reliable cloud storage to easilyand securely store backups/files there. With this integration,
Veeamand StarWindcustomerscantiertheirbackup data onsite,maintainingone totwoweeksof data
on-premises, while moving longer-term archives directly to a more cost-effective Microsoft Azure Blob
Storage.
Solution Architecture
From the architecture we can see that StarWindVTL will allow Veeamto store backup/archive filesonto
Microsoft Azure blob storage.
Integrate Microsoft Azure Storage with backup solutions
www.ingrammicrocloud.me 22Confidential andproprietary informationofIngram MicroInc.
Do not distributeor duplicatewithout Ingram Micro's express
written permission.
Implementation steps
Assumptionisthatyouare usingVeeamBackupandReplication9.5andabove.
Azure preparation
 Go to Azure portal, findstorage accounts, and add another one (or repurpose an existing blob
storage).
 Make sure to provide all the required information and select blob storage within the account
kind option.
 Then,proceedtoa newlycreatedstorage accountandcopy the storage account name and a key
(settings–> access keys) as well as create a container which is going to be used for storing the
data (blob service –> containers –> new).
 You’ll need this data later, when configuring a cloud replication in StarWind VTL.
Azure blob storage details
Configuring StarWind VTL
The purpose of such an actionisto emulate atape librarysetupona desiredserver,soVeeamisgoingto
senddatato that librarywhere itwill be processedandreadyforacloudarchival.A classicDiskto Diskto
Cloud (D2D2C) scheme in action.
 Get the latest StarWind VTL package (version 8.0.0.12248 or newer) and install it on Microsoft
Azure VM or get it from Microsoft Azure marketplace
https://azuremarketplace.microsoft.com/en-us/marketplace/apps/starwind.starwindvtl?tab=Overview
 During installation, make sure to select the “VTL and Cloud Replication” option so StarWind
automaticallydeploysthe correspondingcomponents.Specifyaconvenientpathforthe storage
pool or leave it by default at disk C.
Integrate Microsoft Azure Storage with backup solutions
www.ingrammicrocloud.me 23Confidential andproprietary informationofIngram MicroInc.
Do not distributeor duplicatewithout Ingram Micro's express
written permission.
 Then, operating from the StarWind management console, connect to a desired server (use
localhostor127.0.0.1 whensettingupanall-in-one scenario)andaddavirtual tape device(drive)
with as many virtual tapes you’d like. StarWind VTL emulates the actual HPE MSL8096 Tape
Library, so all the principles of working with such a library will be applicable here.
 Note:You mightneedtoinstall the latestdriverspack sothat the serverrecognizesthe saidtape
library properly. Once that is done, this server can be pointed to a VTL using the standard
WindowsiSCSItools(control panel –> administrative tools –> iSCSI initiator).Go to Discovery –
> Discovery Portal to initialize VTL and then connect to it from the Targets tab.
Connecting to discovered VTL target
 Now you should enable a cloud archival via the cloud replicationfunctionality: Simply
selectMicrosoft Azure Cloud Storage on the first step, then specify the required Azure details
from step #1, and finish the process by providing the desired retention settings.
Integrate Microsoft Azure Storage with backup solutions
www.ingrammicrocloud.me 24Confidential andproprietary informationofIngram MicroInc.
Do not distributeor duplicatewithout Ingram Micro's express
written permission.
StarWind. Setting up the retention settings
Veeam Backup & Replication
 Froma VeeamBackup&Replicationperspective,you’ll needtoaddaserverfromabove asatape
server to the VBR console.
 For that, an IP/DNS address and appropriate credentials will be required.During the procedure,
Veeamwill install aTransportand Tape Proxyservicestothe serverand performa tape libraries
inventory if the option is specified.
 Once the tapesare detectedandputintoa Free MediaPool,it’sagoodideatocreate adedicated
Media Pool with some tapes, which will be used on another step.
 Now,VeeamisconnectedtoVTLandcan pushthe datathere.Create a Backup to Tape or File to
Tape Job, specify the backup scope (you’ll need some pre-created backups for the first option),
and point the Job to a previously created Media Pool.
 Depending on the backup/file size, you’ll get the data effectively delivered to the VTL server.
Integrate Microsoft Azure Storage with backup solutions
www.ingrammicrocloud.me 25Confidential andproprietary informationofIngram MicroInc.
Do not distributeor duplicatewithout Ingram Micro's express
written permission.
 Nowyoucan switchtothe VTLserverandremove the tape fromthe slotif itwasn’tautomatically
exporteduponthe VeeamJobcompletion.Since inmycase the cloudreplicationwasscheduled
to start immediately, I can already see the motion in progress.
 Afterasuccessful upload,the Cloudtabwill getablue checkandIshouldbe able toverifythatby
navigating to my Azure Blob Storage and seeing the actual files uploaded to this container.
Integrate Microsoft Azure Storage with backup solutions
www.ingrammicrocloud.me 26Confidential andproprietary informationofIngram MicroInc.
Do not distributeor duplicatewithout Ingram Micro's express
written permission.
Video of configuration
https://www.veeam.com/videos/microsoft-azure-tape-based-data-14319.html
Integrate Microsoft Azure Storage with backup solutions
www.ingrammicrocloud.me 27Confidential andproprietary informationofIngram MicroInc.
Do not distributeor duplicatewithout Ingram Micro's express
written permission.
Backup your on-premise applications using Micro Focus Data protector onto Microsoft
Azure Blob Storage
Micro Focus Data Protectormakesitsimple fororganizationstouse cloudstorage solutionsaspart of a
single backup andrecoverystrategy.Cloudstorage isbestsuitedforarchivingdataorholdinglarge files
such as audioandvideomedia,X-rays,andotherlarge picture filesthatare oftenheldonphysical or
virtual tape systems.
Data Protectorfeaturesnative integrationtoMicrosoftAzure,Scality,andCephcloudstorage solutions.
All data exchangedwithorstoredwithinthese servicesiscompressedandencryptedforefficiencyand
security.
Solution Architecture
Implementation steps
Assumptionisthatyouare usingMicro FocusData protector 10.03 and above.
Data Protector prerequisites
To use Data ProtectorwithAzure devices,meetthe followingprerequisites:
 Ensure that the Data Protector'sCell Manager,UserInterface client,andInstallationServerare
installedonsupportedsystemsalongwiththe latestGeneral PatchRelease bundle.
 Install the Data ProtectorMediaAgentor the NDMP MediaAgentcomponentonWindowsand
Linux systemsthatwill become Cloud(Azure) gateways,includingthe clientsonwhichthe Cloud
(Azure) devicewillbe enabled.
 For MediaAgentsystemsthatrequire aproxyservertobe configuredtoconnecttothe web,set
the omnircvariable OB2_CLOUD_DEVICE_PROXY=proxy_server:port_number>needstobe setin
the omnirc file.
Integrate Microsoft Azure Storage with backup solutions
www.ingrammicrocloud.me 28Confidential andproprietary informationofIngram MicroInc.
Do not distributeor duplicatewithout Ingram Micro's express
written permission.
Azure device prerequisites
To use Azure device,youmustmeetthe followingprerequisites:
 You musthave MicrosoftAzure account.
 You musthave the twostorage access keysthatMicrosoftAzure generateswhilecreatingthe
MicrosoftAzure storage account.
There are twoaccess keysgeneratedforthe account.These keysare neededwhilecreatingthe
relatedDataProtectordevice,asa part of the processof providingcredentials.
 The systemtime mustbe setaccuratelyto ensure propersynchronizationbetweenthe gateway
hostand MicrosoftAzure.
Prepare for the Cloud (Azure) device
The followingtasksmustbe performedtoconfigureobjectcopyoperationstoa Cloud(Azure) device.
1. Configure abackupspecificationtobackupyour data to a local backupdevice.
2. Loginto the Microsoft Azure portal andobtainthe access keysrequiredtouse the Microsoft
Azure storage account.
3. Configure the Cloud(Azure) device in DataProtector.
4. Configure objectcopysessionsusingthe local backupdeviceasthe source device,andthe Cloud
(Azure) deviceasthe destinationbackupdevice.
Creatinga copyto a Cloud(Azure) device objectoperationenablesthe datastoredonthe local backup
device toreplicate datatothe Cloud(Azure) device.Datasentto the Cloud(Azure) iscompressedand
encryptedbydefault.
5. Restore datafrom the Cloud(Azure) device.Torestore youcaneither:
 Create an objectcopyfrom the Cloud(Azure) device toyourlocal backupdevice,and
restore to yourclientfromthe local backupdevice.
 Recycle andexportthe local mediaandrestore directlyfromthe Cloud(Azure)device to
your client.
 Restore directlyfromthe Cloud(Azure) evenwhenthere are local versions,by
specifyingthe Cloud(Azure)device tobe used forrestore.
 Setthe medialocationprioritytothe Cloud(Azure) mediainsteadof the local media.
Configure Cloud (Azure) device
To configure aBackup to Diskdevice withthe Interface Type asCloud(Azure),complete the following
steps:
1. In the ContextList,click Devices& Media.
Integrate Microsoft Azure Storage with backup solutions
www.ingrammicrocloud.me 29Confidential andproprietary informationofIngram MicroInc.
Do not distributeor duplicatewithout Ingram Micro's express
written permission.
2. In the ScopingPane,right-clickDevicesandthenclick AddDevice to openthe wizard.
3. Specifyadevice name in Device Name fieldandadda Description.
4. Specifythe Backup to Disk device type,andthenselectthe Interface Type asCloud(Azure).
5. ClickNext.The ManagementConsole URLis listedbydefault.
6. Specifythe Storage Account Name to be used.
7. Specifythe AccessKey1 andAccess Key2 information.
If you are doingobjectcopyfromthe local device tocloudand back to the same device forrestore,the
blocksize forthe local device andclouddevice mustmatch.
8. ClickSelect/Create Containertoobtainthe listof all containersthathave alreadybeencreated
and displaythem.The Selectcontainerwindow appears.Selectanexistingcontainerorcreate a
newcontainertouploadthe data.
9. ClickAdd to addthe gateway.
10. ClickCheckto verifyif the gatewayisconnectedtoCloud(Azure).If the connectionissuccessful,
thenthe status isdisplayedasOK.
11. ClickNext.The Summarypage is displayed.Click Finishtocomplete the wizard.

More Related Content

What's hot

Introduction to the Microsoft Azure Cloud.pptx
Introduction to the Microsoft Azure Cloud.pptxIntroduction to the Microsoft Azure Cloud.pptx
Introduction to the Microsoft Azure Cloud.pptxEverestMedinilla2
 
Server Virtualization
Server VirtualizationServer Virtualization
Server Virtualizationrjain51
 
Microsoft Azure - Introduction to microsoft's public cloud
Microsoft Azure - Introduction to microsoft's public cloudMicrosoft Azure - Introduction to microsoft's public cloud
Microsoft Azure - Introduction to microsoft's public cloudAtanas Gergiminov
 
Introduction to cloud computing
Introduction to cloud computingIntroduction to cloud computing
Introduction to cloud computingVipin Batra
 
Introduction to Azure
Introduction to AzureIntroduction to Azure
Introduction to AzureRobert Crane
 
Micro services vs Monolith Architecture
Micro services vs Monolith ArchitectureMicro services vs Monolith Architecture
Micro services vs Monolith ArchitectureMohamedElGohary71
 
A brief history of cloud computing
A brief history of cloud computingA brief history of cloud computing
A brief history of cloud computingOneserve
 
Microsoft Azure Active Directory
Microsoft Azure Active DirectoryMicrosoft Azure Active Directory
Microsoft Azure Active DirectoryDavid J Rosenthal
 
VMware Tutorial For Beginners | VMware Workstation | VMware Virtualization | ...
VMware Tutorial For Beginners | VMware Workstation | VMware Virtualization | ...VMware Tutorial For Beginners | VMware Workstation | VMware Virtualization | ...
VMware Tutorial For Beginners | VMware Workstation | VMware Virtualization | ...Edureka!
 
Azure Virtual Desktop Overview.pptx
Azure Virtual Desktop Overview.pptxAzure Virtual Desktop Overview.pptx
Azure Virtual Desktop Overview.pptxceyhan1
 
Microsoft Azure Networking Basics
Microsoft Azure Networking BasicsMicrosoft Azure Networking Basics
Microsoft Azure Networking BasicsSai Kishore Naidu
 
Introduction to Microsoft Azure
Introduction to Microsoft AzureIntroduction to Microsoft Azure
Introduction to Microsoft AzureKasun Kodagoda
 
Introduction to Microsoft Azure
Introduction to Microsoft AzureIntroduction to Microsoft Azure
Introduction to Microsoft AzureGuy Barrette
 
Google Cloud Platform Training | Introduction To GCP | Google Cloud Platform ...
Google Cloud Platform Training | Introduction To GCP | Google Cloud Platform ...Google Cloud Platform Training | Introduction To GCP | Google Cloud Platform ...
Google Cloud Platform Training | Introduction To GCP | Google Cloud Platform ...Edureka!
 

What's hot (20)

Introduction to Microsoft Azure 101
Introduction to Microsoft Azure 101Introduction to Microsoft Azure 101
Introduction to Microsoft Azure 101
 
Introduction to the Microsoft Azure Cloud.pptx
Introduction to the Microsoft Azure Cloud.pptxIntroduction to the Microsoft Azure Cloud.pptx
Introduction to the Microsoft Azure Cloud.pptx
 
Server Virtualization
Server VirtualizationServer Virtualization
Server Virtualization
 
Microsoft Azure - Introduction to microsoft's public cloud
Microsoft Azure - Introduction to microsoft's public cloudMicrosoft Azure - Introduction to microsoft's public cloud
Microsoft Azure - Introduction to microsoft's public cloud
 
Introduction to cloud computing
Introduction to cloud computingIntroduction to cloud computing
Introduction to cloud computing
 
Introduction to Azure
Introduction to AzureIntroduction to Azure
Introduction to Azure
 
Micro services vs Monolith Architecture
Micro services vs Monolith ArchitectureMicro services vs Monolith Architecture
Micro services vs Monolith Architecture
 
A brief history of cloud computing
A brief history of cloud computingA brief history of cloud computing
A brief history of cloud computing
 
cloud computing
cloud computingcloud computing
cloud computing
 
Microsoft Azure Active Directory
Microsoft Azure Active DirectoryMicrosoft Azure Active Directory
Microsoft Azure Active Directory
 
VMware Tutorial For Beginners | VMware Workstation | VMware Virtualization | ...
VMware Tutorial For Beginners | VMware Workstation | VMware Virtualization | ...VMware Tutorial For Beginners | VMware Workstation | VMware Virtualization | ...
VMware Tutorial For Beginners | VMware Workstation | VMware Virtualization | ...
 
Microsoft Security Overview
Microsoft Security OverviewMicrosoft Security Overview
Microsoft Security Overview
 
Azure Virtual Desktop Overview.pptx
Azure Virtual Desktop Overview.pptxAzure Virtual Desktop Overview.pptx
Azure Virtual Desktop Overview.pptx
 
Microsoft Azure Networking Basics
Microsoft Azure Networking BasicsMicrosoft Azure Networking Basics
Microsoft Azure Networking Basics
 
Introduction to Microsoft Azure
Introduction to Microsoft AzureIntroduction to Microsoft Azure
Introduction to Microsoft Azure
 
Service mesh
Service meshService mesh
Service mesh
 
Introduction to Microsoft Azure
Introduction to Microsoft AzureIntroduction to Microsoft Azure
Introduction to Microsoft Azure
 
Cloud Computing
Cloud ComputingCloud Computing
Cloud Computing
 
What is Virtualization
What is VirtualizationWhat is Virtualization
What is Virtualization
 
Google Cloud Platform Training | Introduction To GCP | Google Cloud Platform ...
Google Cloud Platform Training | Introduction To GCP | Google Cloud Platform ...Google Cloud Platform Training | Introduction To GCP | Google Cloud Platform ...
Google Cloud Platform Training | Introduction To GCP | Google Cloud Platform ...
 

Similar to Integrate microsoft azure storage with backup solutions

Transforming your Information Infrastructure with IBM's Storage Cloud Solutio...
Transforming your Information Infrastructure with IBM's Storage Cloud Solutio...Transforming your Information Infrastructure with IBM's Storage Cloud Solutio...
Transforming your Information Infrastructure with IBM's Storage Cloud Solutio...IBM India Smarter Computing
 
Transforming your Information Infrastructure with IBM’s Storage Cloud Solution
Transforming your Information Infrastructure with IBM’s Storage Cloud SolutionTransforming your Information Infrastructure with IBM’s Storage Cloud Solution
Transforming your Information Infrastructure with IBM’s Storage Cloud SolutionIBM India Smarter Computing
 
White Paper: Best Practices for Data Replication with EMC Isilon SyncIQ
White Paper: Best Practices for Data Replication with EMC Isilon SyncIQ   White Paper: Best Practices for Data Replication with EMC Isilon SyncIQ
White Paper: Best Practices for Data Replication with EMC Isilon SyncIQ EMC
 
Rapport eucalyptus cloud computing
Rapport eucalyptus cloud computingRapport eucalyptus cloud computing
Rapport eucalyptus cloud computingBilal ZIANE
 
Rapport eucalyptus cloud computing
Rapport eucalyptus cloud computingRapport eucalyptus cloud computing
Rapport eucalyptus cloud computingBilal ZIANE
 
Best Practices for Running Symantec Endpoint Protection 12.1 on Microsoft Azure
Best Practices for Running Symantec Endpoint Protection 12.1 on Microsoft Azure Best Practices for Running Symantec Endpoint Protection 12.1 on Microsoft Azure
Best Practices for Running Symantec Endpoint Protection 12.1 on Microsoft Azure Symantec
 
Everything You Need To Know About Cloud Computing
Everything You Need To Know About Cloud ComputingEverything You Need To Know About Cloud Computing
Everything You Need To Know About Cloud ComputingDarrell Jordan-Smith
 
CloudAnalyst: A CloudSim-based Tool for Modelling and Analysis of Large Scale...
CloudAnalyst: A CloudSim-based Tool for Modelling and Analysis of Large Scale...CloudAnalyst: A CloudSim-based Tool for Modelling and Analysis of Large Scale...
CloudAnalyst: A CloudSim-based Tool for Modelling and Analysis of Large Scale...ambitlick
 
Cloud Computing Sun Microsystems
Cloud Computing Sun MicrosystemsCloud Computing Sun Microsystems
Cloud Computing Sun Microsystemsdanielfc
 
Integrated-Security-Solution-for-the-virtual-data-center-and-cloud
Integrated-Security-Solution-for-the-virtual-data-center-and-cloudIntegrated-Security-Solution-for-the-virtual-data-center-and-cloud
Integrated-Security-Solution-for-the-virtual-data-center-and-cloudJohn Atchison
 
Guide to CASB Use Cases
Guide to CASB Use CasesGuide to CASB Use Cases
Guide to CASB Use CasesSachin Yadav
 
Mastering Backup and Disaster Recovery: Ensuring Data Continuity and Resilience
Mastering Backup and Disaster Recovery: Ensuring Data Continuity and ResilienceMastering Backup and Disaster Recovery: Ensuring Data Continuity and Resilience
Mastering Backup and Disaster Recovery: Ensuring Data Continuity and ResilienceMaryJWilliams2
 
Cisco Cloud White Paper
Cisco  Cloud  White  PaperCisco  Cloud  White  Paper
Cisco Cloud White Paperjtiblier
 
Mca cloud-storage-report
Mca cloud-storage-reportMca cloud-storage-report
Mca cloud-storage-reportGRajendra
 
Ovm3 backup-recovery-1997244
Ovm3 backup-recovery-1997244Ovm3 backup-recovery-1997244
Ovm3 backup-recovery-1997244LAURA ARZATE
 
Cloud storage presentation.pptx
Cloud storage presentation.pptxCloud storage presentation.pptx
Cloud storage presentation.pptxDevishreeRout
 
Virtual backup strategies_using_storage_snapshots_for_backups[1]
Virtual backup strategies_using_storage_snapshots_for_backups[1]Virtual backup strategies_using_storage_snapshots_for_backups[1]
Virtual backup strategies_using_storage_snapshots_for_backups[1]gerdev
 

Similar to Integrate microsoft azure storage with backup solutions (20)

Transforming your Information Infrastructure with IBM's Storage Cloud Solutio...
Transforming your Information Infrastructure with IBM's Storage Cloud Solutio...Transforming your Information Infrastructure with IBM's Storage Cloud Solutio...
Transforming your Information Infrastructure with IBM's Storage Cloud Solutio...
 
Transforming your Information Infrastructure with IBM’s Storage Cloud Solution
Transforming your Information Infrastructure with IBM’s Storage Cloud SolutionTransforming your Information Infrastructure with IBM’s Storage Cloud Solution
Transforming your Information Infrastructure with IBM’s Storage Cloud Solution
 
White Paper: Best Practices for Data Replication with EMC Isilon SyncIQ
White Paper: Best Practices for Data Replication with EMC Isilon SyncIQ   White Paper: Best Practices for Data Replication with EMC Isilon SyncIQ
White Paper: Best Practices for Data Replication with EMC Isilon SyncIQ
 
Rapport eucalyptus cloud computing
Rapport eucalyptus cloud computingRapport eucalyptus cloud computing
Rapport eucalyptus cloud computing
 
Rapport eucalyptus cloud computing
Rapport eucalyptus cloud computingRapport eucalyptus cloud computing
Rapport eucalyptus cloud computing
 
Best Practices for Running Symantec Endpoint Protection 12.1 on Microsoft Azure
Best Practices for Running Symantec Endpoint Protection 12.1 on Microsoft Azure Best Practices for Running Symantec Endpoint Protection 12.1 on Microsoft Azure
Best Practices for Running Symantec Endpoint Protection 12.1 on Microsoft Azure
 
04367a
04367a04367a
04367a
 
Everything You Need To Know About Cloud Computing
Everything You Need To Know About Cloud ComputingEverything You Need To Know About Cloud Computing
Everything You Need To Know About Cloud Computing
 
CloudAnalyst: A CloudSim-based Tool for Modelling and Analysis of Large Scale...
CloudAnalyst: A CloudSim-based Tool for Modelling and Analysis of Large Scale...CloudAnalyst: A CloudSim-based Tool for Modelling and Analysis of Large Scale...
CloudAnalyst: A CloudSim-based Tool for Modelling and Analysis of Large Scale...
 
Cloud Computing Sun Microsystems
Cloud Computing Sun MicrosystemsCloud Computing Sun Microsystems
Cloud Computing Sun Microsystems
 
Integrated-Security-Solution-for-the-virtual-data-center-and-cloud
Integrated-Security-Solution-for-the-virtual-data-center-and-cloudIntegrated-Security-Solution-for-the-virtual-data-center-and-cloud
Integrated-Security-Solution-for-the-virtual-data-center-and-cloud
 
Guide to CASB Use Cases
Guide to CASB Use CasesGuide to CASB Use Cases
Guide to CASB Use Cases
 
Mastering Backup and Disaster Recovery: Ensuring Data Continuity and Resilience
Mastering Backup and Disaster Recovery: Ensuring Data Continuity and ResilienceMastering Backup and Disaster Recovery: Ensuring Data Continuity and Resilience
Mastering Backup and Disaster Recovery: Ensuring Data Continuity and Resilience
 
Cisco Cloud White Paper
Cisco  Cloud  White  PaperCisco  Cloud  White  Paper
Cisco Cloud White Paper
 
Mca cloud-storage-report
Mca cloud-storage-reportMca cloud-storage-report
Mca cloud-storage-report
 
Ovm3 backup-recovery-1997244
Ovm3 backup-recovery-1997244Ovm3 backup-recovery-1997244
Ovm3 backup-recovery-1997244
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
Cloud storage presentation.pptx
Cloud storage presentation.pptxCloud storage presentation.pptx
Cloud storage presentation.pptx
 
Virtual backup strategies_using_storage_snapshots_for_backups[1]
Virtual backup strategies_using_storage_snapshots_for_backups[1]Virtual backup strategies_using_storage_snapshots_for_backups[1]
Virtual backup strategies_using_storage_snapshots_for_backups[1]
 
NIDHI KULKARNI.pptx
NIDHI KULKARNI.pptxNIDHI KULKARNI.pptx
NIDHI KULKARNI.pptx
 

Recently uploaded

Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsPrecisely
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfjimielynbastida
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 

Recently uploaded (20)

Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power Systems
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdf
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 

Integrate microsoft azure storage with backup solutions

  • 1. Integrate Microsoft Azure Storage with backup solutions Roshan Yalaburgi
  • 2. Integrate Microsoft Azure Storage with backup solutions www.ingrammicrocloud.me 1Confidential andproprietary informationofIngram MicroInc. Do not distributeor duplicatewithout Ingram Micro's express written permission. Table of Contents Introduction.......................................................................................................................................3 Why cloud is suitable for data backup..................................................................................................4 Backup solutionswith MicrosoftAzure storage ....................................................................................5 Backup to Microsoft Azure using Acronis Backup 12.5 ..........................................................................6 Solution Architecture......................................................................................................................6 Implementation steps.....................................................................................................................6 Create a share in Azure Storage....................................................................................................6 Configure backup planin Acronis Backup......................................................................................7 Backup of on-premise servers to Microsoft Azure using Commvault....................................................10 Solution architecture.....................................................................................................................10 Implementation Steps...................................................................................................................10 Steps to connect to Azure Blob Storage ......................................................................................10 Video of configuration...............................................................................................................11 Backup of Office 365 to Microsoft Azure using NetApp SaaS Backup....................................................12 Solution architecture.....................................................................................................................12 Implementation Steps...................................................................................................................12 Steps to connect to Azure Blob Storage ......................................................................................12 Signing up with a NetApp SSO account .......................................................................................12 Video of configuration...............................................................................................................13 Backup on-premise servers to Microsoft Azure usingVeritas Backup Exec ...........................................14 Solution Architecture....................................................................................................................14 Implementation steps...................................................................................................................14 Configuration............................................................................................................................14 Video of configuration...............................................................................................................15 Backup on-premise servers to Microsoft Azure usingVeritas NetBackup..............................................16 Solution Architecture....................................................................................................................16 Implementation Steps...................................................................................................................17 Configure cloud storage servers.................................................................................................17 Configure Disk pool ...................................................................................................................20 Create backup policy .................................................................................................................20 Video of configuration...............................................................................................................20 Backup on-premise applications to Microsoft Azure usingVeeam backup & replication........................21
  • 3. Integrate Microsoft Azure Storage with backup solutions www.ingrammicrocloud.me 2Confidential andproprietary informationofIngram MicroInc. Do not distributeor duplicatewithout Ingram Micro's express written permission. Solution Architecture....................................................................................................................21 Implementation steps...................................................................................................................22 Azure preparation .....................................................................................................................22 Configuring StarWindVTL..........................................................................................................22 Veeam Backup & Replication .....................................................................................................24 Video of configuration...............................................................................................................26 Backup youron-premise applicationsusingMicroFocusData protectorontoMicrosoftAzure Blob Storage ........................................................................................................................................27 Solution Architecture....................................................................................................................27 Implementation steps...................................................................................................................27 Data Protector prerequisites......................................................................................................27 Azure device prerequisites.........................................................................................................28 Prepare for the Cloud(Azure) device..........................................................................................28 Configure Cloud (Azure) device ..................................................................................................28
  • 4. Integrate Microsoft Azure Storage with backup solutions www.ingrammicrocloud.me 3Confidential andproprietary informationofIngram MicroInc. Do not distributeor duplicatewithout Ingram Micro's express written permission. Introduction This guide is intended to provide information on why cloud is suitable for data backup, options to take backupto MicrosoftAzure usingAcronis12.5,Commvault,DoubleTake,Veeambackup&replicationand Veritas products.
  • 5. Integrate Microsoft Azure Storage with backup solutions www.ingrammicrocloud.me 4Confidential andproprietary informationofIngram MicroInc. Do not distributeor duplicatewithout Ingram Micro's express written permission. Why cloud is suitable for data backup Data isthe ultimatelifelineforabusiness.Youneedyourdataprotectedandyouneedcopiesof it (original files), so as to ensure smooth and uninterrupted business operations. Several businesses feel that they lack the technical expertise and equipment to ensure proper backups. It is important that you take the care necessary to back up files, as a disaster may strike at any time. Cloudbackupis an optionthat hasemergedoverrecentyears.Technologyhasopenedthe waytohigher bandwidthsand optimizedcapacity.Ithas become a popularonline optioncomparedto portable media such as external hard drives. Let’s look into some of the advantages of cloud storage for backup:  Accessibility: Stored files can be accessed from anywhere via Internet connection.  CostSavings:Businessesandorganizationscanoftenreduce annual operatingcostsbyusingcloud storage; cloud storage costs about 3 cents per gigabyte to store data internally.  Disaster Recovery: It is highly recommended that businesses have an emergency backup plan readyinthe case of an emergency.Cloudstorage canbe usedas a back‐upplanby businessesby providing a second copy of important files.  Integration: Cloud storage (especiallyMicrosoft Azure) has integration with most of the backup solutions available in the market.
  • 6. Integrate Microsoft Azure Storage with backup solutions www.ingrammicrocloud.me 5Confidential andproprietary informationofIngram MicroInc. Do not distributeor duplicatewithout Ingram Micro's express written permission. Backup solutions with Microsoft Azure storage Azure Storage is a Microsoft-managedservice providing cloud storage that is highly available,secure, durable,scalable,andredundant. Witha low-cost, massively-scalable,tieredbackupstorage solutionin the cloud, you’ll reduce forecasting risks while transforming capital expenditure commitments to a pay- as-you-go cloud model. Azure Storage includesAzure Blobs(objects),Azure Data Lake Storage Gen2, Azure Files,Azure Queues, and Azure Tables. Azure Blobs are the usual storage typed used to store backup files. In thisguide we willsee detailsof howsolutionsfrombelowvendorsintegratewithMicrosoftAzure Blob storage.
  • 7. Integrate Microsoft Azure Storage with backup solutions www.ingrammicrocloud.me 6Confidential andproprietary informationofIngram MicroInc. Do not distributeor duplicatewithout Ingram Micro's express written permission. Backup applications to Microsoft Azure using Acronis Backup 12.5 Acronisprovidesafull range of cloudsolutionstohelpservice providersquicklytapintothe growing marketfor data protectionsolutions,includingbackup,disasterrecovery,andsecure file access.By pluggingAcronisBackupCloudintoyourexistingMicrosoftAzure™ environment,youcanoffersought- afterdata protectionservices. Solution Architecture Implementation steps Assumptionisthatyouare usingAcronisBackup12 and above or AcronisBackupCloudor Acronis Backup Service. Create a share in Azure Storage 1. Signinto the Azure portal. 2. On the navigationmenu,click Storage accounts or Storage accounts (classic). 3. Choose yourstorage account. 4. Choose Filesservice. 5. ClickFile sharesand followthe linktocreate yourfirstfile share. 6. Fill inthe file share name andthe size of the file share (upto5120 GB) to create yourfirstfile share.Once the file share hasbeencreated,youcan mountit fromany file systemthatsupports SMB 2.1 or SMB 3.0. Clickhere fordetailedinstructions.
  • 8. Integrate Microsoft Azure Storage with backup solutions www.ingrammicrocloud.me 7Confidential andproprietary informationofIngram MicroInc. Do not distributeor duplicatewithout Ingram Micro's express written permission. Configure backup plan in Acronis Backup All instructions must be performedin the exactsame order as describedbelow. 1. On the machine youwantto back up, create a symboliclink tothe Azure share: 2. OpenNotepadandcreate a documentwiththiscontent: net use * /delete /yes net use <account.file.core.windows.netshare>/u:<Azureaccount> <storage accountaccess key> rmdir "C:backups" mklink/d "C:backups" account.file.core.windows.netshare where <account.file.core.windows.netshare>isyourAzure file share,<Azure account>isyour Azure account and<storage account accesskey>is the accesskey(password) tothisaccount. “C:backups”isthe path on local drive the share will be linkedto(youcan keepitas-is). You can copy the netuse line fromyourfile share settingsinAzure portal: 1. Save the file asa .batfile. 3. Addthisscript to computerstartupscripts: 1. OpenLocal GroupPolicyEditor: Start -> Search -> gpedit.msc. 2. Navigate toLocal Group Policy-> Computer Configuration -> WindowsSettings- > Scripts (Startup/Shutdown). 3. Double-clickonStartup.
  • 9. Integrate Microsoft Azure Storage with backup solutions www.ingrammicrocloud.me 8Confidential andproprietary informationofIngram MicroInc. Do not distributeor duplicatewithout Ingram Micro's express written permission. 4. Choose Add: 5. ClickBrowse andselectthe scriptcreatedinthe previousstep. 6. Save changesand rebootthe computer.Now yourAzure file share willbe linkedtothe folderyouhave specifiedinthe script(C:Backupsinthisexample) andthuscan be accessedbythispath. 4. Accessto the symboliclinkislimitedtoLocal System, therefore youneedtochange Acronis Managed Machine Service usertoLocal System: 1. OpenWindowsServices: Start-> Search -> services.msc. 2. Locate AcronisManaged Machine Service.
  • 10. Integrate Microsoft Azure Storage with backup solutions www.ingrammicrocloud.me 9Confidential andproprietary informationofIngram MicroInc. Do not distributeor duplicatewithout Ingram Micro's express written permission. 3. Right-clickthe service andselecttologon as Local System account on the Log On tab: 4. Restartthe service. 5. Create a backupplan andspecifyyoursymlink(C:Backupsinthisexample)in Where toback up: Nowyoucan back upto your MicrosoftAzure Storage.
  • 11. Integrate Microsoft Azure Storage with backup solutions www.ingrammicrocloud.me 10Confidential andproprietary informationofIngram MicroInc. Do not distributeor duplicatewithout Ingram Micro's express written permission. Backup of on-premise servers to Microsoft Azure using Commvault Commvault’s data management software with deep Azure integration, allows organizations to dramatically reduce storage costs and maintain offsite data protection, by intelligently reducing data volumes and leveraging cloud storage without the need for storage appliance gateways. Solution architecture Implementation Steps Assumptionis youare usingCommvault11 withlatestservice pack. Steps to connect to Azure Blob Storage 1. From the CommCell Browser,right-clickClientComputers,andthenclick NewClient> Cloud Storage > Azure BLOB. The New Azure Storage Clientdialogbox appears. 2. On the General tab,provide the followingdetails: a. In the ClientName box, type a name for the new virtual client. b. In the Instance Name box,type a name for the instance. c. In the Access Node box,selectthe proxyclientcomputerwhere the CloudAppspackage isinstalled. d. In the Storage Policybox,selecta storage policyforthe backupand restore operations. e. In the Numberof Data Backup Streams box,type the numberof data streamsto use for backups.The maximumvalue is99.
  • 12. Integrate Microsoft Azure Storage with backup solutions www.ingrammicrocloud.me 11Confidential andproprietary informationofIngram MicroInc. Do not distributeor duplicatewithout Ingram Micro's express written permission. 3. On the ConnectionDetails tab, provide the followingdetails: a. From the Host URL list,selectthe Azure Blob Storage service accountURL (blob.core.windows.net). To back up Azure File sharesinthe Azure Storage service account,selectthe Azure File Share URL (file.core.windows.net). b. In the Azure Account Name box,type the name of the Azure Storage service account. c. In the Access Keybox,type the secretaccess keyof your Azure Storage service account. d. In the VerifyAccessKey box,re-type the secretaccesskeyof yourAzure Storage service account. 4. ClickOK. Video of configuration Watch the belowvideotoknowthe configurationsteps: https://www.youtube.com/watch?v=jVZFxMVhysk
  • 13. Integrate Microsoft Azure Storage with backup solutions www.ingrammicrocloud.me 12Confidential andproprietary informationofIngram MicroInc. Do not distributeor duplicatewithout Ingram Micro's express written permission. Backup of Office 365 to Microsoft Azure using NetApp SaaS Backup MicrosoftOffice 365 guaranteesthe availabilityof your data,but not itsprotection.Asthe customeritis your sole responsibilitytoprotectit.It isessential tohave enterprise-classprotectionforyourOffice 365 deployments,soyoucan seamlesslyrecoveryourdatafrom malware,ransomware,viruses,or any other malicious event, or worse: the chance that data will be deleted by accident through human error. NetAppSaaSBackupservice forMicrosoftOffice 365 service isacomplete SaaSofferingthatenables youto protect yourOffice 365 data inthe event of accidental deletion,datacorruption,orfrom maliciousintent.UsingNetAppSaaSBackup service, youcanback up,find,andrecoveremail,calendars, contacts,tasks, site collections,sites,lists,andfile data. Solution architecture Implementation Steps NetAppSaaSBackupfor Office 365 Control providesAzure Blobstorage as anoption forbackup. Steps to connect to Azure Blob Storage You needthe followinginformationtosetupyour BYOS: Azure Blobstorage  Accountname  Containername  Accesspoint  Accesskey Signing up with a NetApp SSO account 1. Enter the SaaS Backupfor Office 365 URL intoyour webbrowser: https://saasbackup.netapp.com 2. ClickSignup at the bottomof the landingpage. 3. Acceptthe End-UserLicense Agreement.
  • 14. Integrate Microsoft Azure Storage with backup solutions www.ingrammicrocloud.me 13Confidential andproprietary informationofIngram MicroInc. Do not distributeor duplicatewithout Ingram Micro's express written permission. 1. ClickSignUp with NetAppSSO. 2. Enter yourNetAppSSOandpassword,andthenclick LOGIN.( informationyougetfrompartner or Ingram Micro) 3. Enter the requesteduserinformation,andthenclick SignUp. 4. Clickthe Servicesicon. 5. Clickthe MicrosoftOffice 365 iconto selectthe SaaSservice. 6. ClickAdd MicrosoftOffice 365 Account. 7. Enter the email addressandpasswordforyourMicrosoftOffice 365 global administratorservice account,and thenclick Sign in.  A listof the permissionsrequestedbySaaSBackupfor Office 365 is displayed. 8. ClickAccept. 9. ClaickNext.  A listof the available MicrosoftOffice365 servicesisdisplayed. 10. Selectthe MicrosoftOffice 365 servicesthatyouwant toactivate and click Next. 11. SelectLicensedsubscription,youmustenterthe requestedinformation,andthenvalidate the subscription.Click Next 12. Selectthe BYOSoption:  ClickBring Your Own Storage (BYOS).  ClickMicrosoftAzure  Enter the informationyoupreviouslygatheredforyourBYOSoption.  ClickTest Connection.  ClickNext. 13. Reviewyourconfiguration,andthenclick Save. Video of configuration https://www.youtube.com/watch?v=16wEuxoO6uY
  • 15. Integrate Microsoft Azure Storage with backup solutions www.ingrammicrocloud.me 14Confidential andproprietary informationofIngram MicroInc. Do not distributeor duplicatewithout Ingram Micro's express written permission. Backup on-premise servers to Microsoft Azure using Veritas Backup Exec Withdata growingat exponential rate,organizationsare lookingtothe cloudforhelpaddressingthe costs,risks,and practicesthatpreventsimple,secure,andsustainable datastorage.BackupExec supportsyourjourneytothe cloud.PubliccloudconnectorsforAzure storage servicesletyouwrite data directlytospecificgeos.Supportforkeyhardware gatewaysacceleratesyourITteam’sagilitywithon- premisesandhybridoptions.Getbusinessresilience withAzureinfrastructure in-the-cloudandfrom- the-clouddataprotection. Solution Architecture Implementation steps Assumptionisthatyouare using BackupExec16 or above toperformbackup/restore operations. Configuration 1. For Backup Exec16, on the Storage tab, inthe Configure group,clickConfigure Storage.ForBackup Exec16 FP1 or later,clickConfigure CloudStorage,thenskiptostep4 2. ClickNetworkstorage,andthenclick Next. 3. ClickCloudstorage,andthenclick Next. 4. Enter a name and descriptionforthe cloudstorage device,andthenclick Next. 5. From the listof cloudstorage providers,selectAzure,andthenclick Next. 6. For Backup Exec16, in the Servername field,type the following: azure:azure.com. For Backup Exec 16 FP1 or later,clickthe Cloudstorage dropdownandselectAzure orAzure Chinaasappropriate. 7. ClickAdd/Edit next to the Logonaccount field. 8. On the Logon AccountSelectiondialogbox,click Add. 9. On the Add LogonCredentialsdialogbox,do the following:  In the Accountname field,type the MicrosoftAzure storage username.  In the Passwordfield,type the MicrosoftAzure storage accountaccesskey.Youcan enterthe primaryaccess keyor the secondaryaccesskey.
  • 16. Integrate Microsoft Azure Storage with backup solutions www.ingrammicrocloud.me 15Confidential andproprietary informationofIngram MicroInc. Do not distributeor duplicatewithout Ingram Micro's express written permission.  the Confirmpasswordfield, type the MicrosoftAzure storage accountaccesskeyagain.  In the Accountname field,type aname forthis logonaccount. 10. ClickOK twice. 11. Selectthe MicrosoftAzure logonaccountthat youcreatedinStep9, and thenclick Next. 12. Selectacontainerfromthe listof containersthatare associatedwiththe servername,andthe logon account detailsyouprovidedinearlierscreens.Click Next. 13. Specifyhowmanywrite operationscanrun at the same time on thiscloudstorage device,andthen clickNext. 14. Reviewthe configurationsummary,andthenclick Finish.BackupExeccreatesa cloudstorage device.Youmustrestartthe BackupExec servicestobringthe new device online. 15. In the windowthatpromptsyouto restartthe BackupExec services,clickyes.Afterservicesrestart, Backup Execdisplaysthe newcloudstorage locationinthe All Storage list. Video of configuration https://www.youtube.com/watch?v=leOg9_oid1Q
  • 17. Integrate Microsoft Azure Storage with backup solutions www.ingrammicrocloud.me 16Confidential andproprietary informationofIngram MicroInc. Do not distributeor duplicatewithout Ingram Micro's express written permission. Backup on-premise servers to Microsoft Azure using Veritas NetBackup Organizationsknow—whetherornottheylearneditthe hard way—thatcreatingbackupsof theirmost importantdata assetskeepsitsafe fromdisastersandaccidental deletion.Theyhave done backupsfor decadeswithlittle tonochanges.However,theirbackupdatastorescontinue togrow as theyuse a more diverse setof datato make businessdecisionsanddigitize largerpartsof the businessprocesses and supportingdata Veritas™ UnifiedDataProtectiondeliversthe flexibilitytomeetall yourcloudbackupneeds.In NetBackupTM,youcan choose froma range of NetBackupfullytestedandcertifiedintegratedcloud connectors -- Microsoft® Azure,IBMBluemix andmanymore. Solution Architecture
  • 18. Integrate Microsoft Azure Storage with backup solutions www.ingrammicrocloud.me 17Confidential andproprietary informationofIngram MicroInc. Do not distributeor duplicatewithout Ingram Micro's express written permission. Implementation Steps Assumingyouare usingVeritasNetBackup8.0and above Configure cloud storage servers Image belowshows the CloudStorage ConfigurationWizard panel for MicrosoftAzure cloudstorage. Below table describesthe storage serverconfigurationoptionsforMicrosoftAzure. Fieldname Requiredcontent Service host Service hostisthe hostname of the cloudservice endpointof MicrosoftAzure. The Service host drop-downlistdisplayspartof the service hostURL thatalso comprises Storage Account. Example of a service hostURL: storage_account.blob.core.windows.net Note:
  • 19. Integrate Microsoft Azure Storage with backup solutions www.ingrammicrocloud.me 18Confidential andproprietary informationofIngram MicroInc. Do not distributeor duplicatewithout Ingram Micro's express written permission. Fieldname Requiredcontent Basedon the regionwhere youhave createdyourstorage account - defaultor China- youshouldselectthe service hostfromthe drop-downlist. Storage server name Displaysthe defaultAzure storage server,whichismy-azure. Youcanselecta storage serverotherthanthe defaultone. The drop-downlistdisplaysonlythose namesthatare available foruse. You can type a differentstorage servername inthe drop-downlist,whichcanbe a logical name forthe cloudstorage.You can create multiple storage serverswith differentnamesthatrefertothe same physical service hostforAzure.If there are no namesavailable inthe list,youcancreate a new storage servername bytyping the name in the drop-downlist. Note: Veritasrecommendsthatastorage servername thatyou add while configuringan Azure cloudstorage shouldbe a logical name andshouldnotmatch a physical host name.For example:While youaddanAzure storage server,avoidusingnameslike 'azure.com'or 'azure123.com'. These serversmaybe physical hosts,whichcan cause failuresduringcloudstorage configuration.Instead,use storage server nameslike 'azure1'or 'azureserver1'andso on. Deduplication EnablingthisoptioncreatesaCloudCatalyststorage serverthatcan be usedto uploaddeduplicateddatatothe cloud. Thisoptionisgrayedout if any of the followingcasesare true:  The selectedmediaserverdoesnothave NetBackup8.1or laterinstalled.  CloudCatalystdoesnotsupportthe mediaserveroperatingsystem.  CloudCatalystdoesnotsupportthe cloudvendor. See the NetBackupcompatibilitylistsforsupportinformation: http://www.netbackup.com/compatibility For informationabout CloudCatalyst,see the NetBackup Deduplication Guide: http://www.veritas.com/docs/DOC5332 Local cache directory Enter the mountpath to be usedas the storage path onthe CloudCatalyststorage server.
  • 20. Integrate Microsoft Azure Storage with backup solutions www.ingrammicrocloud.me 19Confidential andproprietary informationofIngram MicroInc. Do not distributeor duplicatewithout Ingram Micro's express written permission. Fieldname Requiredcontent For example:/space/mnt/esfs The deduplicateddataiswrittentothislocal cache directorybefore itisuploaded to the cloud.The larger the cache,the more likelythatNetBackupcanservice requestslocally,avoidingcloudaccesstoreadand write. Notes:  Thispath shouldbe to a file systemwhichisdedicatedforCloudCatalyst cache use.Inaccurate cache evictionoccursif the pathsharesany storage withotherdata or applications.  NetBackupmanagesthe filesinthe local cache directory.Usersshouldnot manuallydelete filesinthisdirectory. Mediaserver name SelectaNetBackupmediaserverfromthe drop-downlist. Onlythe mediaserversthatconformto the requirementsforcloudstorage appear inthe drop-downlist.The requirementsare describedinthe followingtopic: See Aboutthe NetBackupmediaserversforcloudstorage. The host that youselectqueriesthe storage vendor'snetworkforitscapabilities and forthe available storage.The mediaserveralsobecomesadata moverforyour backupsand restores. Storage Account Enter the storage account that youwantto use for your cloudbackups. For more informationaboutMicrosoftAzure storage service,refertothe Microsoft Azure documentation. http://azure.microsoft.com Create the storage account usingthe followingURL: https://portal.azure.com Access key Enter yourAzure accesskey.You can enterthe primaryaccess keyor the secondary access key.Itmust be 100 or fewercharacters. Refertothe followingURLfor the accesskey:https://portal.azure.com
  • 21. Integrate Microsoft Azure Storage with backup solutions www.ingrammicrocloud.me 20Confidential andproprietary informationofIngram MicroInc. Do not distributeor duplicatewithout Ingram Micro's express written permission. Configure Disk pool Please followthe stepsinthe followinglink https://www.veritas.com/content/support/en_US/doc/58500769-127471507-0/v63567362-127471507 Create backup policy Please followthe stepsinfollowing linktocreate backuppolicy https://www.veritas.com/content/support/en_US/doc/58500769-127471507-0/v42176014-127471507 Video of configuration 1. https://www.youtube.com/watch?v=KiPvqCOXMKc 2. https://www.youtube.com/watch?v=YUISKmbPySU
  • 22. Integrate Microsoft Azure Storage with backup solutions www.ingrammicrocloud.me 21Confidential andproprietary informationofIngram MicroInc. Do not distributeor duplicatewithout Ingram Micro's express written permission. Backup on-premise applications to Microsoft Azure using Veeam backup & replication Backup & long-term archival policies remain a consistent part of many enterprise infrastructures today. The needtomaintainthe 3-2-1 rule,ensure corporate standards,orprovide regulatorycompliance,keep liability of archival options out of the question. Convenient use of virtual tape libraries (VTL) enables enterprise businesses to extend their tape-based backupstovirtual disks,orsimplyswitchtoneweroperationalmethodswithoutalongpreparationasthe staff is familiar with the terms already. While Veeam provides native tape support for backing up to virtual tape libraries, it’snow extending it withan optionto leverage StarWindVTLfor Microsoft Azure Blob Storage,enablingall userslookingfor cheap and reliable cloud storage to easilyand securely store backups/files there. With this integration, Veeamand StarWindcustomerscantiertheirbackup data onsite,maintainingone totwoweeksof data on-premises, while moving longer-term archives directly to a more cost-effective Microsoft Azure Blob Storage. Solution Architecture From the architecture we can see that StarWindVTL will allow Veeamto store backup/archive filesonto Microsoft Azure blob storage.
  • 23. Integrate Microsoft Azure Storage with backup solutions www.ingrammicrocloud.me 22Confidential andproprietary informationofIngram MicroInc. Do not distributeor duplicatewithout Ingram Micro's express written permission. Implementation steps Assumptionisthatyouare usingVeeamBackupandReplication9.5andabove. Azure preparation  Go to Azure portal, findstorage accounts, and add another one (or repurpose an existing blob storage).  Make sure to provide all the required information and select blob storage within the account kind option.  Then,proceedtoa newlycreatedstorage accountandcopy the storage account name and a key (settings–> access keys) as well as create a container which is going to be used for storing the data (blob service –> containers –> new).  You’ll need this data later, when configuring a cloud replication in StarWind VTL. Azure blob storage details Configuring StarWind VTL The purpose of such an actionisto emulate atape librarysetupona desiredserver,soVeeamisgoingto senddatato that librarywhere itwill be processedandreadyforacloudarchival.A classicDiskto Diskto Cloud (D2D2C) scheme in action.  Get the latest StarWind VTL package (version 8.0.0.12248 or newer) and install it on Microsoft Azure VM or get it from Microsoft Azure marketplace https://azuremarketplace.microsoft.com/en-us/marketplace/apps/starwind.starwindvtl?tab=Overview  During installation, make sure to select the “VTL and Cloud Replication” option so StarWind automaticallydeploysthe correspondingcomponents.Specifyaconvenientpathforthe storage pool or leave it by default at disk C.
  • 24. Integrate Microsoft Azure Storage with backup solutions www.ingrammicrocloud.me 23Confidential andproprietary informationofIngram MicroInc. Do not distributeor duplicatewithout Ingram Micro's express written permission.  Then, operating from the StarWind management console, connect to a desired server (use localhostor127.0.0.1 whensettingupanall-in-one scenario)andaddavirtual tape device(drive) with as many virtual tapes you’d like. StarWind VTL emulates the actual HPE MSL8096 Tape Library, so all the principles of working with such a library will be applicable here.  Note:You mightneedtoinstall the latestdriverspack sothat the serverrecognizesthe saidtape library properly. Once that is done, this server can be pointed to a VTL using the standard WindowsiSCSItools(control panel –> administrative tools –> iSCSI initiator).Go to Discovery – > Discovery Portal to initialize VTL and then connect to it from the Targets tab. Connecting to discovered VTL target  Now you should enable a cloud archival via the cloud replicationfunctionality: Simply selectMicrosoft Azure Cloud Storage on the first step, then specify the required Azure details from step #1, and finish the process by providing the desired retention settings.
  • 25. Integrate Microsoft Azure Storage with backup solutions www.ingrammicrocloud.me 24Confidential andproprietary informationofIngram MicroInc. Do not distributeor duplicatewithout Ingram Micro's express written permission. StarWind. Setting up the retention settings Veeam Backup & Replication  Froma VeeamBackup&Replicationperspective,you’ll needtoaddaserverfromabove asatape server to the VBR console.  For that, an IP/DNS address and appropriate credentials will be required.During the procedure, Veeamwill install aTransportand Tape Proxyservicestothe serverand performa tape libraries inventory if the option is specified.  Once the tapesare detectedandputintoa Free MediaPool,it’sagoodideatocreate adedicated Media Pool with some tapes, which will be used on another step.  Now,VeeamisconnectedtoVTLandcan pushthe datathere.Create a Backup to Tape or File to Tape Job, specify the backup scope (you’ll need some pre-created backups for the first option), and point the Job to a previously created Media Pool.  Depending on the backup/file size, you’ll get the data effectively delivered to the VTL server.
  • 26. Integrate Microsoft Azure Storage with backup solutions www.ingrammicrocloud.me 25Confidential andproprietary informationofIngram MicroInc. Do not distributeor duplicatewithout Ingram Micro's express written permission.  Nowyoucan switchtothe VTLserverandremove the tape fromthe slotif itwasn’tautomatically exporteduponthe VeeamJobcompletion.Since inmycase the cloudreplicationwasscheduled to start immediately, I can already see the motion in progress.  Afterasuccessful upload,the Cloudtabwill getablue checkandIshouldbe able toverifythatby navigating to my Azure Blob Storage and seeing the actual files uploaded to this container.
  • 27. Integrate Microsoft Azure Storage with backup solutions www.ingrammicrocloud.me 26Confidential andproprietary informationofIngram MicroInc. Do not distributeor duplicatewithout Ingram Micro's express written permission. Video of configuration https://www.veeam.com/videos/microsoft-azure-tape-based-data-14319.html
  • 28. Integrate Microsoft Azure Storage with backup solutions www.ingrammicrocloud.me 27Confidential andproprietary informationofIngram MicroInc. Do not distributeor duplicatewithout Ingram Micro's express written permission. Backup your on-premise applications using Micro Focus Data protector onto Microsoft Azure Blob Storage Micro Focus Data Protectormakesitsimple fororganizationstouse cloudstorage solutionsaspart of a single backup andrecoverystrategy.Cloudstorage isbestsuitedforarchivingdataorholdinglarge files such as audioandvideomedia,X-rays,andotherlarge picture filesthatare oftenheldonphysical or virtual tape systems. Data Protectorfeaturesnative integrationtoMicrosoftAzure,Scality,andCephcloudstorage solutions. All data exchangedwithorstoredwithinthese servicesiscompressedandencryptedforefficiencyand security. Solution Architecture Implementation steps Assumptionisthatyouare usingMicro FocusData protector 10.03 and above. Data Protector prerequisites To use Data ProtectorwithAzure devices,meetthe followingprerequisites:  Ensure that the Data Protector'sCell Manager,UserInterface client,andInstallationServerare installedonsupportedsystemsalongwiththe latestGeneral PatchRelease bundle.  Install the Data ProtectorMediaAgentor the NDMP MediaAgentcomponentonWindowsand Linux systemsthatwill become Cloud(Azure) gateways,includingthe clientsonwhichthe Cloud (Azure) devicewillbe enabled.  For MediaAgentsystemsthatrequire aproxyservertobe configuredtoconnecttothe web,set the omnircvariable OB2_CLOUD_DEVICE_PROXY=proxy_server:port_number>needstobe setin the omnirc file.
  • 29. Integrate Microsoft Azure Storage with backup solutions www.ingrammicrocloud.me 28Confidential andproprietary informationofIngram MicroInc. Do not distributeor duplicatewithout Ingram Micro's express written permission. Azure device prerequisites To use Azure device,youmustmeetthe followingprerequisites:  You musthave MicrosoftAzure account.  You musthave the twostorage access keysthatMicrosoftAzure generateswhilecreatingthe MicrosoftAzure storage account. There are twoaccess keysgeneratedforthe account.These keysare neededwhilecreatingthe relatedDataProtectordevice,asa part of the processof providingcredentials.  The systemtime mustbe setaccuratelyto ensure propersynchronizationbetweenthe gateway hostand MicrosoftAzure. Prepare for the Cloud (Azure) device The followingtasksmustbe performedtoconfigureobjectcopyoperationstoa Cloud(Azure) device. 1. Configure abackupspecificationtobackupyour data to a local backupdevice. 2. Loginto the Microsoft Azure portal andobtainthe access keysrequiredtouse the Microsoft Azure storage account. 3. Configure the Cloud(Azure) device in DataProtector. 4. Configure objectcopysessionsusingthe local backupdeviceasthe source device,andthe Cloud (Azure) deviceasthe destinationbackupdevice. Creatinga copyto a Cloud(Azure) device objectoperationenablesthe datastoredonthe local backup device toreplicate datatothe Cloud(Azure) device.Datasentto the Cloud(Azure) iscompressedand encryptedbydefault. 5. Restore datafrom the Cloud(Azure) device.Torestore youcaneither:  Create an objectcopyfrom the Cloud(Azure) device toyourlocal backupdevice,and restore to yourclientfromthe local backupdevice.  Recycle andexportthe local mediaandrestore directlyfromthe Cloud(Azure)device to your client.  Restore directlyfromthe Cloud(Azure) evenwhenthere are local versions,by specifyingthe Cloud(Azure)device tobe used forrestore.  Setthe medialocationprioritytothe Cloud(Azure) mediainsteadof the local media. Configure Cloud (Azure) device To configure aBackup to Diskdevice withthe Interface Type asCloud(Azure),complete the following steps: 1. In the ContextList,click Devices& Media.
  • 30. Integrate Microsoft Azure Storage with backup solutions www.ingrammicrocloud.me 29Confidential andproprietary informationofIngram MicroInc. Do not distributeor duplicatewithout Ingram Micro's express written permission. 2. In the ScopingPane,right-clickDevicesandthenclick AddDevice to openthe wizard. 3. Specifyadevice name in Device Name fieldandadda Description. 4. Specifythe Backup to Disk device type,andthenselectthe Interface Type asCloud(Azure). 5. ClickNext.The ManagementConsole URLis listedbydefault. 6. Specifythe Storage Account Name to be used. 7. Specifythe AccessKey1 andAccess Key2 information. If you are doingobjectcopyfromthe local device tocloudand back to the same device forrestore,the blocksize forthe local device andclouddevice mustmatch. 8. ClickSelect/Create Containertoobtainthe listof all containersthathave alreadybeencreated and displaythem.The Selectcontainerwindow appears.Selectanexistingcontainerorcreate a newcontainertouploadthe data. 9. ClickAdd to addthe gateway. 10. ClickCheckto verifyif the gatewayisconnectedtoCloud(Azure).If the connectionissuccessful, thenthe status isdisplayedasOK. 11. ClickNext.The Summarypage is displayed.Click Finishtocomplete the wizard.