Cognos ReportNetTM Installation and Configuration Guide

Cognos ReportNetTM Installation and Configuration Guide Cognos ReportNetTM Installation and Configuration Guide

sharepoint.cabq.gov
from sharepoint.cabq.gov More from this publisher
20.07.2014 Views

Chapter 2: Installing ReportNet on UNIX 9. Grant create and drop table privileges on the content store to the user account. Ensure that the user account has CREATETAB, CONNECT and IMPLICITSCHEMA privileges for the content store. Ensure that the user account has USE privileges for the USER TEMPORARY tablespace and other appropriate tablespaces associated with the content store. For Windows XP, ensure that the user account has GRANT privileges for the USER TEMPORARY tablespace. Install ReportNet on UNIX Use the installation wizard to select the components you want to install and the location on your computer where you want to install them. Only the components that you choose to install are copied from the CD to your computer. Tip: You can install the gateway and Report Server components on multiple computers. You install Content Manager on only one computer. Install ReportNet components using either a character-based interface or a graphical user interface. To run graphical-mode installation, the console attached to your UNIX computer must support a Java-based graphical user interface. ReportNet respects the file mode creation mask (umask) of the account running the installation program. This affects only the installation directories. It does not affect the file permissions within the directories. However, run-time generated files, such as logs, respect the umask. We recommend umask 022 on the installation directory. Ensure that you verified your system requirements (p. 17) and that you created the database for the content store. Ensure also that required third-party software, such as a Web server and a Java Virtual Machine, is available. Ensure that if ReportNet uses a relational database as a data source for metadata, you set the environment variables for these databases. Tip: If you plan to use ReportNet with a third party application server, such as WebSphere or WebLogic, to avoid file permission conflicts, create a new UNIX group. You could call this group reportnet. This group must contain the user that starts the application server and the user that owns the ReportNet files. Change the group ownership of the ReportNet files to the reportnet group and change the file permissions for all ReportNet files to GROUP READABLE/WRITABLE/EXECUTABLE. Steps 1. Set the JAVA_HOME environment variable to point to the location of your Java Runtime Environment (JRE). 2. Mount the ReportNet CD with Rock Ridge file extensions. Important: To mount the Cognos CD on HP-UX, do the following: • Confirm that the pfs_mount daemons are running by typing ps | grep pfs • If the pfs_mount daemons are not running, type bg pfs_mountd bg pfsd • Type pfs_mount -t rrip /Device Name/cd-rom • Type pfs_umount • Stop the pfsd and pfs_mountd daemons to unmount the CD. 22 Cognos ReportNet TM

Chapter 2: Installing ReportNet on UNIX 3. Go to the directory that is appropriate for your operating system and start the installation: • If you use XWindows, type ./xstartup • If you do not use XWindows, type ./xwsetup 4. Follow the directions in the installation wizard and copy the required files to your computer. 5. Choose how to proceed in the Finish page of the installation wizard: • We recommend that you do not configure ReportNet immediately because you must do other tasks first to ensure that your environment is properly set up. However, if the console attached to your computer supports a Java-based graphical user interface, you can click Start Cognos Configuration • If you want to see late-breaking information about Cognos ReportNet, select View the Readme and then select Finish. Tip: For character-mode installations on UNIX, close the readme text file by pressing Crtl + C or q. • If the console attached to your computer does not support a Java-based graphical user interface or if you want to configure ReportNet later, click Finish. You can later configure ReportNet using Cognos Configuration by starting crconfig.sh in the crn_location/bin directory, or editing crnstartup.xml in crn_location/configuration directory. 6. On HPUX, append the crn_location/bin directory to the SHLIB_PATH environment variable. If you use Oracle or DB2, you can now set up the database client for the content store. You must update your Java security framework. Set Up the Database Client for the Content Store Database If you use Oracle or DB2 as the database server for the content store, additional steps are required after you install ReportNet before you can configure ReportNet. If you use an Oracle database for the content store, you must set up the JDBC driver. If you use a DB2 database for the content store, you must set up the database client software and the JDBC 2.0 driver. If you use a Microsoft SQL Server database, the JSQLConnect.jar file is installed to the appropriate location by default and no additional steps are required. Steps for Oracle 1. On the computer where Oracle is installed, go to the ORACLE_HOME/jdbc/lib directory. 2. Copy the classes12.zip file to the crn_location/webapps/p2pd/WEB-INF/lib directory on the computer where Content Manager is installed. 3. Rename the classes12.zip file to classes12.jar. Steps for DB2 1. Install the DB2 client software on the computer where Content Manager is installed. 2. Run the DB2 Client Configuration Assistant to configure a database alias to the content store. 3. On Windows, stop the DB2 services and the HTML Search Server. Installation and Configuration Guide 23

