Resource online basics Resources are brought online automatically when the service group is brought online. They can also be brought online manually after the maintenance task according to the order defined in the dependency tree. The resource agent runs the online entry point which in turn runs the specific startup operations required to bring the resource online. In normal day-to-day operations, you perform most management operations at the service group level. However, you may need to … [Read more...] about VCS (Infoscale Availability) : How to online and offline resources
VCS
VCS (Infoscale Availability) – Difference Between Frozen and TFrozen attributes
These service group attributes are used to indicate that the service group is frozen due to an administrative command. When a service group is frozen, all agent online and offline actions are disabled. Difference between Frozen or TFrozen attributes - If the service group is temporarily frozen using the hagrp –freeze group command, the TFrozen attribute is set to 1. For example : # hagrp -freeze [group] # hagrp -value [group] Frozen - If the service group is persistently frozen using … [Read more...] about VCS (Infoscale Availability) – Difference Between Frozen and TFrozen attributes
VCS (Infoscale Availability) : How to freeze a Service Group
Why freeze the service group When you freeze the service group in VCS, it will continue to monitor the resources in the cluster. But does not allow service group or the resources to be brought online or offline. Failover is also disabled during the freeze period of the service group. The use case for the SG freeze is during a maintenance activity at database or application end. The DBA or application administrator can stop and start the database or application outside of VCS control. This … [Read more...] about VCS (Infoscale Availability) : How to freeze a Service Group
VCS (Infoscale Availability) : How to switch a Service Group
You can switch a service group between systems to test failover. This also comes handy also during a maintenance activity to free up a system in the cluster. In order to ensure that failover can occur as expected in the event of a fault, test the failover process by switching the service group between systems within the cluster. What happens during SG switch - Switching a service group does not have the same effect as taking a service group offline on one system and bring the service group … [Read more...] about VCS (Infoscale Availability) : How to switch a Service Group
VCS (Infoscale Availability) : How to online and offline a Service Group
What happens when you online a SG - When a service group is brought online, all the resources in that service group are brought online one by one starting from the child resource. - Depending on the dependencies defined, when all the resources are brought up, the service group becomes online. - In order to bring a failover service group online, VCS must verify that all non-persistent resources in the service group are offline everywhere in the cluster. If any non-persistent resource is online … [Read more...] about VCS (Infoscale Availability) : How to online and offline a Service Group
VCS cluster 6.2 LAB : Installing VCS
If you have followed the first 4 posts of this series then you are ready to install the SFHA on the 2 nodes. We would also configure the I/O fencing using the installer. Unlike older version the I/O fencing can be configured with the help of installer. We don't even have to initialize the disks or create diskgroup for fencing. Makes sure you have fulfilled all the pre-requisites before proceeding with the installation. Download the trialware from the Symantec website which can be installed … [Read more...] about VCS cluster 6.2 LAB : Installing VCS
VCS cluster 6.2 LAB : Configuring Open-E DSS
In the last post we installed the Open-e DSS V7 Lite software. Let us now configure it in order to provision iSCSI storage for the 2 VM nodes of the cluster. Creating iSCSI volume We have allocated four 10Gb HDD for the VM. One out of this is used for the OS installation of Open-e DSS. The rest 3 will be used to create a new volume group. In order to create an iSCSI Volume within a Volume Group, go through the following steps: 1. Click Configuration → Volume Manager → Volume … [Read more...] about VCS cluster 6.2 LAB : Configuring Open-E DSS
VCS cluster 6.2 LAB : Installing Open-E DSS
One of the most important components of this lab setup is the shared storage. I will be using the software Open-E DSS V7 lite version for the setup. The lite and the professional version software are the same except when we register the software we do it using the free key provided. The lite version by default works for 30 days. Upon registering it, you can use it without any time limitation. You can download the Open-E DSS V7 lite software from here. Open-E DSS V7 Lite is a free version of … [Read more...] about VCS cluster 6.2 LAB : Installing Open-E DSS
VCS cluster 6.2 LAB : Installing and configuring OEL
Installing the 2 nodes of the cluster The first step in the setup is to prepare the 2 nodes of the cluster. I have used Oracle enterprise linux 6.6 for the setup. You can use any OS of your choice supported by symantec. The VMs configuration is as follows : HDD - 20GB RAM - 1GB Processor core - 1 NIC cards - 3 (bridged network) IP address - 192.168.1.110 (node01) and 192.168.1.111 (node02) Netmask - 255.255.255.0 Gateway - 192.168.1.1 I've attached few important screenshots of the … [Read more...] about VCS cluster 6.2 LAB : Installing and configuring OEL
VCS cluster 6.2 LAB with working I/O fencing : The setup
In one of my older posts I have configured VCS cluster home lab. The setup works fine but without I/O fencing configured. The setup configured in this series of posts has a working I/O fencing. The difference being the use of a different software iSCSI software - Open-E DSS V7 lite version. The other software iSCSI solutions like openfiler and FreeNAS does not provide the important feature of SCSI-3 PGR compliant iSCSI disks to configure the I/O fencing. The seup Hardware used: MAC book pro … [Read more...] about VCS cluster 6.2 LAB with working I/O fencing : The setup