Top
PRIMECLUSTER Wizard for NetWorker 4.2 Configuration and AdministrationGuide

6.3 Error Messages of the SCSI reset

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.

ERROR: 4401: Device-file-name (DEVICE) is a mode of the unsupport.

[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.

ERROR: 4402: Memory allocation failed. errno=X

[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.

ERROR: 4403: Device (DEVICE) open failed. errno=X

[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.

ERROR: 4404: Device (DEVICE) reset failed. errno=X

[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.