Getting started with HCL OneDB™ Explore
About this task
This topic provides a brief tutorial to help you get started with HCL OneDB™ Explore.
Prerequisites
The following table lists the software prerequisites for HCL OneDB™ Explore:
| Software | Required Version |
|---|---|
| HCL OneDB™ Database Server | 1.0 |
| Java | 1.8 |
Starting the HCL OneDB™ Explore Server
This section walks you through the easiest way to start the HCL OneDB™ Explore server.
For more advanced topics, like configuring logging or starting HCL OneDB™ Explore Server from the command line, see Starting the OneDB Explore Server .
Procedure
-
Create a HCL OneDB™ Explore
Server properties file.
# required initial password for the admin user initialAdminPassword=myPassword # optionally, uncomment these properties to have OneDB Explore encrypt its internal H2 database #h2.encrypt.enable=true #h2.encrypt.password=passwordFor more information see, HCL OneDB™ Explore Server Configuration. -
Locate the start/stop script in the $ONEDB_HOME/explore
directory and run the following command to start the server.
OneDBExplore startServer=serverName where serverName is the name of your process for HCL OneDB™ Explore Server.
- In a web browser, go to http://localhost:8080 and login with your admin credentials.
- From the main dashboard, click create server and/or create groups to add connection information to your OneDB servers.