Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This article outlines how to install the Arellia Management Server (AMS) when your target machine is not connected to the Internet.

The following steps require the use of PowerShell scripts, which are disabled in Windows Operating Systems by default. To enable PowerShell scriptsopen an elevated PowerShell window and issue the command: Set-ExecutionPolicy RemoteSigned on both the Internet connected machine and your target AMS instance. (For more information on the Set-ExecutionPolicy cmdlet, go to the Technet KB article Using the Set-ExecutionPolicy Cmdlet.)

...

  1. Copy the AMS Offline Package folder to your offline AMS instance.
  2. Run the Install-AMSOfflinePackage.ps1 script located in the AMS Offline Package to install the AMS prerequisite components.

    Optional command line arguments:

    -AcceptEULASuppress Accept / Decline prompt for EULA. Using this switch is the same as accepting all EULAs
    -ForceRebootReboot automatically when required without prompting the user
    -UpgradeNodeUpgrade a clustered node without running database (re)configuration
    Tip
    titleNote

    During the installation you may be prompted to restart several times. This is expected behavior and the installation will automatically resume when you next log in.

     

  3. Once the machine has finished installing prerequisites run the Install-AMSOfflinePackage.ps1 script again to install the AMS.
  4. After the script has completed installing the bootstrap portion of the AMSit will open a browser to http://localhost/Ams/Setup, at which point you can continue to install Arellia Solutions as normal.

After the AMS installation has completed you are free to delete the AMS Offline Package directory from your offline AMS instance.