It looks like you have /usr as a directory, not a symbolic link to /Z21Z/usr/, which seems to be the correct path in this case.
Lucas On Oct 22, 2015 16:13, "Paul Gilmartin" < [email protected]> wrote: > On Thu, 22 Oct 2015 14:07:44 +0000, william janulin wrote: > > >To list; > >I have a websphere directory that I can see when I am in TSO ISH. > However, when I try to point to it in OMVS, I get the following: > >IBM is a registered trademark of the IBM Corp. > > > >IBMUSER:/u/ibmuser: >cd /usr/lpp/zWebsphere/V8R5 > >cd: /usr/lpp/zWebsphere/V8R5: EDC5129I No such file or directory. > >IBMUSER:/u/ibmuser: >cd /usr/lpp/zWebsphere/V8R5/ > >cd: /usr/lpp/zWebsphere/V8R5/: EDC5129I No such file or directory. > >IBMUSER:/u/ibmuser: > > > > >When I try to run stats against the file that is mounted to it, from a > higher level, I get the following: > >WAS850.SBBOZFS 3600000 2139301 1460699 60% > /Z21Z/usr/lpp/zW > >ebSphere/V8R5 > > > >I get the same results when I am in TSO ISH as well. > > > > Possibly. Go after it piecemeal: > > ls -al / > ls -al /usr > ls -al /usr/lpp > ls -al /usr/lpp/zWebsphere > ls -al /usr/lpp/zWebsphere/V8R5 > > Also look for error messages in SYSLOG. > > -- gil > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
