Greetings! We're attempting to mount and read some zLinux directories to our primary zVM 5.3 image, and we're getting some odd results.
When we mount: OPENVM MOUNT /../nfs:this/andthis/that/ /vmbfs:vm3:vm3bfs/myself/ And then OPENVM LISTFILE (without parms) we get an expected list of subdirectories. When we mount the same directories with additional subdirectories: OPENVM MOUNT /..nfs:this/andthis/that/andthat/theother/ /vmbfs:vm3:vm3bfs/myself/ And then OPENVM LISTFILE, we get: DMSOVK2134E Return code 157 and reason code 2137 (X'859') given on call t o BPX1RDD BPX1RDD is a CSL routine. Checking on the Callable Services reference we find: 2137 0859 JRBindAliasUnsupported: Alias Information has been detected while building either a standard or extended format CMS module on a CMS minidisk. Alias information is not supported in this environment. Action: Remove ALIAS statements from the CMS Binder input commands and statements. Then retry the CMS BIND operation. Are symbolic links/aliases getting in our way here? Why does BPX1RDD see m to be trying to execute a BIND? Or are we somehow being misdirected in our analysis? Thanks for any insight!
