I have an NFS Server task running on LPAR A. 

I export a directory /u/cics/wsbinds.

On LPAR B I can issue a mount for this directory using

MOUNT FILESYSTEM(wsbinds)              + 
      TYPE(NFS)                        + 
      MOUNTPOINT('/u/cics/wsbinds')    + 
      MODE(RDWR)                       + 
      parm('mvssysa:/u/cics/wsbinds') 

 and access the files within.

But I really want this to be automounted on LPAR B.

On LPAR B I have a /u/cics/wsbinds defined. 

I update my u.map file with 

name          cics/wsbinds 
type          NFS 
mode          RDWR 
filesystem    wsbinds 
parm          "mvssysa:/u/cics/wsbinds" 
duration      nolimit 

and restart automount.

No matter what I try I cannot get this to automount. 

Given the MOUNT command works I suspect I have some confusion over the 
u.map definitions but hours of googling haven't resulted in anything 
useful.

TIA 

Alan Field
Technical Engineer Principal
BCBS Minnesota
 


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to