[Solaris and Linux versions]
stgxfws start. PID= [PID], NodeName= [NODE]
[Windows, HP-UX, and AIX versions]
stgxfws start. PID= [PID]
Explanation
The communication service has started.
Parameters
PID : Process ID of the communication service
NODE : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System action
Processing proceeds.
System administrator response
No response is required.
[Solaris and Linux versions]
stgxfws end. PID=[PID], NodeName=[NODE]
[Windows, HP-UX, and AIX versions]
stgxfws end. PID=[PID]
Explanation
The communication service has stopped.
Parameters
PID : Process ID of the communication service
NODE : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System action
None.
System administrator response
No response is required.
[Solaris and Linux versions]
stgxfws stop by quick term command. NodeName=[NODE]
[Windows, HP-UX, and AIX versions]
stgxfws stop by quick term command.
Explanation
The communication daemon received an urgent termination command.
Parameters
NODE : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System action
Urgent termination processing is carried out.
System administrator response
No response is required.
[Solaris and Linux versions]
stgxfws stop by normal term command. NodeName=[NODE]
[Windows, HP-UX, and AIX versions]
stgxfws stop by normal term command.
Explanation
The communication daemon has usually received a termination command.
Parameters
NODE : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System action
Usually, termination processing is carried out.
System administrator response
No response is required.
[Solaris and Linux versions]
stgxfws daemon start error. iReturn=[CODE], errno=[ERRNO], NodeName=[NODE]
[Windows, HP-UX, and AIX versions]
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
NODE : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System action
The system stops.
System administrator response
[Solaris and Linux versions]
Remove the cause of the error, and reactivate the communication daemon of the intended transaction. For an explanation on how to activate a communication daemon, refer to "Starting and Stopping Daemons" in the "ETERNUS SF AdvancedCopy Manager Operator's Guide".
[Windows, HP-UX, and AIX versions]
Please remove the cause of the error and perform the transaction again.
[Solaris and Linux versions]
stgxfws dll load error. iReturn=[CODE], NodeName=[NODE]
[Windows, HP-UX, and AIX versions]
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. |
NODE : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System action
The system stops.
System administrator response
Refer to the following manual and collect the information required for troubleshooting, and then contact a Fujitsu systems engineer.
"Collecting maintenance information" in the "ETERNUS SF AdvancedCopy Manager Operator's Guide"
[Solaris and Linux versions]
stgxfws port get error. iReturn=[CODE], errno=[ERRNO], NodeName=[NODE]
[Windows, HP-UX, and AIX versions]
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
NODE : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System action
The system stops.
System administrator response
It is necessary to register the port number of a communication daemon (or a communication service in case of Windows) for a local transaction by both nodes, regardless of the presence of the operation of a local transaction during cluster operation.
[Solaris and Linux versions]
Ensure that the port number of the communication daemon ("stgxfws" for a non-cluster or a local transaction, "stgxfws_logical-node-name" for a cluster transaction) of the erroneous transaction is registered in /etc/services.
[Windows version]
Check that the port number of the communication service (stgxfws) is registered in the "Installation directory"\system32\drivers\etc\services.
[HP-UX version]
Check that the port number of the communication daemon (stgxfws) is registered in /etc/services.
In cluster operation, check that all port numbers of the communication service (stgxfws_logical-node-name) are registered in /etc/services.
[AIX version]
Check that the port number of the communication daemon (stgxfws) is registered in /etc/services.
[Solaris and Linux versions]
stgxfws port zero error. NodeName=[NODE]
[Windows, HP-UX, and AIX versions]
stgxfws port zero error.
Explanation
0 is specified as the port number of the communication daemon.
Parameters
NODE : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System action
The system stops.
System administrator response
[Solaris and Linux versions]
Ensure that the port number of the communication daemon ("stgxfws" for a non-cluster or a local transaction, "stgxfws_logical-node-name" for a cluster transaction) of the erroneous transaction in /etc/services is not 0.
[Windows version]
Check if 0 is registered as the port number of the communication service (stgxfws) in the "Installation directory"\system32\drivers\etc\services.
[HP-UX version]
Check if 0 is registered as the port number of the communication daemon (stgxfws) in /etc/services.
In cluster operation, checkif 0 is registered as port number of the communication service (stgxfws_logical-node-name) in /etc/services.
[AIX version]
Check if 0 is registered as the port number of the communication daemon (stgxfws) in /etc/services.
[Solaris and Linux versions]
stgxfws socket error. iReturn=[CODE], errno=[ERRNO], NodeName=[NODE]
[Windows, HP-UX, and AIX versions]
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
NODE : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System action
The system stops.
System administrator response
[Solaris and Linux versions]
Wait several minutes, and then reactivate the communication daemon of the transaction. For an explanation on how to activate the communication daemon, see the "Starting and Stopping Daemons" in the "ETERNUS SF AdvancedCopy Manager Operator's Guide".
[Windows, HP-UX, and AIX versions]
Wait for a few minutes, and then restart the system.
If the error occurs after the system is restarted several times, refer to the following manual and collect the information required for troubleshooting, and then contact a Fujitsu systems engineer.
"Collecting maintenance information" in the "ETERNUS SF AdvancedCopy Manager Operator's Guide"
[Solaris and Linux versions]
stgxfws select error. iReturn=[CODE],errno=[ERRNO], NodeName=[NODE]
[Windows, HP-UX, and AIX versions]
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
NODE : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System action
The system stops.
System administrator response
Refer to the following manual and collect the information required for troubleshooting, and then contact a Fujitsu systems engineer.
"Collecting maintenance information" in the "ETERNUS SF AdvancedCopy Manager Operator's Guide"
[Solaris and Linux versions]
stgxfws accept error. iReturn=[CODE],errno=[ERRNO], NodeName=[NODE]
[Windows, HP-UX, and AIX versions]
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
NODE : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System action
The system stops.
System administrator response
Refer to the following manual and collect the information required for troubleshooting, and then contact a Fujitsu systems engineer.
"Collecting maintenance information" in the "ETERNUS SF AdvancedCopy Manager Operator's Guide"
[Solaris and Linux versions]
stgxfws unknown fd error. NodeName=[NODE]
[Windows, HP-UX, and AIX versions]
stgxfws unknown fd error.
Explanation
The file descriptor received using the select function of the communication daemon is invalid.
Parameters
NODE : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System action
The system stops.
System administrator response
Refer to the following manual and collect the information required for troubleshooting, and then contact a Fujitsu systems engineer.
"Collecting maintenance information" in the "ETERNUS SF AdvancedCopy Manager Operator's Guide"
[Solaris and Linux versions]
stgxfws child process fork error. errno=[ERRNO], NodeName=[NODE]
[Windows, HP-UX, and AIX versions]
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 : The error number of a fork function
NODE : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System action
Wait for the next request from the client.
System administrator response
Refer to the following manual and collect the information required for troubleshooting, and then contact a Fujitsu systems engineer.
"Collecting maintenance information" in the "ETERNUS SF AdvancedCopy Manager Operator's Guide"
[Solaris and Linux versions]
stgxfws root user error. NodeName=[NODE]
[Windows version]
stgxfws Administrator user error.
[HP-UX and AIX versions]
stgxfw root user error.
Explanation
[Solaris, Linux, HP-UX, and AIX versions]
The communication daemon was activated by a user other than the root user.
[Windows version]
The communication service was activated by a user other than Administrators group of member.
Parameters
NODE : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System action
The system stops.
System administrator response
[Solaris and Linux versions]
A user with root authority can activate the communication daemon. For an explanation on how to activate the communication daemon, refer to the "Starting and Stopping Daemons" in the "ETERNUS SF AdvancedCopy Manager Operator's Guide".
[Windows version]
Ensure that the system is activated by an Administrator's group member.
[HP-UX and AIX versions]
Ensure that the system is activated by a root user.
[Solaris and Linux versions]
stgxfws type get error. iReturn=[CODE],errno=[ERRNO], NodeName=[NODE]
[Windows, HP-UX, and AIX versions]
stgxfws type get error. iReturn=[CODE],errno=[ERRNO]
Explanation
The Storage server type could not be obtained.
Parameters
CODE : Internal code
ERRNO : Internal code
NODE : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System action
The system stops.
System administrator response
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 the following manual and collect the information required for troubleshooting, and then contact a Fujitsu systems engineer.
"Collecting maintenance information" in the "ETERNUS SF AdvancedCopy Manager Operator's Guide"
[Solaris and Linux versions]
stgxfws system info get error. iReturn=[CODE], errno=[ERRNO], NodeName=[NODE]
[Windows, HP-UX, and AIX versions]
stgxfws system info get error. iReturn=[CODE], errno=[ERRNO]
Explanation
Acquisition of system information caused an error.
Parameters
CODE : Internal code
ERRNO : Internal code
NODE : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System action
The system stops.
System administrator response
Refer to the following manual and collect the information required for troubleshooting, and then contact a Fujitsu systems engineer.
"Collecting maintenance information" in the "ETERNUS SF AdvancedCopy Manager Operator's Guide"
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 action
The system interrupts processing.
System administrator response
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
[Windows version]
An error occurred during execution of the beginthread function of the communication service.
Parameters
ERRNO : Internal code
System action
The system interrupts processing.
System administrator response
Refer to the following manual and collect the information required for troubleshooting, and then contact a Fujitsu systems engineer.
"Collecting maintenance information" in the "ETERNUS SF AdvancedCopy Manager Operator's Guide"
stgxfws AdvancedCopy COM Service error. errno=[ERRNO]
Explanation
[Windows version]
An error occurred during execution of the SetServiceStatus function of the communication service.
Parameters
ERRNO : Internal code
System action
The system interrupts processing.
System administrator response
Refer to "Starting and Stopping a Services" in the "ETERNUS SF AdvancedCopy Manager Operator's Guide (for Windows)" and restart the applicable service (AdvancedCopy Manager COM service).
If this fails to solve the problem, refer to the following manual and collect the information required for troubleshooting, and then contact a Fujitsu systems engineer.
"Collecting maintenance information" in the "ETERNUS SF AdvancedCopy Manager Operator's Guide"
stgxfws RegisterServiceCtrlHandler error. errno=[ERRNO]
Explanation
[Windows version]
An error occurred during execution of the RegisterServiceCtrlHandler function of the communication service.
Parameters
ERRNO : Internal code
System action
The system interrupts processing.
System administrator response
Refer to "Starting and Stopping a Services" in the "ETERNUS SF AdvancedCopy Manager Operator's Guide (for Windows)" and restart the applicable service (AdvancedCopy Manager COM service).
If this fails to solve the problem, refer to the following manual and collect the information required for troubleshooting, and then contact a Fujitsu systems engineer.
"Collecting maintenance information" in the "ETERNUS SF AdvancedCopy Manager Operator's Guide"
stgxfws StartServiceCtrlDispatcher failed. errno=[ERRNO]
Explanation
[Windows version]
An error occurred during execution of the StartServiceCtrlDispatcher function of the communication service.
Parameters
ERRNO : Internal code
System action
The system interrupts processing.
System administrator response
Refer to "Starting and Stopping a Services" in the "ETERNUS SF AdvancedCopy Manager Operator's Guide (for Windows)" and restart the applicable service (AdvancedCopy Manager COM service).
If this fails to solve the problem, refer to the following manual and collect the information required for troubleshooting, and then contact a Fujitsu systems engineer.
"Collecting maintenance information" in the "ETERNUS SF AdvancedCopy Manager Operator's Guide"
[Solaris and Linux versions]
stgxfws child process error. child PID=[PID], status=[STATUS], code=[CODE], NodeName=[NODE]
[Windows version]
stgxfws thread error. thread ID=[TID], exitcode=[CODE]
[HP-UX and AIX versions]
stgxfws child process error. child PID=[PID], status=[STATUS]
Explanation
The processing was terminated due to an error.
Parameters
[Solaris and Linux versions]
PID : Process ID of the request terminated by the error
STATUS : Status information
CODE : Return code from processing
NODE : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
[Windows version]
TID : Thread id that was terminated by the error
CODE : State of the end of the thread
[HP-UX and AIX versions]
PID : Process ID of the request terminated by the error
STATUS : Status information
System action
Processing requested by a client is aborted.
System administrator response
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 the following manual and collect the information required for troubleshooting, and then contact a Fujitsu systems engineer.
"Collecting maintenance information" in the "ETERNUS SF AdvancedCopy Manager Operator's Guide"
[Solaris and Linux versions]
stgxfws child process abnormal end. child PID=[PID], status=[STATUS], signal=[SIGNO], NodeName=[NODE]
[Windows version]
stgxfws thread abnormal end. thread ID=[TID], exitcode=[CODE]
[HP-UX and AIX versions]
stgxfws child process abnormal end. child PID=[PID], status=[STATUS], signal=[SIGNO]
Explanation
The processing is terminated abnormally.
Parameters
[Solaris and Linux versions]
PID : Process ID of the request that terminated abnormally
STATUS : Status information
SIGNO : Signal information
NODE : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
[Windows version]
TID : Thread id that was terminated by the error
CODE : State of the end of the thread
[HP-UX and AIX versions]
PID : Process ID of the request that terminated abnormally
STATUS : Status information
SIGNO : Signal information
System action
Processing requested by a client is aborted.
System administrator response
Refer to the following manual and collect the information required for troubleshooting, and then contact a Fujitsu systems engineer.
"Collecting maintenance information" in the "ETERNUS SF AdvancedCopy Manager Operator's Guide"
[Solaris and Linux versions]
stgxfws child process stop by term command. pid=[PID], NodeName=[NODE]
[Windows, HP-UX, and AIX versions]
stgxfws child process stop by term command. pid=[PID]
Explanation
The forced-termination command was received during the demand processing from a client.
Parameters
PID : Process ID
NODE : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System action
The processing from a client is interrupted.
System administrator response
No response is required.
[Solaris and Linux versions]
stgxfw_rpcproc, input pipe open error. NodeName=[NODE]
[Windows, HP-UX, and AIX versions]
stgxfw_rpcproc, input pipe open error.
Explanation
A pipe error occurred during processing.
Parameters
NODE : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System action
The request is aborted.
System administrator response
Refer to the following manual and collect the information required for troubleshooting, and then contact a Fujitsu systems engineer.
"Collecting maintenance information" in the "ETERNUS SF AdvancedCopy Manager Operator's Guide"
[Solaris and Linux versions]
child processs fork error. NodeName=[NODE]
[Windows version]
stgxfw_rpcproc, SecurityDescriptor error.
[HP-UX and AIX versions]
child processs fork error
Explanation
The processing failed to start.
Parameters
NODE : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System action
The request is aborted.
System administrator response
Refer to the following manual and collect the information required for troubleshooting, and then contact a Fujitsu systems engineer.
"Collecting maintenance information" in the "ETERNUS SF AdvancedCopy Manager Operator's Guide"
[Solaris and Linux versions]
stgxfw_rpcproc, Command Exec Error. NodeName=[NODE]
[Windows version]
stgxfw_rpcproc, CreateProcess Error.
[HP-UX and AIX versions]
stgxfw_rpcproc, Command Exec Error.
Explanation
The processing could not be executed.
Parameters
NODE : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System action
The request is aborted.
System administrator response
Refer to the following manual and collect the information required for troubleshooting, and then contact a Fujitsu systems engineer.
"Collecting maintenance information" in the "ETERNUS SF AdvancedCopy Manager Operator's Guide"
[Solaris and Linux versions]
child process standard output read error. NodeName=[NODE]
[Windows, HP-UX, and AIX versions]
child process standard output read error.
Explanation
An error occurred during the reading of the result data.
Parameters
NODE : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System action
The request is aborted.
System administrator response
Refer to the following manual and collect the information required for troubleshooting, and then contact a Fujitsu systems engineer.
"Collecting maintenance information" in the "ETERNUS SF AdvancedCopy Manager Operator's Guide"
[Solaris and Linux versions]
stgxfwbs_mstack routine error. [CODE], NodeName=[NODE]
[Windows, HP-UX, and AIX versions]
stgxfwbs_mstack routine error. [CODE]
Explanation
An internal error occurred.
Parameters
CODE : Internal code
NODE : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System action
The request is aborted.
System administrator response
Refer to the following manual and collect the information required for troubleshooting, and then contact a Fujitsu systems engineer.
"Collecting maintenance information" in the "ETERNUS SF AdvancedCopy Manager Operator's Guide"
[Solaris and Linux versions]
256 over command argment. [NUMBER], NodeName=[NODE]
[Windows version]
260bytes over command line.
[HP-UX and AIX versions]
256 over command argment. [NUMBER]
Explanation
The parameter of a demand exceeded the number of limits.
Parameters
NUMBER : The number of parameters
NODE : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System action
A demand is interrupted.
System administrator response
Refer to the following manual and collect the information required for troubleshooting, and then contact a Fujitsu systems engineer.
"Collecting maintenance information" in the "ETERNUS SF AdvancedCopy Manager Operator's Guide"
[Solaris and Linux versions]
stgxfw_rpcproc, error pipe open error. NodeName=[NODE]
[Windows, HP-UX, and AIX versions]
stgxfw_rpcproc, error pipe open error.
Explanation
A pipe error occurred during processing.
Parameters
NODE : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System action
The request is aborted.
System administrator response
Refer to the following manual and collect the information required for troubleshooting, and then contact a Fujitsu systems engineer.
"Collecting maintenance information" in the "ETERNUS SF AdvancedCopy Manager Operator's Guide"
[Solaris and Linux versions]
stgxfw_rpcproc, no command. [COMMAND], NodeName=[NODE]
[Windows, HP-UX, and AIX versions]
stgxfw_rpcproc, no command. [COMMAND]
Explanation
There is no demand to a processing process.
Parameters
COMMAND : Command name
NODE : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System action
A demand is interrupted.
System administrator response
Refer to the following manual and collect the information required for troubleshooting, and then contact a Fujitsu systems engineer.
"Collecting maintenance information" in the "ETERNUS SF AdvancedCopy Manager Operator's Guide"
[Solaris and Linux versions]
stgxfw_rpcproc, waitpid error. errno=[ERRNO], NodeName=[NODE]
[Windows version]
stgxfw_rpcproc, child process wait error. errno=[ERRNO]
[HP-UX and AIX versions]
stgxfw_rpcproc, waitpid error. errno=[ERRNO]
Explanation
An internal inconsistency occurred in processing.
Parameters
ERRNO : Internal code
NODE : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System action
The request is aborted.
System administrator response
Refer to the following manual and collect the information required for troubleshooting, and then contact a Fujitsu systems engineer.
"Collecting maintenance information" in the "ETERNUS SF AdvancedCopy Manager Operator's Guide"
[Solaris and Linux versions]
stgxfw_rpcproc, child process abnormal end. WTERMSIG rtncd=[STATUS], NodeName=[NODE]
[Windows version]
stgxfw_rpcproc, child process abnormal end. Process Terminated exitcode=[CODE]
[HP-UX and AIX versions]
stgxfw_rpcproc, child process abnormal end. WTERMSIG rtncd=[STATUS]
Explanation
The command terminated abnormally.
Parameters
STATUS : Status information
CODE : State of end of processing process
NODE : Logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System action
Processing continues.
System administrator response
Refer to the following manual and collect the information required for troubleshooting, and then contact a Fujitsu systems engineer.
"Collecting maintenance information" in the "ETERNUS SF AdvancedCopy Manager Operator's Guide"
Note
This message may appear if the processing is canceled while device information is being obtained or displayed. In this case, it is not necessary to contact a Fujitsu systems engineer.
[Solaris and Linux versions]
stgxfw_rpcproc, LANG could not be set properly. LANG=[LANG], NodeName=[NODE]
[Windows, HP-UX, and AIX versions]
stgxfw_rpcproc, LANG could not be set properly. LANG=[LANG]
Explanation
LANG has not been set up correctly.
Parameters
LANG : The code of a Storage Management Server
NODE : logical node name (In a non-cluster environment or a local transaction during cluster operation, "Local-service" is displayed.)
System action
The system terminates the processing
System administrator response
Please set up machine environment to be able to operate in the code of a Storage 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 response] of stgxfws0101.