It explains the error messages output to console and the /var/adm/messages file when the SCSI reset processing is executed before NetWorker starts.
Message is displayed by the format: “package name: level of message: message number: message“. “FJSVclntw“ is displayed as “package name“. The following is described without the package name.
[Content]
The specified device file was not a character device.
[Corrective action]
Check the device name set to the NetWorker resource.
Check the device file of the tape device.
[Content]
Allocating memory failed.
[Corrective action]
The problem may be due to insufficient system resource. Check the system environment.
"X" is value of errno when the malloc() function is executed.
[Content]
Opening the specified device file failed.
[Corrective action]
Check the condition of the tape device and the device file of the tape device.
"X" is value of errno when the open() system call is executed.
[Content]
Reseting the specified device failed.
[Corrective action]
Check the condition of the tape device, and the device file of the tape device.
"X" is value of errno when the ioctl() system call is executed.