Useful commands for testing and debugging

Refer to this information if you are looking for commands for debugging and verification on z/OS® or AIX®.

Table 1. Debugging and test commands
Operating system Command
z/OS
  • /D OMVS
  • /F DFSZFS,QUERY,SETTINGS
  • NETSTAT ROUTE
AIX
  • startsrc/stopsrc/lssrc -g nfs
  • startsrc/stopsrc/lssrc -s nfsrgyd
  • startsrc/stopsrc/lssrc -s automountd
  • rpcinfo -p
  • showmount -e <virtual NFS server hostname>

Test:

Check whether the NFSv4 mounted file systems are available.

AIX:
ls -alR /sapmnt/HA2/*
This command lists all files recursively in all directories and subdirectories of mount point /sapmnt/HA2.