Installing MUR
IMPORTANT:
IMPORTANT:
Setting the Database Environment Strings
Settings for Solaris
set msgsys:msginfo_msgmnb=65536
set msgsys:msginfo_msgtql=1024
set shmsys:shminfo_shmmax=10737418240
set shmsys:shminfo_shmmin=1
set shmsys:shminfo_shmmni=256
set shmsys:shminfo_shmseg=256
set semsys:seminfo_semmap=256
set semsys:seminfo_semmni=512
set semsys:seminfo_semmns=512
set semsys:seminfo_semmsl=270
IMPORTANT:
IMPORTANT:
MUR Installation
IMPORTANT:
IMPORTANT:
IMPORTANT:
IMPORTANT:
| Parameter | Description | Default Value |
|---|---|---|
| PostgreSQL System Settings | ||
| . | This dialog asks the user to check the variable values in system file. If one or more entries are missing, click Cancel to update the system file and restart the system to re-run installer.For more information, refer to the Setting the Database Environment Strings section. | N/A |
| MUR Clustering Support | ||
| Veritas Cluster Failover | If Veritas clustering environment is found, user will be asked whether to install MUR application with clustering support (High Availability mode) or not. | Yes |
| Floating IP | The Floating IP to be used in Veritas clustering environment. | N/A |
| MUR Installation Directory | ||
| Enter Installation Path | Enter the base directory
path where MUR is to be installed.Click Browse to change
the installation path. For HA mode installation,
the path must be on shared disk.
|
<current_directory> |
| A Component Type screen
appears showing the components for installation. This screen allows
you to select either Master MUR or RDP for installation.
Make sure that you first
install the master MUR and then proceed with the RDP installation.
|
||
| MUR Administrator and Group Configuration | ||
| Administrator Login | Enter an administrator
name for the Operating System (OS) level administrator of MUR.
Please note that you
should not login as a root user.
The Administrator user
created should be manually activated with a password once the MUR installation
is complete. This can be done by entering the following command
as root user: passwd <adminusername> Upon executing
this command, the user will be asked to enter a suitable administrator
password.
|
muradmin |
| Administrator User ID | Type the Administrator
User ID for the MUR Administrator login.
This input will be
asked only if the Administrator login name provided does not exist.
|
100014 |
| Administrator Primary Group | Type the Primary Group
name for the Administrator.
If the Administrator
login name provided already exists, the Primary Group of this login
will be considered as the MUR
User Group. Otherwise, the user will be asked to enter the Primary
Group information.
|
murgroup |
| PostgreSQL Server Configuration | ||
| Postgres Login | This is a read-only parameter. The Postgres login name will be the same as the Administrator login name provided earlier. | muradmin |
| Postgres password | Enter the password for the Postgres database administration. | N/A |
| Postgres Port | Enter the port number
on which PostgreSQL communication will be running.
Ensure that no other
application/process is running on configured port as well
as on next consecutive port (as this port will be used for pgBouncer).
|
5432 |
| Enter data directory path | Enter the data directory
path of postgres being used.Click Browse to change
the installation path. For HA mode installation,
the path must be on shared disk.
|
<MUR_install_dir>/starbi/postgres/data |
| MUR Port Configuration | ||
| Apache Protocol Type | Select the Apache protocol type from the available options: HTTP HTTPS Both HTTP and HTTPSIf both HTTP and HTTPS are required, select the check boxes Apache HTTP Support and Apache HTTPS Support.For RDP to MASTER synchronization to take place over RPC, either HTTP or HTTPS will be used. This depends on the user’s selection in this screen. | HTTP |
| Apache HTTP Port Number | Type the port number
over which Apache web server communication will occur with MUR. Apache HTTP port should
be greater than 1025 and lesser than 65535.
This parameter will
be enabled only when HTTP option or Both HTTP and HTTPS option is selected.
Ensure that no other
Apache web server is running on the port being used for installation.
If the port is being used, abort the installation.
For RHEL:For RHEL, Apache port
provided should be > 1024. RHEL does not allow port 80 to be used
by non-root users. However, Apache Web server requests made on port
80 can be redirected to a port >1024 defined by the operator, with
the following two commands. For example, to redirect requests made
on port 80 to port 8080:iptables -t nat -A PREROUTING -p tcp --dport 80 -i eth0 -j REDIRECT --to-port 8080iptables -t nat -AOUTPUT -p tcp -d 127.0.0.1 --dport 80 -j REDIRECT --to-port 8080For Solaris:For using the Apache
port < 1024, run the following command as root user once the
installation is complete, and restart the Apache server.usermod -K defaultpriv=basic,net_privaddr <MUR admin user>For example:usermod -K defaultpriv=basic,net_privaddr muradmin
This poses a major security
concern as it will allow muradmin to
use all standard ports < 1024.
|
8080 |
| Apache HTTPS Port Number | Type the port number
over which Apache web server communication will occur with MUR. Apache HTTPS port should
be greater than 1025 and lesser than 65535.
This parameter will
be enabled only when HTTPS option or Both HTTP and HTTPS option
is selected.
|
8443 |
| SSL Certificate Type | Select the SSL certificate
type from the available options:
Cisco
CustomIf you select Custom as the option,
click Browse to select
the path where the SSL certificate file is present. The SSL certificate
will be copied to <MUR_install_dir>/starbi directory.The installer will allow
only .crt file for certificate selection.
This parameter will
be enabled only when HTTPS option or Both HTTP and HTTPS option
is selected.
|
Cisco |
| SSL Key | Click Browse to select
the path where the SSL key is present. The SSL key will be copied
to <MUR_install_dir>/starbi directory.The installer will allow
only .key file for key selection.
This parameter will
be enabled only when Custom is
selected as the option for the SSL Certificate Type.
|
N/A |
| Available Port Range for MUR Components (200 Ports) | Type the port number in the start port text area. Note that the end port text area is a READ-ONLY field. End port number will be populated automatically based on the start port number. For example, if the start port number entered is 9001 the end port number will be 9200 (startPort + 199).Start port range should be between 1026 and 65335 so that the end port has a range of 1226 to 65535.If any of the port/ports in the specified range is/are not available, then the installer throws error and prompts the user to enter a new start port number. | 9001 - 9200 |
| MUR Archive Directory Configuration | ||
| Enter archive directory path | Enter the directory
path for archiving parsed files.Click Browse to change
the installation path. For HA mode installation,
the path must be on shared disk.
|
<MUR_install_dir>/archive |
| Pre-installation Summary screen | ||
| The pre-installation screen displays the product name, install location, other product configurations, and disk space information before installing the product.Click Cancel to stop installation or Install to continue installation. | ||
| Installing MUR | ||
| The screen shows all the contents being loaded on the machine during installation.Click Cancel to stop installation. | ||
| MUR Server Startup | ||
| Start All Servers After Installation | Select the option to
start all servers after installation.Click Next to proceed. For HA mode, please
ensure that you do not start the MUR processes during the MUR installation.
MUR application will be started after the required resources are configured
through Veritas Cluster Server (VCS). For information on configuring
resources, refer to the Configuring
Resources for High Availability section in the Mobility Unified Reporting
System Clustering Support for High Availability chapter of this guide.
|
Yes |
| Install Complete | ||
| The screen shows whether installation is successful or failed.Click Done to quit the installer. | N/A | |
Confirming Successful Installation
CAUTION:
IMPORTANT:
IMPORTANT:
IMPORTANT:
IMPORTANT:
IMPORTANT:
IMPORTANT:
IMPORTANT:
IMPORTANT:
IMPORTANT:
IMPORTANT:
IMPORTANT:
Example
IMPORTANT:
IMPORTANT:
Uninstalling MUR
IMPORTANT:
IMPORTANT:
IMPORTANT: