In this article, we are going to discuss Virtual Machine Sizes in AZURE. How we can use Azure CLI to get these details. To find out available VM sizes in a specific location using cli via commands az vm list-sizes command. The sample truncated output is as below. # az vm list-sizes -location eastus -output …
Month: August 2019
In this article, we are going to discuss how to add disk to ldom. So let us start the journey. Let me share the environment details so we have a better understanding. Environment: Solaris 10/VxVM for Volume Management/Hitachi Storage/Control Domain Primary & Secondary Domain configured for availability If you are using Control Domains in your …
How to failover linux virtual machine in vmware We are going to discuss step by step procedure how to failover linux virtual machine in vmware from one data center to another in using V-Center. Let’s say the data centers are LONDON1 and LONDON2 simultaneously and the virtual machine name is SERVER1. Here Virtual Machine must …
ASR service in AZURE provides business continuity and disaster recovery solution by keeping business apps up and running, during scheduled or unscheduled breakdowns. ASR manages disaster recovery of on-premises machines and Azure virtual machines, including replication, failover, and recovery. We are going to discuss here how to setup asr in Azure by replicating it to …
The uuencode is actually installed by package sharutils. sharutils package contains the GNU shar utilities which is a set of tools for encoding and decoding packages of files in a special plain text format called shell archives (shar). This format can be sent through e-mail . This package also contains a uudecode. First, check if …