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
+14-16Lines changed: 14 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,20 +103,20 @@ To prepare each machine for the disconnected operations appliance, follow these
103
103
104
104
1. Check and make sure you have sufficient disk space for disconnected operations deployment.
105
105
106
-
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.
106
+
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.
107
107
108
108
109
109
Here’s how to initialize a disk on the nodes and format it for a D partition:
New-partition -disknumber $firstDataDrive -usemaximumsize | format-volume -filesystem NTFS -newfilesystemlabel Data
118
+
Get-partition -disknumber $firstDataDrive -PartitionNumber 2 | Set-Partition -NewDriveLetter D
119
+
```
120
120
121
121
1. On each node, copy the root certificate public key. For more information, see [PKI for disconnected operations](disconnected-operations-pki.md). Modify the paths according to the location and method you use to export your public key for creating certificates.
122
122
@@ -240,8 +240,6 @@ To prepare the first machine for the disconnected operations appliance:
@@ -599,7 +595,8 @@ Use the operator account to create an SPN for Arc initialization of each Azure L
599
595
> 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.
600
596
601
597
602
-
### Initialize each node
598
+
### Initialize each node
599
+
603
600
To initialize each node, follow these steps. Modify where necessary to match your environment details:
604
601
605
602
1. Set the configuration variable. Define the resource group, cloud name, configuration path, application ID, client secret, and appliance FQDN.
@@ -614,7 +611,6 @@ To initialize each node, follow these steps. Modify where necessary to match you
614
611
615
612
1. Initialize each node.
616
613
617
-
618
614
```powershell
619
615
Write-Host "az login to Disconnected operations cloud"
620
616
az cloud set -n $applianceCloudName --only-show-errors
@@ -720,11 +716,13 @@ w32tm /query /peers
720
716
Place them in a folder, e.g.C:\AzureLocalDisconnectedOperations\Certs\
0 commit comments