Forum Discussion

peteryang73's avatar
12 years ago

VCS system states in the state of ADMIN_WAIT

If you name the cluster name cluster while running VCW, then system states of all VCS nodes are going to the state of ADMIN_WAIT. If you try to start VCS with the "hastart -onenode" command after run...
  • mikebounds's avatar
    12 years ago

    This is because "cluster" is a reserved keyword that you cannot use - see the VCS admin guide:

     

    About VCS keywords and reserved words
     
    The following list includes the current keywords reserved for the VCS
    configuration language. Note they are case-sensitive.
     
    action false keylist remotecluster static
    after firm local requires stop
    ArgListValues global offline resource str
    before group online set system
    boolean Group MonitorOnly Signaled System
    cluster hard Name soft temp
    Cluster heartbeat NameRule start type
    condition HostMonitor Path Start Type
    ConfidenceLevel int Probed state VCShm
    event IState remote State VCShmg
     
    You would think the VCW wizard would prevent you using keywords, so perhaps engineering should enhance this wizard.
     
    Mike