Actions

Toolpack system reconfiguration 2-3: Difference between revisions

(Updated with new parameter names.)
(Updated with new parameter names.)
 
Line 93: Line 93:
== Toolpack Text-mode Installation ==
== Toolpack Text-mode Installation ==


If your host has more than one network interface. It is recommended to set --tbxgwaddr0 and --tbxgwaddr1 parameters.
If your host has more than one network interface. It is recommended to set --primip and --redip parameters.


'''Warning''': For TMG3200 setting --[[Gateway_Address|tbxgwaddr0]] and --[[Gateway_Addresstbxgwaddr1]] is mandatory and needs to be set to --[[Gateway_Addresstbxgwaddr0]] 171.32.1.2 --[[Gateway_Addresstbxgwaddr1]] 171.32.1.2.
'''Warning''': For TMG3200 setting --[[Gateway_Address|primip]] and --[[Gateway_Address|redip]] is mandatory and needs to be set to --[[Gateway_Address|primip]] 171.32.1.2 --[[Gateway_Address|redip ]] 171.32.1.2.




The next example shows the installation of Toolpack on a Intel Solaris 10
The next example shows the installation of Toolpack on a Intel Solaris 10


   # ./TBToolPack-2.3.1-Solaris-x86-Install --[[Gateway_Addresstbxgwaddr0]] 10.2.0.25 --[[Gateway_Addresstbxgwaddr1]] 10.2.1.25
   # ./TBToolPack-2.3.1-Solaris-x86-Install --[[Gateway_Address|primip]] 10.2.0.25 --[[Gateway_Address|redip]] 10.2.1.25
   1.8.7 >= 1.8.5
   1.8.7 >= 1.8.5
   1.3.2 >= 0.9.0
   1.3.2 >= 0.9.0
Line 110: Line 110:
===== Basic parameters =====
===== Basic parameters =====


If you use the same [[Gateway_Port|TbxGwPort]], the installation will ask if you are sure you want to reconfigure it.
If you use the same [[System_Id|System Id]], the installation will ask if you are sure you want to reconfigure it.


   [[Gateway_Port|TbxGwPort]] [12358]
   [[System_Id|System Id]] [12358]
    
    
   A system with [[Gateway_Port|TbxGwPort]] 12358 already exists.  Reconfigure existing setup ?
   A system with [[System_Id|System Id]] 12358 already exists.  Reconfigure existing setup ?
   [y/N] y
   [y/N] y
    
    
   ServiceStartType ("Auto Start" "Demand Start") [Auto Start]
   ServiceStartType ("Auto Start" "Demand Start") [Auto Start]


* [[Gateway_Port|'''TbxGwPort''']]: This is the tbx gateway port and will install '''tbtoolpack_${[[Gateway_Port|TbxGwPort]]}''' OS service.
* [[System_Id|System Id]]: This is the system id and will install '''tbtoolpack_${[[System_Id|System Id]]}''' OS service.
* '''ServiceStartType''': "Auto Start" is use to start the Toolpack service at host boot up, "Demand Start" requires manual start.
* '''ServiceStartType''': "Auto Start" is use to start the Toolpack service at host boot up, "Demand Start" requires manual start.



Latest revision as of 17:05, 7 July 2009

Toolpack Graphical Installation

Welcome screen Pane

Toolpack Welcome Screen Release 2-3


Installation Type Pane

Toolpack Typical Pane Screen Release 2-3 Toolpack Custom Pane Screen Release 2-3


Basic parameters Pane

Fields with * are advanced parameters not show in typical setup.

Toolpack Basic Parameter Pane Screen Release 2-3

  • System Id: This is the unique of the toolpack system and will install tbtoolpack_${System Id} OS service.
  • Multi-Host System: Tells if the system wil be composed of more than one host. (Must be true for DBHA)
  • ServiceStartType: "Auto Start" is use to start the Toolpack service at host boot up, "Demand Start" requires manual start.
  • Primary local IP: For TMG3200, it must always be set to 172.31.1.2. For TMP6400, this value should be set if the host has multiple network interfaces.
  • Redundant local IP: For TMG3200, it must always be set to 172.31.1.2. For TMP6400, this value should be set if the host has multiple network interfaces.
Basic parameters Pane

If you did not change the System Id, the installer will show a warning.

Click Yes if you want to reconfigure, if you want to add a new system click No.

Toolpack Basic Parameter Pane Warning Screen Release 2-3

Multi-Host parameters Pane

Toolpack Multi-Host Pane Screen Release 2-3

  • HostRole: Set to Primary on host responsible for File replication and/or the HA database configuration.
  • Database HA: Yes to use two databases in HA mode.


Primary Database Connection Pane

