Forum Discussion

Zahid_Haseeb's avatar
Zahid_Haseeb
Moderator
12 years ago

VCS ERROR V-16-10001-20565

Environment   OS = SOlaris10 HA/VCS = 6.0 Cluster Nodes = Two Error Jan xx xx:32:27 Sec-Node AgentFramework[437]: [ID 702911 daemon.notice] VCS ERROR V-16-10001-20565 Application:ABC-A...
  • mikebounds's avatar
    12 years ago

    When AMF was introduced in 5.1SP1 it was disabled by default - see extract from SFHA 5.1SP1 Install guide:

     

    AMF configuration files
    /etc/sysconfig/amf 
    AMF_START—Defines the startup behavior for the AMF module
    after a system reboot or when AMF is attempted to start using
    the init script. Valid values include:
    1—Indicates that AMF is enabled to start up.
    0—Indicates that AMF is disabled to start up. (default)
    But in 6.0 it is enabled by default - see extract from SFHA 6.0 Install guide:
     
    AMF configuration files
    /etc/sysconfig/amf
    This file stores the start and stop environment variables for AMF:
    AMF_START—Defines the startup behavior for the AMF module
    after a system reboot or when AMF is attempted to start using
    the init script. Valid values include:
    1—Indicates that AMF is enabled to start up. (default)
    0—Indicates that AMF is disabled to start up.
    To verify if AMF is enabled you could look in /etc/sysconfig/amf or use:
     

     

    haimfconfig -display
     
    If you want to stop this error I guess you need to disable AMF - see VCS admin guide:
    To disable IMF for all IMF-aware agents
    Run the following command:
    haimfconfig -disable
     
    Mike