Browse Source

Updating Docs

Signed-off-by: cgoveas <cassandra.goveas@dell.com>
cgoveas 3 năm trước cách đây
mục cha
commit
5daff721e6

+ 6 - 3
docs/Device_Configuration/Infiniband_Switches.md

@@ -9,18 +9,21 @@ Omnia uses the server-based Subnet Manager (SM). SM runs in a Kubernetes namespa
 
 ## Setting up a new or factory reset switch
 
-Before running `infiniband.yml`, ensure that HTTP and JSON Gateway are enabled on your switch. This can be verifed by running:
+Before running `infiniband.yml`, ensure that SSL Secure Cookies are disabled also HTTP and JSON Gateway need to be enabled on your switch.  This can be verifed by running:
 
-`show web` (To check if HTTP is enabled)
+`show web`  (To check if SSL Secure Cookies is disabled and HTTP is enabled)
 
 `show json-gw` (To check if JSON Gateway is enabled)
 
-In case either service has been disabled, run:
+In case any of these services are not in the state required, run:
+
+`no web https ssl secure-cookie enable` (To disable SSL Secure Cookies)
 
 `web http enable` (To enable the HTTP gateway)
 
 `json-gw enable` (To enable the JSON gateway)
 
+>> __Note:__ If a server is connected to an Infiniband Switch via an Infiniband NIC, Omnia will not activate this NIC. Manually update the NIC using `ifup <IB NIC name>`
 
 
 When connecting to a new or factory reset switch, the configuration wizard requests to execute an initial configuration:

+ 1 - 0
docs/Device_Configuration/Servers.md

@@ -38,6 +38,7 @@ After the configurations are validated, the **provision_idrac** file provisions
 >>**Note**:
 >> * The `idrac.yml` file initiates the provisioning of custom ISO on the PowerEdge servers. Wait for some time for the node inventory to be updated on the AWX UI. 
 >> * Due to the latest `catalog.xml` file, Firmware updates may fail for certain components. Omnia execution doesn't get interrupted but an error gets logged on AWX. For now, please download those individual updates manually.
+>> * If a server is connected to an Infiniband Switch via an Infiniband NIC, Omnia will not activate this NIC. Manually update the NIC using `ifup <IB NIC name>`
 
 ### Provisioning newly added PowerEdge servers in the cluster
 To provision newly added servers, wait till the iDRAC IP addresses are automatically added to the *idrac_inventory*. After the iDRAC IP addresses are added, launch the iDRAC template on the AWX UI to provision CentOS custom OS on the servers.  

+ 3 - 0
docs/Troubleshooting/FAQ.md

@@ -48,6 +48,9 @@ Resolution:
                 2. For connecting to the internet (Management purposes)
                 3. For connecting to PowerVault (Data Connection)
 
+## Why is the Infiniband NIC down after provisioning the server? <br>
+Omnia does not activate Infiniband NICs. To enable the device manually, use `ifup <IB NIC name>`. 
+
 ## What to do if AWX jobs fail with `Error creating pod: container failed to start, ImagePullBackOff`?
 Potential Cause:<br>
  After running `control_plane.yml`, the AWX image got deleted due to space considerations (use `df -h` to diagnose the issue.).<br>