Skip to content

Commit 634a1c6

Browse files
authored
Merge pull request #124030 from mbustame/patch-2
Update howto-platform-prerequisites.md
2 parents 82d8cf4 + 717c2af commit 634a1c6

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

articles/operator-nexus/howto-platform-prerequisites.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,22 +378,35 @@ ogcli update port "port-<PORT_#>" label=\"<NEW_NAME>\" <PORT_#>
378378
| NEW_NAME | Port label name |
379379
| PORT_# | Terminal Server port number |
380380

381+
381382
### Step 9: Settings required for PURE Array serial connections
382383

383-
For configuring PURE Array serial connections, use the following commands:
384+
Pure Storage arrays purchased prior to 2024 have revision R3 controllers which use rollover console cables and require the custom serial port connection commands below:
384385

386+
**Pure Stoarge R3 Controllers:**
385387
```bash
386388
ogcli update port ports-<PORT_#> 'baudrate="115200"' <PORT_#> Pure Storage Controller console
387389
ogcli update port ports-<PORT_#> 'pinout="X1"' <PORT_#> Pure Storage Controller console
388390
```
389391

392+
Newer Pure Storage appliances, and systems upgraded from R3 to R4 Pure Storage controllers, will use straight-through console cables with the updated settings below:
393+
394+
**Pure Storage R4 Controllers:**
395+
```bash
396+
ogcli update port ports-<PORT_#> 'baudrate="115200"' <PORT_#> Pure Storage Controller console
397+
ogcli update port ports-<PORT_#> 'pinout="X2"' <PORT_#> Pure Storage Controller console
398+
```
399+
390400
**Parameters:**
391401

392402
| Parameter Name | Description |
393403
| ----------------| --------------------------- |
394404
| PORT_# | Terminal Server port number |
395405

396-
These commands set the baudrate and pinout for connecting to the Pure Storage Controller console.
406+
These commands set the baud rate and pinout for connecting to the Pure Storage Controller console.
407+
408+
>[!NOTE]
409+
>All other Terminal Server port configurations settings should remain the same and work by default with a straight-through RJ45 console cable.
397410
398411
### Step 10: Verifying settings
399412

0 commit comments

Comments
 (0)