Previous Topic Next topic Print topic


Installing silently

You can install Micro Focus products silently by using command line parameters to specify the installation directory, user information, and which features to install. You must execute the command with superuser permissions.

You can use the following command line arguments to install silently on UNIX/Linux:

–silent -IacceptEULA

For example, execute:

[as root] setup_filename –silent -IacceptEULA

After the application installation is complete you can install the license silently by executing the following commands:

If you have access to the Internet and an authorization code
Run the following as root:
cd /var/microfocuslicensing/bin
./cesadmintool.sh -authorize AuthorizationCode
If you don't have access to the Internet but have a file from Micro Focus that contains the license string
Run the following as root:
cd /var/microfocuslicensing/bin
./cesadmintool.sh -install FileName
where FileName is the name of the text file that contains all the license strings to be used.
Previous Topic Next topic Print topic