Verifying the installation
You can verify that the
product was installed successfully by using the following procedures.To review the TrueSight Network Automation installation log files
- If you just completed installing and the installer prompts you to view the installation log, click View Log and skip to step 3.
- If you already exited the installation host, perform the following steps:
- Log on to the application server.
Open the bcan_install_log.txt log file in the installation directory for your operating system.
Location of installation log filesPlatform
Default installation log location
Linux
/tmp
Microsoft Windows
C:\windows\temp
- In the log, verify whether any error messages were reported.
If no error messages were reported, the installation was successful. You can skip the rest of the verification procedures in this topic. - For all error messages, perform the following procedures:
- If a SEVERE error message is reported, additionally perform the steps documented in the Resolving-a-Severe-error-message-in-the-installation-log topic.
To verify that the required TrueSight Network Automation services are running
From application server, ensure that the following processes (Linux) or services (Windows) are running on the target host:
- Windows:
- BCA-Networks Web server
- BCA-Networks TFTP server
- Linux: bca-networks (ps -ef | grep bca-networks)
If this process is not running on Linux, you can attempt to start it by using the following command:
systemctl start enatomcat
To verify that you can log on to the TrueSight Network Automation console
Log on to the application server from a web browser using the sysadmin user name and sysadmin password.
http://<serverHostNameOrIPAddress>:<port>/bca-networks
The default port is 80. After you successfully log on the first time, you are required to change the password.
By default, email address of the sysadmin user is defined as none. Therefore, you need to change the email address if you want to send any emails to the sysadmin user. To change the email address, edit the sysadmin user.
To verify the configuration information specified during installation
- From the console, navigate to Admin > System Admin > System Parameters.
- Verify that the following values specified during the installation are correct:
- User name
- Enable TrueSight Orchestration Integration
- Enable CMDB Integration
- If UDDI integration was enabled, check the values for the host name and port in Web Services Base URL under Enable Web Services Registry Integration.
Related topic