Single server installation
A single server installation allows you to run all of the IBM® Cognos® Analytics server components on the same machine.
You need administration privileges to install and uninstall IBM Cognos Analytics.
Before you begin
- Gateway URI
- External dispatcher URI
- Internal dispatcher URI
- Dispatcher URI for external applications
- Content Manager URIs
- Group contact host
- Member coordination host
- Server common name
Procedure
- Sign in to Passport Advantage and navigate to Download software and request media. Follow the instructions on screen to select the installer and repository you want to download.
- Double click the installer file, and follow the directions in the installation wizard to copy
and install the files to your computer.
Installation log files are found here: <installLocation/uninstall/logs>.
- Once completed, navigate to Drivers folder <InstallLocation\drivers> and place appropriate JDBC drivers for Content Store and Audit databases.
- Navigate to shortcut location and launch Cognos Configuration.
- If the Gateway option was selected, modify the Gateway URI
to the following format:
<http://applicationTierServer:applicationTierPort/bi/v1/disp
.Use HTTPS if SSL is being used. For more information, see SSL Documentation.
- Configure the Audit Database.
- Right click on .
- Set the name to Audit.
- Set the type to Database.
- Right click on .
- Set the name to Audit.
- Select the type in Select your database type.
- Select the database server and port number.
- Set database user ID and password.
- Set the database name and encryption.
- Configure the Authentication Provider.
- Right click .
- Set the name.
- Set the Type (Group)
- Set the Type
For more authentication details, please refer to Configuring Cognos Analytics guide, Chapter 7
- If Content Store is Db2, fill in the following fields:
- Database Server and port number.
- User ID and Password for the database.
- Database name and encryption.
- If Content Store is not Db2, complete the following steps:
- Right Click Content Manager and select Delete. Confirm deletion.
- Right Click .
- Set the Name.
- Set the Type (Group).
- Set the Database Server and Port number.
- Set the User ID and Password for the database.
- Set the Database name and Encryption.
- Configure a mail Server.
- Click Notification.
- Set the SMTP mail server.
- Set account and password, if applicable.
- Set default sender, if applicable.
- Set the SSL encryption enabled value.
- Configure a notification store.
- Click .
- Set the name as Notification Store.
- Select your notification store database type in Type.
- Set the database server and port number.
- Set the User ID and password.
- Set the Database name.
- Set the Encryption.
- Test the configurations to ensure settings are valid. Do this by clicking .
If you have not set up a Gateway you can now access IBM Cognos Analytics here: serverName:9300/bi.
Required and Optional tasks after installation
The following chart shows required and optional tasks after installing components.
Task | Resources | Required or Optional |
---|---|---|
You must use one of the supported enterprise-level databases as the content store in a production environment. The content store is a database that Content Manager uses to store global configuration data, global settings (such as the language and currency formats shown in the user interface), connections to data sources, and product-specific content. |
See Guidelines for creating the content store and Installing and configuring Content Manager for the content repository. |
Required |
Configure after installing components. These configuration actions are critical to the success of your installation. |
Required | |
For authenticated logon, you must configure IBM Cognos Analytics components with an appropriate namespace for the type of authentication provider in your environment. |
Required | |
You can create an audit database to store log messages. |
See Audit Database. |
Optional |
Configure your IBM® Cognos® Analytics mail server to send notifications using IBM Cognos Event Studio. |
See Mail Server Setup. |
Optional |
You can use a separate database for notification in situations where you run large volumes of batch reports and email. By default, the notification server uses the same database that Content Manager uses for the content store. |
Optional | |
Configure your web server. | You must configure your web server before users can connect to the IBM® Cognos® Analytics portal. For IBM Cognos Analytics for reporting, you must also set the content expiry for the images directory in your web server so that the web browser does not check image status after the first access. This tool automates the configuration steps based on the IBM Knowledge Center article – Configuring IIS with Cognos Analytics. See Internet Information Services Automated ScriptTo view and browse images in the Reporting, configure Web Distributed Authoring and Versioning (WebDAV) on your web server. Report authors can browse for images to include in reports in a way that is similar to browsing a file system. On Microsoft Internet Information Services (IIS) web servers, you must first enable the WebDAV feature, and then configure your web server to access the image location. |
|
Configure your web server (continued) |
To view and browse images in the Reporting, configure Web Distributed Authoring and Versioning (WebDAV) on your web server. Report authors can browse for images to include in reports in a way that is similar to browsing a file system. On IBM HTTP Server or Apache HTTP Server, you must add directives to your server configuration file, and then configure the directory access. See WEBDAV Apache/IBM HTTP Server. After you complete this web server procedure, the server can handle requests for static files (such as .js, .html, .css), load balance requests to IBM Cognos Analytics, and route SSO requests through the IBM Cognos Analytics gateway code. |