Install Installation Manager and a package with UNC paths on Windows
We can install IBM Installation Manager and a package using UNC (Uniform Naming Convention) paths. When we run your script with a UNC path, we must specify relative paths to the Installation Manager and package repositories in the response file.
- Create a response file. See Record a response file with Installation Manager or Create a response file manually for information about creating response files.
If we are installing Installation Manager and a package, add Installation Manager to the response file. This task installs Installation Manager and a package at the same time. However, we are not required to install Installation Manager.
If we are using a network drive, we must mount the drive. Use the pushd command (described in this procedure) to mount the drive.
To create scripts, see Create a script to silently install Installation Manager and a package at the same time.
Procedure
- Copy your Installation Manager installation kit and product installation files into a shared directory. Example:
agent.installer.platform_1.7 product_v.7.1.1- Create a response_file folder in the shared directory. Example:
agent.installer.platform_1.7 product_v.7.1.1 response_file- Save your response file in the response_file folder.
- Open the response file with a text editor.
- Edit the repository locations for the product and Installation Manager to locations relative to the response file. Example:
... <server> <repository location="product_v.7.1.1\disk1"/> <repository location="agent.installer.platform_1.7"/> </server> ...- Create a batch file. When we enter the response file, specify a relative path relative to the Installation Manager installer. Example:
pushd "\\network_machine\installation_files\agent.installer.platform_1.7" installc input "..\response_file\response_file.xml" -acceptLicense
What to do next
Run the batch file to install Installation Manager and the product.
Home