DBFS times,filesizes and contents from tail -f
Hi Exa gurus,
We are running a 4-node Exa Configuration with 2 DBFS filesystems configured:
- one large (initial 2TB max 8TB) for datapump sets and external tables
- one small (32GB) for scripts without o_direct option
The issue is that when files are created on either DBFS mount point from scripts running on different node (for example nohup.out script outputs, or datapump log files), only
the node that runs the scripts can see the current file timestamp and filesize and the data of the log files.
If for example we checkout from other nodes for example by using "tail -f <filelog>" or by simply checking size and timestamp by "ls -l" we see the data and time,size details
We are running a 4-node Exa Configuration with 2 DBFS filesystems configured:
- one large (initial 2TB max 8TB) for datapump sets and external tables
- one small (32GB) for scripts without o_direct option
The issue is that when files are created on either DBFS mount point from scripts running on different node (for example nohup.out script outputs, or datapump log files), only
the node that runs the scripts can see the current file timestamp and filesize and the data of the log files.
If for example we checkout from other nodes for example by using "tail -f <filelog>" or by simply checking size and timestamp by "ls -l" we see the data and time,size details
0