EMC CLARiiON User Manual

Page 72

Advertising
background image

A-14

EMC CLARiiON Server Support Products for Windows Installation Guide

Silent Installations and Removals

-override

Specifies that if an agent.config file is already in the
directory into which the product will be installed, it will be
overridden with whatever accompanying -userid and
–server

, or -cfgfile specifies. Without this switch the

agent.config

(if it exists), will take precedence.

For example:

If an agent.config file exists in the directory where the Host Agent
will be installed, none of the following examples will change the
agent.config

file. The options provided with the switches will take no

effect. To force the option, you must specify the -override switch.

– The example below creates a response file when specifying

privileged user information.
Setup.exe -userid Administrator -server 10.14.123.123 -r
-f1E:\aSafeDir\agentInst.iss

– The example below creates a response file while providing

the Host Agent configuration file that will be used.
Setup.exe -cfgfile E:\aSafeDir\myAgent.config -r
-f1E:\aSafeDir\agentInst.iss

– The example below installs Host Agent with the specified

privileged user.
Setup.exe -userid Administrator -server 10.14.123.123 -s
-f1E:\aSafeDir\agentInst.iss
-f2C:\aLocalSafeDir\agentInst.log

– The example below installs Host Agent with the existing

Host Agent configuration file.
Setup.exe -cfgfile E:\aSafeDir\myAgent.config -s
-f1E:\aSafeDir\agentInst.iss
-f2C:\aLocalSafeDir\agentInst.log

Advertising