Standard Operating Procedure We often work on large & complex operations spanning across various technologies and supporting various regions like US UK Asia and many more depending upon your organization ongoing projects. It has been always hot cake in top management how to improve service delivery to the optimum level to avoid any penalties in …
Are you getting Azure Site Recovery Critical Notification: virtual machine health is in critical state in asr in your environment? Are you using Standard disk and ASR in Conjunction means blob disk is in use. It may be because of the slow speed of blob storage and no BlobOpsTimeout is set in ASR configuration. In …
Restoring DOMAIN Configurations We are going to discuss restoring domain configurations after the system board replacement. Have your Spark T5-2 panicked? Are you in need of a motherboard replacement in Spark T5-2? As per standard practice, you will open a case with your hardware vendor or oracle directly if you have direct support with them. …
In-kind of scenario if you are not able to mount or unmount datastore using V-Center GUI. I am going to share the procedure on how to unmount and mount datastore from esxi host. This may be required during virtual machine failover or failback situation cleanly so that there will not be any adverse effect in …
Most of the Linux distros still shipped with Python2. Support is going to end for Python2 in 2020. So it is always advisable to start using for all your purpose whatever you are going to use python. Also, it is advised not to disturb your existing installation of python2 as yum works on your previous …
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 …
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 …
Before increase the size of a striped logical volume, it must have enough free space on the underlying physical volumes that make up the volume group to support the stripe. Let’s see how to expand stripped volume in Azure Linux VM. For instance, if you have a two-way striped VG, adding a single physical volume …
Based on usages we may often need to expand the file systems to accommodate various application demands. Whenever your virtual machine is hosted in Azure or any other IAAS cloud services. As per their offerings, virtual machines come with restrictions on that the number of luns can be associated with a specific virtual machine type. …