0% found this document useful (0 votes)
126 views3 pages

Installing Hub

1. The document describes installing the Hub Server on multiple nodes in a cluster. It includes running the hub_install.bin on each node and copying the Hub server home directory to other nodes. 2. It also describes configuring the Hub server services by editing the cmxserver.properties file to set the cluster and hostname properties for a two node cluster. 3. Additionally, it summarizes repackaging the HUB EAR file which involves expanding, updating, and repackaging files within the EAR through various zip, unzip, and delete commands shown.

Uploaded by

abheeshekdubey
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
126 views3 pages

Installing Hub

1. The document describes installing the Hub Server on multiple nodes in a cluster. It includes running the hub_install.bin on each node and copying the Hub server home directory to other nodes. 2. It also describes configuring the Hub server services by editing the cmxserver.properties file to set the cluster and hostname properties for a two node cluster. 3. Additionally, it summarizes repackaging the HUB EAR file which involves expanding, updating, and repackaging files within the EAR through various zip, unzip, and delete commands shown.

Uploaded by

abheeshekdubey
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 3

1.

Installing Hub Server on all nodes in Cluster (Farming deployment only) [misadm@dctladjbs01 mrmserver]$ pwd /JBS/downloads/MDM951/linux/mrmserver [misadm@dctladjbs01 mrmserver] export DISPLAY= [misadm@dctladjbs01 mrmserver] ./hub_install.bin Click No when prompted to run the postInstallSetup (Either run the same install on all cluster nodes, or install on one node and copy the Hub server home directory to the rest of nodes)

2. Configuring services and deploy Hub server [misadm@dctladjbs01 resources]$ pwd /opt/infamdm/hub/server/resources [misadm@dctladjbs01 resources]$ vi cmxserver.properties jboss.cluster=true cmx.appserver.hostname=dctlaqjbs01,dctlaqjbs02 cmx.appserver.rmi.port=1799,1799 (JNP ports)

Repackage HUB EAR file, [misadm@dctladjbs01 bin]$ pwd /opt/infamdm/hub/server/bin [misadm@dctladjbs01 bin]$ ./sip_ant.sh repackage

preparation_before_additional_files: [echo] Preparing siperian-mrm.ear. [unzip] Expanding: /opt/infamdm/hub/server/siperian-mrm.ear into /opt/infamdm/hub/server/tmp/_build/siperian-mrm.ear

[zip] Updating zip: /opt/infamdm/hub/server/tmp/_build/siperian-mrm.ear/siperianserver.jar

update_zds_gui: [zip] Updating zip: /opt/infamdm/hub/server/tmp/_build/siperian-mrm.ear/zdsgui.war [delete] Deleting: /opt/infamdm/hub/server/tmp/_build/siperianmrm.ear/context.xml

package_for_cluster: [echo] value of jboss.cluster is true [unzip] Expanding: /opt/infamdm/hub/server/tmp/_build/siperian-mrm.ear/siperianserver.jar into /opt/infamdm/hub/server/tmp [zip] Updating zip: /opt/infamdm/hub/server/tmp/_build/siperian-mrm.ear/siperianserver.jar [delete] Deleting directory /opt/infamdm/hub/server/tmp/META-INF

preparation_after_additional_files: [zip] Updating zip: /opt/infamdm/hub/server/siperianmrm.ear [delete] Deleting directory /opt/infamdm/hub/server/tmp/_build

prepare_ear2:

additional_apps_exist:

You might also like