Chapter 2: Installing ReportNet on UNIX<br />

9. Grant create <strong>and</strong> drop table privileges on the content store to the user account.<br />

Ensure that the user account has CREATETAB, CONNECT <strong>and</strong> IMPLICITSCHEMA<br />

privileges for the content store.<br />

Ensure that the user account has USE privileges for the USER TEMPORARY tablespace<br />

<strong>and</strong> other appropriate tablespaces associated with the content store.<br />

For Windows XP, ensure that the user account has GRANT privileges for the USER<br />

TEMPORARY tablespace.<br />

Install ReportNet on UNIX<br />

Use the installation wizard to select the components you want to install <strong>and</strong> the location on your<br />

computer where you want to install them. Only the components that you choose to install are<br />

copied from the CD to your computer.<br />

Tip: You can install the gateway <strong>and</strong> Report Server components on multiple computers. You<br />

install Content Manager on only one computer.<br />

Install ReportNet components using either a character-based interface or a graphical user<br />

interface. To run graphical-mode installation, the console attached to your UNIX computer must<br />

support a Java-based graphical user interface.<br />

ReportNet respects the file mode creation mask (umask) of the account running the installation<br />

program. This affects only the installation directories. It does not affect the file permissions<br />

within the directories. However, run-time generated files, such as logs, respect the umask. We<br />

recommend umask 022 on the installation directory.<br />

Ensure that you verified your system requirements (p. 17) <strong>and</strong> that you created the database for<br />

the content store. Ensure also that required third-party software, such as a Web server <strong>and</strong> a<br />

Java Virtual Machine, is available.<br />

Ensure that if ReportNet uses a relational database as a data source for metadata, you set the<br />

environment variables for these databases.<br />

Tip: If you plan to use ReportNet with a third party application server, such as WebSphere or<br />

WebLogic, to avoid file permission conflicts, create a new UNIX group. You could call this group<br />

reportnet. This group must contain the user that starts the application server <strong>and</strong> the user that<br />

owns the ReportNet files. Change the group ownership of the ReportNet files to the reportnet<br />

group <strong>and</strong> change the file permissions for all ReportNet files to GROUP<br />

READABLE/WRITABLE/EXECUTABLE.<br />

Steps<br />

1. Set the JAVA_HOME environment variable to point to the location of your Java Runtime<br />

Environment (JRE).<br />

2. Mount the ReportNet CD with Rock Ridge file extensions.<br />

Important: To mount the <strong>Cognos</strong> CD on HP-UX, do the following:<br />

• Confirm that the pfs_mount daemons are running by typing<br />

ps | grep pfs<br />

• If the pfs_mount daemons are not running, type<br />

bg pfs_mountd<br />

bg pfsd<br />

• Type<br />

pfs_mount -t rrip /Device Name/cd-rom<br />

• Type<br />

pfs_umount<br />

• Stop the pfsd <strong>and</strong> pfs_mountd daemons to unmount the CD.<br />

22 <strong>Cognos</strong> ReportNet TM

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!