$$InstallationDirectory\Vembu\ |
For example, C:\Program Files\Vembu\ |
$$InstallationDirectory/Vembu/ |
For Example, home/vembubdr/Vembu |
command>> “C:\Program Files\Vembu\BackupForAWS\Python37\python.exe” “C:\Program Files\Vembu\BackupForAWS\Python37\Scripts\pip.exe” install pandas |
$$InstallationDirectory\Vembu\BDRSuiteScripts\BDRAutentication\auth.csv |
$$InstallationDirectory/Vembu/BDRSuiteScripts/BDRAutentication/auth.csv |
a. UserName: Login user name created for the BDRSuite Backup Server web console.b. password_md5: Update the md5 value of login password of the BDRSuite Backup Server.
Use the following link to get the md5 value - https://www.md5hashgenerator.com/ |
Example: The md5 value of ‘admin’ is ‘21232f297a57a5a743894a0e4a801fc3’ |
c. endpoint_url: Update the URL BDRSuite Backup Server of which you want to get the custom report.
Endpoint_url format: http://machine_name(or)machine_ip:port/bdrwebservices.php |
UserName,password_md5,endpoint_url admin,21232f297a57a5a743894a0e4a801fc3,http://127.0.0.1:6060/bdrwebservices.php |
pip install pandas |
Windows: C:\Rebuild>pip install pandas Linux: /home/Rebuild>pip3 install pandas |
Windows: C:\BDRSuiteScripts>pip install pandas Linux: /home/BDRSuiteScripts>pip3 install pandas |
$$InstallationDirectory\Vembu\BDRSuiteScripts\AddCredentials\input.csv |
For Example, C:\ProgramFiles\Vembu\BDRSuiteScripts\AddCredentials\input.csv |
$$InstallationDirectory/Vembu/BDRSuiteScripts/AddCredentials/input.csv |
For Example, home/vembubdr/Vembu/BDRSuiteScripts/AddCredentials/input.csv |
Action,credentialName,credentialUsername,credentialPassword ADD_CREDENTIALS,CredentialName1,root,****** ADD_CREDENTIALS,CredentialName2,root,****** |
Name | Type | Description | Mandatory/Optional |
Action | String | ADD_CREDENTIALS | Mandatory |
CredentialName | String | Value specifying the name of the credential to be added. | Mandatory |
CredentialUserName | String | Value specifying the username of the credential to be added. | Mandatory |
CredentialPassword | String | Value specifying the name of the credential to be added. | Mandatory |
$$InstallationDirectory\Vembu\BDRSuiteScripts\AddCredentials\AddCredentials.py |
For Example, C:\Program Files\Vembu\BDRSuiteScripts\AddCredentials\AddCredentials.py |
$$InstallationDirectory/Vembu/BDRSuiteScripts/AddCredentials/AddCredentials.py |
For Example, home/vembubdr/Vembu/BDRSuiteScripts/AddCredentials/AddCredentials.py |
$$InstallationDirectory\Vembu\BackupForAWS\Python37\python.exe” AddCredentials.py |
For Example, C:\Program Files\Vembu\BackupForAWS\Python37\python.exe” AddCredentials.py |
$$InstallationDirectory/Vembu/BackupForAWS/Python37/bin/python” AddCredentials.py |
For Example, home/vembubdr/Vembu/BackupForAWS/Python37/bin/python” AddCredentials.py |
$$InstallationDirectory\Vembu\BDRSuiteScripts\AddCredentials\output.csv |
For Example, C:\ProgramFiles\Vembu\BDRSuiteScripts\AddCredentials\output.csv |
$$InstallationDirectory/Vembu/BDRSuiteScripts/AddCredentials/output.csv |
For Example, home/vembubdr/Vembu/BDRSuiteScripts/AddCredentials/output.csv |
$$InstallationDirectory\Vembu\BDRSuiteScripts\AddVMwareHost\input.csv |
For Example, C:\Program Files\Vembu\BDRSuiteScripts\AddVMwareHost\input.csv |
$$InstallationDirectory/Vembu/BDRSuiteScripts/AddVMwareHost/input.csv |
For Example, home/vembubudr/Vembu/BDRSuiteScripts/AddVMwareHost/input.csv |
Action,hostIP,PortNumber,useExistingCredential,credentialName,credentialUserName,credentialPassword ADD_VMWARE_HOST,192.168.102.85,443,vmware5,,, ADD_VMWARE_HOST,192.168.102.27,443,,27,root,Vembu123$ |
Name | Type | Description | Mandatory/Optional |
Action | String | ADD_VMWARE_HOST | Mandatory |
hostIP | String | Value specifying IP address of VMware host to be added. | Mandatory |
portNumber | String | Value specifying port number which will be used for data communication between VMWare host and backup server.By default it is 443 | Mandatory |
useExistingCredentials | String | Value specifying the credential name for VMWare host to be added | Mandatory for adding host using existing credential |
CredentialName | String | Value specifying the name of the credential to be added. | Mandatory for adding host using fresh/new credential |
CredentialUserName | String | Value specifying User name of VMware host to be added. | Mandatory for adding host using fresh/new credential |
CredentialPassword | String | Value specifying password of VMware host to be added. | Mandatory for adding host using fresh/new credential |
$$InstallationDirectory\Vembu\BDRSuiteScripts\AddVMwareHost\AddVmwareHost.py |
For Example, C:\Program Files\Vembu\BDRSuiteScripts\AddVMwareHost\AddVmwareHost.py |
$$InstallationDirectory/Vembu/BDRSuiteScripts/AddVMwareHost/AddVmwareHost.py |
For Example, home/vembubudr/Vembu/BDRSuiteScripts/AddVMwareHost/AddVmwareHost.py |
$$InstallationDirectory\Vembu\BackupForAWS\Python37\python.exe” AddVmwareHost.py |
For Example, C:\Program Files\Vembu\BackupForAWS\Python37\python.exe” AddVmwareHost.py |
“$$InstallationDirectory/Vembu/BackupForAWS/Python37/bin/python” AddVmwareHost.py |
For Example, home/vembubdr/Vembu/BackupForAWS/Python37/bin/python” AddVmwareHost.py |
$$InstallationDirectory\Vembu\BDRSuiteScripts\AddVMwareHost\output.csv |
For Example, C:\Program Files\Vembu\BDRSuiteScripts\AddVMwareHost\output.csv |
$$InstallationDirectory/Vembu/BDRSuiteScripts/AddVMwareHost/output.csv |
For Example, home/vembubudr/Vembu/BDRSuiteScripts/AddVMwareHost/output.csv |
$$InstallationDirectory\Vembu\BDRSuiteScripts\AddHyperVHost\input.csv |
For Example, C:\Program Files\Vembu\BDRSuiteScripts\AddHyperVHost\input.csv |
Action,hostIP,PortNumber,serverType,useExistingCredential,credentialName,credentialUserName,credentialPassword ADD_HYPERV_HOST,192.168.102.119,42005,0,hyperv,,, ADD_HYPERV_HOST,192.168.102.127,42005,0,,newhypervadd,administrator,***** |
Name | Type | Description | Mandatory/Optional |
Action | String | ADD_HYPERV_HOST | Mandatory |
HostIP | String | Value specifying IP address of HyperV host to be added. | Mandatory |
PortNumber | String | Value specifying port number which will be used for data communication between HyperV host and backup server.By default it is 42005. | Mandatory |
ServerType | Integer | Value specifying the type of HyperV Server to be added 0-HyperV StandAlone 1-HyperV Cluster 2.HyperV SMB 3-HyperV SMB Cluster | Mandatory |
useExistingCredential | String | Value specifying the credential name for HyperV host to be added | Mandatory for adding host using existing credential |
credentialName | String | Value specifying the name of the credential to be added. | Mandatory for adding host using fresh credential |
credentialUserName | String | Value specifying User name of HyperV host to be added. | Mandatory for adding host using fresh credential |
credentialPassword | String | Value specifying password of HyperV host to be added. | Mandatory for adding host using fresh credential |
$$InstallationDirectory\Vembu\BDRSuiteScripts\AddHyperVHost\AddHyperVHost.py |
For Example, C:\ProgramFiles\Vembu\BDRSuiteScripts\AddHyperVHost\AddHyperVHost.py |
$$InstallationDirectory\Vembu\BackupForAWS\Python37\python.exe” AddHyperVHost.py |
For Example, C:\Program Files\Vembu\BackupForAWS\Python37\python.exe” AddHyperVHost.py |
$$InstallationDirectory\Vembu\BDRSuiteScripts\AddHyperVHost\output.csv |
For Example, C:\Program Files\Vembu\BDRSuiteScripts\AddHyperVHost\output.csv |
$$InstallationDirectory\Vembu\BDRSuiteScripts\AddDiskImageHost\input.csv |
For Example, C:\ProgramFiles\Vembu\BDRSuiteScripts\AddDiskImageHost\input.csv |
Action,hostIP,PortNumber,useExistingCredential,credentialName,credentialUserName,credentialPassword ADD_DISKIMAGE_HOST,192.168.102.119,42005,diskimage,,, ADD_DISKIMAGE_HOST,192.168.102.127,42005,,newdiskimageadd,administrator,*** |
Name | Type | Description | Mandatory/Optional |
Action | String | ADD_DISKIMAGE_HOST | Mandatory |
hostIP | String | Value specifying IP address of Windows Disk Image host to be added. | Mandatory |
PortNumber | String | Value specifying port number which will be used for data communication between Windows Disk Image host and backup server. | Mandatory |
useExistingCredential | String | Value specifying the credential name for Windows Disk Image host to be added | Mandatory for adding host using existing credential |
credentialName | String | Value specifying the name of the credential to be added. | Mandatory for adding host using fresh credential |
credentialUserName | String | Value specifying User name of Windows Disk Image host to be added. | Mandatory for adding host using fresh credential |
credentialPassword | String | Value specifying password of Windows Disk Image host to be added. | Mandatory for adding host using fresh credential |
$$InstallationDirectory\Vembu\BDRSuiteScripts\AddDiskImageHost\AddDiskImageHost.py |
For Example, C:\ProgramFiles\Vembu\BDRSuiteScripts\AddDiskImageHost\AddDiskImageHost.py |
$$InstallationDirectory\Vembu\BackupForAWS\Python37\python.exe” AddDiskImageHost.py |
For Example, C:\Program Files\Vembu\BackupForAWS\Python37\python.exe” AddDiskImageHost.py |
$$InstallationDirectory\Vembu\BDRSuiteScripts\AddCredentials\output.csv |
For Example, C:\ProgramFiles\Vembu\BDRSuiteScripts\AddDiskImageHost\output.csv |