on GDIHQ (our 'db2' lpar), I ran this:
md '/testexport'
edtf '/testexport/test.txt'
....+....1....+....2....+....3....+....4....+
************Beginning of data**************
This is a test
************End of Data********************
STRNFSSVR SERVER(*ALL)
The file was created with
Coded character set ID . . . . . . . . : 37
On MAIL1 (a 'Domino' lpar), I ran this:
md '/gdihqmount'
MOUNT TYPE(*NFS) MFS('gdihq:/testexport') MNTOVRDIR('/gdihqmount')
File system mounted.
dspf '/gdihqmount/test.txt'
But it looked like hieroglyphics to me.
....+....1....+....2....+....3....+....4....
************Beginning of data**************
êëó@ëó@ü@úàóú
%
************End of Data********************
Rob Berendt