Toolpack requires access to a MySQL database through ODBC. Provide required connection parameters.

Fields with * are advanced parameters not show in typical setup.

Toolpack Primary Database Pane Screen Release 2-3

  • HostName: localhost and 127.0.0.1 are not allowed.
  • OdbcDriver: Name of the ODBC driver to use.

Note: MySQL® Connector/ODBC (aka MyODBC) version 3.51 needs to be installed on all platforms prior to toolpack installation. On Unix machines, unixODBC must also be installed and properly configured (ie: must have an entry [MySql] in /etc/odbcinst.ini). See Toolpack prerequisite for details.


Secondary Database Connection Pane

Toolpack requires access to a MySQL database through ODBC. Provide required connection parameters. Fields with * are advanced parameters not show in typical setup.

Toolpack Secondary Database Pane Screen Release 2-3

  • HostName: localhost and 127.0.0.1 are not allowed.

Note: Hostname for the Secondary database must differ from the Primary database hostname.


Optional License Installation Pane

Installer can optionally install license(s) for the Tmedia products. License file can be either a single license (*.dat), or a group of licenses (*.zip). To skip license installation , press Next button.

Toolpack License Pane Screen Release 2-3

Note: If you want to add a new license after the installation, simply copy it in the pkg/licenses/ of your toolpack installation.

Installation Review Pane

Toolpack Review Screen Release 2-3


Installation Progress Pane

Toolpack Progress Screen Release 2-3


Installation Complete Pane

After having clicked Finish. Type tbtoolpack start at a shell prompt to start the service, or simply launch ${INSTALLDIR}/toolpack/service/tbtoolpack_service with administrator rights. Toolpack complete Screen Release 2-3


Toolpack Text-mode Installation

If your host has more than one network interface. It is recommended to set --primip and --redip parameters.

Warning: For TMG3200 setting --primip and --redip is mandatory and needs to be set to --primip 171.32.1.2 --redip 171.32.1.2.


The next example shows the installation of Toolpack on a Intel Solaris 10

 # ./TBToolPack-2.3.1-Solaris-x86-Install --primip 10.2.0.25 --redip 10.2.1.25
 1.8.7 >= 1.8.5
 1.3.2 >= 0.9.0
 
 This will install necessary files to update TBToolPack to version 2.3.1 on your
 computer.  Continue? [n/Y] y


Basic parameters

If you use the same System Id, the installation will ask if you are sure you want to reconfigure it.

 System Id [12358]
 
 A system with System Id 12358 already exists.  Reconfigure existing setup ?
 [y/N] y
 
 ServiceStartType ("Auto Start" "Demand Start") [Auto Start]
  • System Id: This is the system id and will install tbtoolpack_${System Id} OS service.
  • ServiceStartType: "Auto Start" is use to start the Toolpack service at host boot up, "Demand Start" requires manual start.


Multi-Host parameters
 Multi-Host System [y/N] y
 
 
 HostRole [Primary,Secondary] [Primary]
 
 
 Database HA [y/N] y
  • Multi-Host System: Tells if the system wil be composed of more than one host. (Must be true for DBHA)
  • HostRole: Set to Primary on host responsible for File replication and/or the HA database configuration.
  • Database HA: Yes to use two databases in HA mode.


Primary Database Connection
 OdbcDriver (MySQL) [MySQL]
 
 
 Primary Database Hostname [tl-sol10i32-00]
 
 
 Primary Database Username [tbdb]
 
 
 Primary Database Password [tbdbpw]
 
 
 Primary Database Port [3306]
  • HostName: localhost and 127.0.0.1 are not allowed.
  • OdbcDriver: Name of the ODBC driver to use.


Secondary Database Connection
 Secondary Database Hostname [] tl-sol10i32-01
 
 
 Secondary Database Username [tbdb]
 
 
 Secondary Database Password [tbdbpw] mysql
 
 
 Secondary Database Port [3306]
  • HostName: localhost and 127.0.0.1 are not allowed.

Note: Hostname for the Secondary database must differ from the Primary database hostname.


Optional License Installation

Note: If you want to add a new license after the installation, simply copy it in the pkg/licenses/ of your toolpack installation.

 License Location (*.zip/*.dat)


Installation Progress
 Installing TBToolPack...
 Copying
 Copying /lib/tb/toolpack/setup/12358/2.3/apps/toolpack_sys_manager/toolpack_sys_manager
 Copying /lib/tb/toolpack/tbtoolpack
 Could not install TBToolPack as service: install: tbtoolpack_12358 already


Installation Complete
 Installation of TBToolPack complete.
 
 To start tbtoolpack service, type the following command at a shell prompt:
 tbtoolpack start
 
 For more options:
 tbtoolpack help
 #