Hi! A sympathic colleague of my office comes to me and ask a very simple question : Is ist difficult for a software working on LINUX to go and import Files in an AS400. I said him there are a lot of very good emulators functionning with windows. There are even possibilities of ODBC links with ms-Access. Perhaps someone know a very good tool to simulate unix partitions in an AS400. This tool could perhaps make automatic transferts of files from this 2 environments.
I hope I'm clear enough ?
Software/Hardware used:
as400 linux windows
ASKED:
October 1, 2009 3:27 PM
UPDATED:
October 8, 2009 8:34 PM
It shouldn’t be necessary to “simulate unix partitions”. AS/400s have been mostly POSIX-compliant for quite a few years. (If the AS/400 is so old that it pre-dates that, then we probably can’t help anyway.)
Both NFS server and client functions are available in a default installation of an AS/400. NFS client could be used by the AS/400 to access a share on a remote Unix system. Or the NFS server could be started on the AS/400 and a directory could be shared for access by the Unix system. Either way, automating transfers should start to become obvious from there.
Tom