We recently heard reference to a MOUNTIFS command or utility.
Does anyone use this command or know where we can find more info?
Our goal is to create linkage between the IBM i and a Wintel server to transfer spool files converted to PDF on the IBM i. Customers can then view their files via a customer support web site.
Today we transfer using FTP but that is rather cumbersome.
Software/Hardware used:
IBM i; i5/OS 6.1
ASKED:
February 11, 2011 12:34 AM
UPDATED:
February 14, 2011 11:51 PM
you might have mis-heard the terminology of having the Wintel server mount a directory (pointing it) to an IFS Share.
Our goal is to use an AS/400 command such as CPYTOSTMF to copy an object on the IBM i to a folder on a wintel server.
…to copy an object on the IBM i to a folder on a wintel server.
You would simply copy it to /QNTC/servername/sharename/directory/file.name for servers that are in your domain. The FILE host server and NetServer should be running on your IBM i.
If you cannot see the server in the /QNTC path, you may need to mkdir the directory. If you cannot access the share on that server, you may need to switch to a current user that has a matching name and password. In order to match name and password, you may need to create a local user on that server that matches.
There are lots of variations. The NetServer and TCP/IP configurations should complement your Windows domain. Different i5/OS releases, different PTFs, different Windows OS releases… Windows networking can be tricky to keep up with, but I’ve always got it to work by making system tweaks rather than code tweaks.
Tom
Your very first step should simply be to run WRKLNK ‘/QNTC/*’ just to get a base view of stuff that shows up normally.
Tom
Thanks for the tip. The /QNTC/server/folder method worked very nicely!