You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/operator-nexus/howto-baremetal-run-data-extract.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,22 @@ There may be situations where a user needs to investigate and resolve issues wit
15
15
16
16
The command produces an output file containing the results of the data extract located in the Cluster Manager's Azure Storage Account.
17
17
18
-
## Before you begin
18
+
## Prerequisites
19
19
20
20
- 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).
21
21
- The target bare metal machine is on and has readyState set to True.
22
22
- The syntax for these commands is based on the 0.3.0+ version of the `az networkcloud` CLI.
23
23
- Get the Cluster Managed Resource group name (cluster_MRG) that you created for Cluster resource.
24
24
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
+
25
34
## Executing a run command
26
35
27
36
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__
301
310
## Viewing the Output
302
311
303
312
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.
Copy file name to clipboardExpand all lines: articles/operator-nexus/howto-baremetal-run-read.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,15 @@ The command execution produces an output file containing the results that can be
22
22
1. Ensure that the target BMM must have its `poweredState` set to `On` and have its `readyState` set to `True`
23
23
1. Get the Managed Resource group name (cluster_MRG) that you created for `Cluster` resource
24
24
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
+
25
34
## Executing a run-read command
26
35
27
36
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
275
284
276
285
1. Select the baremetal-run-command-output blob container.
277
286
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
+
278
289
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.
279
290
280
291
1. You can manage & download the output file from the **Overview** pop-out.
0 commit comments