Query regarding stopping of vcs
Hi Team, Could you please suggest on this, To stop the vcs and leaves the application running we use, hastop -all -force and then start the vcs with hastart. But, under which condition do we have to use this command "hastop -all -force." when this operation will require to keep the application running and do VCS stop and start. When this is required to use " hastop -local " OR hastop -all to stop the VCS and application. Please explain. Thanks Allaboutunix663Views0likes1CommentService group shows online and cluster service offline
Hi TEam, I have an output of the hastatus which is attached, It shows ClusterService online in 35th system and rest of the system shows Clusterservice Offline however, Service group POWERCENTERSERVICEMANAGER shows online in all systems 35,36,37,38,39,40. I am unable to get it why the Service group shows online in all the other systems when only 35th system ClusterService is online and rest others are offline. Do that the scenario of Active-Active Cluster? Please help me to understand this scenario.Solved2.2KViews1like2CommentsChange the Host IP address in the Veritas cluster
Hello All, We have a Veritas cluster server setup (VCS-HA,VCS-CFS & VERITAS-RAC) where on few setup we required to change the data IP address of some host(node). I refer few notes but not sure except /etc/hosts is there any file need to update/edit. Please help me if you have any process/technote to make those change & make that changed IP persistant. Also would like to know the impact of this activity. The systems are Linux 6.5 & 6.6 & cluster versions are VCS 6.2 & 6.1.Solved3.7KViews0likes3CommentsListener failed
Team, During a database activity, we did not freeze the cluster due to some reason,the listener went down due to the activity however database team has confirmed that DB is up and online. Initially, when i tried to check the faulted resource it was not showing.But, when I tried to clear and online the listener resource, it went to Waiting_to_online and then it failed. Could you please statehow we can resolve and make the listener online. Below are the information, A turks RUNNING 0 A madagascar RUNNING 0 -- GROUP STATE -- Group System Probed AutoDisabled State B ClusterService turks Y N OFFLINE B ClusterService madagascar Y N ONLINE B DB_TRS_PRD turks Y N OFFLINE B DB_TRS_PRD madagascar Y N PARTIAL -- RESOURCES FAILED -- Group Type Resource System D DB_TRS_PRD Netlsnr trsprd_LSNR madagascar ================================================================ Main.cf O/P - /etc/VRTSvcs/conf/config/main.cf include "OracleASMTypes.cf" include "types.cf" include "Db2udbTypes.cf" include "OracleTypes.cf" include "SybaseTypes.cf" cluster TRS-PRD-MG ( UserNames = { admin = cmnFmhMjnInnLvnHmk, rengasak = JiiMjeHljEikEdfDef, g023154 = hifEfiEciGjiHhiP, sparisd = aPPsMSnONjPNoNMlMR, guptan2 = JljQifKmlNltHhkKliLi, g035006 = hqqWrnQqqSqyPlqVns } Administrators = { admin, rengasav, g023154, sparisd, guptau5, g035006 } ) system turks ( ) system madagascar ( ) group ClusterService ( SystemList = { turks = 0, madagascar = 1 } AutoStartList = { turks, madagascar } OnlineRetryLimit = 3 OnlineRetryInterval = 120 ) NIC csgnic ( Device = en2 NetworkHosts = { "132.189.210.1" } ) NotifierMngr ntfr ( SmtpServer = "mapintmail@infi.com" SmtpRecipients = { "systemsunix@infi.com" = Error } ) ntfr requires csgnic // resource dependency tree // // group ClusterService // { // NotifierMngr ntfr // { // NIC csgnic // } // } group DB_TRS_PRD ( SystemList = { madagascar = 0, turks = 1 } Frozen = 1 ) IP trsprd_ora_vip ( Device = en2 Address = "132.189.210.138" NetMask = "255.255.255.0" ) LVMVG trsprd_ora_lvmvg ( VolumeGroup = db_trsprd MajorNumber = 40 ) Mount db_trsprd_arch ( MountPoint = "/db_trsprd/arch" BlockDevice = "/dev/trsprd_arch" FSType = jfs2 FsckOpt = "-y" ) Mount db_trsprd_backup ( MountPoint = "/db_trsprd/backup" BlockDevice = "/dev/trsprd_backup" FSType = jfs2 FsckOpt = "-y" ) Mount db_trsprd_data1 ( MountPoint = "/db_trsprd/data1" BlockDevice = "/dev/trsprd_data1" FSType = jfs2 FsckOpt = "-y" ) Mount db_trsprd_data2 ( MountPoint = "/db_trsprd/data2" BlockDevice = "/dev/trsprd_data2" FSType = jfs2 FsckOpt = "-y" ) Mount db_trsprd_data3 ( MountPoint = "/db_trsprd/data3" BlockDevice = "/dev/trsprd_data3" FSType = jfs2 FsckOpt = "-y" ) Mount db_trsprd_dba ( MountPoint = "/db_trsprd/dba" BlockDevice = "/dev/trsprd_dba" FSType = jfs2 FsckOpt = "-y" ) Mount db_trsprd_oracle ( MountPoint = "/db_trsprd/oracle" BlockDevice = "/dev/trsprd_oracle" FSType = jfs2 FsckOpt = "-y" ) Mount db_trsprd_redo1 ( MountPoint = "/db_trsprd/redo1" BlockDevice = "/dev/trsprd_redo1" FSType = jfs2 FsckOpt = "-y" ) Mount db_trsprd_redo2 ( MountPoint = "/db_trsprd/redo2" BlockDevice = "/dev/trsprd_redo2" FSType = jfs2 FsckOpt = "-y" ) Mount db_trsprd_temp ( MountPoint = "/db_trsprd/temp" BlockDevice = "/dev/trsprd_temp" FSType = jfs2 FsckOpt = "-y" ) Netlsnr trsprd_LSNR ( Critical = 0 Owner = oracle Home = "/db_trsprd/oracle/product/11.2.0.2" TnsAdmin = "/var/opt/oracle" Listener = LISTENER_TRSPRD EnvFile = "/oracle/home/.profile" ) Oracle trsprd_ORA ( Critical = 0 Sid = trsprd Owner = oracle Home = "/db_trsprd/oracle/product/11.2.0.2" EnvFile = "/oracle/home/.profile" ) Proxy trsprd_NIC ( TargetResName = csgnic ) db_trsprd_arch requires trsprd_ora_lvmvg db_trsprd_backup requires trsprd_ora_lvmvg db_trsprd_data1 requires trsprd_ora_lvmvg db_trsprd_data2 requires trsprd_ora_lvmvg db_trsprd_data3 requires trsprd_ora_lvmvg db_trsprd_dba requires trsprd_ora_lvmvg db_trsprd_oracle requires trsprd_ora_lvmvg db_trsprd_redo1 requires trsprd_ora_lvmvg db_trsprd_redo2 requires trsprd_ora_lvmvg db_trsprd_temp requires trsprd_ora_lvmvg trsprd_LSNR requires trsprd_ORA trsprd_LSNR requires trsprd_ora_vip trsprd_ORA requires db_trsprd_arch trsprd_ORA requires db_trsprd_backup trsprd_ORA requires db_trsprd_data1 trsprd_ORA requires db_trsprd_data2 trsprd_ORA requires db_trsprd_data3 trsprd_ORA requires db_trsprd_dba trsprd_ORA requires db_trsprd_oracle trsprd_ORA requires db_trsprd_redo1 trsprd_ORA requires db_trsprd_redo2 trsprd_ORA requires db_trsprd_temp trsprd_ora_vip requires trsprd_NIC // resource dependency tree // // group DB_TRS_PRD // { // Netlsnr trsprd_LSNR // { // IP trsprd_ora_vip // { // Proxy trsprd_NIC // } // Oracle trsprd_ORA // { // Mount db_trsprd_temp // { // LVMVG trsprd_ora_lvmvg // } // Mount db_trsprd_backup // { // LVMVG trsprd_ora_lvmvg // } // Mount db_trsprd_arch // { // LVMVG trsprd_ora_lvmvg // } // Mount db_trsprd_redo2 // { // LVMVG trsprd_ora_lvmvg // } // Mount db_trsprd_redo1 // { // LVMVG trsprd_ora_lvmvg // } // Mount db_trsprd_oracle // { // LVMVG trsprd_ora_lvmvg // } // Mount db_trsprd_dba // { // LVMVG trsprd_ora_lvmvg // } // Mount db_trsprd_data2 // { // LVMVG trsprd_ora_lvmvg // } // Mount db_trsprd_data1 // { // LVMVG trsprd_ora_lvmvg // } // Mount db_trsprd_data3 // { // LVMVG trsprd_ora_lvmvg // } // } // } // } =======================================================1.2KViews0likes3CommentsDB failures in VCS node
Hi Team, We have two servers in a VCS (Planet - Space), in planet DB's are experiencing DB failures, they reported to Unix team to look out from their side. I am not able to paste the output of errors, but could you please suggest what best steps we should have to take to resolve the issue?Solved1.7KViews0likes3CommentsCreation of new filesystem in vcs environment.
Hi Team, We have to create a new filesystem and it is in 2 node cluster. /RMPRDR01/oradata5---> Add this new mount point of 252 GB we have a request to create new filesystem which is in vcs cluster 5.0 For reference about main.cf, attached is the document enclosed. df -h Filesystem size used avail capacity Mounted on /dev/md/dsk/d0 15G 9.3G 5.4G 64% / /devices 0K 0K 0K 0% /devices ctfs 0K 0K 0K 0% /system/contract proc 0K 0K 0K 0% /proc mnttab 0K 0K 0K 0% /etc/mnttab swap 34G 1.7M 34G 1% /etc/svc/volatile objfs 0K 0K 0K 0% /system/object sharefs 0K 0K 0K 0% /etc/dfs/sharetab fd 0K 0K 0K 0% /dev/fd /dev/md/dsk/d6 9.9G 7.5G 2.3G 77% /var swap 36G 2.2G 34G 7% /tmp swap 34G 104K 34G 1% /var/run swap 34G 0K 34G 0% /dev/vx/dmp swap 34G 0K 34G 0% /dev/vx/rdmp /dev/md/dsk/d9 32G 1.9G 29G 7% /var/crash /dev/odm 0K 0K 0K 0% /dev/odm /dev/vx/dsk/RMPRDR01_ora_data_dg/oratemp 135G 127G 7.2G 95% /RMPRDR01/oratemp /dev/vx/dsk/RMPRDR01_ora_data_dg/oradata4 252G 244G 7.0G 98% /RMPRDR01/oradata4 /dev/vx/dsk/RMPRDR01_ora_data_dg/oradata2 252G 251G 310M 100% /RMPRDR01/oradata2 /dev/vx/dsk/RMPRDR01_ora_data_dg/oradata3 252G 243G 8.3G 97% /RMPRDR01/oradata3 /dev/vx/dsk/RMPRDR01_ora_data_dg/oradata1 252G 251G 882M 100% /RMPRDR01/oradata1 /dev/vx/dsk/RMPRDR01_ora_arch_dg/orafra 107G 5.0G 96G 5% /RMPRDR01/orafra /dev/vx/dsk/RMPRDR01_ora_arch_dg/oradmp 67G 17G 48G 26% /RMPRDR01/oradmp /dev/vx/dsk/RMPRDR01_ora_bin_dg/oraredo2 10G 7.9G 1.9G 81% /RMPRDR01/oraredo2 /dev/vx/dsk/RMPRDR01_ora_bin_dg/oraredo1 10G 7.9G 1.9G 81% /RMPRDR01/oraredo1 /dev/vx/dsk/RMPRDR01_ora_bin_dg/oractl3 2.0G 38M 1.8G 2% /RMPRDR01/oractl3 /dev/vx/dsk/RMPRDR01_ora_bin_dg/oractl2 2.0G 38M 1.8G 2% /RMPRDR01/oractl2 /dev/vx/dsk/RMPRDR01_ora_bin_dg/oractl1 2.0G 38M 1.8G 2% /RMPRDR01/oractl1 /dev/vx/dsk/RMPRDR01_ora_bin_dg/oracle 20G 12G 7.5G 62% /RMPRDR01/oracle ==================================================================== vxdisk -o alldgs list o/p - DEVICE TYPE DISK GROUP STATUS c0t0d0s2 auto:none - - online invalid c0t1d0s2 auto:none - - online invalid emcpower0s2 auto:cdsdisk emcpowerN17 RMPRDR01_ora_arch_dg online emcpower1s2 auto:cdsdisk emcpowerN27 RMPRDR01_ora_data_dg online emcpower2s2 auto:cdsdisk emcpowerN28 RMPRDR01_ora_data_dg online emcpower3s2 auto:cdsdisk emcpowerN31 RMPRDR01_ora_arch_dg online emcpower4s2 auto:cdsdisk emcpowerN34 RMPRDR01_ora_data_dg online emcpower5s2 auto:cdsdisk RMPRDR01_ora_bin_dg01 RMPRDR01_ora_bin_dg online emcpower6s2 auto:cdsdisk emcpowerN32 RMPRDR01_ora_data_dg online emcpower7s2 auto:cdsdisk emcpowerN24 RMPRDR01_ora_data_dg online emcpower8s2 auto:cdsdisk emcpowerN26 RMPRDR01_ora_data_dg online emcpower9s2 auto:cdsdisk emcpowerN29 RMPRDR01_ora_data_dg online emcpower10s2 auto:cdsdisk emcpowerN16 RMPRDR01_ora_arch_dg online emcpower11s2 auto:cdsdisk emcpowerN30 RMPRDR01_ora_arch_dg online emcpower12s2 auto:cdsdisk emcpowerN33 RMPRDR01_ora_data_dg online emcpower15s2 auto:cdsdisk emcpowerN35 RMPRDR01_ora_data_dg online emcpower16s2 auto:cdsdisk emcpowerN23 RMPRDR01_ora_data_dg online emcpower44s2 auto:cdsdisk emcpowerN19 RMPRDR01_ora_data_dg online emcpower45s2 auto:cdsdisk emcpowerN20 RMPRDR01_ora_data_dg online emcpower46s2 auto:cdsdisk emcpowerN21 RMPRDR01_ora_data_dg online emcpower47s2 auto:cdsdisk emcpowerN22 RMPRDR01_ora_data_dg online emcpower50s2 auto:cdsdisk emcpowerN25 RMPRDR01_ora_data_dg online =========================================================================== vxassist -g RMPRDR01_ora_data_dg maxsize Maximum volume size: 963203072 (470314Mb) We have a free size available in RMPRDR01_ora_data_dg to 459.29 GB as the system is in cluster ============================================================================ hastatus -summ -- SYSTEM STATE -- System State Frozen A francona RUNNING 0 A lackey RUNNING 0 -- GROUP STATE -- Group System Probed AutoDisabled State B MODELN_RPT francona Y N OFFLINE B MODELN_RPT lackey Y N ONLINE Kindly assist the steps to create a new filesystem, as in this request, /RMPRDR01/oradata5---> Add this new mount point of 252 GB. Let me know if any other info required.1.8KViews0likes3CommentsPlan for DIMM replacement activity(VCS nodes)
Hi Team, We have to replace DIMM on the passive node in which VCS services is currently not running.The cross over LLT cables is badly hanged wih each other and Symantec engineer told us that he will manage the cable issue and no require to down the active node. Kindly guide step by step procedure for this activity,also please suggest the prerequisities before starting this activity. This is very very crucial activity as Class A application is running on the active node. Currently, SG is running in Sydney server.We have to perform activity on Madagascar server. -- SYSTEM STATE -- System State Frozen A Sydney RUNNING 0 A Madagascar RUNNING 0 -- GROUP STATE -- Group System Probed AutoDisabled State B ClusterService Sydney Y N ONLINE B ClusterService Madagascar Y N OFFLINE B ORA_SG_Group Sydney Y N ONLINE B ORA_SG_Group Madagascar Y N OFFLINE Kindly suggest as soon as possible. Thanks in advance.. AllaboutunixSolved2.1KViews1like6Commentsnode freeze v/s service group freeze
Hi Team, I came across a DIMM replacement activity in one of our solars servers which are in cluster. Please assist before proceeding for teh activity shall i have to freeze teh service group OR DO i need to freeze the node? ALso, kindly guide the scenario, when we should have to proceed for freezing the SG or freezing the node? Thanks..Solved6.8KViews1like1Commentmnt_app resource failover
Hi, Below is the resource dependecies in my enviroment, what happened is somebody unmount the /app filesystem.So, resource went on faulted state, when i checked that resource criticality it shows mnt_app as non-critical resource 0 and vol_app and app_dg is set as critical 1 The depediencies below shows parent child relationship (mnt_app) as parent and (vol_app)as child. If parent is set as critical and child is non-critical 0, do it failover to another node. Or If child is set as critical or parent as non-critical 0, then it failover? Please assist as soon as possible. root@lyle# hares -dep |grep app PDM_PRD_MG APP_aphelion mnt_app PDM_PRD_MG APP_tibjmsd mnt_app PDM_PRD_MG Blind_check_stopDB mnt_app PDM_PRD_MG IPMultB_pdmprdappdb MNicB_DB PDM_PRD_MG appdg SRDF_app PDM_PRD_MG mnt_app vol_app PDM_PRD_MG vol_activelogs appdg PDM_PRD_MG vol_app appdg PDM_PRD_MG vol_archivelogs appdg PDM_PRD_MG vol_index appdgSolved1.7KViews1like5Comments