1
1
---
2
2
title : " Azure Operator Nexus: Before you start platform deployment prerequisites"
3
3
description : Learn the prerequisite steps for deploying the Operator Nexus platform software.
4
- author : surajmb
5
- ms.author : surmb
4
+ author : peterwhiting
5
+ ms.author : pjw711
6
6
ms.service : azure-operator-nexus
7
7
ms.topic : how-to
8
8
ms.date : 03/13/2023
@@ -151,7 +151,7 @@ To set up the hostname for your terminal server, follow these steps:
151
151
Use the following command in the CLI:
152
152
153
153
``` bash
154
- sudo ogcli update system/hostname hostname=\" $ TS_HOSTNAME\"
154
+ sudo ogcli update system/hostname hostname=\" < TS_HOSTNAME> \"
155
155
```
156
156
157
157
** Parameters:**
@@ -172,17 +172,17 @@ Execute the following commands in the CLI:
172
172
sudo ogcli create conn << 'END '
173
173
description="PE1 to TS NET1"
174
174
mode="static"
175
- ipv4_static_settings.address="$ TS_NET1_IP"
176
- ipv4_static_settings.netmask="$ TS_NET1_NETMASK"
177
- ipv4_static_settings.gateway="$ TS_NET1_GW"
175
+ ipv4_static_settings.address="< TS_NET1_IP> "
176
+ ipv4_static_settings.netmask="< TS_NET1_NETMASK> "
177
+ ipv4_static_settings.gateway="< TS_NET1_GW> "
178
178
physif="net1"
179
179
END
180
180
sudo ogcli create conn << 'END'
181
181
description="PE2 to TS NET2"
182
182
mode="static"
183
- ipv4_static_settings.address="$ TS_NET2_IP"
184
- ipv4_static_settings.netmask="$ TS_NET2_NETMASK"
185
- ipv4_static_settings.gateway="$ TS_NET2_GW"
183
+ ipv4_static_settings.address="< TS_NET2_IP> "
184
+ ipv4_static_settings.netmask="< TS_NET2_NETMASK> "
185
+ ipv4_static_settings.gateway="< TS_NET2_GW> "
186
186
physif="net2"
187
187
END
188
188
```
@@ -210,7 +210,7 @@ To clear the net3 interface, follow these steps:
210
210
```bash
211
211
ogcli get conns
212
212
description="Default IPv4 Static Address"
213
- name="$ TS_NET3_CONN_NAME"
213
+ name="< TS_NET3_CONN_NAME> "
214
214
physif="net3"
215
215
```
216
216
@@ -223,7 +223,7 @@ ogcli get conns
223
223
2. Remove the interface if it exists:
224
224
225
225
```bash
226
- ogcli delete conn "$ TS_NET3_CONN_NAME"
226
+ ogcli delete conn "< TS_NET3_CONN_NAME> "
227
227
```
228
228
229
229
>[!NOTE]
@@ -241,8 +241,8 @@ description="Support Admin User"
241
241
enabled=true
242
242
groups[0]="admin"
243
243
groups[1]="netgrp"
244
- password="$ SUPPORT_PWD"
245
- username="$ SUPPORT_USER"
244
+ password="< SUPPORT_PWD> "
245
+ username="< SUPPORT_USER> "
246
246
END
247
247
```
248
248
@@ -354,7 +354,7 @@ If the date/time is incorrect, you can fix it using:
354
354
``` bash
355
355
ogcli replace system/time
356
356
Reading information from stdin. Press Ctrl-D to submit and Ctrl-C to cancel.
357
- time=" $ CURRENT_DATE_TIME"
357
+ time=" < CURRENT_DATE_TIME> "
358
358
```
359
359
360
360
** Parameters:**
@@ -371,7 +371,7 @@ time="$CURRENT_DATE_TIME"
371
371
To label Terminal Server ports, use the following command:
372
372
373
373
``` bash
374
- ogcli update port " port-<PORT_#>" label=\" < NEW_NAME> \" < PORT_#>
374
+ ogcli update port " port-<PORT_#>" label=\" < NEW_NAME> \" < PORT_#>
375
375
```
376
376
377
377
** Parameters:**
@@ -512,7 +512,6 @@ Interface: net1, via: LLDP, RID: 1, Time: 0 day, 20:28:36
512
512
- Subnet Mask: 255.255.255.0
513
513
- MTU: 1500
514
514
- Bond: not set by operator during setup
515
- - VLAN Number / Prefix: 43
516
515
- ct0.eth10: not set by operator during setup
517
516
- ct0.eth11: not set by operator during setup
518
517
- ct0.eth18: not set by operator during setup
0 commit comments