Install BareOS client automatically on Windows

Install BareOS client automatically on Windows

1. On a freshly installed Windows OS, configure WinRM for HTTPS.
  • Powershell: New-SelfSignedCertificate -DnsName "<YOUR_DNS_NAME>" -CertStoreLocation Cert:\LocalMachine\My
  • CMD: winrm create winrm/config/Listener?Address=*+Transport=HTTPS @{Hostname="<YOUR_DNS_NAME>"; CertificateThumbprint="<COPIED_CERTIFICATE_THUMBPRINT>"}
2. Open up the firewall to listen to WinRM HTTPS port: 5986
  • Powershell: port=5986
    netsh advfirewall firewall add rule name="Windows Remote Management (HTTPS-In)" dir=in action=allow protocol=TCP localport=$port
3. Validate HTTPS listener
  • CMD: WinRM e winrm/config/listener
    Expected result:
4. Enable Basic Authentication for Windows Remote Management (WinRM)
  • Powershell: Set-Item -Path wsman:\localhost\Service\Auth\Basic -Value true; Restart-Service -Name WinRM
5. In the BaaS module, navigate to My Servers > Add server link. At the add new server Wizard screen, select Windows OS and hit continue.
6. Next, select “No, let’s install ClusterLogics client via WinRM or PsExec”, supply WAN IP, username, password and make sure WinRM connect option is ticked. Hit continue. ClusterLogics will now start uploading the required scripts and install FD client.
7. Upon successful completion, you will be prompted to configure the backup job scheduler. Make sure to select a valid storage pool and hit Add Job. ClusterLogics will then configure the FD client with parameters you have specified.


8. Upon successful completion, you will be redirected to My Servers list with the newly added FD client where status is lit green.
9. Hit hardrive icon under Actions column to initiate a fresh backup. Since this will be an initial backup, make sure to select full when being prompted for type of backup to capture.
10. Navigate to My Jobs to check status of newly added backup job.
    • Related Articles

    • Install BareOS client manually on Windows

      Windows Manual installation of BareOS Client Software This should resolve when you try to Update the client via the ClusterLogics GUI Update option and see results like: unable to psexec: ERROR: Cannot connect to svcctl pipe. NT_STATUS_IO_TIMEOUT. OR ...
    • Install Bareos Windows manually

      ========================= Please follow the below steps: 1. Download the Windows BareOS client installer from your Downloads area (top right drop-down menu on your GUI home screen) or from: Win2K3 ...
    • [Install] Windows FD - Manual

      As of July 12th 2012 - we will eventually be auto installing Windows FD agents onto Windows servers as we do with Linux servers today - right from the B4H GUI Unlike the Linux FD installation (which is completely automated and can be done directly ...
    • [Install] Windows FD - Manual

      As of July 12th 2012 - we will eventually be auto installing Windows FD agents onto Windows servers as we do with Linux servers today - right from the B4H GUI Unlike the Linux FD installation (which is completely automated and can be done directly ...
    • Windows BMR Physical Machine

      First of the bacula related SOP is detailed in the following article (which mostly works with VMS) but not for PHYSICAL Machines or servers. https://support.bacula4.com/customer/portal/articles/2795465-windows-bmr---clusterlogics PreRequisits: You ...