diff --git a/adoc/SAP-S4HA10-setup-simplemount-sle15.adoc b/adoc/SAP-S4HA10-setup-simplemount-sle15.adoc index 56821684..1ed72afb 100644 --- a/adoc/SAP-S4HA10-setup-simplemount-sle15.adoc +++ b/adoc/SAP-S4HA10-setup-simplemount-sle15.adoc @@ -721,7 +721,7 @@ Database Host is {myVipNDb}; Instance Number is {hanaDBIno}. * Double-check during the parameter review, if virtual name *{myVipNDb}* is used. -=== Installing the primary application server (PAS) on {myNode2} +=== Installing the primary application server (PAS) on {my2nd3} [subs="attributes"] @@ -742,7 +742,7 @@ High-Availability System -> Primary Application Server Instance * No SLD is used. * Double-check during the parameter review, if virtual name *{myVipNPas}* is used. -=== Installing an additional application server (AAS) on {myNode3} +=== Installing an additional application server (AAS) on {my2nd4} [subs="attributes"] ---- diff --git a/adoc/SLES4SAP-hana-sr-guide-PerfOpt-15.adoc b/adoc/SLES4SAP-hana-sr-guide-PerfOpt-15.adoc index d22f08b0..3ced6aa1 100644 --- a/adoc/SLES4SAP-hana-sr-guide-PerfOpt-15.adoc +++ b/adoc/SLES4SAP-hana-sr-guide-PerfOpt-15.adoc @@ -805,7 +805,7 @@ As user _{refsidadm}_ enter the following command: [subs="attributes,quotes"] ---- -~> hdbsql -u SYSTEM -d SYSTEMDB -i {sapino} \ +~> hdbsql -i {sapino} -u SYSTEM -d SYSTEMDB \ "BACKUP DATA FOR FULL SYSTEM USING FILE ('backup')" ---- diff --git a/adoc/SLES4SAP-hana-sr-guide-costopt-15.adoc b/adoc/SLES4SAP-hana-sr-guide-costopt-15.adoc index 3031f37d..e4fcfba8 100644 --- a/adoc/SLES4SAP-hana-sr-guide-costopt-15.adoc +++ b/adoc/SLES4SAP-hana-sr-guide-costopt-15.adoc @@ -937,7 +937,7 @@ As user _{refsidadm}_ enter the following command: [subs="attributes,quotes"] ---- -~> hdbsql -u SYSTEM -d SYSTEMDB -i {sapino} \ +~> hdbsql -i {sapino} -u SYSTEM -d SYSTEMDB \ "BACKUP DATA FOR FULL SYSTEM USING FILE ('backup')" ----