Forum Discussion

Sherry_T's avatar
Sherry_T
Level 2
14 years ago

/opt/VRTSvcs/bin/Application/monitor[130]: RC: not found

 Applications being in an “unknown status”  on the other nodes in the cluster.  The VCS error logged the other nodes do not recognize the the applications because user id's associated with the applications are not recognized  /opt/VRTSvcs/bin/Application/monitor[130]: RC:  not found User "" does not exist.Even though the users exists on all the nodes, the users home directory does not. Workaround

http://www.symantec.com/business/support/index?page=content&id=TECH74832 but still getting error

  • Hi Sherry,

     

    So what is the VCS version you are using ? 

    As mentioned in the tech article, do you have home directory configured in the failover service group ?

    Can you paste the resource defination of application resource from the main.cf file ?

     

    Gaurav

  • Hi,

    Below messages shows that you have not defined User argument.

    /opt/VRTSvcs/bin/Application/monitor[130]: RC:  not found User "" does not exist

     

    type Application (
        static str ContainerType = Zone
        static i18nstr ArgList[] = { User, StartProgram, StopProgram, CleanProgram, MonitorProgram, PidFiles, MonitorProcesses }
        str User
        str StartProgram
        str StopProgram
        str CleanProgram
        str MonitorProgram
        str PidFiles[]
        str MonitorProcesses[]
        str ContainerName
    )

     

    As advised by Gaurav, please share configuration from main.cf.