5. Select Exports. From here, you can easily add new exports or remove entries
from the list.
The figure below shows the dialog box for NFS Exports.
Retrieve Network File System Export Entries (QZNFRTVE) API
A second method of finding currently exported items on anAS/400 is using the
Retrieve Network File System Export Entries (QZNFRTVE) API.This programming
interface allows you to retrieve all of the information about one or more exported
entries. Tocall this API from the command line, type:
CALL QZNFRTVE
This will list all of the current exports if you are viewing detailed messages. Hitting
PF1 on an individual export will display the configuration details for that entry. For
more information about the QZNFRTVE API, please refer to the

System API

Reference,

SC41-4801.
UNIX showmount command
A third method involves displaying the exports from a UNIX system on the network.
The Mount daemon provides the service of returning the exports. The following
command issued on TULAB1 shows how to use this service to find the exported
entries on TULAB2:
> showmount -e tulab2
export list for tulab2:
/classes/class1 host1,host2
/engdata/civil (everyone)
Figure 29. The NFS Exports dialog box.
Chapter4. Server Exporting of File Systems 37
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|