For Solaris, Linux, HP-UX, or AIX environments
stgxfws start. PID=processID, NodeName=nodeName
For Windows environments
stgxfws start. PID=processID
Explanation
The communication service has started.
Parameters
processID : Process ID of the communication service
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
The system continues processing.
System Administrator Corrective Action
No action is required.
For Solaris or Linux environments
stgxfws end. PID=processID, NodeName=nodeName
For Windows, HP-UX, or AIX environments
stgxfws end. PID=processID
Explanation
The communication service has stopped.
Parameters
processID : Process ID of the communication service
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
None.
System Administrator Corrective Action
No action is required.
For Solaris or Linux environments
stgxfws stop by quick term command. NodeName=nodeName
For Windows, HP-UX, or AIX environments
stgxfws stop by quick term command.
Explanation
The communication daemon received an urgent termination command.
Parameters
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
Urgent termination processing is carried out.
System Administrator Corrective Action
No action is required.
For Solaris or Linux environments
stgxfws stop by normal term command. NodeName=nodeName
For Windows, HP-UX, or AIX environments
stgxfws stop by normal term command.
Explanation
The communication daemon has usually received a termination command.
Parameters
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
Usually, termination processing is carried out.
System Administrator Corrective Action
No action is required.
For Solaris or Linux environments
stgxfws daemon start error. iReturn=code, errno=errno, NodeName=nodeName
For Windows, HP-UX, or AIX environments
stgxfws daemon start error. iReturn=code, errno=errno
Explanation
The error occurred at the start of a communication daemon.
Parameters
code : Internal code. The displayed value is as follows.
Displayed Value | Explanation |
---|---|
107 | A fork function error occurred. |
108 | A setsid function error occurred. |
errno : Error number corresponding to the internal code
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
The system stops.
System Administrator Corrective Action
For Solaris or Linux environments
Remove the cause of the error, and reactivate the communication daemon of the intended transaction. Refer to "Starting and Stopping Daemons" in the AdvancedCopy Manager Operation Guide for information on how to activate a communication daemon.
For Windows, HP-UX, or AIX environments
Remove the cause of the error and perform the transaction again.
For Solaris or Linux environments
stgxfws dll load error. iReturn=code, NodeName=nodeName
For Windows, HP-UX, or AIX environments
stgxfws dll load error. iReturn=code
Explanation
The error occurred when loading a communication daemon's library.
Parameters
code : Internal code. The displayed value is as follows.
Displayed Value | Explanation |
---|---|
191 | Opening of a dll file caused an error. |
192 | Reservation of a dll management domain caused an error. |
193 | The error occurred in opening of a definition file. |
194 | The error occurred in reading of a definition file, or a number of definition files, etc. |
195 | Other errors occurred. |
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
The system stops.
System Administrator Corrective Action
Refer to "Collecting Troubleshooting Information" in the AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
For Solaris or Linux environments
stgxfws port get error. iReturn=code, errno=errno, NodeName=nodeName
For Windows, HP-UX, or AIX environments
stgxfws port get error. iReturn=code, errno=errno
Explanation
An error occurred when an attempt was made to obtain the port number of the communication daemon.
Parameters
code : Internal code. The displayed value is as follows.
Displayed Value | Explanation |
---|---|
109 | The port number could not be obtained. |
errno : Error number corresponding to the internal code
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
The system stops.
System Administrator Corrective Action
It is necessary to register the port number of a communication daemon (or a communication service for Windows environments) for a local transaction by both nodes, regardless of the presence of the operation of a local transaction during cluster operation.
For Solaris or Linux environments
Ensure that the port number of the communication daemon ("stgxfws" for a non-cluster or a local transaction, "stgxfws_logicalNodeName" for a cluster transaction) of the erroneous transaction is registered in the "/etc/services" file.
For Windows environments
Check that the port number of the communication service (stgxfws) is registered in the %SystemRoot%\system32\drivers\etc\services file.
For HP-UX environments
Check that the port number of the communication daemon (stgxfws) is registered in the "/etc/services" file.
In cluster operation, check that all port numbers of the communication service (stgxfws_logicalNodeName) are registered in the "/etc/services" file.
For AIX environments
Check that the port number of the communication daemon (stgxfws) is registered in the "/etc/services" file.
For Solaris or Linux environments
stgxfws port zero error. NodeName=nodeName
For Windows, HP-UX, or AIX environments
stgxfws port zero error.
Explanation
0 is specified as the port number of the communication daemon.
Parameters
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
The system stops.
System Administrator Corrective Action
For Solaris or Linux environments
Ensure that the port number of the communication daemon ("stgxfws" for a non-cluster or a local transaction, "stgxfws_logicalNodeName" for a cluster transaction) of the erroneous transaction in the "/etc/services" file is not 0.
For Windows environments
Check if 0 is registered as the port number of the communication service (stgxfws) in the %SystemRoot%\system32\drivers\etc\services.
For HP-UX environments
Check if 0 is registered as the port number of the communication daemon (stgxfws) in the "/etc/services" file.
In cluster operation, check if 0 is registered as port number of the communication service (stgxfws_logicalNodeName) in the "/etc/services" file.
For AIX environments
Check if 0 is registered as the port number of the communication daemon (stgxfws) in the "/etc/services" file.
For Solaris or Linux environments
stgxfws socket error. iReturn=code, errno=errno, NodeName=nodeName
For Windows, HP-UX, or AIX environments
stgxfws socket error. iReturn=code, errno=errno
Explanation
An error occurred when an attempt was made to create a communication environment for the communication daemon.
Parameters
code : Internal code. The displayed value is as follows.
Displayed Value | Explanation |
---|---|
111 | A socket function error occurred. |
113 | A bind function error occurred. |
114 | A listen function error occurred. |
115 | A setsockopt function error occurred. |
errno : Error number corresponding to the internal code
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
The system stops.
System Administrator Corrective Action
For Solaris or Linux environments
Wait several minutes, and then reactivate the communication daemon of the transaction. Refer to "Starting and Stopping Daemons" in the AdvancedCopy Manager Operation Guide for information on how to activate the communication daemon.
For Windows, HP-UX, or AIX environments
Wait for a few minutes, and then restart the system.
If the error occurs after the system is restarted several times, refer to "Collecting Troubleshooting Information" in the AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
For Solaris or Linux environments
stgxfws select error. iReturn=code, errno=errno, NodeName=nodeName
For Windows, HP-UX, or AIX environments
stgxfws select error. iReturn=code, errno=errno
Explanation
An error occurred during the execution of the select function of the communication service or daemon.
Parameters
code : Return code of the select function
errno : Error number of the select function
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
The system stops.
System Administrator Corrective Action
Refer to "Collecting Troubleshooting Information" in the AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
For Solaris or Linux environments
stgxfws accept error. iReturn=code, errno=errno, NodeName=nodeName
For Windows, HP-UX, or AIX environments
stgxfws accept error. iReturn=code, errno=errno
Explanation
An error occurred during execution of the accept function of the communication service.
Parameters
code : Return code of the accept function
errno : Error number of the accept function
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
The system stops.
System Administrator Corrective Action
Refer to "Collecting Troubleshooting Information" in the AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
For Solaris or Linux environments
stgxfws unknown fd error. NodeName=nodeName
For Windows, HP-UX, or AIX environments
stgxfws unknown fd error.
Explanation
The file descriptor received using the select function of the communication daemon is invalid.
Parameters
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
The system stops.
System Administrator Corrective Action
Refer to "Collecting Troubleshooting Information" in the AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
For Solaris or Linux environments
stgxfws child process fork error. errno=errno, NodeName=nodeName
For Windows, HP-UX, or AIX environments
stgxfws child process fork error. errno=errno
Explanation
The error occurred at the time of a child process starting for processing of a communication daemon.
Parameters
errno : Error number of fork function
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
Wait for the next request from the client.
System Administrator Corrective Action
Refer to "Collecting Troubleshooting Information" in the AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
For Solaris or Linux environments
stgxfws root user error. NodeName=nodeName
For Windows environments
stgxfws Administrator user error.
For HP-UX or AIX environments
stgxfws root user error.
Explanation
For Solaris, Linux, HP-UX, or AIX environments
The communication daemon was activated by a user other than the root user.
For Windows environments
The communication service was activated by a user other than Administrators group of member.
Parameters
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
The system stops.
System Administrator Corrective Action
For Solaris or Linux environments
A user with root authority can activate the communication daemon. Refer to "Starting and Stopping Daemons" in the AdvancedCopy Manager Operation Guide for information on how to activate.
For Windows environments
Ensure that the system is activated by an Administrator's group member.
For HP-UX or AIX environments
Ensure that the system is activated by a root user.
For Solaris or Linux environments
stgxfws type get error. iReturn=code, errno=errno, NodeName=nodeName
For Windows, HP-UX, or AIX environments
stgxfws type get error. iReturn=code, errno=errno
Explanation
The Managed Server type could not be obtained.
Parameters
code : Internal code
errno : Internal code
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
The system stops.
System Administrator Corrective Action
If the communication daemon for the transaction was started manually, check the following:
Is the environment variable SWSTGNODE set correctly?
Is the operation being executed at an operating node?
Refer to "Collecting Troubleshooting Information" in the AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
For Solaris or Linux environments
stgxfws system info get error. iReturn=code, errno=errno, NodeName=nodeName
For Windows, HP-UX, or AIX environments
stgxfws system info get error. iReturn=code, errno=errno
Explanation
Acquisition of system information caused an error.
Parameters
code : Internal code
errno : Internal code
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
The system stops.
System Administrator Corrective Action
Refer to "Collecting Troubleshooting Information" in the AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
stgxfws global area get error. iReturn=code
Explanation
Error message could also be clearer that this is a memory shortage problem.
Parameters
code : Internal code
System Response
The system terminates processing.
System Administrator Corrective Action
Perform the following so that a virtual memory area can be allocated, and then re-execute processing.
Increase the size of the paging file.
Terminate other applications.
stgxfws beginthread error. errno=errno
Explanation
An error occurred during execution of the beginthread function of the communication service. (for Windows environments)
Parameters
errno : Internal code
System Response
The system terminates processing.
System Administrator Corrective Action
Refer to "Collecting Troubleshooting Information" in the AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
stgxfws AdvancedCopy COM Service error. errno=errno
Explanation
An error occurred during execution of the SetServiceStatus function of the communication service. (for Windows environments)
Parameters
errno : Internal code
System Response
The system terminates processing.
System Administrator Corrective Action
Refer to "Starting and Stopping Services" in the AdvancedCopy Manager Operation Guide (for Windows) and restart the applicable service (AdvancedCopy Manager COM service).
If you still have a problem, refer to "Collecting Troubleshooting Information" in the AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
stgxfws RegisterServiceCtrlHandler error. errno=errno
Explanation
An error occurred during execution of the RegisterServiceCtrlHandler function of the communication service. (for Windows environments)
Parameters
errno : Internal code
System Response
The system terminates processing.
System Administrator Corrective Action
Refer to "Starting and Stopping Services" in the AdvancedCopy Manager Operation Guide (for Windows) and restart the applicable service (AdvancedCopy Manager COM service).
If you still have a problem, refer to "Collecting Troubleshooting Information" in the AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
stgxfws StartServiceCtrlDispatcher failed. errno=errno
Explanation
For Windows environments
An error occurred during execution of the StartServiceCtrlDispatcher function of the communication service.
Parameters
errno : Internal code
System Response
The system terminates processing.
System Administrator Corrective Action
Refer to "Starting and Stopping Services" in the AdvancedCopy Manager Operation Guide (for Windows) and restart the applicable service (AdvancedCopy Manager COM service).
If you still have a problem, refer to "Collecting Troubleshooting Information" in the AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
stgxfws daemon is becoming ready. PID=processID, NodeName=nodeName
Explanation
The communication daemon can receive the request. (for Solaris, Linux, HP-UX, or AIX environments)
Parameters
processID : Process ID of the communication daemon
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
The system continues processing.
System Administrator Corrective Action
No action is required.
For Solaris or Linux environments
stgxfws child process error. child PID=processID, status=status, code=code, NodeName=nodeName
For Windows environments
stgxfws thread error. thread ID=threadID, exitcode=code
For HP-UX or AIX environments
stgxfws child process error. child PID=processID, status=status
Explanation
The processing was terminated due to an error.
Parameters
For Solaris or Linux environments
processID : Process ID of the request terminated by the error
status : Status information
code : Return code from processing
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
For Windows environments
threadID : ID of the thread that was terminated by the error
code : Termination status of the thread
For HP-UX or AIX environments
processID : Process ID of the request terminated by the error
status : Status information
System Response
Processing requested by a client is aborted.
System Administrator Corrective Action
This message is output when a function such as the port scan function sends a request to the ACM Communication daemon or communication service.
Check whether or not functions are communicating to the ACM communication daemon or service port.
Refer to "Collecting Troubleshooting Information" in the AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
For Solaris or Linux environments
stgxfws child process abnormal end. child PID=processID, status=status, signal=signalNumber, NodeName=nodeName
For Windows environments
stgxfws thread abnormal end. thread ID=threadID, exitcode=code
For HP-UX or AIX environments
stgxfws child process abnormal end. child PID=processID, status=status, signal=signalNumber
Explanation
The processing is terminated abnormally.
Parameters
For Solaris or Linux environments
processID : Process ID of the request that terminated abnormally
status : Status information
signalNumber : Signal information
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
For Windows environments
threadID : ID of the thread that was terminated by the error
code : Termination status of the thread
For HP-UX or AIX environments
processID : Process ID of the request that terminated abnormally
status : Status information
signalNumber : Signal information
System Response
Processing requested by a client is aborted.
System Administrator Corrective Action
Refer to "Collecting Troubleshooting Information" in the AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
For Solaris or Linux environments
stgxfws child process stop by term command. pid=processID, NodeName=nodeName
For Windows, HP-UX, or AIX environments
stgxfws child process stop by term command. pid=processID
Explanation
The forced-termination command was received during the demand processing from a client.
Parameters
processID : Process ID
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
The processing from a client is interrupted.
System Administrator Corrective Action
No action is required.
For Solaris or Linux environments
stgxfw_rpcproc, input pipe open error. NodeName=nodeName
For Windows, HP-UX, or AIX environments
stgxfw_rpcproc, input pipe open error.
Explanation
A pipe error occurred during processing.
Parameters
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
The request is aborted.
System Administrator Corrective Action
Refer to "Collecting Troubleshooting Information" in the AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
For Solaris or Linux environments
child process fork error. NodeName=nodeName
For Windows environments
stgxfw_rpcproc, SecurityDescriptor error.
For HP-UX or AIX environments
child process fork error
Explanation
The processing failed to start.
Parameters
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
The request is aborted.
System Administrator Corrective Action
Refer to "Collecting Troubleshooting Information" in the AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
For Solaris or Linux environments
stgxfw_rpcproc, Command Exec Error. NodeName=nodeName
For Windows environments
stgxfw_rpcproc, CreateProcess Error.
For HP-UX or AIX environments
stgxfw_rpcproc, Command Exec Error.
Explanation
The processing could not be executed.
Parameters
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
The request is aborted.
System Administrator Corrective Action
Refer to "Collecting Troubleshooting Information" in the AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
For Solaris or Linux environments
child process standard output read error. NodeName=nodeName
For Windows, HP-UX, or AIX environments
child process standard output read error.
Explanation
An error occurred during the reading of the result data.
Parameters
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
The request is aborted.
System Administrator Corrective Action
Refer to "Collecting Troubleshooting Information" in the AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
For Solaris or Linux environments
stgxfwbs_mstack routine error. code, NodeName=nodeName
For Windows, HP-UX, or AIX environments
stgxfwbs_mstack routine error. code
Explanation
An internal error occurred.
Parameters
code : Internal code
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
The request is aborted.
System Administrator Corrective Action
Refer to "Collecting Troubleshooting Information" in the AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
For Solaris or Linux environments
256 over command argument. numOfParams, NodeName=nodeName
For Windows environments
260bytes over command line.
For HP-UX or AIX environments
256 over command argument. numOfParams
Explanation
The parameter of a demand exceeded the number of limits.
Parameters
numOfParams : Number of parameters
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
A demand is interrupted.
System Administrator Corrective Action
Refer to "Collecting Troubleshooting Information" in the AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
For Solaris or Linux environments
stgxfw_rpcproc, error pipe open error. NodeName=nodeName
For Windows, HP-UX, or AIX environments
stgxfw_rpcproc, error pipe open error.
Explanation
A pipe error occurred during processing.
Parameters
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
The request is aborted.
System Administrator Corrective Action
Refer to "Collecting Troubleshooting Information" in the AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
For Solaris or Linux environments
stgxfw_rpcproc, no command. commandName, NodeName=nodeName
For Windows, HP-UX, or AIX environments
stgxfw_rpcproc, no command. commandName
Explanation
There is no demand to a processing process.
Parameters
commandName : Command name
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
A demand is interrupted.
System Administrator Corrective Action
Refer to "Collecting Troubleshooting Information" in the AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
For Solaris or Linux environments
stgxfw_rpcproc, waitpid error. errno=errno, NodeName=nodeName
For Windows environments
stgxfw_rpcproc, child process wait error. errno=errno
For HP-UX or AIX environments
stgxfw_rpcproc, waitpid error. errno=errno
Explanation
An internal inconsistency occurred in processing.
Parameters
errno : Internal code
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
The request is aborted.
System Administrator Corrective Action
Refer to "Collecting Troubleshooting Information" in the AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
For Solaris or Linux environments
stgxfw_rpcproc, child process abnormal end. WTERMSIG rtncd=status, NodeName=nodeName
For Windows environments
stgxfw_rpcproc, child process abnormal end. Process Terminated exitcode=code
For HP-UX or AIX environments
stgxfw_rpcproc, child process abnormal end. WTERMSIG rtncd=status
Explanation
The command terminated abnormally.
Parameters
status : Status information
code : Termination status of processing process
nodeName : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
The system continues processing.
System Administrator Corrective Action
Refer to "Collecting Troubleshooting Information" in the AdvancedCopy Manager Operation Guide to collect the information required for troubleshooting and contact Fujitsu Technical Support.
Note
This message may appear if the processing is cancelled while device information is being obtained or displayed. In this case, it is not necessary to contact Fujitsu Technical Support.
For Solaris or Linux environments
stgxfw_rpcproc, LANG could not be set properly. LANG=language, NodeName=nodeName
For Windows, HP-UX, or AIX environments
stgxfw_rpcproc, LANG could not be set properly. LANG=language
Explanation
The LANG has not been set up correctly.
Parameters
language : Code of Management Server
nodeName : logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System Response
The system terminates processing.
System Administrator Corrective Action
Set up machine environment to be able to operate in the code of a Management Server.
Note
The stgxfws0101 message is also output with this message. In this case, it is not necessary to deal with the [System Administrator Corrective Action] of stgxfws0101.