Versions Compared

Key

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

...

  • Performing headless installation of JOC Cockpit on Unix systems without root permissions:

    Code Block
    languagetext
    titleStarting headless installation of the JOC Cockpit on Unix systems without root permissions
    # login as the user account (not as root)
    ./setup.sh -u joc_install.xml
    • All files in the installation and configuration directories will be owned by the user account
  • Performing headless installation of JOC Cockpit on Unix systems from a user account that can acquire root permissions:

    Code Block
    languagetext
    titleStarting headless installation of the JOC Cockpit on Unix systems with root permissions
    # login as the user account (not as root)
    ./setup.sh joc_install.xml
    • The installer will use sudo to acquire root permissions. Execution of the above command by the root account is denied.
    • Files in the installation directory will be owned by the root account, files in the configuration directory will be owned by the user account, see below.
  • Performing headless installation of JOC Cockpit on Windows systems requires administrative privileges:

    Code Block
    languagetext
    titleStarting headless installation of the JOC Cockpit on Windows systems
    @rem login with an account that can acquire elevated privileges for administrative tasks
    setup.cmd joc_install.xml

Note: Do not miss to specify the joc_install.xml response file as a command line argument when executing setup.sh or setup.cmd. Without specifying the response file the graphical installer is invoked, see JS7 Installation: How to install the JS7 JOC Cockpit on premises using the Graphical Installer.

Directory Layout

By default the installation is added

...