cancel
Showing results for 
Search instead for 
Did you mean: 

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

Sherry_T
Level 2

 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

1 ACCEPTED SOLUTION

Accepted Solutions

Sherry_T
Level 2

Thanks for your reply. I received information back from Support that the hotfix below is required to resolve the issue.

http://www.symantec.com/business/support/index?page=content&id=TECH74610

View solution in original post

3 REPLIES 3

Gaurav_S
Moderator
Moderator
   VIP    Certified

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

Anoop_Kumar1
Level 5

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.

Sherry_T
Level 2

Thanks for your reply. I received information back from Support that the hotfix below is required to resolve the issue.

http://www.symantec.com/business/support/index?page=content&id=TECH74610