Completing the post installation tasks
After you run the Community Surveys installer for either WebSphere Application Server, you must complete the installation by setting up the Community Surveys environment.
Before you begin
About this task
When you attempt to log in to Community Surveys for the first time, you are shown a setup screen. Following the steps on the setup screen completes the Community Surveys installation.
- Phase 1 - Basic Environment Setup
- Phase 2 - Secured Environment Setup
Procedure
-
Go to the location of your Community Surveys installation.
- Open a web browser and enter http://hostname:port/surveys/.
The web browser shows the following message:Community Surveys is not set up. Until that occurs, all normal requests are disabled. Click Setup to start the setup process.
-
Click Setup.
The Community Surveys setup window opens and automatically runs Phase 1: Basic Environment Setup.
-
To begin Phase 2- Secured Environment Setup, click Continue to Secured
Setup.
You are shown the Community Surveys log in screen.
-
Log in using the Administrative user ID and password
WebSphere Application Server.
After you log in, you are returned to the Community Surveys setup page, and the Secured Setup continues automatically.
-
When the Secured Setup is complete, click Continue to Manager.
Community Surveys is now ready to use.
-
After you have verified that Community Surveys is working, create the these extra table spaces
to minimize the database size as applications are created. Connect to the Community Surveys DB2® as a DB2® administrator.
Enter the following commands:
db2
CREATE BUFFERPOOL FEB4KBP IMMEDIATE SIZE 250 AUTOMATIC PAGESIZE 4 K
db2
CREATE LARGE TABLESPACE USERSPACE4K PAGESIZE 4 K MANAGED BY AUTOMATIC STORAGE BUFFERPOOL FEB4KBP
db2
CREATE BUFFERPOOL FEB8KBP IMMEDIATE SIZE 250 AUTOMATIC PAGESIZE 8 K
db2
CREATE LARGE TABLESPACE USERSPACE8K PAGESIZE 8 K MANAGED BY AUTOMATIC STORAGE BUFFERPOOL FEB8KBP
db2
CREATE BUFFERPOOL FEB16KBP IMMEDIATE SIZE 250 AUTOMATIC PAGESIZE 16 K
db2
CREATE LARGE TABLESPACE USERSPACE16K PAGESIZE 16 K MANAGED BY AUTOMATIC STORAGE BUFFERPOOL FEB16KBP