IBM GC23-7753-05 Silent Installation on a Host with Multiple Installations, WINDIR%\setup.iss

Page 33

1. Start the installation application by running the following command:

 

setup.exe -r -f1"path\response_filename.ini"

 

path\response_filename is the full path and file name of your response file

 

The f1 argument is optional. If you do not specify the location and name of the

 

response file with the f1 argument, by default the installation sequence is saved

 

in %WINDIR%\setup.iss.

 

2. Complete the GUI custom installation of the product.

 

3. Copy your .ini file to the directory where you want to use silent installation to

 

replicate the IDS installation setup that you just created.

4. Run the following command in the IIF directory. If the target computer already

hosts one or more IDS installations, see “Silent Installation on a Host with

Multiple Installations.”

setup.exe -s-f1"path\response_filename.ini"-f2"path\response_filename.log"

where:

v path\response_filename is the full path and file name for your response file in

the -f1 flag and for the log file in the -f2 flag

 

The file specified by -f2 captures details about the silent installation. Because the

 

silent installation does not display error messages, it uses the .log file as an

 

installation log. If the silent installation fails for any reason, the failure is recorded

 

in this log file.

 

For example, you want to complete an IDS installation and record the setup so that

 

you can replicate the installation in silent mode afterwards. First, you need to

 

record the installation setup in a response file. You run the following command:

 

setup.exe -r -f1"C:\temp\silent.ini"

Where:

vC:\temp\ is the path to the location where you want the response file to be generated. This is not necessarily the same path as where you install IDS because you indicate the path for the product installation in the GUI program that launches after you run this command.

vsilent is your response file name, to which you must append the .ini extension

After you have completed the installation, copy silent.ini to the directory where you want to use silent installation to replicate the installation setup. For this example, the following are conditions of the silent installation host environment:

v You are completing the silent installation on a different computer from where you created the response file.

 

v The target computer does not already have another IDS installation.

 

v You want to install the product in an existing path named C:\AppDev.

 

Run the following command in the IIF directory:

 

setup.exe -s -f1"C:\AppDev\silent.ini" -f2"C:\AppDev\silent.log"

 

After silent installation completes, you can view the generated silent.log file for

 

troubleshooting in the path that you indicated in the -f2 option.

Silent Installation on a Host with Multiple Installations

Use a response file to direct the action of the silent installation on a computer that

already hosts a Dynamic Server installation. A command-line option lets you

specify location when maintaining or uninstalling an existing installation.

Chapter 2. Installing IDS (Windows) 2-7

Image 33
Contents IBM Informix Dynamic Server Installation Guide for Windows Page IBM Informix Dynamic Server Installation Guide for Windows Copyright International Business Machines Corporation 1996 Contents Index Introduction IBM Informix Dynamic Server EditionsAbout This Publication Overview Reference Types of UsersWhat’s New in Version 11.50.xC4 Documentation Conventions Technical Changes Feature, Product, and Platform MarkupExample Code Conventions Html documentationAdditional Documentation Syntax DiagramsCompliance with Industry Standards Component represented in Html MeaningDistinct Unique How to Read a Command-Line Syntax DiagramKeywords and Punctuation Setting the Run ModeIdentifiers and Names How to Provide Documentation FeedbackPage Preparing to Install IDS on Windows Verifying Administrators Group MembershipOnline Notes Verifying System Requirements Multiple copies of different versions Multiple Copies of IDS on One ComputerMultiple copies of the same version Programs menuChoosing Your Installation Setup Installation Application Setup TypesRelated tasks Installable Features of IDS FeaturesBase Server Conversion and Reversion Support Backup and RestoreXML Publishing Global Language SupportDemonstration Database Server IDS Configuration FileDemonstration Database Server on Your System Planning Role Separation Instance Configuration WizardChoosing between Local and Domain Installations Installation DirectoryIxdbsso IxaaoDomain Installation with Domain Administrator Privileges Local InstallationUser informix Upgrading the Database ServerInstalling IDS on Windows Installing IBM Informix ProductsInstalling a Copy of IDS on a Computer Installing with the GUI Typical Setup Related conceptsRelated reference Installing with the GUI Custom Setup GUI feature tree Performing a Silent Installation Using a Customized server.ini File for Silent Installation Using a Response File for Silent InstallationTo perform a silent installation by using a response file %WINDIR%\setup.iss Silent Installation on a Host with Multiple InstallationsCode Description Silent Installation Response CodesSetting Up Cluster Installations Cluster InstallationsOverview of Implementing a Cluster on Two Nodes Setting Up a Cluster Installation Preparing to Set Up a ClusterTo set up a cluster on the primary node Installing IDS as a Cluster on the Secondary Node Implementing a Cluster on the Primary NodeIDS as a Cluster on the Secondary Node Overwriting an Existing IDS Installation Upgrade of IDS by Overwriting an Existing InstallationMultiple Residency Planning for Multiple ResidencyCreating a New Database Server Instance Purpose Server Instance Manager Command-Line OptionsOption System Meaning Troubleshooting Installation Problems16IBM Informix Dynamic Server Installation Guide for Windows Post-Installation Tasks on Windows Working with the InstallationInstallation Automatic Actions IDS Program Group Server-name Initializing and Starting the Database ServerChoose Start Control Panel Administrative Tools Database Server Configuration After InstallationStopping the Database Server Database Server NumberService Name and Port Number Database Server NameDbspace Name, Location, and Size Configuring IDS Manually Default Sbspace Name, Location, Size, and Page SizeTo configure the installed database server Shared Server Definition ComputerPost-Installation Tasks Windows 8IBM Informix Dynamic Server Installation Guide for Windows Altering IDS Features Modifying IDS on WindowsAltering Copies of IDS Reinstalling the Database Server Uninstalling IDSPerforming Silent Uninstallations of IDS InstnumCommand 4IBM Informix Dynamic Server Installation Guide for Windows Deployment Utility Deploying IDS with the Deployment UtilityInitialized dbspaces + Rapid IDS Embeddability with the Deployment UtilityEnvironment Variables Database Server ConfigurationCreating a Snapshot for Deployment Deploying a Snapshot with the Deployment UtilityDatabase Server Aliases Ifxdeploy Command The Deployment Utility SyntaxIfxdeploy.conf file Informix-Admin group Command OptionsElement Purpose Key Considerations DelifxForce Usage Examples of Deployment Utility Usage on Windows Parameters Example of Value SettingIfxdeploy.conf file is in $INFORMIXDIR/etc/ on Linux INFORMIXDIR%\etc on WindowsOnconfig.std No OnconfigInformix Ifxdeploy.conf file forServername\rootdbsdat.000 + ifxdeploy.conf File Template Following shows the contents of the ifxdeploy.conf file#SYSTEM + Removing a Snapshot with the Deployment Utility Informix and the administrative group16IBM Informix Dynamic Server Installation Guide for Windows Appendix. Accessibility 2IBM Informix Dynamic Server Installation Guide for Windows Host Host 4IBM Informix Dynamic Server Installation Guide for Windows Copyright IBM Corp Copyright License Trademarks 4IBM Informix Dynamic Server Installation Guide for Windows Dbservername Mirrorpath Sbspacename Servernum Index Special charactersINFORMIXDIR% Dbservername TCP/IP Page GC23-7753-05