Recent Discussions
registration
hi, in a 2 vcs node cluster with failover service when node a bring up the dg that comprises 5 disks,this node will write the registration and reservation key on every disk. at this moment on the disks is has not written the registration key of node b. right? if failover happens then what component deletes the reservation key of node a on disks? vxfend process?linuly27 days agoLevel 47Views0likes1CommentConfiguring SQL Server in a VMware environment?
I need to configure a VCS cluster for SQL Server in a VMware virtualization environment, intending to use VMwareDisks Agent and deploy it in a non-shared storage environment. However, I noticed in the documentation that it states, "Non-shared disks partitioned using GUID Partition Table (GPT) are not supported. Currently only Master Boot Record (MBR) partition is supported." Does this limitation still exist? If GPT partitioning cannot be used, how can we overcome the 2TB limit imposed by MBR partitioning? Given this, does this solution have practical value for most users in current applications? Are there any alternative solutions that you can suggest? Or is there a plan to address this in the next version? Otherwise, I believe there's little practical use for storing with VMwareDisks Agent in this manner.Solvedgang4 months agoLevel 354Views1like5CommentsConfigure two Mount type resources of nfs FStype attribute using the same share
Hello: I am configuring a new Service Group in a VCS cluster. In this SG I have to add two Mount resources which represents two filesystems that are mounted from a NAS filler. The singular condition is that in the NAS, there is a share that will be mounted in two different mount points. These are the share and the two mount points: NAS-FIller:/path/of/share /mount1 NAS-Filler:/path/of/share /mount2 I have tested manually (mount -t nfs NAS-Filler:/path/of/share /mount1 and mount -t nfs NAS-Filler:/path/of/share /mount2) and it worked, but when I configure the two "Mount" type resources, and try to bing the SG online, the cluster only bring online the first mount, giving the following error in the second one: VCS ERROR V-16-10011-4078 Mount:P_BI_CARGA_FS:online:Block device NAS-Filler:/path/of/share is mounted on a different mount point /mount1 The block device attribute is the same in both resources. Thanks for your help Receive my best regards oolmedooolmedo7 months agoLevel 4250Views0likes0Commentsorder
Hi, inhttps://sort.veritas.com/public/documents/sf/5.0MP3/linux/html/vcs_notes/ch01s12s01s05.htmis writtenrepeat steps3to7on each of those nodes. I think better is 3 to 8. I mean after i apply patch on first node and reboot i switch back the service on node 1-then i take node 2. True?lelunicu7 months agoLevel 3408Views0likes3Commentskey registration and reservation
Hi, Let`s say we have 2 vcs nodes with fencing. hastop -local will leave the application running.The key registration and reservation on each disk in DG that was imported when vcs was started on node are still on the disks? If the service group failover then the key registration and reservation are deleted from disks by fencing driver?lelunicu7 months agoLevel 3617Views0likes0CommentsVerifying that primary and dr clusters replication is synced
Hello, What is a cli command meaning a programmatic way to check that disk/data replication between primary/secondary and DR nodes is up-to-date and synchronized, so it is safe to failover to DR? Thanks in advance.rkarch8 months agoLevel 0495Views0likes2Commentsresource
Hi, group sg_mnicA_bat ( SystemList = { mchp330a = 0, mchp347a = 1 } Parallel = 1 AutoStartList = { mchp330a, mchp347a } ) MultiNICA res_mnicA_bat ( Device @mchp330a = { bge3 = "10.25.75.151", nxge2 = "10.25.75.151" IfconfigTwice = 1 NetMask = "255.255.255.224" ) Phantom res_mnicA_bat_phantom ( ) IPMultiNIC test4 ( MultiNICResName = res_mnicA_bat Address = "10.25.75.145" IfconfigTwice = 1 NetMask = "255.255.255.224" RestartLimit = 2 ) The resource test4 will create the interface bge3:5? If the bge3 fails then the10.25.75.151 failover on nxge2 and10.25.75.145 on nxge2:1? ifconfig -a bge3: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 4 inet 10.25.75.151 netmask ffffffe0 broadcast 10.25.75.159 ether 0:21:28:6c:ab:bd bge3:5: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 4 inet 10.25.75.145 netmask ffffffe0 broadcast 10.25.75.159 nxge2: flags=1000842<BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 7 inet 0.0.0.0 netmask 0 ether 0:21:28:8c:f1:92 /opt/VRTS/bin/hares -display test4 #Resource Attribute System Value res_mnicA_bat Group global sg_mnicA_bat res_mnicA_bat Type global MultiNICA res_mnicA_bat Device mchp330a bge3 10.25.75.151 nxge2 10.25.75.151 Multinic is incompatible with ipmp?lelunicu8 months agoLevel 3352Views0likes0Commentsproxy
Hi, I like to understand in main.cf group ClusterService ( SystemList = { mchp330a = 0, mchp347a = 1 } AutoStartList = { mchp330a, mchp347a } OnlineRetryLimit = 3 OnlineRetryInterval = 120 ) IPMultiNIC res_ipmnic_clusservice_pub ( MultiNICResName = res_mnicA_pub Address = "172.29.36.138" IfconfigTwice = 1 NetMask = "255.255.255.192" ) Proxy res_proxy_clusservice_pub ( TargetSysName @mchp330a = mchp330a TargetSysName @mchp347a = mchp347a TargetResName = res_mnicA_pub ) res_ipmnic_clusservice_pub requires res_proxy_clusservice_pub group sg_mnicA_bat ( SystemList = { mchp330a = 0, mchp347a = 1 } Parallel = 1 AutoStartList = { mchp330a, mchp347a } ) MultiNICA res_mnicA_bat ( Device @mchp330a = { bge3 = "10.25.75.151", nxge2 = "10.25.75.151" } Device @mchp347a = { bge3 = "10.25.75.157", nxge2 = "10.25.75.157" } IfconfigTwice = 1 NetMask = "255.255.255.224" ) Phantom res_mnicA_bat_phantom ( ) Question.Whyres_ipmnic_clusservice_pub requires res_proxy_clusservice_pub because res_ipmnic_clusservice_pub usesMultiNICResName = res_mnicA_pub? IP res_ipnic_race_bak ( Critical = 0 Device = bge1 Address = "10.25.79.90" IfconfigTwice = 1 NetMask = "255.255.255.192" ) IPMultiNIC res_ipmnic_race_bat ( MultiNICResName = res_mnicA_bat Address = "10.25.75.144" IfconfigTwice = 1 NetMask = "255.255.255.224" RestartLimit = 2 ) IPMultiNIC res_ipmnic_race_pub ( MultiNICResName = res_mnicA_pub Address = "172.29.36.155" IfconfigTwice = 1 NetMask = "255.255.255.192" RestartLimit = 2 ) Proxy res_proxy_race_bak ( Critical = 0 TargetSysName @mchp330a = mchp330a TargetResName = res_nic_bak ) Proxy res_proxy_race_bat ( TargetSysName @mchp330a = mchp330a TargetResName = res_mnicA_bat ) Proxy res_proxy_race_pub ( TargetSysName @mchp330a = mchp330a TargetResName = res_mnicA_pub ) res_ipmnic_race_bat requires res_proxy_race_bat res_ipmnic_race_pub requires res_proxy_race_pub res_ipnic_race_bak requires res_proxy_race_bak Question.Whyres_ipmnic_race_bat requires res_proxy_race_bat?lelunicu8 months agoLevel 3328Views0likes0CommentsUnveiling Success: 3 Lessons from History Presentation PS for His FPX 1150 Assessment in Nursing Pap
_In the realm of nursing education, the journey through assessments like His FPX 1150 Assessment can be both challenging and rewarding. As nursing students navigate through the intricacies of academic tasks, such as presentations and papers, they often seek guidance and assistance. This quest has led to the emergence of specialized services aimed at supporting nursing students in their academic endeavors. In this article, we delve into the significance of_ [_HIS FPX 1150 Assessment 2 Historical Analysis_](https://www.writinkservices.com/his-fpx-1150-assessment-2-historical-analysis-ps/) _and draw parallels from historical presentations to unveil invaluable lessons applicable to nursing paper writing services._ _Lesson 1: Precision and Clarity in Communication_ _Effective communication lies at the heart of both historical presentations and nursing paper writing. Just as historical presentations aim to convey complex narratives with precision and clarity, nursing papers require clear articulation of ideas, evidence, and conclusions. Nursing paper writing services must emphasize the importance of concise communication to ensure that the intended message is effectively conveyed to the audience._ _In His FPX 1150 Assessment, students are tasked with presenting their findings and insights in a coherent manner. Similarly, nursing papers demand clarity in conveying medical information, research findings_ [_his fpx 1150 assessment 3 lessons from history presentation ps_](https://www.writinkservices.com/his-fpx-1150-assessment-3-lessons-from-history-presentation-ps/)_, and patient care strategies. By drawing inspiration from historical presentations, nursing paper writing services can underscore the significance of precision in communication to enhance the overall quality of academic submissions._ _Lesson 2: Thorough Research and Analysis_ _Historical presentations often rely on extensive research and critical analysis to uncover hidden truths and provide insightful interpretations. Likewise, nursing paper writing necessitates thorough exploration of relevant literature, empirical studies, and clinical data to support arguments and recommendations. Nursing paper writing services play a pivotal role in guiding students through the process of research and analysis, equipping them with the skills_ [_his fpx 1150 assessment 3 lessons from history presentation ps 2_](https://www.writinkservices.com/his-fpx-1150-assessment-3-lessons-from-history-presentation-ps-2/) _to discern credible sources and extract valuable insights._ _For His FPX 1150 Assessment, students are expected to delve into historical events, analyze primary sources, and synthesize diverse perspectives. Similarly, nursing papers demand a rigorous approach to research, where evidence-based practice serves as the cornerstone of scholarly inquiry. By embracing the principles of thorough research and analysis, nursing paper writing services can empower students to produce academic work of exceptional quality and relevance._ _Lesson 3: Adaptability and Innovation_ _History is replete with examples of transformative events that have shaped societies and institutions_ [_his fpx 1150 assessment 4 living history ps_](https://www.writinkservices.com/his-fpx-1150-assessment-4-living-history-ps/)_. Historical presentations often highlight the importance of adaptability and innovation in responding to changing circumstances and overcoming challenges. In the context of nursing paper writing services, adaptability is crucial for staying abreast of evolving academic standards, technological advancements, and healthcare practices._ _His FPX 1150 Assessment provides students with an opportunity to showcase their adaptability and innovation in presenting historical narratives. Similarly, nursing papers require creative approaches to problem-solving, evidence synthesis, and solution development. Nursing paper writing services_ [_his fpx 1150 assessment 5 history in the movies fact or fiction ps_](https://www.writinkservices.com/his-fpx-1150-assessment-5-history-in-the-movies-fact-or-fiction-ps/) _must foster a culture of adaptability and innovation, encouraging students to explore new methodologies, technologies, and perspectives to enrich their academic work._ _Conclusion:_ _As nursing students embark on their academic journey, assessments like His FPX 1150 present unique challenges that require strategic thinking and meticulous preparation. By drawing insights from historical presentations, nursing paper writing services can offer invaluable guidance and support to students, helping them navigate the complexities of academic writing_ [_mha fpx 5012 assessment 1 attempt 1 organizational analysis_](https://www.writinkservices.com/mha-fpx-5012-assessment-1-attempt-1-organizational-analysis/) _with confidence and competence. Through a focus on precision in communication, thorough research and analysis, and adaptability and innovation, nursing paper writing services can empower students to excel in their academic pursuits and make meaningful contributions to the field of nursing._ethananderson9 months agoLevel 2653Views0likes0Comments