-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TECHPUBS-4669: Add PML recovery docs and fix table formatting (#108)
* TECHPUBS-4669: PML recovery docs * TECHPUBS-4669: support matrix fix * fix versions Signed-off-by: prudvi-danda <prudvi.danda@hpe.com> --------- Signed-off-by: prudvi-danda <prudvi.danda@hpe.com> Co-authored-by: prudvi-danda <prudvi.danda@hpe.com>
- Loading branch information
1 parent
7a82ee6
commit 9c80197
Showing
3 changed files
with
57 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Configure PML recovery | ||
|
||
Starting in the Slingshot Host Software (SHS) 11.1.0 release, PML recovery is supported for edge links. Edge links of earlier SHS versions will flap instead of recovering. | ||
|
||
PML recovery is disabled by default and must be enabled on the fabric before configuring it on the host. See the [PML recovery on the fabric](#./pml-recovery-on-the-fabric) section. | ||
|
||
PML recovery enables links to recover from transient faults that would otherwise cause the link to flap, without packet loss and only a brief delay in transmission. This can stabilize the fabric by reducing occasional random disruptions. | ||
|
||
Links that frequently PML recover require hardware action like repeat flappers. Monitor `HsnPmlRecoveryDetected` and `HsnLinkFlapDetected` Redfish events to identify maintenance candidates. See the "PML recovery summary events" section of the _HPE Slingshot Administration Guide_ for more information. | ||
|
||
Recovery must be enabled on both ends of a link. Use `ethtool` to enable it on the host as follows. | ||
|
||
```screen | ||
ethtool --set-priv-flags <hsn-iface> disable-pml-recovery off | ||
``` | ||
|
||
## PML recovery on the fabric | ||
|
||
PML recovery is available for the HPE Slingshot fabric. | ||
See the "Configure PML recovery" section in the _HPE Slingshot Installation Guide_ for the environment you are installing. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters