HP OpenVMS Systemsask the wizard |
The Question is: I've got CMS 4.1-1 and TCPIP ECO 3 installed on my XP900. I want to access CMS libraries that are NFS served by a Unix server. So far, no luck. Does CMS support access to NFS served CMS libraries? The NFS client software works like a champ but seems t o have a problem when it comes to accessing CMS libraries...specifically: PESSCM >> cms set lib [.jeb] %CMS-I-LIBIS, library is PES_DATA:[PESCM.JEB] %CMS-S-LIBSET, library set PESSCM >> cms sh lib Your CMS library list consists of: PES_DATA:[PESCM.JEB] PESSCM >> cms sh hist History of CMS Library PES_DATA:[PESCM.JEB] 18-JUL-2001 09:28:15 PESSCM CREATE LIBRARY PES_DATA:[PESCM.JEB] "test" 18-JUL-2001 09:29:32 PESSCM CREATE ELEMENT XL2IP_AXP.C "test" PESSCM >> cms fetch XL2IP_AXP.C "test" %CMS-F-BADLIB, there is something wrong with your library -CMS-F-ILLCONREC, illegal control record in element file PESSCM >> sh log pes_data "PES_DATA" = "DNFS1:[USERS.PES_DATA.]" (LNM$SYSTEM_TABLE) The Answer is : This is not supported, not recommended, and does not work -- CMS expects the library to reside on local or cluster-served storage. With DECdfs, write-sharing of files is explicitly prohibited and thus CMS access is somewhat restricted but is reliable. With NFS, no such write-sharing prohibition exists, and corruptions can ensue.
|