2020-01-01から1ヶ月間の記事一覧

MS-SQL HA database backup using Powershell and Ansible, Step by Step - 3 -

Installing & Setting up Ansible on Linux server (ubuntu 18.04) Ansible installation on Linux: 1. Get a Linux machine (ubuntu 18.4 server) from your environment. (Here we used Azure's VM.) 2. Login to the deployed Linux server using SSH and…

MS-SQL HA database backup using Powershell and Ansible, Step by Step - 2 -

Setting up WinRM Unlike the integration with Linux or UNIX like servers and Ansible, Windows machines cannot use SSH for Ansible integration, just yet(*1) . Thus, you will have to use Windows Remote Manager (WinRM) , instead. 1. Install Wi…

MS-SQL HA database backup using Powershell and Ansible, Step by Step - 1 -

Backgaroud : Currently Azure Stack HUB's MS-SQL HA deployment uisng the sql-2016-alwayson ARM template is not supporting the automated backup which is otherwise supported for MS-SQL standalone database as discribed below. docs.microsoft.co…

Nagios XI WMI agent-less monitoring for Azure Stack HUB Windows Virtual Machine, Step by Step.

It was a bit struggle to set up an WMI agentless monitoring for Windows VMs in Microsoft Azure Stack HUB (MASH) , so here is the memo I've been through. -System environment Monitoring Server: Linux VM in MASH (Ubuntu 18.01.1) Monitoring Se…