Skip to content

Commit 59ba0bb

Browse files
committed
Create howto-replace-a-terminal-server.md
1 parent 8129ef8 commit 59ba0bb

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
---
2+
title: How to replace a terminal server within within Nexus Network Fabric
3+
description: Process of replacing a terminal server
4+
author: sushantjrao
5+
ms.author: sushrao
6+
ms.service: azure-operator-nexus
7+
ms.topic: how-to
8+
ms.date: 05/17/2024
9+
ms.custom: template-how-to, devx-track-azurecli
10+
---
11+
12+
# Replacing a terminal server
13+
14+
This guide provides a step-by-step process for replacing a Terminal Server (TS) within a network environment. The procedure includes cleaning up the existing TS, removing the device, installing a new TS, and configuring it through customer actions and Microsoft engineering support.
15+
16+
## Pre-Replacement Cleanup (Customer Action)
17+
18+
Before initiating the Return Merchandise Authorization (RMA) for the existing Terminal Server, ensure a thorough cleanup of the device. This step is crucial if the TS is still accessible.
19+
20+
### Manual Cleanup Tasks:
21+
22+
1. Verify TS Password in KeyVault
23+
24+
Confirm that the current Terminal Server password is stored in the customer NFC KeyVault secrets.
25+
26+
2. Stop Active Services
27+
28+
On the Terminal Server, navigate to the directory under /mnt/nvram/ that begins with the name “opengear” (ensure you select the directory for the latest version, if multiple directories are present).
29+
30+
3. Run the following command to stop the relevant services:
31+
32+
```bash
33+
sudo bash stop.sh
34+
```
35+
36+
4. Remove Configuration and Certificate Files
37+
38+
Access the /mnt/nvram/ directory to ensure all configuration files, certificates, and the Open Gear file are deleted, leaving no traces of previous configurations.
39+
40+
### Device Removal (Customer Action)
41+
42+
Once the cleanup is complete, proceed with physically removing the existing Terminal Server from the rack.
43+
44+
### Installation of New Device (Customer Action)
45+
46+
After the old TS is removed, install the new Terminal Server in the rack. Follow the guidelines provided in the public documentation for [Terminal Server setup](howto-platform-prerequisites.md)
47+
48+
Validate the connectivity of both Net1 and Net2 interfaces to ensure proper network functionality.
49+
50+
Set up the terminal server device with the same password and username as before. This password can be obtained from the customer NFC KeyVault secrets. The username can be obtained by doing an ARM GET on the network fabric resource.
51+
52+
### Microsoft Engineering Support
53+
54+
After the new Terminal Server is installed and configured, open a support ticket with Microsoft to complete the setup. Microsoft engineers will trigger a lockbox action for *Reprovisioning Terminal Server Device*.
55+
56+
>[!Note:]
57+
>The user is expected to setup the terminal server with the same username and password as stored in customer NFC key vault.
58+
59+
Wait for the operation to complete.
60+
61+
[!Note:] The lockbox operation will execute the following tasks:
62+
> • Configure essential services, including httpd and dhcpd.
63+
> • Set up the Net3 interface.
64+
> • Copy necessary OS, dhcpd configuration, device configurations, and certificate files to the appropriate directories.
65+
> • Transfer the configuration files and certificates to the /mnt/nvram/conf directory.
66+
> • Restart the DHCPD service.
67+
> • Ensure that configuration files are accessible via the HTTP service for further validation.
68+

0 commit comments

Comments
 (0)