2.4 Abaqus product installation details

It is recommended that you install Abaqus HTML documentation before you install the Abaqus products; if you do not, you must perform additional steps to provide access to the HTML documentation from Abaqus. On Windows platforms Microsoft Visual C++ 2005 SP1 runtime libraries must be installed to run Abaqus. You are prompted to install the runtime libraries during the Abaqus product installation; see Abaqus product installation procedure, Section 2.1.3, for more information. Any other third-party software that will be used in conjunction with the Abaqus products (compilers, operating system patches, etc.) should be installed before installing the Abaqus products.

To install the Abaqus products, an Abaqus network license server that is compatible with Abaqus 6.9 must be installed and running; you must know the name of at least one active Abaqus license server to perform the product installation.

All Abaqus products and sample problems are installed as part of the Abaqus product installation. Some Abaqus environment settings are defined appropriately for the parameters defined in your Abaqus license. Verification of a subset of licensed products is performed automatically during the installation.

The commands and options used to install the Abaqus products are listed in Abaqus product installation procedure, Section 2.1.3.

You must have write permission in the Abaqus parent directory to install the Abaqus products. On Windows platforms Abaqus shortcuts and required environment variables, including PATH, are added to the All User profile.


2.4.1 Specifying information for product installation

When the installation procedure is executed, a browse function is provided for prompts where you are requested to specify a directory or file location. You will be prompted for the following information:

When the installation is complete, a record of the installation and a listing of the licensed products is written to a file called Abaqus_release_InstallLog.log in the abaqus_dir/release/installation_info/ directory. This file is helpful for troubleshooting problems, and it should not be removed.


2.4.2 Repeating product installations on multiple computers

When you install the Abaqus products on a computer, the installation creates a file called installer.properties in the abaqus_dir/release/installation_info directory. This file, called the replay file, contains information that was used during the product installation, such as the installation directory, license server host, and documentation URL. The -replay command option is available to repeat a previous installation on identical platforms without reentering the same information for each installation. You can use this option to perform a silent installation (no graphical user interface is displayed). It performs an installation identical to the previous installation (same installation directory, same license server host, etc.) using the information stored in the replay file.

The information that was entered for the first installation must be valid for subsequent installations that use the -replay option. All installation error checking is skipped when this option is used. You should make sure that the system meets the requirements as specified in Appendix A, System requirements,” and that you have write permissions and sufficient disk space in the installation directory before performing the installation. To use the -replay option, do the following:

  1. Install the Abaqus products on a computer using the graphical user interface (without the -replay option).

  2. Copy the file installer.properties (the replay file) to the other computers on which you want to install the Abaqus products (must be the same platform) or to a mounted network drive.

  3. Install the Abaqus products on another computer using the -replay option as follows:

    UNIX and Linux platforms

    /prod_dir/setup -replay full_path_to_replay_file

    Windows platforms

    prod_drive:\setup.exe -replay full_path_to_replay_file

    The Abaqus products are installed silently, and pre-installation system checks and post-installation verification are bypassed.

  4. Run the verification procedure manually to check the installation of the Abaqus products (see Appendix E, Verification procedure”). This step is optional, but strongly recommended.

  5. Repeat the product installation using the -replay option on each of the remaining computers.


2.4.3 Client installation for Windows

The client product installation allows you to configure a computer on a Windows platform to run the Abaqus products that have been installed on a mounted network drive. Use this installation to configure multiple computers to run Abaqus from a central server location without installing Abaqus on each computer. The client computer must be able to access the directory containing the Abaqus installation on the network and the Abaqus license server. The shortcuts and uninstaller that are placed on the client computer require about 50 MB of disk space.

When you install the Abaqus products on a computer, the installation creates a file called installer.properties in the abaqus_dir/release/installation_info directory. The client installation utilizes this properties file to perform a silent installation. No graphical user interface is displayed, and all error checking is skipped during the installation on the client computer. To perform a client installation, do the following:

  1. Install the Abaqus products on a mounted network drive.

  2. On the client computer, open a command prompt and execute the following command:

    Network_drive:\path_to_installation\installation_info\client_setup.exe
    The client computer is configured to run Abaqus from the network drive. Pre-installation checks and post-installation verification are bypassed.

  3. Run the verification procedure manually to check the installation of the Abaqus products (see Appendix E, Verification procedure”). This step is optional, but strongly recommended.

  4. Repeat Steps 2 and 3 on each of the remaining client computers.

An installation log and an uninstaller are installed on the client computer in the directory C:\Documents and Settings\user\Abaqus release\, where user refers to your user name and release refers to the release of Abaqus you are installing. The uninstaller is silent; no graphical user interface or dialog boxes are shown.


2.4.4 Using Abaqus commands

The installation procedure creates a unique command for each release of Abaqus. This command is written in the Commands directory below the Abaqus parent directory (abaqus_dir). For example, the command to run the initial extended functionality release of Abaqus 6.9 (Abaqus 6.9-EF1) is abq69ef1. The command to run subsequent extended functionality releases of Abaqus 6.9 is abq69efn, where n is the maintenance delivery. The installation procedure also creates a link called abaqus to the command for the latest release of Abaqus installed. For a list of all Abaqus command line options, use the help command line option with the appropriate Abaqus execution command. For example, to see the command line options for Abaqus 6.9-EF1, type abq69ef1 help. For a detailed description of Abaqus command line options, see Chapter 3, Execution Procedures,” of the Abaqus Analysis User's Manual.

On Windows platforms the Commands directory path is added automatically to all users' paths during installation. On UNIX and Linux platforms the Commands directory should be added to each user's path manually. Alternately, a link for each Abaqus release can be defined at the system level or for each user, pointing to the appropriate command in the Commands directory.