Operating Systems: i5/OS
             Personalize the table of contents and search results

 

Set up and using the profile environment through commands

 

Use commands to create a profile, start a server, display ports, and open the administrative console. This task assumes a basic familiarity with the manageprofiles command, other Application Server commands, and system commands.

Before you can create and use a profile, install WebSphere Application Server.

 

Overview

Perform the following steps to create and use the profile environment.

 

Procedure

  1. Create the server profile from the original installation:

    app_server_root/bin/manageprofiles

    Assume that you create the profile by using the defaults.

  2. Start the server.

    The server name is the same name as the profile, which, in this case, is AppSrv01. Issue the startServer command.

    startServer -profileName AppSrv01

  3. Display the ports for your new profile by using the dspwasinst QShell script:

    app_server_root/bin/dspwasinst -profileName profileName
    The WC_adminhost port listed under Other Ports is the administrative console port.

  4. Open the administrative console for your server. For example, if the value of the WC_adminhost port is 9061, specify the following Web address in your browser:
    name or IP address:9061/ibm/console
    
    
    

 

Results

You created an Application Server profile, started an Application Server, and accessed the administrative console through commands.

 

What to do next

Deploy an application.


}
manageprofiles command