I had the problem you described, but with AIX participants (AIX server, AIX clients).
The problem is that the client machine (that has the nfs mount) tries to access a file that is HSM'd. The "wait" messages that you would see if you tried to access the file from the server are not passed to the client, hence the client doesn't know to wait for the file. All it sees is the stub file, which it knows is not a complete file. It can't get the whole file immediately, so it poops an error to you. If you tried accessing the file again from the client, it would probably work, since HSM has probably had time to recall the file. Anyway, what I did to solve the problem was to make those nfs mounts "hard mounts" (as opposed to a soft mount) on the clients. Not sure how this relates to nfs on a windows client - but a hard mount will continue to try the mount request until the server responds. A soft mount will just return an error if it can't get the file immediately. Of course, you also run the risk of hosing up your client if there is a true problem with the nfs server, the hard mount request will keep trying and will take forever to time out. Check out your nfs documentation for your client, see if there is a similar parameter. M. --- Molly YM Pui <[EMAIL PROTECTED]> wrote: > Dear TSMers, > > Does anyone have experience on using Tivoli Space > Manager with NFS windows > client? I'm facing a problem and seems to be in NFS > Client side. If anyone > have successfully implemented this, appreciate you > can let me know what NFS > client you are using and what specific settings I > need to have. Many > thanks. > > My problem encountered: > When a NFS Client (haven't installed HSM Client) is > trying to access files > that are previously migrated to the tape library, > the files are unaccessible. For instance, when > using MSWord to open a .doc > file, the file would not be opened and the > application hangs. > When checking from the AIX Server end, it indicates > that the file was > retrieved from the tape successfully, > in another words, no error is reported from TSM nor > Tivoli Space Manager. > . > However, if files are retrieved locally from the > server (through NFS > Client also), there is no problem in opening any of > them. > > My environment is like this: > **** Server ***** > Product: TSM Server, TSM API Client, Tivoli Space > Manager > Version: 5.1 > Platform: AIX 5L > . > ***** Client ***** > Platform: Windows 2000 Professionalw/ SP2 > NFS Client Software: (a) InterDrive Client (b) > Omni-NFS-Enterprise v5.1 > . > ***** Other ***** > LTO 3583 Library with one tape drive installed. > 100BaseT Network > > > > > Best Regards, > Molly Pui __________________________________________________ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com
