Do we need shared filesystem to Implement PCP in 12.1.3?
Suppose I want to implement PCP on two nodes node1 and node2. Do we need a Shared APPL_TOP
If yes why do we need it? I see in many blogs which say APPLCSF should be on Shared APPL_TOP
Can we create same directory structure for APPLCSF on both nodes with out sharing for example APPLCSF=/u01/log in node1 and APPLCSF=/u01/log.
Why do we actually need a shared filesystem?