1 Introduction
This instruction concerns alarm handling.
1.1 Alarm Description
The alarm is issued when a Diameter connection has failed.
- Note:
- The alarm is cleared automatically when any of the following
alarms are issued:
- vDicos, Diameter Peer Node Disabled
Alarms for connections to the peer node are cleared and a new alarm is issued for the peer node.
- vDicos, Diameter Own Node Disabled
Alarms for connections (and peer nodes) related to the own node are cleared and a new alarm is issued for the own node.
- vDicos, Diameter Link Disabled
Alarm for this connection is cleared and a new alarm is issued for the connection.
- vDicos, Diameter Peer Node Disabled
The possible alarm causes and fault locations are explained in Table 1.
|
Alarm Cause |
Description |
Fault Reason |
Fault Location |
Impact |
|---|---|---|---|---|
|
Format error of Capabilities Exchange Request (CER)/Capabilities Exchange Answer (CEA) messages |
There is a format error of CER/CEA messages |
The received message has not been coded according to the diameter standard for coding parameters |
Examine the log in /opt/cdclsv/storage/log/lpmsv to determine fault reason |
Missing connection between one or more Diameter peer nodes, which can decrease the throughput of messages between Diameter applications |
|
One or more Attribute-Value Pairs (AVPs) are missing | ||||
|
A vendor-defined mandatory AVP is received and that AVP is not defined in the receiving node | ||||
|
Configuration fault |
The configuration is faulty |
The security configuration is not the same on both sides |
Software configuration | |
|
An application is not installed on both sides | ||||
|
The number of connections is not equal on both sides | ||||
|
Link inactivity |
There is link inactivity |
A connection to a Diameter peer is broken because of link inactivity without response to a watchdog message |
Network interface | |
|
IP network failure |
The IP network is faulty |
IP network failure |
IP network | |
|
Socket failure |
Socket | |||
|
Malformed message |
Network | |||
|
System error |
There is a system error |
No access to the configuration Database Service (DBS) for Diameter |
Software | |
|
Connection failure |
The transport connection setup phase is faulty |
Network configuration fault |
Misconfigured IP addresses or port numbers | |
|
Temporary fault |
Any of the Diameter peer nodes |
The alarm attributes are listed and explained in Table 2.
|
Attribute Name |
Attribute Value |
|---|---|
|
Major Type |
193 |
|
Minor Type |
2250572777 |
|
Managed Object Class |
|
|
Managed Object Instance |
ManagedElement=<node_name>,<ManagedFunction>=<FunctionId>,DIA-CFG-Application=DIA,DIA-CFG-StackContainer=<stackId>,DIA-CFG-PeerNodeContainer=<stackId>,DIA-CFG-NeighbourNode=<hostId>#<stackId>,DIA-CFG-Conn=<stackId>#<hostId>#<connId> |
|
Specific Problem |
vDicos, Diameter Link Failure |
|
Event Type |
communicationsAlarm (2) |
|
Probable Cause |
gsm1211LinkFailure (517) |
|
Additional Text |
Detailed Information: Configuration fault, IRP Cause: 517 Detailed Information: Link inactivity, IRP Cause: 517 Detailed Information: IP network failure, IRP Cause: 517 Detailed Information: Format error of CER/CEA messages, IRP Cause: 517 Detailed Information: System error, IRP Cause: 517 Detailed Information: Connection failure, IRP Cause: 517 |
|
Perceived Severity |
major (4) |
1.2 Prerequisites
This section provides information on the documents, tools, and conditions that apply to the procedure.
1.2.1 Documents
This instruction references the following documents:
- Data Collection Guideline
- vDicos, Diameter Link Disabled
- vDicos, Diameter Own Node Disabled
- vDicos, Diameter Peer Node Disabled
1.2.2 Tools
No tools are required.
1.2.3 Conditions
Before starting this procedure, ensure that the following conditions are met:
- A vDicos, Diameter Link Failure alarm is raised.
- System authorization and authentication have passed successfully.
- Diameter configuration data is correctly defined.
- An Ericsson Command-Line Interface (ECLI) session in Exec mode is in progress.
2 Procedure
This section describes the procedure to follow when this alarm is received.
2.1 Analyzing Alarm
Diameter connections are normally re-established automatically without user intervention. If the node is configured as a connection initiator, the node tries to establish the connection periodically. If the node is configured as a connection acceptor, the node waits for new connection requests from the peer node. Timers are available to control the reestablishment of connections automatically. For more information, refer to attribute tcTimer.
If the Diameter connection is not re-established automatically within a certain time (normally 120 seconds), select action according to alarm attribute Additional Text, as follows:
- If format error of CER/CEA messages, proceed with Section 2.2 Actions for Format Error of CER/CEA Messages.
- If configuration fault, proceed with Section 2.3 Actions for Configuration Fault.
- If link inactivity or IP network failure, proceed with Section 2.4 Actions for Link Inactivity and IP Network Failure.
- If system error, proceed with Section 2.5 Actions for System Error.
- If connection failure, proceed with Section 2.6 Actions for Connection Failure.
2.2 Actions for Format Error of CER/CEA Messages
Do the following:
- Wait for automatic reconnection.
- Navigate to the DIA-CFG-Conn MO
indicated by the alarm, for example:
>dn ManagedElement=NODE06ST,XyzFunction=xyz,DIA-CFG-Application=DIA,DIA-CFG-StackContainer=abc,DIA-CFG-PeerNodeContainer=abc,DIA-CFG-NeighbourNode=node12.ericsson.com\23abc,DIA-CFG-Conn=abc\23node12.ericsson.com\23conn1
- Check the link status for each of the DIA-CFG-Conn MOs,
for example:
(DIA-CFG-Conn=1)>show linkStatus
The following is an example output:
linkStatus=Up
- Is at least one of the connections established for the
peer node?
Yes: Proceed with Step 13.
No: Continue with the next step.
- Navigate to the DIA-CFG-NeighbourNode Managed Object (MO), for example:
>dn ManagedElement=NODE06ST,XyzFunction=xyz,DIA-CFG-Application=DIA,DIA-CFG-StackContainer=abc,DIA-CFG-PeerNodeContainer=abc,DIA-CFG-NeighbourNode=node12.ericsson.com\23abc
- Enter Config mode:
(DIA-CFG-NeighbourNode=node12.ericsson.com\23abc)>configure
- Disable the peer node:
(config-DIA-CFG-NeighbourNode=node12.ericsson.com\23abc)>enabled=false
- Commit the setting:
(config-DIA-CFG-NeighbourNode=node12.ericsson.com\23abc)>commit -s
- Enable the peer node:
(config-DIA-CFG-NeighbourNode=node12.ericsson.com\23abc)>enabled=true
- Commit the setting:
(config-DIA-CFG-NeighbourNode=node12.ericsson.com\23abc)>commit
- Verify the setting:
(DIA-CFG-NeighbourNode=node12.ericsson.com\23abc)>show enabled
enabled=true
- Proceed with Step 23.
- Is
there only one connection that is not established for the peer node?
Yes: Continue with the next step.
No: Proceed with Step 23.
- Navigate to the DIA-CFG-Conn MO,
for example:
>dn ManagedElement=NODE06ST,XyzFunction=xyz,DIA-CFG-Application=DIA,DIA-CFG-StackContainer=abc,DIA-CFG-PeerNodeContainer=abc,DIA-CFG-NeighbourNode=node12.ericsson.com\23abc,DIA-CFG-Conn=abc\23node12.ericsson.com\conn1
- Enter Config mode:
(DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>configure
- Disable the connection:
(config-DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>enabled=false
- Commit the setting:
(config-DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>commit -s
- Enable the connection:
(config-DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>enabled=true
- Commit the setting:
(config-DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>commit
- Verify the setting:
(DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>show enabled
enabled=true
- Check the link status:
(DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>show linkStatus
The following is an example output:
linkStatus=Up
- Is the connection established?
Yes: Continue with the next step.
No: Proceed with Step 24.
- Is the alarm cleared?
Yes: Proceed with Step 26.
No: Continue with the next step.
- Perform data collection, refer to Data Collection Guideline.
- Consult the next level of maintenance support. Further actions are outside the scope of this instruction.
- Job is completed.
2.3 Actions for Configuration Fault
Do the following:
- Wait for automatic reconnection.
- If the number of connections is not equal on both sides, add or delete DIA-CFG-Conn MOs under the appropriate DIA-CFG-NeighbourNode MO to get equal numbers on both sides.
- Navigate to the DIA-CFG-Conn MO,
for example:
>dn ManagedElement=NODE06ST,XyzFunction=xyz,DIA-CFG-Application=DIA,DIA-CFG-StackContainer=abc,DIA-CFG-PeerNodeContainer=abc,DIA-CFG-NeighbourNode=node12.ericsson.com\23abc,DIA-CFG-Conn=abc\23node12.ericsson.com\conn1
- Check the link status for each of the DIA-CFG-Conn MOs, for example:
(DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>show linkStatus
The following is an example output:
linkstatus=Up
- Is at least one of the connections established for the
peer node?
Yes: Proceed with Step 13.
No: Continue with the next step.
- Navigate to the DIA-CFG-NeighbourNode MO, for example:
>dn ManagedElement=NODE06ST,XyzFunction=xyz,DIA-CFG-Application=DIA,DIA-CFG-StackContainer=abc,DIA-CFG-PeerNodeContainer=abc,DIA-CFG-NeighbourNode=node12.ericsson.com\23abc
- Enter Config mode:
(DIA-CFG-NeighbourNode=node12.ericsson.com\23abc)>configure
- Disable the peer node:
(config-DIA-CFG-NeighbourNode=node12.ericsson.com\23abc)>enabled=false
- Commit the setting:
(config-DIA-CFG-NeighbourNode=node12.ericsson.com\23abc)>commit
- Verify the setting:
(DIA-CFG-NeighbourNode=node12.ericsson.com\23abc)>show enabled
enabled=false
- Navigate to the DIA-CFG-Conn MO,
for example:
>DIA-CFG-Conn=abc\23node12.ericsson.com\conn1
- Check the link status:
(DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>show linkStatus
The following is an example output:
linkStatus=Down
- Is
there only one connection that is not established for the peer node?
Yes: Continue with the next step.
No: Proceed with Step 18.
- Enter Config mode:
(DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>configure
- Disable the connection:
(config-DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>enabled=false
- Commit the setting:
(config-DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>commit
- Verify the setting:
(DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>show enabled
enabled=false
- Ensure that both nodes have the same Diameter applications installed and that the Transport Layer Security (TLS) is not required by the other Diameter node. Contact the deployment organization, if necessary.
- Select one of the following actions depending on the configuration fault:
- Navigate to the DIA-CFG-NeighbourNode MO, for example:
>dn ManagedElement=NODE06ST,XyzFunction=xyz,DIA-CFG-Application=DIA,DIA-CFG-StackContainer=abc,DIA-CFG-PeerNodeContainer=abc,DIA-CFG-NeighbourNode=node12.ericsson.com\23abc
- Enter Config mode:
(DIA-CFG-NeighbourNode=node12.ericsson.com\23abc)>configure
- Enable the peer node:
(config-DIA-CFG-NeighbourNode=node12.ericsson.com\23abc)>enabled=true
- Commit the setting:
(config-DIA-CFG-NeighbourNode=node12.ericsson.com\23abc)>commit
- Verify the setting:
(DIA-CFG-NeighbourNode=node12.ericsson.com\23abc)>show enabled
enabled=true
- Navigate to the DIA-CFG-Conn MO:
(DIA-CFG-NeighbourNode=node12.ericsson.com\23abc)>DIA-CFG-Conn=abc\23node12.ericsson.com\conn1
- Proceed with Step 32.
- Navigate to the DIA-CFG-Conn MO,
for example:
>dn ManagedElement=NODE06ST,XyzFunction=xyz,DIA-CFG-Application=DIA,DIA-CFG-StackContainer=abc,DIA-CFG-PeerNodeContainer=abc,DIA-CFG-NeighbourNode=node12.ericsson.com\23abc,DIA-CFG-Conn=abc\23node12.ericsson.com\conn1
- Enter Config mode:
(DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>configure
- Enable the connection:
(config-DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>enabled=true
- Commit the setting:
(config-DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>commit
- Verify the setting:
(DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>show enabled
enabled=true
- Check the link status:
(DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>show linkStatus
linkStatus=Up
- Is the connection
established?
Yes: Proceed with Step 46.
No: Continue with the next step:
- Navigate to the DIA-CFG-Conn MO,
for example:
>dn ManagedElement=NODE06ST,XyzFunction=xyz,DIA-CFG-Application=DIA,DIA-CFG-StackContainer=abc,DIA-CFG-PeerNodeContainer=abc,DIA-CFG-NeighbourNode=node12.ericsson.com\23abc,DIA-CFG-Conn=abc\23node12.ericsson.com\conn1
- Check the value of attribute blockReason:
(DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>show blockReason
The following is an example output:
blockReason=3007(application is unsupported)
- Select action according to the result:
- If 3007(application is unsupported) or 5010(there is no common application), install the needed application.
- If 3010(the peer is unknown), define the peer node.
- If 5012(not enough resources defined), define more connections for the peer node to get equal numbers on both sides.
- Navigate to the DIA-CFG-Conn MO,
for example:
>dn ManagedElement=NODE06ST,XyzFunction=xyz,DIA-CFG-Application=DIA,DIA-CFG-StackContainer=abc,DIA-CFG-PeerNodeContainer=abc,DIA-CFG-NeighbourNode=node12.ericsson.com\23abc,DIA-CFG-Conn=abc\23node12.ericsson.com\conn1
- Enter Config mode:
(DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>configure
- Disable the connection:
(config-DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>enabled=false
- Commit the setting:
(config-DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>commit -s
- Enable the connection:
(config-DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>enabled=true
- Commit the setting:
(config-DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>commit
- Verify the setting:
(DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>show enabled
enabled=true
- Check the link status:
(DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>show linkStatus
The following is an example output:
linkStatus=Up
- Is the connection established?
Yes: Continue with the next step.
No: Proceed with Step 47.
- Is the alarm cleared?
Yes: Proceed with Step 49.
No: Continue with the next step.
- Perform data collection, refer to Data Collection Guideline.
- Consult the next level of maintenance support. Further actions are outside the scope of this instruction.
- Job is completed.
2.4 Actions for Link Inactivity and IP Network Failure
Do the following:
- Check the IP network and that the other Diameter node is operational by contacting the system administrator of the peer node.
- Wait for automatic reconnection.
- Navigate to the DIA-CFG-Conn MO,
for example:
>dn ManagedElement=NODE06ST,XyzFunction=xyz,DIA-CFG-Application=DIA,DIA-CFG-StackContainer=abc,DIA-CFG-PeerNodeContainer=abc,DIA-CFG-NeighbourNode=node12.ericsson.com\23abc,DIA-CFG-Conn=abc\23node12.ericsson.com\conn1
- Check the link status:
(DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>show linkStatus
The following is an example output:
linkStatus=Up
- Is the connection established?
Yes: Proceed with Step 14.
No: Continue with the next step.
- Enter Config mode:
(DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>configure
- Disable the connection:
(config-DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>enabled=false
- Commit the setting:
(config-DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>commit -s
- Enable the connection:
(config-DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>enabled=true
- Commit the setting:
(config-DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>commit
- Verify the setting:
(DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>show enabled
The following is an example output:
enabled=true
- Check the link status:
(DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>show linkStatus
The system returns Up if the connection is established.
- Is the connection established?
Yes: Continue with the next step.
No: Proceed with Step 15.
- Is the alarm cleared?
Yes: Proceed with Step 17.
No: Continue with the next step.
- Perform data collection, refer to Data Collection Guideline.
- Consult the next level of maintenance support. Further actions are outside the scope of this instruction.
- Job is completed.
2.5 Actions for System Error
Do the following:
- Wait for automatic reconnection.
- Navigate to the DIA-CFG-Conn MO,
for example:
>dn ManagedElement=NODE06ST,XyzFunction=xyz,DIA-CFG-Application=DIA,DIA-CFG-StackContainer=abc,DIA-CFG-PeerNodeContainer=abc,DIA-CFG-NeighbourNode=node12.ericsson.com\23abc,DIA-CFG-Conn=abc\23node12.ericsson.com\conn1
- Check the link status for each of the DIA-CFG-Conn MOs,
for example:
(DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>show linkStatus
The following is an example output:
linkStatus=Up
- Is the connection established?
Yes: Proceed with Step 13.
No: Continue with the next step.
- Enter Config mode:
(DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>configure
- Disable the connection:
(config-DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>enabled=false
- Commit the setting:
(config-DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>commit -s
- Enable the connection:
(config-DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>enabled=true
- Commit the setting:
(config-DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>commit
- Verify the setting:
(DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>show enabled
The following is an example output:
enabled=true
- Check the link status for each of the DIA-CFG-Conn MOs,
for example:
(DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>show linkStatus
The following is an example output:
linkStatus=Up
- Is the connection established?
Yes: Continue with the next step.
No: Proceed with Step 14.
- Is the alarm cleared?
Yes: Proceed with Step 16.
No: Continue with the next step.
- Perform data collection, refer to Data Collection Guideline.
- Consult the next level of maintenance support. Further actions are outside the scope of this instruction.
- Job is completed.
2.6 Actions for Connection Failure
Do the following:
- Check the IP network and that the other Diameter node is operational by contacting the system administrator of the peer node.
- Wait for automatic reconnection.
- Navigate to the DIA-CFG-Conn MO,
for example:
>dn ManagedElement=NODE06ST,XyzFunction=xyz,DIA-CFG-Application=DIA,DIA-CFG-StackContainer=abc,DIA-CFG-PeerNodeContainer=abc,DIA-CFG-NeighbourNode=node12.ericsson.com\23abc,DIA-CFG-Conn=abc\23node12.ericsson.com\conn1
- Check the link status for each of the DIA-CFG-Conn MOs,
for example:
(DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>show linkStatus
The following is an example output:
linkStatus=Up
- Is the connection established?
Yes: Proceed with Step 13 in Section 2.5.
No: Continue with the next step.
- Navigate to the DIA-CFG-NeighbourNode MO, for example:
>dn ManagedElement=NODE06ST,XyzFunction=xyz,DIA-CFG-Application=DIA,DIA-CFG-StackContainer=abc,DIA-CFG-PeerNodeContainer=abc,DIA-CFG-NeighbourNode=node12.ericsson.com\23abc
- Enter Config mode:
(DIA-CFG-NeighbourNode=node12.ericsson.com\23abc)>configure
- Disable the peer node:
(config-DIA-CFG-NeighbourNode=node12.ericsson.com\23abc)>enabled=false
- Commit the setting:
(config-DIA-CFG-NeighbourNode=node12.ericsson.com\23abc)>commit
- Verify the setting:
(DIA-CFG-NeighbourNode=node12.ericsson.com\23abc)>show enabled
The following is an example output:
enabled=false
- Navigate to the DIA-CFG-Conn MO,
for example:
>dn ManagedElement=NODE06ST,XyzFunction=xyz,DIA-CFG-Application=DIA,DIA-CFG-StackContainer=abc,DIA-CFG-PeerNodeContainer=abc,DIA-CFG-NeighbourNode=node12.ericsson.com\23abc,DIA-CFG-Conn=abc\23node12.ericsson.com\conn1
- Check the link status:
(DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>show linkStatus
The following is an example output:
linkStatus=Down
- Is there only one connection that is not established for
the peer node?
Yes: Continue with the next step.
No: Proceed with Step 18.
- Enter Config mode:
(DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>configure
- Disable the connection:
(config-DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>enabled=false
- Commit the setting:
(config-DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>commit
- Verify the setting:
(DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>show enabled
The following is an example output:
enabled=false
- Check and correct the IP addresses and the ports.
- Select one of the following actions depending on the configuration
failure:
- Enable the peer node, continue with the next step.
- Enable the connection, proceed with Step 26.
- Navigate to the DIA-CFG-NeighbourNode MO, for example:
>dn ManagedElement=NODE06ST,XyzFunction=xyz,DIA-CFG-Application=DIA,DIA-CFG-StackContainer=abc,DIA-CFG-PeerNodeContainer=abc,DIA-CFG-NeighbourNode=node12.ericsson.com\23abc
- Enter Config mode:
(DIA-CFG-NeighbourNode=node12.ericsson.com\23abc)>configure
- Enable the peer node:
(config-DIA-CFG-NeighbourNode=node12.ericsson.com\23abc)>enabled=true
- Commit the setting:
(config-DIA-CFG-NeighbourNode=node12.ericsson.com\23abc)>commit
- Verify the setting:
(DIA-CFG-NeighbourNode=node12.ericsson.com\23abc)>show enabled
The following is an example output:
enabled=true
- Proceed with Step 33.
- Navigate to the DIA-CFG-Conn MO,
for example:
>dn ManagedElement=NODE06ST,XyzFunction=xyz,DIA-CFG-Application=DIA,DIA-CFG-StackContainer=abc,DIA-CFG-PeerNodeContainer=abc,DIA-CFG-NeighbourNode=node12.ericsson.com\23abc,DIA-CFG-Conn=abc\23node12.ericsson.com\conn1
- Enter Config mode:
(DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>configure
- Enable the connection:
(config-DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>enabled=true
- Commit the setting:
(config-DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>commit
- Verify the setting:
(DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>show enabled
The following is an example output:
enabled=true
- Check the link status:
(DIA-CFG-Conn=abc\23node12.ericsson.com\conn1)>show linkStatus
The following is an example output:
linkStatus=Up
- Is the connection established?
Yes: Continue with the next step.
No: Proceed with Step 34.
- Is the alarm cleared?
Yes: Proceed with Step 36
No: Continue with the next step.
- Perform data collection, refer to Data Collection Guideline.
- Consult the next level of maintenance support. Further actions are outside the scope of this instruction.
- Job is completed.

Contents