Skip to content

Commit 016a999

Browse files
author
priya shet
committed
BMMRun Read /Data Extract commands pre-req updated
1 parent 0c77ab5 commit 016a999

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

articles/operator-nexus/howto-baremetal-run-data-extract.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,22 @@ There may be situations where a user needs to investigate and resolve issues wit
1515

1616
The command produces an output file containing the results of the data extract located in the Cluster Manager's Azure Storage Account.
1717

18-
## Before you begin
18+
## Prerequisites
1919

2020
- This article assumes that you've installed the Azure command line interface and the `networkcloud` command line interface extension. For more information, see [How to Install CLI Extensions](./howto-install-cli-extensions.md).
2121
- The target bare metal machine is on and has readyState set to True.
2222
- The syntax for these commands is based on the 0.3.0+ version of the `az networkcloud` CLI.
2323
- Get the Cluster Managed Resource group name (cluster_MRG) that you created for Cluster resource.
2424

25+
## Verify Storage Account access
26+
27+
Verify you have access to the Cluster Manager's storage account
28+
1. From Azure portal, navigate to Cluster Manager's Storage account.
29+
1. In the Storage account details, select **Storage browser** from the navigation menu on the left side.
30+
1. In the Storage browser details, select on **Blob containers**.
31+
1. If you encounter a `403 This request is not authorized to perform this operation.` while accessing the storage account, storage account’s firewall settings need to be updated to include the public IP address.
32+
1. Request access by creating a support ticket via Portal on the Cluster Manager resource. Provide the public IP address that requires access.
33+
2534
## Executing a run command
2635

2736
The run data extract command executes one or more predefined scripts to extract data from a bare metal machine.
@@ -301,3 +310,5 @@ __Example JSON Collected__
301310
## Viewing the Output
302311

303312
Note the provided link to the tar.gz zipped file from the command execution. The tar.gz file name identifies the file in the Storage Account of the Cluster Manager resource group. You can also use the link to directly access the output zip file. The tar.gz file also contains the zipped extract command file outputs. Download the output file from the storage blob to a local directory by specifying the directory path in the optional argument `--output-directory`.
313+
Note: Storage Account could be locked resulting in `403 This request is not authorized to perform this operation.` due to networking or firewall restrictions. Refer [Verify Storage Account access](#verify-storage-account-access) for procedure to verify/request access.
314+

articles/operator-nexus/howto-baremetal-run-read.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@ The command execution produces an output file containing the results that can be
2222
1. Ensure that the target BMM must have its `poweredState` set to `On` and have its `readyState` set to `True`
2323
1. Get the Managed Resource group name (cluster_MRG) that you created for `Cluster` resource
2424

25+
## Verify Storage Account access
26+
27+
Verify you have access to the Cluster Manager's storage account
28+
1. From Azure portal, navigate to Cluster Manager's Storage account.
29+
1. In the Storage account details, select **Storage browser** from the navigation menu on the left side.
30+
1. In the Storage browser details, select on **Blob containers**.
31+
1. If you encounter a `403 This request is not authorized to perform this operation.` while accessing the storage account, storage account’s firewall settings need to be updated to include the public IP address.
32+
1. Request access by creating a support ticket via Portal on the Cluster Manager resource. Provide the public IP address that requires access.
33+
2534
## Executing a run-read command
2635

2736
The run-read command lets you run a command on the BMM that does not change anything. Some commands have more
@@ -275,6 +284,8 @@ This guide walks you through accessing the output file that is created in the Cl
275284

276285
1. Select the baremetal-run-command-output blob container.
277286

287+
1. Storage Account could be locked resulting in `403 This request is not authorized to perform this operation.` due to networking or firewall restrictions. Refer [Verify Storage Account access](#verify-storage-account-access) for procedure to verify/request access.
288+
278289
1. Select the output file from the run-read command. The file name can be identified from the `az rest --method get` command. Additionally, the **Last modified** timestamp aligns with when the command was executed.
279290

280291
1. You can manage & download the output file from the **Overview** pop-out.

0 commit comments

Comments
 (0)