Skip to content

Installation and Updates

This page explains how to install Integration Platform on a new machine and update an existing system to the latest version. Read the article in its entirety before beginning the installation or update process.

New Installation

Before you begin the installation you must verify that your machine meets or exceeds the Host Machine System Requirements

  • Configure any DNS servers that are required to connect this system to other resources on your network
  • Configure any HTTP|HTTPS web proxy servers if required to access the Internet
  • Configure your system to allow outgoing HTTP|HTTPS traffic to the internet and incoming HTTP traffic on port 80 and 9090 from the browser you will use to configure the system.
  • Know the repository credentials for downloading the software.
  • The install script will prompt for these credentials when needed.

    • NECAM Region Users - including LATAM
      • For username use necam/youremail@company.com
      • The email address should be the email address associated to your https://necanytime.com account
      • For password:
        • If you are not an NEC employee use your https://necanytime.com password
        • If you are an NEC employee please go to your https://necanytime.com account, under My Account add a "Password for NEC Applications" to use for this purpose
      • Username: necam/john.smith@partner.com
      • Password: password
    • NECJ Region Users
      • For username use the NEC Software Activation License Center Username prefixed with necj/
      • For password use the normal NEC Software Activation License Center password
      • Username: necj/loginname
      • Password: password
    • EMEA Region Users

Download Install Script

After connecting a terminal to the target machine, execute the following command to download the installation script. Note that the first command has capital letter "O" (not a zero digit) after the hyphen.

curl -Ofv https://nec-downloads.com/nap/nap-install.sh

If you are unable to download the install script you may need to follow the System Requirements > Configure HTTP|HTTPS Proxy instructions.

Run Install Script

The installation script will download and install a small number of required software packages on the target machine. Execute the following command with root privileges and monitor its progress.

sudo bash nap-install.sh

If your configuration has networks that conflict with the internal docker networks (172.17.0.0/16, 172.18.0.0/16, 10.255.0.0/16, 10.116.187.0/24, 10.117.0.0/16) see the System Requirements section and configure those networks before continuing to the next step.

During the install you will be prompted to select a download region. Please select the number that best describes your NEC sales region. You will also be prompted to enter your repository credentials to allow access to the download. See the New Installation section for details on the account to be used.

If other software updates are in progress, it will display the message "[Waiting for other software updates to finish...]". If the updates take more than 10 minutes the installation will be aborted and it will display the message "Other software updates still in progress after waiting 10 minutes, aborting install".

When the script is finished executing it will display the message "To continue, open a web browser to this address: http://###.###.###.###:9090."

If your system does not meet the recommended system requirements a message will be displayed in the console and you must respond to continue. More information on the system requirements can be found in the System Requirements section.

Follow Setup Wizard

At this point, you should open a compatible web browser which is able to access the address that was displayed when the install script finished.

The browser should display a Setup Wizard website which will guide you through the rest of the installation process.

The Setup Wizard is automatically displayed in the language that was set as preferred by the end user in the web browser. Supported languages are en-Us and ja, the default one being english.

Administrator Account

An administrator login account must be configured which will be the first login that can be used to access the system after the installation is finished.

  • Password must contain at least 1 digit, 1 uppercase character, 1 lower case character, and 1 non-alphanumeric character
  • Password must be between 6 and 100 characters long

Monitor Installation Progress

During the last step of the Setup Wizard the progress of the automated portion of installation process will be displayed.

If the installation finishes successfully you will be redirected to the system's sign on page after all of the services have finished installing. You can log in using the administrator account credentials that were configured in the setup wizard.

If a service fails to start properly during the installation process it will stop and indicate that a failure has occurred. Refer to the troubleshooting section of this page for more information on what to do if your installation fails.

Sign In

You can sign in using the credentials that were configured during the administrator account configuration step of the setup wizard.

Updates

The Administration > About page can be used to view the current version information and update an existing system to the latest version of software that is available.

If your system is backup capable, such as hosted on a hypervisor system, it is recommended to create a checkpoint of the virtual machine prior to running the software update to create a restore point.

If a software update contains modifications for the systems user interface you may need to force a reload of the website, or sign out and then sign in after the update has completed.

Troubleshooting

This section contains information which can be used to troubleshoot unexpected issues which may occur during the installation process.

Installation and Update Issues

If an unexpected problem occurs during an installation or software update which results in the user interface being inaccessible, detailed troubleshooting information can be retrieved from log files within the system's host machine. To view the contents of these log files you must connect a terminal to the machine and have root access.

If a problem occurs during the execution of the nap-install.sh script, detailed troubleshooting data can be found in the file /var/log/nec/install.log. It can be viewed by typing the following command in your terminal session:

sudo nano -v /var/log/nec/install.log

If a problem occurs while using the Setup Wizard, or during a software update, detailed troubleshooting data can be found in the file /var/log/nec/orchestration.log. It can be viewed by typing the following command in your terminal session:

sudo nano -v /var/log/nec/orchestration.log

Networking

If there are issues accessing remote systems from Integration Platform, the following commands can assist in checking network connectivity. The examples below use the very small busybox Docker container to run the commands in order to have a similar environment to the rest of the Integration Platform system. These commands are useful when troubleshooting DNS and networking issues from Docker containers (e.g. if the Setup Wizard will not pass the FQDN page). Keep in mind that ping might be blocked on some networks or devices, so a negative result with ping does not necessarily indicate a network problem.

# Ping a network resource.
# Replace DESTINATION with the address (IP or FQDN) of your destination system.
docker run busybox ping DESTINATION

# Run a DNS lookup.
# Replace DESTINATION with a name to look up (e.g. the FQDN of your Integration Platform system).
docker run busybox nslookup DESTINATION

Reset Lost UIP Login Account Password

If the password(s) for accessing UIP have been lost it is possible to Reset a UIP Login Account Password.