Testing your installation
To test your Validate installation, you can create and analyze your own sample project.
Start the servers
Start the servers with validate service start:
validate service --projects-root <projects_root> start
where <projects_root> is the projects_root directory you specified during installation
Example
validate service --projects-root /space/Validate/projects_root start
You see messages indicating that the servers have been started, showing the server host name and port number and the path to the projects_root. For example:
Using projects root: /space/Validate/projects_root Local Host is: serverxyz.com [13.1.1.142] Starting License Server [started on serverxyz.com:27000] (projects root is /space/Validate/projects_root) Starting Database Server [started on serverxyz.com:3306] (projects root is /space/Validate/projects_root) Starting Validate Server [started on serverxyz.com:8080] (projects root is /space/Validate/projects_root)
Log in to Validate
username: jsmith password: <empty>
Create a sample project
To test your installation, you can create a sample project in Validate:
- Open Validate (For example, by accessing http://localhost:8080)
-
On the login page, enter the credentials provided by your administrator, or your LDAP or NIS user name and password.
-
In the Projects tab, select Create a project.
-
Enter your project name, description, and other fields as necessary. Click Create to finalize your project.
After you have created your sample project, you can run your analysis in Helix QAC and import the results.