![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||
Solution Type Troubleshooting Sure Solution 1993282.1 : What is the Necessary Configuration to Make Sure DataExport will be Able to Send Files to the Export Server ?
In this Document
Applies to:Oracle Communications Performance Intelligence Center (PIC) Software - Version 6.6.4 and laterTekelec PurposeThis documents explains all that is necessary to properly configure an Export Server to receive files from an IXP server where DataExport is running. Troubleshooting StepsDataExport process on IXP is configured via NSP Datafeed application. In NSP Datafeed, each datafeed has a set of parameters configured by the user to tell where the data is going to be exported: "NFS Remote server", "Remote file system" and "Remote directory"
Let's take a example: The Export Server will have the following IP address: 10.20.30.40 this is the "NFS Remote server" field in Datafeed configuration. The default "Remote File system" on a preconfigured Export Server is usually /es/es_1 (but it can be any other path if configured properly) The "Remote directory" is the folder where you want your csv files to be stored in remote file system. For the example we will call it es_test To summarize the csv files will be transfered via NFS to a mount point 10.20.30.40:/es/es_1 and written into the es_test folder. That means the customer will find the files in /es/es_1/es_test on 10.20.30.40. On the server exporting the data the mount point 10.20.30.40:/es/es_1 is mounted on a subfolder of /usr/TKLC/TKLCdataexport/mount/, in this example it will be /usr/TKLC/TKLCdataexport/mount/10.20.30.40+es+es_1. The NFS share is mounted and unmounted automatically by DataExport process on the servers exporting the data. There is no need to mount it manually. Note that es_test does not need to exist, the DataExport process will create it automatically but the mount point /es/es_1 must already exist on the export server, if it does not then DataExport will not be able to mount the NFS share. Now the export server itself must be configured to accept inbound NFS connections from the server where the DataExport process is running. In order to do that the following conditions must be met:
Getting back to our example: The content of /etc/exports on 10.20.30.40 export server would be the following: /es/es_1 ixp0001-?? (rw,sync,anonuid=-1)
Note that the example is using wild cards to determine the exporter server name: any servers with a name defined in /etc/hosts and starting with ixp0001- will be allowed to open an NFS share to /es/es_1 on 10.20.30.40. /es/es_1 must be owned by cfguser from the cfg group (UID and GID = 2000 ) with a minimum permission level of 750: [root@EXP_SRV /]# ll /es
total 4 drwxr-x--- 2 cfguser cfg 4096 Mar 26 12:14 es_1 References<NOTE:1946291.1> - Dataexport cannot Mount the NFS Shared Directory from Export ServerAttachments This solution has no attachment |
||||||||||||||||
|