Install using install.bat

OnePart is delivered with a Setup wizard that handles most basic installations. However, for custom and multi-host installations you are required to use the command line procedure below.

This task shows you how to:

Install as a Windows service

This will install and start OnePart as a Windows service under the local system account, by default. For more install options, see -serviceUser in Complete install.bat parameters.

  1. Get the OnePart software files. If you have already done so go to Step 2.
    1. Download the OnePart installation kit or copy it from the DVD to your Windows Server.
    2. Verify that you have Administrator rights on the Windows server.
    3. Double-click the icon for the file onepart-2022x.xxx-windows-x64.exe to run OnePart’s Setup wizard.
    4. Follow the wizard to copy the software files to a home directory for OnePart. By default, the wizard tries to install in C:\OnePart.
    5. Choose this home directory carefully. This is where OnePart will be extracted to, installed, and where working files will reside.
      To install in a different folder, click 'Browse' and select another folder. We do NOT recommend installing in folders such as: C:\PROGRAM FILES\OnePart C:\users\root\OnePart C:\TMP\OnePart
    6. Choose the Advanced installation option to exit the wizard.
  2. Copy your license file, cvlicense.dat, to the home directory.
    For example, C:\OnePart
  3. To open the command line as Administrator:
    1. In Windows, click Start, then search for cmd.

    2. Right-click cmd.exe and select Run as administrator.
    3. Enter a user name and password with administrator permissions on this server.
  4. In the command line, go to your installation directory. For example, from the C: drive type:

    cd C:\OnePart

  5. Type install.bat -withdemo

    Note: If you are just getting started with OnePart then we highly recommend that you use this -withdemo option. This will install OnePart and the demo data that is needed to continue with the examples in this guide.

    Note: If you are an advanced user, see the options available in Step 7 and for a listing of all the options see Complete install.bat parameters

  6. After a few moments, you will be prompted to verify the default parameters.
    • data directory: C:\OnePart\datadir
    • license path: C:\OnePart\cvlicense.dat
    • base port: 10000
    • instance: onepart
    1. To accept, type: Y to install now.
    2. To change one or more parameters, type N
    3. Then choose between the following actions:

    To

    Type

    Comments

    To install OnePart and the demo

    install.bat [other parameters] -withdemo

    -

    To install only the demo on a existing OnePart instance

    install.bat -demoonly

    -

    To change your port number

    install.bat -port XXXXX (replace XXXXX with the new port number).

    By default, the port is 10000.

    To change the CloudView Administration Console’s user name and password (highly recommended)

    install.bat -username yourusername -password yourpassword (replace yourusername and yourpassword with your own values)

    By default, the username=admin and the password=exalead

The install can take several minutes, when you get the message “OnePart successfully deployed!” then OnePart is now running.

Related documentation

For more information, see also:

  1. For NETVIBES OnePart, the Windows installation procedures.
  2. For Exalead CloudView, the Exalead CloudView Administration Guide.