You are on page 1of 1

1.

Place the cluster installation script at

2.

Provide execute permission to script

3.

Check JAVA_HOME path as

/root/ install.sh

echo $JAVA_HOME

a.export JAVA_HOME=
4.

Install cluster shell grouprs rpm in node1

5.

Add the group in

/etc/clustershell/groups

for e.g. as below

all:HOST[1-7]
jt:HOST2,HOST6
cldb:HOST1,HOST5
zk:HOST3,HOST4,HOST7
6.

Execute the scripts

./install_mapr_gndc.sh | tee -a install_mapr.log

7.

Verify the installed RPM as

8.

Once installation completed , start the services using below command-

a.

clush -g zk "service mapr-zookeeper start"

b.

clush -a "service mapr-warden start"

9.

Check the service status using below command

clush -B -a "rpm -qa | grep mapr | sort"

a.clush -g zk "service mapr-zookeeper status"


b.clush -a "service mapr-warden status"
10.

Use command

maprcli license showid to see the MapR cluster ID

11.
Cross verify storage pool size in cluster using
g sp list
12.

/opt/mapr/server/mrconfi

maprcli license add -is_file true -license /tmp/licensefile

---------------

You might also like