| Administrator | 
		If I  create directories and mount them from node2 to node1 using NFS.Incase,if node1 is failed,can i be able to view the logs/output of requests that executed on node1? 
 *Yes. (as long as your nfs host is up .. in this case as long as node 2 is up)
 *Alternatively, you can have an external NFS share that is mounted to both of your nodes, this way is better actually.
 
 My concern is,as node 1 is down and if i want to view logs/outputfiles of node1,do we need update the OUTFILE_NODE_NAME and LOGFILE_NODE_NAME columns of the FND_CONCURRENT_REQUESTS table with the surviving shared node name i.e
 
 *Yes.
 
 Ref: Unable to View Output and Log Files From Failed PCP Node (Doc ID 1342773.1)
 |