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.
-
Get the OnePart software files. If you have already done so go to Step 2.
- Download the OnePart installation kit or copy it from the DVD to your Windows Server.
- Verify that you have Administrator rights on the Windows server.
-
Double-click the icon
for the file
onepart-2022x.xxx-windows-x64.exe
to run OnePart’s Setup wizard. -
Follow the wizard to copy the software files to a home directory
for OnePart. By default, the wizard tries to install in
C:\OnePart
. -
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
- Choose the Advanced installation option to exit the wizard.
-
Copy your license file,
cvlicense.dat
, to the home directory.For example,C:\OnePart
-
To open the command line as Administrator:
-
In Windows, click
Start, then search for
cmd.
-
Right-click
cmd.exe
and select Run as administrator. - Enter a user name and password with administrator permissions on this server.
-
In Windows, click
Start, then search for
cmd.
-
In the command line, go to your installation directory. For
example, from the
C:
drive type:cd C:\OnePart
-
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 -
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
-
To accept, type:
Y
to install now. -
To change one or more parameters, type
N
- 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
(replaceXXXXX
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
(replaceyourusername
andyourpassword
with your own values)By default, the
username
=admin and thepassword
=exalead - data
directory:
The install can take several minutes, when you get the message “OnePart successfully deployed!” then OnePart is now running.