Hitachi

Hitachi Application Server V10 User's Guide (For Windows® Systems)


9.7 Applying revision patches and installing revised versions

You can install and apply revision patches and revised versions when revision patches are released for Application Server, or when the system undergoes regular maintenance. To apply a revision patch or install a revised version, stop instances of Application Server and the domain administration server (DAS) that are running, and then install the patch or revised version by using the provided media of the product.

Prerequisites

Intended users

Procedure

  1. Obtain media for the revision patch or revised version for Application Server.

    Verify the software-support service website or the CD-ROM of the revision patch to see whether a revision patch has been released. If one has been released, get the media from either the website or the CD-ROM.

  2. To stop all performance tracers, server instances, and web servers at the same time, execute the stop-servers subcommand of the asadmin utility command.

    asadmin stop-servers

    When this command is run, the result is displayed as follows:

    Command stop-servers executed successfully.
  3. To display a list of performance tracers, run the list-prfs subcommand of the asadmin utility command.

    asadmin list-prfs

    When this command is run, the result is displayed as follows. Ensure that the statuses of the performance tracers are not running.

    performance_tracer_name not running
    Command list-prfs executed successfully.
  4. To display a list of server instances, run the list-instances subcommand of the asadmin utility command with the --long option specified.

    asadmin list-instances --long=true

    When this command is run, the result is displayed as follows. Ensure that the statuses of the server instances are not running.

    server_instance_name host_name port_number process_ID cluster_name not running
    Command list-instances executed successfully.
    
    • cluster_name is displayed only for cluster configurations that contain multiple Java EE servers.

  5. To display a list of web servers, run the list-webservers subcommand of the asadmin utility command.

    asadmin list-webservers

    When this command is run, the result is displayed as follows. Ensure that the statuses of the web servers are not running.

    web_server_name not running
    Command list-webservers executed successfully.
  6. To stop the DAS, run the stop-domain subcommand of the asadmin utility command.

    asadmin stop-domain

    When this command is run, the result is displayed as follows:

    Command stop-domain executed successfully.
  7. Install the revision patch or the revised version by using the provided media of the product.

    For more information about how to apply patches, see the RELEASE.TXT file attached to the revision patch.

  8. In the Completing the setup dialog box, ensure that the revision patch or revised version is installed.

  9. To start the DAS, run the start-domain subcommand of the asadmin utility command.

    asadmin start-domain

    When this command is run, the result is displayed as follows:

    Command start-domain executed successfully.
  10. To start Application Server at once, run the start-servers subcommand of the asadmin utility command.

    asadmin start-servers

    When this command is run, the result is displayed as follows:

    Command start-servers executed successfully.
  11. To display a list of performance tracers, run the list-prfs subcommand of the asadmin utility command.

    asadmin list-prfs

    When this command is run, the result is displayed as follows. Ensure that the statuses of the performance tracers are running.

    performance_tracer_name running
    Command list-prfs executed successfully.
  12. To display a list of server instances, run the list-instances subcommand of the asadmin utility command with the --long option specified.

    asadmin list-instances --long=true

    When this command is run, the result is displayed as follows. Ensure that the statuses of the server instances are running.

    server_instance_name host_name port_number process_ID cluster_name running
    Command list-instances executed successfully.
    
    • cluster_name is displayed only for cluster configurations that contain multiple Java EE servers.

  13. To display a list of web servers, run the list-webservers subcommand of the asadmin utility command.

    asadmin list-webservers

    When this command is run, the result is displayed as follows. Ensure that the statuses of the web servers are running.

    web_server_name   running
    Command list-webservers executed successfully.