Installation Guide:
Below are steps required for the installation and configuration of InsightIQ on Linux server.Pre-requisite checks:
Kindly check the IIQ installation guide for the system & operating system requirements. Make sure all required rpm are installed.
You can use below commands to do the pre-checks:
# cat /proc/cpuinfo
# cat /proc/meminfo
# df -kh
# cat /etc/redhat-release
# rpm -qa | grep <rpm name>
Download the package from support.emc.com and move it to the server/path from where you wish to install. I use winscp and scp command
# scp <username>@<servername>/<path> <destination-path>
Install the package:
# sudo yum install <path>
example:
[user@servername]# sudo yum install <path_for_rpm_file>
Loaded plugins: product-id, rhnplugin,
security, subscription-manager
This system is not registered to Red
Hat Subscription Management. You can use subscription-manager to register.
There was an error communicating with
RHN.
RHN channel support will be disabled.
Error communicating with server. The
message was:
Internal Server Error
Setting up Install Process
Examining
/root/isilon-insightiq-2.5.0.0007-1.x86_64.rpm: isilon-insightiq-2.5.0.0007-1.x86_64
Marking
/root/isilon-insightiq-2.5.0.0007-1.x86_64.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package
isilon-insightiq.x86_64 0:2.5.0.0007-1 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
=============================================================================================================================================================================================================================================
Package
Arch
Version
Repository
Size
=============================================================================================================================================================================================================================================
Installing:
isilon-insightiq
x86_64
2.5.0.0007-1
/isilon-insightiq-2.5.0.0007-1.x86_64 42 M
Transaction Summary
=============================================================================================================================================================================================================================================
Install 1 Package(s)
Total size: 42 M
Installed size: 42 M
Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : isilon-insightiq-2.5.0.0007-1.x86_64 1/1
Running setup_config() from
insightiq.websetup
insightiq 0:off
1:off 2:on 3:on
4:on 5:on 6:off
Starting automount: automount: program
is already running.
[
OK ]
Starting insightiq: [ OK ]
There was an error communicating with
RHN.
Package profile information could not
be sent.
Error communicating with server. The
message was:
Internal Server Error
Verifying :
isilon-insightiq-2.5.0.0007-1.x86_64
1/1
Installed: isilon-insightiq.x86_64 0:2.5.0.0007-1
Complete!
You have new mail in
/var/spool/mail/root
[user@servername]#
Enable access to HTTP port 80
sudo /etc/init.d/iptables stop
sudo chkconfig iptables off
Configure the user account that IIQ will use:
1. Log on to OneFS GUI and go to cluster management > Access Management > Users
2. Go to user tab and submit the password, configure the home directory and enable the account.
Configuring the IIQ application:
1. Connect to IIQ using the web browser http://<IP address of sever>
2. Enter the username and password. I used root and mypassword
3. Accept the EULA
4. Specify the datastore location.
5. Add the first cluster: specify the cluster name, username and password ( that configured in step 2 of user configuration )
Adding new cluster:
In case you need to add a new cluster then go to menu setting > monitored clusters > add cluster
Also read IIQ upgrade
Happy Learning!
No comments:
Post a Comment