Management

Click to expand in new window

SNMP Log Message

Component Message Cause
SNMP (Simple Network Management Protocol) EDB Callback: Unit Join: x. A new unit has joined the stack.
Click to expand in new window

EmWeb Log Messages

Component Message Cause
EmWeb EMWEB (Telnet): Max number of Telnet login sessions exceeded A user attempted to connect via Telnet when the maximum number of Telnet sessions were already active.
EmWeb EMWEB (SSH): Max number of SSH login sessions exceeded A user attempted to connect via SSH when the maximum number of SSH sessions were already active.
EmWeb Handle table overflow All the available EmWeb connection handles are being used and the connection could not be made.
EmWeb ConnectionType EmWeb socket accept() failed: errno Socket accept failure for the specified connection type.
EmWeb ewsNetHTTPReceive failure in NetReceiveLoop() - closing connection. Socket receive failure.
EmWeb EmWeb: connection allocation failed Memory allocation failure for the new connection.
EmWeb EMWEB TransmitPending: EWOULDBLOCK error sending data Socket error on send.
EmWeb ewaNetHTTPEnd: internal error - handle not in Handle table EmWeb handle index not valid.
EmWeb ewsNetHTTPReceive:recvBufCnt exceeds MAX_QUEUED_RECV_BUFS! The receive buffer limit has been reached. Bad request or DoS attack.
EmWeb EmWeb accept: XXXX Accept function for new SSH connection failed. XXXX indicates the error info.
Click to expand in new window

CLI_UTIL Log Messages

Component Message Cause
CLI_UTIL Telnet Send Failed errno = 0x%x Failed to send text string to the Telnet client.
CLI_UTIL osapiFsDir failed Failed to obtain the directory information from a volume's directory.
Click to expand in new window

WEB Log Messages

Component Message Cause
WEB Max clients exceeded This message is shown when the maximum allowed java client connections to the switch is exceeded.
WEB Error on send to sockfd XXXX, closing connection Failed to send data to the java clients through the socket.
WEB # (XXXX) Form Submission Failed. No Action Taken. The form submission failed and no action is taken. XXXX indicates the file under consideration.
WEB ewaFormServe_file_download() - WEB Unknown return code from tftp download result Unknown error returned while downloading file using TFTP from web interface.
WEB ewaFormServe_file_upload() - Unknown return code from tftp upload result Unknown error returned while uploading file using TFTP from web interface.
WEB Web UI Screen with unspecified access attempted to be brought up Failed to get application-specific authorization handle provided to EmWeb/Server by the application in ewsAuthRegister(). The specified web page will be served in read-only mode.
Click to expand in new window

CLI_WEB_MGR Log Messages

Component Message Cause
CLI_WEB_MGR File size is greater than 2K The banner file size is greater than 2K bytes.
CLI_WEB_MGR No. of rows greater than allowed maximum of XXXX When the number of rows exceeds the maximum allowed rows.
Click to expand in new window

SSHD Log Messages

Component Message Cause
SSHD SSHD: Unable to create the global (data) semaphore Failed to create semaphore for global data protection.
SSHD SSHD: Msg Queue is full, event = XXXX Failed to send the message to the SSHD message queue as message queue is full. XXXX indicates the event to be sent.
SSHD SSHD: Unknown UI event in message, event = XXXX Failed to dispatch the UI event to the appropriate SSHD function as it‘s an invalid event. XXXX indicates the event to be dispatched.
SSHD sshdApiCnfgrCommand: Failed calling sshdIssueCmd. Failed to send the message to the SSHD message queue.
Click to expand in new window

SSLT Log Messages

Component Message Cause
SSLT SSLT: Exceeded maximum, ssltConnectionTask Exceeded maximum allowed SSLT connections.
SSLT SSLT: Error creating Secure server socket6 Failed to create secure server socket for IPV6.
SSLT SSLT: Can't connect to unsecure server at XXXX, result = YYYY, errno = ZZZZ Failed to open connection to unsecure server. XXXX is the unsecure server socket address. YYYY is the result returned from connect function and ZZZZ is the error code.
SSLT SSLT: Msg Queue is full, event = XXXX Failed to send the received message to the SSLT message queue as message queue is full. XXXX indicates the event to be sent.
SSLT SSLT: Unknown UI event in message, event = XXXX Failed to dispatch the received UI event to the appropriate SSLT function as it‘s an invalid event. XXXX indicates the event to be dispatched.
SSLT ssltApiCnfgrCommand: Failed calling ssltIssueCmd. Failed to send the message to the SSLT message queue.
SSLT SSLT: Error loading certificate from file XXXX Failed while loading the SSLcertificate from specified file. XXXX indicates the file from where the certificate is being read.
SSLT SSLT: Error loading private key from file Failed while loading private key for SSL connection.
SSLT SSLT: Error setting cipher list (no valid ciphers) Failed while setting cipher list.
SSLT SSLT: Could not delete the SSL semaphores Failed to delete SSL semaphores during cleanup of all resources associated with the OpenSSL Locking semaphores.
Click to expand in new window

User_Manager Log Messages

Component Message Cause
User_Manager User Login Failed for XXXX Failed to authenticate user login. XXXX indicates the username to be authenticated.
User_Manager Access level for user XXXX could not be determined. Setting to level 1. Invalid access level specified for the user. The access level is set to level 1. XXXX indicates the username.
User_Manager Could not migrate config file XXXX from version YYYY to ZZZZ. Using defaults. Failed to migrate the config file. XXXX is the config file name. YYYY is the old version number and ZZZZ is the new version number.