Migration
If you are already using iSeries Access for Web within another Web application server, refer to New Web application server considerations. This topic discusses additional CFGACCWEB2 command parameters that can be input to migrate user data from an existing configuration to this new configuration.
Several messages similar to these will be displayed:
- Configuring iSeries Access for Web.
- Preparing to perform the configuration changes.
- Calling WebSphere to perform the configuration changes.
- iSeries Access for Web command has completed.
- The WebSphere instance application server must be stopped and then started to enable the configuration changes.
Press F3 or Enter when the command completes to exit the display session.
To use the QShell script command, follow these steps:
- Start the QShell environment using the following command: QSH
- Make the iSeries Access for Web directory the current directory. Run this command:
cd /QIBM/ProdData/Access/Web2/install
- Configure iSeries Access for Web for the Web application server previously created:
cfgaccweb2 -appsvrtype *WAS60ND -wasprf iwa60nd -appsvr iwa60nd
These are the parameters used:
- -appsvrtype
- Tells the command which Web application server to configure.
- -wasprf
- Tells the command which profile of the Web application server to configure.
In previous releases of WebSphere, the -wasinst parameter was used. In WebSphere Application Server Network Deployment V6.0 for OS/400, profiles have replaced instances.
- -appsvr
- Tells the command the name of the Web application server within the profile to configure.
For help on this command and the parameters, specify the -? parameter. Migration
If you are already using iSeries Access for Web within another Web application server, refer to New Web application server considerations. This topic discusses additional CFGACCWEB2 command parameters that can be input to migrate user data from an existing configuration to this new configuration.
- Several messages similar to these will be displayed:
- Configuring iSeries Access for Web.
- Preparing to perform the configuration changes.
- Calling WebSphere to perform the configuration changes.
- iSeries Access for Web command has completed.
- The WebSphere instance application server must be stopped and then started to enable the configuration changes.
- Press F3 when the command completes to exit the QShell session.
- If the command were to fail or indicate an error,
refer to the log files:
- /QIBM/UserData/Access/Web2/logs/cmds.log
High level, cause and recovery information; translated.
- /QIBM/UserData/Access/Web2/logs/cmdstrace.log
Detailed command flow for IBM Software Service; English only.
- After successfully configuring iSeries Access for Web,
the WebSphere application server must be restarted to load the changes to its configuration. This will be done later.
- Signoff the 5250 session window and close the window.
- Start the Web environment.
- Return to the browser window that is open to the IBM Web Administration for iSeries server management page.
- The Manage > Application Servers tabbed page should be active. Under Instance/Server is listed iwa60nd/iwa60nd – WAS, V6.0 ND with a status of Running. Stop and restart the WebSphere application server:
- Select the red icon next to the Running status to stop the WebSphere server.
Select the refresh icon next to the Stopping status to refresh the page if the page does not periodically refresh.
- When the status is updated to Stopped, select the green icon next to Stopped to start the WebSphere application server.
- The status will be updated to Starting. Select the refresh icon next to the Starting status to refresh the page if it does not periodically refresh.
Wait for the status to be updated to Running before moving to the next step. iSeries Access for Web will load and start as the WebSphere application server starts.
- Select the HTTP Servers tabbed page.
- Under Server, select IWA60ND - Apache.
The current status of this Apache HTTP server should be Stopped. Select the green icon next to the status to start the HTTP server. The status is updated to Running.
- Close the browser window.
- Use a browser to access iSeries Access for Web.
- Open a browser to either of the following addresses to access iSeries Access for Web:
http://<system_name>:2046/webaccess/iWAHome
http://<system_name>:2046/webaccess/iWAMain
- Log in using an i5/OS® user ID and password. The initial load of iSeries Access for Web might take a few seconds. WebSphere Application Server is loading Java™ classes for the first time. Subsequent loads of iSeries Access for Web will be faster.
- The iSeries Access for Web Home or Main page displays.
- Close the browser window.
By following the preceding steps, you completed these tasks:
- Created a WebSphere Web application server named iwa60nd.
- Created an HTTP server named IWA60ND.
- Configured iSeries Access for Web for the WebSphere application server.
- Stopped and restarted the WebSphere application server and HTTP web server.iSeries Access for Web started when the WebSphere application server started.
- Verified that iSeries Access for Web can be accessed from a Web browser.
In this example, only the CFGACCWEB2 command is used to configure iSeries Access for Web.
For more information about using all the iSeries Access for Web CL commands, use the CL command finder.
Parent topic:
Examples for configuring a new Web application server environment