After a reboot, a node in a VERITAS Cluster Server (VCS) environment is in an ADMIN_WAIT state or in a STALE_ADMIN_WAIT state
--------------------------------------------------------------------------------
Details:
Below are descriptions of the states that a Cluster Server node could end up in after a reboot as seen from the following command:
# hastatus
attempting to connect....connected
group resource system message
--------------- -------------------- --------------- --------------------
sptsunvcs3 STALE ADMIN WAIT: all system stale
sptsunvcs4 STALE ADMIN WAIT: all system stale
ADMIN_WAIT state:
If VCS is started on a system with a valid configuration file, and if other systems are in the ADMIN_WAIT state, the new system transitions to the ADMIN_WAIT state.
INITING===>CURRENT_DISCOVER_WAIT===>ADMIN_WAIT
If VCS is started on a system with a stale configuration file, and if other systems are in the ADMIN_WAIT state, the new system transitions to the ADMIN_WAIT state.
INITING===>STALE_DISCOVER_WAIT===>ADMIN_WAIT
STALE_ADMIN_WAIT state:
If VERITAS Cluster Server is started on a system with a stale configuration file, and if all other systems are in STALE_ADMIN_WAIT state, the system transitions to the STALE_ADMIN_WAIT state as shown below. A system stays in this state until another system with a valid configuration file is started, or when the command hasys -force is issued.
INITING===>STALE_DISCOVER_WAIT===>STALE_ADMIN_WAIT
Resolution:
If all systems are in STALE_ADMIN_WAIT or ADMIN_WAIT, first validate the configuration file (/etc/VRTSvcs/conf/config/main.cf) on all systems in the cluster by running the 'hacf -verify .' command for syntax error check (ensure that this command is run in the directory containing the main.cf file), and reviewing its contents for proper resource and service group definitions.
Then enter the following command on the system with the correct configuration file to force start VCS.
#hasys -forcesystem_name
This will have the effect of starting Cluster Server on that node and starting Cluster Server running on all other nodes in the ADMIN_WAIT or STALE_ADMIN_WAIT state.
One of the most common causes of a node being in one of these states is the existence of/etc/VRTSvcs/conf/config/.stale. This file is typically left behind if Cluster Server is stopped while the configuration is still open, i.e. someone has forgotten to save changes made to a running main.cf configuration. The .stale file is deleted automatically if changes are correctly saved and will therefore not force the relevant node into an ADMIN state when it next has to restart Cluster Server. As indicated earlier, the file can be safely removed if the main.cf file is known to be ok.
分享到:
相关推荐
1. 理解mcdf_root_test::gen_stop_callback()和 mcdf_root_test::run_stop_callback()的作用。 2. 按照实验代码中的要求,实现测试用例mcdf_burst_test,并 且在波形中检查三个通道的激励是否按照符合BURST发送要求...
"VCS_User_Guide.pdf" VCS用户手册是 Synopsis 公司出品的一份重要的用户指南,旨在帮助用户更好地使用VCS(Verification Continuum)工具,实现IC设计的自动化验证。该手册涵盖了VCS的使用指南、功能特点、配置...
VCS(Virtual Cluster System)是一种集群管理软件,用于在分布式计算环境中实现高可用性和负载均衡。SCL(Software Configuration Library)则是VCS中的一部分,它包含了安装和配置VCS所需的软件组件。在这个“vcs_...
VCS,全称为Verilog Compiler and Simulator,是Synopsys公司推出的一款强大的硬件描述语言(HDL)编译器和仿真器。它被广泛应用于集成电路设计的验证阶段,帮助工程师们在芯片制造前验证设计的功能正确性。VCS在...
标题中的“PLI.rar_VCS_VCS pli_fpga v_pli”暗示了这是一个关于VCS(Verilog Comprehensive Simulator)的编程接口PLI(Programmable Logic Interface)的示例,用于FPGA(Field-Programmable Gate Array)设计。...
《深入解析RISC-V CPU设计:基于E200核心的Verilog FPGA实现与VCS仿真》 在当今计算机科学领域,RISC-V架构作为开放源码的指令集架构(ISA),正在逐步挑战传统的封闭式架构,如ARM。E200是RISC-V家族中的一个经典...
《VCS运行时性能分析器演示》 在IT领域,版本控制系统(Version Control System,VCS)是不可或缺的工具,它用于跟踪代码的修改历史,便于团队协作和项目管理。而"VCS_Runtime_Profiler_Demo"这个压缩包提供了一个...
### Veritas Cluster Server (VCS) 6.0.1 管理指南知识点解析 #### 一、Veritas Cluster Server 概述 Veritas Cluster Server(简称 VCS)是一款由 Symantec 开发的高可用性和负载均衡解决方案。VCS 6.0.1 版本...
《libvcs:构建VCS抽象层的利器》 在软件开发中,版本控制系统(Version Control System,简称VCS)是不可或缺的工具,它能够帮助开发者跟踪代码的修改历史,协同工作,以及管理项目的不同版本。Python作为一种强大...
入门一文已经向大家介绍了DB2双机的基本原理和配置方法,本文将接续上文,继续介绍DB2的高级需求-大规模并行处理(Massively Parallel Processing, MPP)-环境下,用户如何利用VCS配置双机互备环境。
在IC设计领域,VCS(Verilog Compiler and Simulator)是一款由Synopsys公司提供的强大的硬件描述语言(HDL)编译器和仿真器。它被广泛用于数字集成电路的设计和验证过程,帮助工程师们确保设计的正确性和功能完整性。...
- **事件处理**:利用`wait()`函数来控制进程的执行,根据事件的发生进行相应的操作。 - **接口通信**:通过通道类进行数据交换,如读写操作。 - **构造函数和初始化**:在模块的构造函数中完成资源分配和初始化...
《VCS DVE UCLI入门教程:Synopsys DVE在芯片测试中的应用》 在电子设计自动化(EDA)领域,Synopsys DVE(Design Vision Environment)是一款强大的图形化验证环境,它与VCS(Verilog Compiler System)相结合,为...
【test_vcs代码】是一个关于版本控制系统(Version Control System,VCS)的测试代码集合,旨在提高VCS系统的稳定性和简化环境配置流程。在软件开发过程中,VCS扮演着至关重要的角色,它允许团队成员协作开发,跟踪...
### VCS Cluster Manager 6.0.1 for Linux安装与管理知识详解 #### 知识点一:系统兼容性 **VCS Cluster Manager 6.0.1** 的设计旨在支持广泛的Linux发行版,具体包括但不限于 **RHEL(Red Hat Enterprise Linux)...
VCS,全称为Verilog Compiler for SystemVerilog,是由Synopsys公司开发的一款强大的系统级硬件描述语言(HDL)编译器。它支持SystemVerilog、Verilog、VHDL等多种语言,广泛应用于集成电路设计的验证环境中。VCS...
VCS_for_windows__VVR WINDOWS平台下SYMANTEC的双机VCS配置
标题 "my_2.5.2.rar_VCS DPI_VC_hdrs.c_ncverilog_peacepr1_uvm实例" 暗示这是一个与集成电路设计验证相关的压缩包,具体涉及UVM(Universal Verification Methodology)框架、DPI(Direct Program Interface)、VC_...