Skip to content

Commit

Permalink
SAP-convergent-mediation-ha-setup-sle15-docinfo.xml SAP-convergent-me…
Browse files Browse the repository at this point in the history
…diation-ha-setup-sle15.adoc SAPNotes-convergent-mediation.adoc Var_SAP-convergent-mediation.adoc: admin procedures, appendix
  • Loading branch information
lpinne committed May 15, 2024
1 parent 304330e commit 245fcca
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions adoc/SAP-convergent-mediation-ha-setup-sle15.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -281,11 +281,11 @@ TODO on both nodes

[subs="attributes"]
----
# grep -e {myNode1} {myNode1} sap{mySidLc}cz /etc/hosts
# grep -e {myNode1} {myNode1} {myVipNcz} /etc/hosts
{myIPNode1} {myNode1}
{myIPNode2} {myNode2}
{myVipAcz} sap{mySidLc}cz
{myVipAcz} {myVipNcz}
----

==== Mount points and NFS shares
Expand Down Expand Up @@ -832,7 +832,7 @@ cluster tests.
- Test basic Linux cluster features without ControlZone before doing the overall
cluster tests.

Test cases for the basic Linux cluster as well as test cases for the bar CM
Test cases for the basic Linux cluster as well as test cases for the bare CM
ControlZone components are not covered in this document. Plese refer to the
respective product documentation for this cases.
// TODO PRIO2: URLs to product docu fot tests
Expand Down Expand Up @@ -1029,7 +1029,20 @@ include::SAPNotes-convergent-mediation.adoc[]
[id="sec.appendix"]
== Appendix

=== CRM configuration for a minimal setup
=== The mzadmin user {mzadm}´s ~/.bashrc file

Certain values for environment variables JAVA_HOME, MZ_HOME and MZ_PLATFORM are
needed. The values are inherited from the RA.

[subs="specialchars,attributes,verbatim,quotes"]
----
# MZ_PLATFORM, MZ_HOME, JAVA_HOME are set by HA RA
export MZ_PLATFORM=$\{RA_MZ_PLATFORM:-"http://localhost:9000"\}
export MZ_HOME=$\{RA_MZ_HOME:-"/opt/cm/{mySid}"\}
export JAVA_HOME=$\{RA_JAVA_HOME:-"/usr/lib64/jvm/jre-17-openjdk"\}
----

=== CRM configuration for a typical setup

Find below a typical CRM configuration for an CM ControlZone instance,
with a dummy filesystem, platform and UI services and related IP address.
Expand Down Expand Up @@ -1097,6 +1110,7 @@ rsc_defaults rsc-options: \
op_defaults op-options: \
timeout=120 \
record-pending=true
#
----

=== Corosync configuration of the two-node cluster
Expand Down

0 comments on commit 245fcca

Please sign in to comment.