z/OS Network File System Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Quick reference of AIX and UNIX commands

z/OS Network File System Guide and Reference
SC23-6883-00

The following information is an example of a standard z/OS login and logout procedure for AIX®.
# mvslogin mvshost1 smith
Password required
GFSA973I Enter MVS password: password
GFSA955I smith logged in ok.
# mount mvshost1:"/mvs/smith" /u/smith/mnt
mount: mvshost1:"/mvs/smith"
"/mvs/smith" was attached successfully.
# umount /u/smith/mnt
Unmounting '/u/smith/mnt' ...    successful
# mvslogout mvshost1
UID 200 logged out ok.       

In this example:

Operand
Description
smith
Specifies a z/OS user ID and high level qualifier for MVS data sets.
mvshost1
Specifies the system name of the z/OS host.
/mvs/smith
Specifies the MVS prefix followed by the name of the high -level qualifier of the MVS data sets.
/u/smith/mnt
Specifies the name of the mount point.
GFSAnnnt
Messages starting with GFSA apply towards z/OS NFS requests. These messages are explained in Network File System messages.

You can use the mount command with no parameters specified to list the mount points on your client system.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014