Skip to content

Commit c2fb887

Browse files
committed
Update howto-upgrade-os-of-terminal-server.md
1 parent 1c579c3 commit c2fb887

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

articles/operator-nexus/howto-upgrade-os-of-terminal-server.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This document provides a step-by-step guide to upgrade the operating system (OS)
2828

2929
### Check current version of Terminal Server
3030

31-
Run the following command on the Terminal Server to check the existing OS version.
31+
Run the following command on the Terminal Server.
3232

3333
```bash
3434
cat /etc/version
@@ -40,9 +40,9 @@ cat /etc/version
4040
> [!Note:]
4141
> Ensure the current OS version is lower than the version you are upgrading to.
4242
43-
### LLDP service check and enable
43+
### LLDP Service check and enable
4444

45-
Run the following command on the Terminal Server to check and enable the LLDP service.
45+
Run the following command on the Terminal Server.
4646

4747
```bash
4848
ogcli update services/lldp enabled=true
@@ -58,7 +58,7 @@ platform=""
5858

5959
### LLDP neighbor check
6060

61-
Run the following command on the Terminal Server to check the LLDP neighbor.
61+
Run the following command on the Terminal Server.
6262

6363
```bash
6464
lldpctl
@@ -70,7 +70,7 @@ Mgmt Switch, PE2, PE1
7070

7171
### Ping connectivity check
7272

73-
Run the following command on the Terminal Server to perform a ping connectivity check.
73+
Run the following command on the Terminal Server.
7474

7575
```bash
7676
default_routes=$(ip route show default | awk '{print $3}')
@@ -103,9 +103,9 @@ PING 10.103.0.6 (10.103.0.6) 56(84) bytes of data.
103103
rtt min/avg/max/mdev = 0.305/0.328/0.344/0.015 ms
104104
```
105105

106-
### Backup current configuration
106+
### Create a backup of current configuration
107107

108-
Execute following command on terminal server to create a backup of the current configuration.
108+
Run the following command on terminal server.
109109

110110
```bash
111111
ogcli export ogcli_export_<date>
@@ -142,11 +142,11 @@ scp -r -o [email protected] ./operations_manager-24.07.1-production-
142142

143143
>[!Note:]
144144
> Replace <ts_ip> with the terminal server IP.<br>
145-
> Make sure to update the file name while executing above command as `<operations_manager-24.07.1-production-signed.raucb>` is the file name of opengear OS version `24.07.1`.
145+
> Ensure the file name corresponds to the specific firmware version being used. For example, <operations_manager-24.07.1-production-signed.raucb> is the file name for Opengear OS version 24.07.1. Adjust the file name accordingly for your firmware version.
146146
147-
### Install Firmware
147+
### Initaite installation of firmware
148148

149-
Run the following command on the Terminal Server to initiate the firmware installation:.
149+
Run the following command on the Terminal Server.
150150

151151
```bash
152152
puginstall --reboot-after /tmp/operations_manager-24.07.1-production-signed.raucb
@@ -157,7 +157,7 @@ The upgrade process takes 5–10 minutes, during which the Terminal Server will
157157

158158
## **Stage 4: Cleanup (On-Premises Machine)**
159159

160-
### Remove Backup and Firmware
160+
### Remove backup and firmware
161161

162162
After confirming the successful upgrade, delete temporary files from the on-premises machine.
163163

@@ -176,7 +176,7 @@ If the firmware upgrade fails, follow these steps:
176176

177177
1. Perform a **factory reset**:
178178

179-
Run the following command on the terminal server to perform a factory reset.
179+
Run the following command on the terminal server.
180180

181181
```bash
182182
factory_reset
@@ -190,7 +190,7 @@ If the firmware upgrade fails, follow these steps:
190190

191191
3. Reconfigure or restore the device from backup:
192192

193-
Run the following command on the terminal server to reconfigure or restore the device from backup
193+
Run the following command on the terminal server.
194194

195195
```bash
196196
ogcli restore <file_path>

0 commit comments

Comments
 (0)