VCS Oracle Concurrent Manager agent to manage Output Post processor
Tech/Assist findings:
Oracle e-Business Concurrent Manager supports only the following types concurrent managers.
- Marketing Data Mining Manager
- Transportation Manager
- Session History Cleanup
- UWQ Worklist Items Release for Crashed session
- Collections Manager
- OAM Metrics Collection Manager
- Contracts Core Concurrent Manager
- Standard Manager
- WMS Task Archiving Manager
- Oracle Provisioning Manager
The reason being Is the base processes for a concurrent manager FNDLIBR and FNDSM In Veritas HA Agent Oracle e-Business Concurrent Manager only manages the above types of concurrent manager and not Output post processor. The VCS Agent for Oracle e-Business Concurrent manger is not specific to any particular module/manager. Its uses the oracle provided script “adcmctl.sh” to start/stop/detail-monitor the concurrent managers. For process monitoring the agent uses the ProcMon agent attribute. This attribute takes the ShortName of concurrent manager to be monitored.
For Output post processor CM, the ProcMon agent attribute should contain “FNDCPOPP” along with others. $ more OracleAppsCMTypes51.cf
type OracleAppsCM (
static str AgentDirectory = "/opt/VRTSagents/ha/bin/OracleAppsCM"
static str AgentFile = "/opt/VRTSvcs/bin/Script50Agent"
static str EPPriority = "%-1"
static str EPClass = "%-1"
static str OnlinePriority = "%-1"
static str OnlineClass = "%-1"
static int OfflineTimeout = 600
static str ArgList[] = { ResLogLevel, State, IState, User, OracleHome, ScriptHome, SQLDIR, EnvFile, DB_USER, DB_Password, VirtualHostname, SecondLevelMonitor, MonitorProgram, ProcMon, ProcClean }
static int ContainerOpts{} = { RunInContainer=1, PassCInfo=0 }
static boolean AEPTimeout = 1
str ResLogLevel = INFO
str User
str OracleHome
str ScriptHome
str SQLDIR
str EnvFile
str DB_USER
str DB_Password
str VirtualHostname
int SecondLevelMonitor
str MonitorProgram
str ProcMon[] = { FNDLIBR, FNDSM } <<<<<<< " the ProcMon agent attribute should contain “FNDCPOPP” along with others. "
str ProcClean[]Comment from other case: For Output post processor CM, the ProcMon agent attribute should contain “FNDCPOPP” along with others. So it looks like as delivered, the agent does not suport OPP.
Please assist to get OPP to work in VCS with Oracle Concurrent Manager agents.
Thank you.
Comments
The OracleAppsCM does monitor
The OracleAppsCM does monitor the processes given in the ProcMon attribute. You can register FNDCPOPP process to be monitored along with other processes.
If this question is about virtualizing the OPP, Symantec is providing this enhancement as part of the AgentPack 3Q2011 release.
Actually FNDCPOPP process
Actually FNDCPOPP process does not stay online through out. So you may not want it to be monitored if doesn't stay running all the time.
Would you like to reply?
Login or Register to post your comment.