Perform a full data load for the air gap solution for Microsoft SCCM
After you verify that the test data load for the air gap solution for the Service Graph Connector for Microsoft SCCM is successful, you can perform a full data load.
Before you begin
Role required: admin
Procedure
Navigate to the Microsoft SCCM directory in your high-secure server.
Run the
.\GetSCCMData.ps1 -completeLoad $true -configFilePath *CONFIG\_PATH*script, where CONFIG_PATH is the location of the JSON configuration file that is generated by the setup script.By default, the existing files in the data source data directories are deleted each time the
.\GetSCCMData.ps1 -completeLoad $true -configFilePath *CONFIG\_PATH*script is run. You can add the -clean $false parameter to the script if you want to retain the existing files.The script fetches data from the Microsoft SCCM DB, and stores the data in the respective
data_sourcedirectories, as defined in theSgSCCMConfigFile.jsonfile.After the data is loaded in your high-secure server, transfer the
data_sourcedirectories and contents to the corresponding directories in your low-secure server using a method of your choice (such as SFTP or SCP).Verify that the data is loaded in your low-secure server.
Set the full data load job (using the
.\GetSCCMData.ps1 -completeLoad $true -configFilePath *CONFIG\_PATH*script) to run on a schedule based on that of the Scheduled Import Job on your Service Graph Connector for Microsoft SCCM instance.Set the data transfer job (from your high-secure server to your low-secure server) on a schedule based on that of the Scheduled Import Job on your Service Graph Connector for Microsoft SCCM instance.
Test the air gap connection in your ServiceNow instance.
Navigate to All > Service Graph Connectors > SCCM > Connections.
Select the air gap connection that you created.
Select the Test Connection related link.
When the connection is successful, the Status field is set to
Success. If the connection fails, follow the suggestions for remediation.