We recieved this error running an SFTP batch job on ZOS1.13. We had no idea what caused it and just tried rerunning the job. On the second run it completed successfully. Any idea what causes this problem? Thanks
FOTS1842 PROBLEM RENAMING PRNG SEEDFILE FROM /U/DP1001/.SSH/PRNG_SEED.KQAXBMRW9 TO /U/DP1001/.SSH/PRNG_SEED (EDC5112I RESOURCE TEMPORARILY UNAVAILABLE. (ERRNO2=0X057300A8))
RENAMING PRNG SEEDFILE ERROR
Re: RENAMING PRNG SEEDFILE ERROR
This is an error from IBM Ported Tools OpenSSH - specifically "ssh-rand-helper".
The error indicates that it is trying to rename the cached random seed file and that it is getting a filesystem error:
2) There is some filesystem error (internal error?) that is the root cause - you should open a problem with IBM Ported Tools (which will probably be transfered to zFS) to investigate. Otherwise, this error might affect other components.
The error indicates that it is trying to rename the cached random seed file and that it is getting a filesystem error:
1) If at all possible, you should avoid using ssh-rand-helper... it is very slow, very resource intensive, and not the most secure. If you have a crypto coprocessor, you can enable /dev/random in z/OS Unix and it will greatly improve startup times. See the IBM Ported Tools User's Guide for instructions on enabling /dev/randombpxmtext 057300A8
BPXFSREN 08/21/08
Notice: this is an internal error
JRInvalidVnode: The vnode returned is not valid
2) There is some filesystem error (internal error?) that is the root cause - you should open a problem with IBM Ported Tools (which will probably be transfered to zFS) to investigate. Otherwise, this error might affect other components.