Versions Compared

Key

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

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

The The following steps below require the use of PowerShell scripts which by default are , which are disabled in Windows Operating Systems by default. To enable their use enable PowerShell scriptsopen an elevated PowerShell window and issue the command: Set-ExecutionPolicy Bypass. (For more information on the the Set-ExecutionPolicy cmdlet you can refer to  cmdlet, go to the Technet KB article Using the Set-ExecutionPolicy Cmdlet

On an Internet connected machine:

...

.)
 

To download and install the AMS, do the following steps:

  1. On a machine that is connected to the internet, download the Create-AMSOfflinePackage.ps1 PowerShell script.
  2. Run the script by using the right click by right-clicking the context menu or using a PowerShell command window.  You can optionally  

    Info
    titleTip

    The package will download to C:\OfflinePackage by default, or you can specify where the files will

    be downloaded with

    download using the -Path argument

    , by default C:\OfflinePackage will be used. If you are running the script on a machine that has UAC enabled you will need elevate first if you wish to write to the root of C:

    .

    Code Block
    .\Create-AMSOfflinePackage.ps1 -Path C:\OfflinePackage

On your Arellia Management Server:

  1. Copy the Copy the Offline Package folder from your Internet connected machine using a USB drive or some other methodRun the  folder to your offline machine.
  2. Located in the bin directory of the offline packagerun the Install-AMSOfflinePackage.ps1

    script located in the bin directory of the Offline Package. This will perform an offline installation of all the prerequisite components. Note that during

     script

    Tip
    titleNote

    During the installation you may be prompted to

    reboot

    restart several times

    - this is normal

    . This is expected behavior and the installation will automatically resume when you next log in

    Once the machine has finished installing prerequisites run the Install-AMSOfflinePackage

    .

    ps1 script again to install the Arellia Management ServerWhen

  3. After the script has completed installing the prerequisites and bootstrap portion of Arellia Management Server of the AMSit will open a browser to http://localhost/Ams/Setup at , at which point you can continue to install AMS Arellia Solutions as normal.
  4. After the AMS installation has completed you are free to delete the OfflinePackage directory from your serveryour offline machine.