Chapter 2 Message List
14

iSM01105: File access failed. file=<aaa...a>

func=<bbb...b> errno=<ccc>

detail=<dd-eee>

[Classification] NOTICE
[Explanation] It shows that an error has occurred in accessing the file indicated with aaa...a.
In this message case, the environment of environment definition file
(/etc/iSMsvr/iSMsvr.conf) or control file (files under /opt/iSMsvr/etc.) may be in
an incorrect status.
aaa...a : File path name
bbb...b : File system function name
ccc : Error number
dd-eee : Detail code (This code is not disorder reason but a value for
maintenance.)
[Measures] Resolve the problem by checking the file path name, function name and error
number, and restart the iSM server.

iSM01106: System call error occurred.

process=<aaa...a> func=<bbb...b>

errno=<ccc> detail=<dd-eee>

[Classification] NOTICE
[Explanation] It shows that an error has occurred in the system function except the access of
socket/file.
The following hindrance is likely as an example.
y In case of syslog:
The shared memory has been deleted incorrectly with the ipcrm command.
(Access error of shared memory)
y In case of operation log:
System overloading occurred by requests of iSM server. Some resources
have been lost.
aaa...a : Process name
bbb...b : System function name
ccc : Error number
dd-eee : Detail code (This code is not disorder reason but a value for
maintenance.)
[Measures] Check the function name and error number to take measures, and restart the iSM
server if necessary.