From "UNIX System Services Message & Codes":

Function = execl(), program name = '/bin/login', errno = 157 (X'0000009D'),

157 009D EMVSERR A MVS environmental or internal error has occurred.

reason code = 5B4B000D,

All HFS reason codes are one word (4 bytes) in length. The first byte is the subcomponent ID. For the HFS, this is X'5B'.

The second byte is the module ID.
X'4B'                  GFUGLOOK

The third and fourth bytes are the module-defined reason.
000D       HFS_RSN_Sync_Write_Protect_Error

           The Write_Protect field in the first VDF page on disk
           doesn't match the field that was filled in the HFS file
           system control block at the mount time.

           Probable cause: This is caused by mounting the HFS as R/W
           on another system that is not in the same GRS ring.

           Action:  Contact the system administrator to verify that
           the HFS is not mounted as R/W on another system.

Bob

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to