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: azure-local/manage/disconnected-operations-deploy.md
+7-10Lines changed: 7 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,8 +105,8 @@ To prepare each machine for the disconnected operations appliance, follow these
105
105
106
106
1. [Rename each node](/powershell/module/microsoft.powershell.management/rename-computer?view=powershell-7.4&preserve-view=true) according to your environments naming conventions. For example, azlocal-n1, azlocal-n2, and azlocal-n3.
107
107
108
-
1. Check and make sure you have sufficient disk space for disconnected operations deployment.
109
-
108
+
1. Check and make sure you have sufficient disk space for disconnected operations deployment.
109
+
110
110
Make sure you have at least 600 GB of free space on the drive you plan to use for deployment. If your drive has less space, use a data disk on each node and initialize it so each node has the same available data disks for deployment.
111
111
112
112
Here’s how to initialize a disk on the nodes and format it for a D partition:
@@ -145,11 +145,10 @@ To prepare each machine for the disconnected operations appliance, follow these
145
145
> [!NOTE]
146
146
> If you use a different root for the management certificate, repeat the process and import the key on each node.
147
147
148
-
149
148
1. [Install and configure the CLI](disconnected-operations-cli.md) with your local endpoint on each node.
150
-
149
+
151
150
1. Set the environment variable to support disconnected operations
To install and configure the appliance on the first machine (seed node), use the following command. Point the `AzureLocalInstallationFile` to a path that contains the **IRVM01.zip**.
@@ -455,10 +453,10 @@ Wait until all resource providers are in the state **Registered**. Here's a samp
455
453
456
454
```azurecli
457
455
az provider list -o table
458
-
```
456
+
```
459
457
460
-
> [!NOTE]
461
-
> You can also register or view resource provider statuses in the local portal. To do this, go to your **Subscription**, click the dropdown arrow for **Settings**, and select **Resource providers**.
458
+
> [!NOTE]
459
+
> You can also register or view resource provider statuses in the local portal. To do this, go to your **Subscription**, click the dropdown arrow for **Settings**, and select **Resource providers**.
462
460
463
461
### Create resource group SPN for cluster
464
462
@@ -494,7 +492,6 @@ Use the operator account to create an SPN for Arc initialization of each Azure L
494
492
>
495
493
> Don't place the cluster resource in the operator subscription, unless you plan to restrict this to only operators with full access to other operations. You can create more subscriptions or place it in the starter subscription.
496
494
497
-
498
495
### Initialize each node
499
496
500
497
To initialize each node, follow these steps. Modify where necessary to match your environment details:
0 commit comments