@@ -16,7 +16,7 @@ Operator Nexus platform software. Some of these steps may take
1616extended amounts of time, thus, a review of these prerequisites may prove beneficial.
1717
1818In subsequent deployments of Operator Nexus instances, you can skip to creating the on-premises
19- [ Network Fabric] ( ./howto-configure-network-fabric.md ) and the [ Cluster] ( ./howto-configure-cluster.md ) .
19+ [ Network Fabric] ( ./howto-configure-network-fabric.md ) and the [ Cluster] ( ./howto-configure-cluster.md ) .
2020
2121## Azure prerequisites
2222
@@ -203,9 +203,9 @@ sudo ogcli create conn << 'END'
203203To clear the net3 interface, follow these steps:
204204
2052051. Check for any interface configured on the physical interface net3 and "Default IPv4 Static Address" using the following command:
206-
206+
207207```bash
208- ogcli get conns
208+ ogcli get conns
209209**description="Default IPv4 Static Address"**
210210**name="$TS_NET3_CONN_NAME"**
211211**physif="net3"**
@@ -218,7 +218,7 @@ ogcli get conns
218218| TS_NET3_CONN_NAME | Terminal server NET3 Connection name |
219219
2202202. Remove the interface if it exists:
221-
221+
222222```bash
223223ogcli delete conn "$TS_NET3_CONN_NAME"
224224```
@@ -231,7 +231,7 @@ ogcli delete conn "$TS_NET3_CONN_NAME"
231231To set up the support admin user, follow these steps:
232232
2332331. For each user, execute the following command in the CLI:
234-
234+
235235```bash
236236ogcli create user << 'END'
237237description="Support Admin User"
@@ -437,23 +437,23 @@ Example LLDP neighbors output:
437437LLDP neighbors:
438438-------------------------------------------------------------------------------
439439Interface: net2, via: LLDP, RID: 2, Time: 0 day, 20:28:36
440- Chassis:
440+ Chassis:
441441 ChassisID: mac 12:00:00:00:00:85
442442 SysName: austx502xh1.els-an.att.net
443443 SysDescr: 7.7.2, S9700-53DX-R8
444444 Capability: Router, on
445- Port:
445+ Port:
446446 PortID: ifname TenGigE0/0/0/0/3
447447 PortDescr: GE10_Bundle-Ether83_austx4511ts1_net2_net2_CircuitID__austxm1-AUSTX45_[CBB][MCGW][AODS]
448448 TTL: 120
449449-------------------------------------------------------------------------------
450450Interface: net1, via: LLDP, RID: 1, Time: 0 day, 20:28:36
451- Chassis:
451+ Chassis:
452452 ChassisID: mac 12:00:00:00:00:05
453453 SysName: austx501xh1.els-an.att.net
454454 SysDescr: 7.7.2, S9700-53DX-R8
455455 Capability: Router, on
456- Port:
456+ Port:
457457 PortID: ifname TenGigE0/0/0/0/3
458458 PortDescr: GE10_Bundle-Ether83_austx4511ts1_net1_net1_CircuitID__austxm1-AUSTX45_[CBB][MCGW][AODS]
459459 TTL: 120
@@ -465,8 +465,10 @@ Interface: net1, via: LLDP, RID: 1, Time: 0 day, 20:28:36
465465
466466## Set up storage array
467467
468- 1 . Operator needs to install the storage array hardware as specified by the BOM and rack elevation within the Aggregation Rack.
469- 2 . Operator needs to provide the storage array Technician with information, in order for the storage array Technician to arrive on-site to configure the appliance.
468+ 1 . Operator needs to install the storage array hardware as specified by the BOM and rack elevation
469+ within the Aggregation Rack.
470+ 2 . Operator needs to provide the storage array Technician with information, in order for the storage
471+ array Technician to arrive on-site to configure the appliance.
4704723 . Required location-specific data that is shared with storage array technician:
471473 - Customer Name:
472474 - Physical Inspection Date:
@@ -475,15 +477,17 @@ Interface: net1, via: LLDP, RID: 1, Time: 0 day, 20:28:36
475477 - CLLI code (Common Language location identifier):
476478 - Installation Address:
477479 - FIC/Rack/Grid Location:
478- 4 . Data provided to the operator and shared with storage array technician, which will be common to all installations:
479- - Purity Code Level: Refer to [ supported Purity versions] ( ./reference-near-edge-storage-supported-versions.md )
480+ 4 . Data provided to the operator and shared with storage array technician, which will be common to
481+ all installations:
482+ - Purity Code Level: Refer to
483+ [ supported Purity versions] ( ./reference-near-edge-storage-supported-versions.md )
480484 - Safe Mode: Disabled
481- - Array Time zone : UTC
482- - DNS (Domain Name System) Server IP Address: 172.27.255.201
485+ - Array Timezone : UTC
486+ - DNS (Domain Name System) Server IP Address: not set by operator during setup
483487 - DNS Domain Suffix: not set by operator during setup
484- - NTP (Network Time Protocol) Server IP Address or FQDN: 172.27.255.212
485- - Syslog Primary: 172.27.255.210
486- - Syslog Secondary: 172.27.255.211
488+ - NTP (Network Time Protocol) Server IP Address or FQDN: not set by operator during setup
489+ - Syslog Primary: 172.27.255.213
490+ - Syslog Secondary: not set by operator during setup
487491 - SMTP Gateway IP address or FQDN: not set by operator during setup
488492 - Email Sender Domain Name: domain name of the sender of the email (example.com)
489493 - Email Addresses to be alerted: not set by operator during setup
@@ -584,7 +588,7 @@ An example design of three on-premises instances from the same NFC/CM pair, usin
584588 | ------------| -------------------------| --------------|
585589 | Instance 1 | 10.1.0.0-10.1.31.255 | 10.1.3.0/24 |
586590 | Instance 2 | 10.1.32.0-10.1.63.255 | 10.1.35.0/24 |
587- | Instance 3 | 10.1.64.0-10.1.95.255 | 10.1.67.0/24 |
591+ | Instance 3 | 10.1.64.0-10.1.95.255 | 10.1.67.0/24 |
588592
589593### Default setup for other devices installed
590594
0 commit comments