Skip to content

Commit 2b68a2d

Browse files
committed
Managing Method C for BMM and BMC
1 parent b7c2eb3 commit 2b68a2d

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

articles/operator-nexus/howto-baremetal-bmc-ssh.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ ms.custom: template-how-to
1111

1212
# Manage emergency access to a bare metal machine using the `az networkcloud cluster bmckeyset`
1313

14-
>[!CAUTION]
15-
Please note this process is used in emergency situations when all other troubleshooting options have been exhausted via Azure. SSH access to these bare metal machines (BMM) is restricted to users managed via this method from the specified jump host list.
14+
> [!CAUTION]
15+
> Please note this process is used in emergency situations when all other troubleshooting options via Azure have been exhausted. SSH access to these bare metal machines (BMM) is restricted to users managed via this method from the specified jump host list.
1616
17-
There are rare situations where a user needs to investigate & resolve issues with a BMM and all other ways have been exhausted via Azure. Operator Nexus provides the `az networkcloud cluster bmckeyset` command so users can manage SSH access to the baseboard management controller (BMC) on these BMMs.
17+
There are rare situations where a user needs to investigate & resolve issues with a BMM and all other ways using Azure have been exhausted. Operator Nexus provides the `az networkcloud cluster bmckeyset` command so users can manage SSH access to the baseboard management controller (BMC) on these BMMs.
1818

19-
When the command runs, it executes on each of BMM in the Cluster. If a BMM is unavailable or powered off at the time of command execution, the status of the command reflects which BMMs couldn't have the command executed. There's a reconciliation process that runs periodically that retries the command on any BMM that wasn't available at the time of the original command. Multiple commands execute in the order received.
19+
When the command runs, it executes on each BMM in the Cluster. If a BMM is unavailable or powered off at the time of command execution, the status of the command reflects which BMMs couldn't have the command executed. There's a reconciliation process that runs periodically that retries the command on any BMM that wasn't available at the time of the original command. Multiple commands execute in the order received.
2020

2121
There's a maximum number of 12 users defined per Cluster. Attempts to add more than 12 users results in an error. Delete a user before adding another one when 12 already exists.
2222

@@ -50,7 +50,7 @@ az networkcloud cluster bmckeyset create \
5050
"sshPublicKey":{"keyData":"<SSH Public Key>"}}]' \
5151
--tags key1=<Key Value> key2=<Key Value> \
5252
--cluster-name <Cluster Name> \
53-
--resource-group <Resource Group>
53+
--resource-group <Resource Group Name>
5454
```
5555

5656
### Create Arguments
@@ -188,7 +188,7 @@ az networkcloud cluster bmckeyset update \
188188
"sshPublicKey":{"keyData":"<SSH Public Key>"}}]' \
189189
--tags key1=<Key Value> key2=<Key Value> \
190190
--cluster-name <Cluster Name> \
191-
--resource-group <Resource Group>
191+
--resource-group <Resource Group Name>
192192
```
193193

194194
### Update Arguments
@@ -245,7 +245,7 @@ The command syntax is:
245245
```azurecli
246246
az networkcloud cluster bmckeyset list \
247247
--cluster-name <Cluster Name> \
248-
--resource-group <Resource Group>
248+
--resource-group <Resource Group Name>
249249
```
250250

251251
### List Arguments
@@ -266,7 +266,7 @@ The command syntax is:
266266
```azurecli
267267
az networkcloud cluster bmckeyset show \
268268
--cluster-name <Cluster Name> \
269-
--resource-group <Resource Group>
269+
--resource-group <Resource Group Name>
270270
```
271271

272272
### Show Arguments

articles/operator-nexus/howto-baremetal-bmm-ssh.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ ms.custom: template-how-to
1111

1212
# Manage emergency access to a bare metal machine using the `az networkcloud cluster baremetalmachinekeyset`
1313

14-
>[!CAUTION]
15-
Please note this process is used in emergency situations when all other troubleshooting options have been exhausted via Azure. SSH access to these bare metal machines (BMM) is restricted to users managed via this method from the specified jump host list.
14+
> [!CAUTION]
15+
> Please note this process is used in emergency situations when all other troubleshooting options using Azure have been exhausted. SSH access to these bare metal machines (BMM) is restricted to users managed via this method from the specified jump host list.
1616
1717
There are rare situations where a user needs to investigate & resolve issues with a BMM and all other ways have been exhausted via Azure. Azure Operator Nexus provides the `az networkcloud cluster baremetalmachinekeyset` command so users can manage SSH access to these BMM.
1818

1919
When the command runs, it executes on each BMM in the Cluster. If a BMM is unavailable or powered off at the time of command execution, the status of the command reflects which BMMs couldn't have the command executed. There is a reconciliation process that runs periodically that retries the command on any BMM that wasn't available at the time of the original command. Multiple commands execute in the order received.
2020

2121
There's no limit to the number of users in a group.
2222

23-
>[!CAUTION]
24-
Notes for jump host IP addresses
23+
> [!CAUTION]
24+
> Notes for jump host IP addresses
2525
2626
- The keyset create/update process adds the jump host IP addresses to the IP tables for the Cluster. The process adds these addresses to IP tables and restricts SSH access to only those IPs.
2727
- It's important to specify the Cluster facing IP addresses for the jump hosts. These IP addresses may be different than the public facing IP address used to access the jump host.

0 commit comments

Comments
 (0)