Follow the steps in this topic to install the Sensor Data Services for WebSphere® Premises Server.
If you do see errors or exceptions in the installation log files, try reinstalling the product after changing the installer's input values by according to the install.log file. If you are still seeing errors after reinstalling WebSphere Premises Server, contact IBM® Support.
The installation also creates a bundle repository in your IBM HTTP Server document root path, IHS_HOME\htdocs\system_locale\bundles. For example, the path for a Windows operating system may be C:\Program Files\IBM HTTP Server\htdocs\en_US\bundles. This repository stores all the device application bundles for OSGi Equinox for management by the Bundle Repository Server.
See Log file locations and settings for the default installation locations of the edge alerts and heartbeat log files.
The following applications should appear with green status arrows next to them:
com.ibm.rfid.bundle.list.url=http://IP_address:port_number/bundleadmin/GetBundle?name=http://IBM_HTTP_Server_IP_address/bundles/bundlelists/dc_core4dts.txt
This code specifies the URL used by the bundle loader to retrieve the list of bundles to load. If the Bundle Repository Server is on a separate server from WebSphere Premises Server, then replace the IP_address and IBM_HTTP_Server_IP_address values in this property with the IP address of the server hosting the Bundle Repository Server.
The default port number is 9080. This port number is defined when you create your WebSphere Application Server profile.
The bundle list should be set to the dc_core4dts.txt file.
com.ibm.rfid.edge.config.url=http://IP_address:port_number/ibmrfidadmin/premises.sl?action=getconfig&edge=E2&version=6.1
This code specifies the Data Capture and Delivery controller to use. For testing purposes, the configuration uses the default E2 controller, which is shipped as a sample Data Capture and Delivery controller with WebSphere Premises Server. The E2 controller loads the Simulated Reader to help verify your configuration before testing with a real reader. For a production environment, use the E0 controller.
The default is the localhost address, 127.0.0.1.
PREFIX http://IP_address/bundles/
For Windows operating
systems, if you are running WebSphere Application Server, IBM HTTP Server, WebSphere MQ, and Data Transformation service
on the same server, you need to ensure that the Data Transformation service
starts after WebSphere Application Server and WebSphere MQ when the
computer is rebooted. By default, there can be a situation where Data Transformation service
starts before the other applications, resulting in errors.
sc config IBMWebSpherePremisesServerDTService depend= "MQSeriesServices/IBMHTTPServer6.1/IBMWAS61Service - PremisesNode"
Data Transformation service should show a dependency on the starting of the WebSphere Application Server, IBM HTTP Server, and WebSphere MQ services.
In a Linux environment, WebSphere Application Server and IBM HTTP Server are not
automatically started when the computer reboots, but Data Transformation service
and WebSphere MQ are
automatically started. If all of the products are installed on the
same server, the startup sequence can result in errors.
To reduce the possibility of errors occurring, remove the ibm_dts_service from the automatic startup by issuing this command:
chkconfig --level 35 ibm_dts_service off
If you need to uninstall the WebSphere Premises Server software, refer to Uninstalling WebSphere Premises Server.
(c) Copyright IBM Corporation 2004, 2008. All rights reserved.
U.S. Government Users Restricted Rights - Use, duplication or disclosure restricted
by GSA ADP Schedule Contract with IBM Corp.