WAS v8.0 > Install the application serving environment > Distributed operating systems > Configure the product after installation
firststeps command
The firststeps command starts the First steps console. The First steps console is a post-installation ease-of-use tool for directing WAS Network Deployment elements from one place. Options display dynamically on the First steps console, depending on features that you install and the availability of certain elements on a particular operating system platform. Options include verifying the installation, starting and stopping dmgr and application server processes, accessing the tools for creating and managing profiles, accessing the administrative console, and accessing the online information center.
First steps overview
A prompt to launch the First steps console displays on the last panel of the Profile Management Tool.
This version lets you start the Profile Management Tool to get started defining a cell, a management profile, and application servers for the cell. A cell consists of a dmgr profile and a federated application server profile. We can also define standalone application servers. Each profile has its own First steps console.
We can also start the First steps console from the command line as described later in this article.
First step consoles exist for the cell profile, the management profiles, the standalone application server profile, and the custom profile. The secure proxy profile only has a first steps console when installed and configured on a DMZ Secure Proxy Server node.
Available options for Network Deployment.
Options that display on each First steps console are shown in the following table:
Option Product Profiles Cell * Management (Deployment Manager, Administrative Agent, and Job Manager) Standalone Application Server Custom Secure Proxy Cell Deployment Manager Cell Node Installation verification No Yes No Yes Yes No Yes Start and stop the dmgr No Yes No Yes (dmgr) No No No Start and stop the server No No No No Yes No Yes Administrative console No Yes (if available) No Yes (if available) Yes (if available) No Yes WebSphere Customization Toolbox (containing the Profile Management Tool and the Configuration Migration Tool) Yes Yes Yes Yes Yes Yes Yes Information center Yes Yes Yes Yes Yes Yes Yes IBM Education Assistant Yes Yes Yes Yes Yes Yes Yes Exit Yes Yes Yes Yes Yes Yes Yes * When launching the First steps console from the Profile Management Tool in a cell-creation flow, the dmgr instance is used.
Option descriptions
Installation verification
This option starts the installation verification test. The test consists of starting and monitoring the dmgr or the standalone application server during its start up. If this is the first time that we have used the First steps console since creating a dmgr or standalone application server profile, click Installation verification to verify your installation. The verification process starts the dmgr or the application server.
The Start the dmgr option or the Start the application server option is unavailable while the IVT runs.
The IVT provides the following useful information about the dmgr or the application server:
- Name of the server process
- Name of the profile
- Profile path, which is the file path and the name of the profile
- Type of profile
- Cell name
- Node name
- Current encoding
- Port number for the administrative console, which is 9060 by default
- Various informational messages that include the location of the SystemOut.log file and how many errors are listed within the file
- Completion message
Start the server
This option toggles to Stop the server when the application server runs. This option displays when the First steps console is in a standalone application server profile or a cell profile.
After selecting the Start the server option, an output screen displays with status messages. The success message informs you that the server is open for e-business. Then the menu item toggles to Stop the server and the Administrative console option enables
If you select the Start the server option, the Installation verification option is unavailable while the application server runs.
Start the dmgr
This option toggles to Stop the dmgr when the dmgr runs. This option displays when the First steps console is in a dmgr profile or a cell profile.
After selecting the Start the dmgr option, an output screen displays with status messages. The success message informs you that the dmgr is open for e-business. Then the menu item changes to Stop the dmgr.
If you select the Start the dmgr option, the Installation verification option is unavailable while the dmgr runs.
Start the admin agent
This option toggles to Stop the admin agent when the admin agent runs. This option displays when the First steps console is in an admin agent profile.
After selecting the Start the admin agent option, an output screen displays with status messages. The success message informs you that the admin agent is open for e-business. Then the menu item changes to Stop the admin agent.
If you select the Start the admin agent option, the Installation verification option is unavailable while the admin agent runs.
Start the job manager
This option toggles to Stop the job manager when the job manager runs. This option displays when the First steps console is in a job manager profile or a cell profile.
After selecting the Start the job manager option, an output screen displays with status messages. The success message informs you that the job manager is open for e-business. Then the menu item changes to Stop the job manager.
If you select the Start the job manager option, the Installation verification option is unavailable while the job manager runs.
Administrative console
This option is unavailable until the application server or dmgr runs. The administrative console is a configuration editor that runs in one of the supported web browsers. The administrative console lets you work with XML configuration files for the standalone application server or the dmgr and all of the application servers that are in the cell.
To launch the administrative console, click Administrative console or point your browser to http://localhost:9060/ibm/console. Substitute the host name for localhost if the address does not load. Verify the installation to verify the administrative console port number, if 9060 does not load.
Avoid trouble: If you are installing the product on these operating systems, then disable IPv6 and restart the machine to view and log on to the administrative console. See IPv6 for Microsoft Windows: Frequently Asked Questions for more information on disabling IPv6.
The administrative console prompts for a login name. This is not a security item, but merely a tag to identify configuration changes that you make during the session. Secure signon is also available when administrative security is enabled.
The installation procedure in the information center cautions you to write down the administrative user ID and password when security is enabled during installation. Without the ID and password, you cannot use the administrative console or scripting.
WebSphere Customization Toolbox
This option opens the WebSphere Customization Toolbox, which contains the Profile Management Tool and the Configuration Migration Tool.
Profile Management Tool
The Profile Management Tool can create a standalone application server profile, a cell profile, a secure proxy profile, a custom profile, or a management profile. Each profile has its own administrative interface. A custom profile is an exception. A custom profile is an empty node that you can federate into a dmgr cell and customize. No default server processes or applications are created for a custom profile.
Each profile also has its own First steps console except for the secure proxy profile.
Configuration Migration Tool
The Configuration Migration Tool is the graphical interface to the migration tools. See the migration documentation for more information about the Configuration Migration Tool.
Information center for WAS
This option links you to the online information center.
IBM Education Assistant
This option links you to the IBM Education Assistant.
Exit
This option closes the First steps console.
Location of the command file
The location of the firststeps command that starts the First steps console for a profile is:
- PROFILE_ROOT/firststeps/firststeps.sh
- PROFILE_ROOT\firststeps\firststeps.bat
Parameters
No parameters are associated with this command.
Syntax for the firststeps command
Use the following syntax for the command:
- ./firststeps.sh
- firststeps.bat
Link tips
The following links exist on the First steps console for the WAS Network Deployment product:
Network Deployment provides different types of profiles. Not all profiles have all of the links shown in the table. See the previous description of available options for each profile.
Links on the First steps console.
Links that display on the First steps console are shown in the following table:
Option Link Installation verification Calls the ivt command. The location of the installation verification test command is:
- PROFILE_ROOT/bin/ivt.sh
- PROFILE_ROOT\bin\ivt.bat
Start the server Calls the startServer command. The location of the startServer command is:
- PROFILE_ROOT/bin/startServer.sh server_name
- PROFILE_ROOT\bin\startServer.bat server_name
When we have more than one application server on the same machine, the command starts the same application server that is associated with the First steps console.
Stop the server Calls the stopServer command. The location of the stopServer command is:
- PROFILE_ROOT/bin/stopServer.sh server_name
- PROFILE_ROOT\bin\stopServer.bat server_name
Start the dmgr Calls the startManager command. The location of the startManager command is:
- PROFILE_ROOT/bin/startManager.sh
- PROFILE_ROOT\bin\startManager.bat
When we have more than one dmgr on the same machine, the command starts the same dmgr that is associated with the First steps console.
Stop the dmgr Calls the stopManager command. The location of the stopManager command is:
- PROFILE_ROOT/bin/stopManager.sh
- PROFILE_ROOT\bin\stopManager.bat
Administrative console Opens the default browser to the http://localhost:9060/ibm/console web address. When we have more than one application server on the same machine, the port varies. The First steps console starts the administrative console that is associated with the First steps console.
Avoid trouble: If you are installing the product on the Windows Vista operating system, then disable IPv6 and restart the machine to view and log on to the administrative console. See IPv6 for Microsoft Windows: Frequently Asked Questions for more information on disabling IPv6 on Windows Vista.
WebSphere Customization Toolbox The command file is located at:
- PROFILE_ROOT/bin/wct.sh
- PROFILE_ROOT\bin\wct.bat
Information center for WAS products Opens the default browser to the online information center. IBM Education Assistant Opens the default browser to the IBM Education Assistant. With WAS v8 you can configure the server to use the High Performance Extensible Logging (HPEL) log and trace infrastructure instead of using SystemOut.log , SystemErr.log, trace.log, and activity.log files or native z/OS logging facilities. If you are using HPEL, you can access all of your log and trace information using $PROFILE/bin/LogViewer.sh. See the information about using HPEL to troubleshoot applications for more information on using HPEL.New feature:
Configure the product after installation
Use the installation verification tool