PAM360 Silent Installation

Silent installation is a process that facilitates the installation of an application with zero interaction with the UI. This type of installation is helpful for applications with limited installation steps, where, before commencing, parameters, such as Name, Email-Id, Path, etc., are preset or manually entered.

Execute the steps and commands as instructed below for the respective operating system and the server to install the PAM360 application automatically.

  1. Installing PAM360 on a Windows Server
  2. Installing PAM360 on a Linux Server

1. Silent Installation on a Windows Server

1.1 Installing PAM360 for a Primary Server

  1. Download the file ManageEngine_PAM360_64.bit.exe.
  2. Download the installation file WindowsPrimaryNonMSP.iss.
  3. Open the WindowsPrimaryNonMSP.iss file in Notepad and edit Name, Mail ID (mandatory), Phone, Company, Country (mandatory).
  4. Update the directory path 'szDir' to the desired path and save the file.
  5. Now, move the WindowsPrimaryNonMSP.iss file to the directory as updated above.
  6. If you opt to create your own .iss file for the installation, execute the command:
    <.exe file name> -a -r -f1"<iis installation directory path>\WindowsPrimaryNonMSP.iss" -f2"<iis installation directory path>\WindowsPrimaryNonMSP.log"
  7. Open the command prompt as an administrator and navigate to the ManageEngine_PAM360_64.bit.exe file location.
  8. Execute the command:
    ManageEngine_PAM360_64bit.exe -a -s -f1"<iis installation directory path>WindowsPrimaryNonMSP.iss" -f2"<iis installation directory path>\WindowsPrimaryNonMSP.log"
    PAM360 will get installed, and the service will start automatically.

1.2 Installing PAM360 for a Secondary Server

  1. Download the file ManageEngine_PAM360_64.bit.exe.
  2. Download the installation file WindowsSecondaryNonMSP.iss.
  3. Open the WindowsSecondaryNonMSP.iss file in Notepad and edit Name, Mail ID (mandatory), Phone, Company, and Country (mandatory).
  4. Update the directory path 'szDir' to the desired path and save the file.
  5. Now, move the WindowsSecondaryNonMSP.iss file to the directory as updated above.
  6. If you opt to create your own .iss file for the installation, execute the command:
    <.exe file name>  -a -r -f1"<iis installation directory path>\WindowsSecondaryNonMSP.iss" -f2"<iis installation directory path>\WindowsSecondaryNonMSP.log"
  7. Open the command prompt as administrator and navigate to the ManageEngine_PAM360_64.bit.exe file location.
  8. Execute the command:
    ManageEngine_PAM360_64bit.exe -a -s -f1"<iis installation directory path>\WindowsSecondaryNonMSP.iss" -f2"<iis installation directory path>\WindowsSecondaryNonMSP.log"
    PAM360 will get installed, and the service will start automatically.

1.3 Installing PAM360 for a Read-Only Server

  1. Download the file ManageEngine_PAM360_64.bit.exe.
  2. Download the installation file WindowsSecondaryNonMSP.iss.
  3. Open the WindowsRONonMSP.iss file in Notepad and edit Name, Mail ID (mandatory), Phone, Company, and Country (mandatory).
  4. Update the directory path 'szDir' to the desired path and save the file.
  5. Now, move the WindowsRONonMSP.iss file to the directory as updated above.
  6. If you opt to create your own .iss file for the installation, execute the command:
    <.exe file name>  -a -r -f1"<iis installation directory path>\WindowsSecondaryNonMSP.iss" -f2"<iis installation directory path>\WindowsSecondaryNonMSP.log"
  7. Open the command prompt as administrator and navigate to the ManageEngine_PAM360_64.bit.exe file location.
  8. Execute the command:
    ManageEngine_PAM360_64bit.exe -a -s -f1"<iis installation directory path>\WindowsRONonMSP.iss" -f2"<iis installation directory path>\WindowsRONonMSP.log"
    PAM360 will get installed, and the service will start automatically.

2. Silent Installation on a Linux Server

2.1 Installing PAM360 for a Primary Server

  1. Download the file ManageEngine_PAM360_64.bit.bin for Linux.
  2. Download the installation file LinuxPrimaryNonMSP.txt.
  3. Open the LinuxPrimaryNonMSP.txt file in Notepad.
  4. Mention the user installation directory's path (USER_INSTALL_DIR) and file overwrite's (-fileOverwrite_) path.
  5. Save and move LinuxPrimaryNonMSP.txt to the directory path mentioned above.
  6. If you opt to create your own .txt file for the installation, execute the below commands:
    chmod a+x ManageEngine_PAM360_64bit.bin 
    ./ManageEngine_PAM360_64bit.bin -r LinuxPrimaryNonMSP.txt
  7. Open the console and navigate to ManageEngine_PAM360_64bit.bin file location.
  8. Execute the command:
    chmod a+x ManageEngine_PAM360_64bit.bin
  9. Execute the command:
    ./ManageEngine_PAM360_64bit.bin -i silent -f /<.txt file installation directory>/LinuxPrimaryNonMSP.txt
    Upon execution, PAM360 will get installed and the service has to be started manually.

2.2 Installing PAM360 for a Secondary Server

  1. Download the file ManageEngine_PAM360_64.bit.bin for Linux.
  2. Download the installation file LinuxSecondaryNonMSP.txt.
  3. Open the LinuxSecondaryNonMSP.txt in Notepad.
  4. Mention the user installation directory's path (USER_INSTALL_DIR) and file overwrite's (-fileOverwrite_) path.
  5. Save and move LinuxSecondaryNonMSP.txt to the directory path mentioned above.
  6. If you opt to create your own .txts file for the installation, execute the below commands:
    chmod a+x ManageEngine_PAM360_64bit.bin 
    ./ManageEngine_PAM360_64bit.bin -r LinuxSecondaryNonMSP.txt
  7. Open the console and navigate to ManageEngine_PAM360_64bit.bin file location.
  8. Execute the command:
    chmod a+x ManageEngine_PAM360_64bit.bin
  9. Execute the command:
    ./ManageEngine_PAM360_64bit.bin -i silent -f /<.txt file installation directory>/LinuxSecondaryNonMSP.txt
    Upon execution, PAM360 will get installed and the service has to be started manually.

2.3 Installing PAM360 for a Read-Only Server

  1. Download the file ManageEngine_PAM360_64.bit.bin for Linux.
  2. Download the installation file LinuxRONonMSP.txt.
  3. Open the LinuxRONonMSP.txt in Notepad.
  4. Mention the user installation directory's path (USER_INSTALL_DIR) and file overwrite's (-fileOverwrite_) path.
  5. Save and move LinuxRONonMSP.txt to the directory path mentioned above.
  6. If you opt to create your own .txts file for the installation, execute the below commands:
    chmod a+x ManageEngine_PAM360_64bit.bin 
    ./ManageEngine_PAM360_64bit.bin -r LinuxRONonMSP.txt
  7. Open the console and navigate to ManageEngine_PAM360_64bit.bin file location.
  8. Execute the command:
    chmod a+x ManageEngine_PAM360_64bit.bin
  9. Execute the command:
    ./ManageEngine_PAM360_64bit.bin -i silent -f /<.txt file installation directory>/LinuxRONonMSP.txt
    Upon execution, PAM360 will get installed and the service has to be started manually.



Top