IxOS configuration to
install Command line
Client with HWManager setup.exe –s F.Client=Yes F.HWManager=Yes
P.TCLVERSION=”8.5”
TclServer (add to startup) setup.exe –s F.TclServer=Yes P.TCLVERSION=”8.5”
P.RUNMODE=2
Server (add to startup) setup.exe –s F.Server=Yes P.RUNMODE=”2”
Server (run as service) setup.exe –s F.Server=Yes P.TCLVERSION=”8.5” P.RUNMODE=”1”
Server (start manually) setup.exe –s F.Server=Yes P.TCLVERSION=”8.5” P.RUNMODE=”3”
Client, TclServer and Server
(add all to startup)
setup.exe –s F.Client=Yes F.Server=Yes F.TclServer=Yes
P.TCLVERSION=”8.5” P.RUNMODE=”2”
Client, TclServer and Server
(start all manually)
setup.exe –s F.Client=Yes F.Server=Yes F.TclServer=Yes
P.TCLVERSION=”8.5” P.RUNMODE=”3”
Client, TclServer and Server
(start all as services)
setup.exe –s F.Client=Yes F.Server=Yes F.TclServer=Yes
P.TCLVERSION=”8.5” P.RUNMODE=”1”
TclServer with Server (add
both to startup)
setup.exe –s F.Server=Yes F.TclServer=Yes P.TCLVERSION=”8.5”
P.RUNMODE=”2”
TclServer with Server (start
both as services)
setup.exe –s F.Server=Yes F.TclServer=Yes P.TCLVERSION=”8.5”
P.RUNMODE=”1”
TclServer with Server (start
both manually)
setup.exe –s F.Server=Yes F.TclServer=Yes P.TCLVERSION=”8.5”
P.RUNMODE=”3”
Demo Server and TclServer
(add both to startup)
setup.exe –s F.DemoServer=Yes F.TclServer=Yes
P.TCLVERSION=”8.5” P.RUNMODE=”2”
IxOS Silent Install on LINUX
To install IxOS on Linux in silent mode, do the following:
1.
Create a response file using <installer> -r <path to silent response file> command line. The
response file will record the user inputs provided during console installation.
Example: ixos6.00.700.3Linux.bin -f /home/ixsdk/user/response1.txt
2.
Install IxOS using the response file.
Example: ixos6.00.700.3Linux.bin -f /home/ixsdk/user/response1.txt -i silent
Chapter 2 Installation
– 65 –