Skip to content

Commit 4e98773

Browse files
committed
Fixed typos
for better results in SiteImprove.
1 parent bf1abd2 commit 4e98773

13 files changed

+33
-33
lines changed

adoc/OS_Security_Hardening_Guide_for_SAP_HANA_SLES12.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ NOTE: This section only covers settings for IPv4. There are similar IPv6 paramet
573573

574574
Description::
575575
`sysctl` (system control) variables change certain kernel parameters that influence the behavior of different parts of the operating system, such as the Linux network stack.
576-
These kernel parameters can be looked up in the proc file system, in `/proc/sys/`. Many kernel parameters can be directly changed by echo'ing a value into a parameter file.
576+
These kernel parameters can be looked up in the proc file system, in `/proc/sys/`. Many kernel parameters can be directly changed by echoing a value into a parameter file.
577577
However, these changes are not persisted and are lost after a system reboot.
578578
Therefore we recommend to make all changes in the `sysctl` configuration file.
579579

adoc/OS_Security_Hardening_Guide_for_SAP_HANA_SLES15.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ NOTE: This section only covers settings for IPv4. There a similar IPv6 parameter
560560
Description::
561561
`sysctl` (system control) variables change certain kernel parameters that influence the behavior of different parts of the operating system,
562562
such as the Linux network stack. These kernel parameters can be looked up in the `proc` filesystem, in `/proc/sys/`.
563-
Many kernel parameters can directly be changed by echo'ing a value into a parameter file.
563+
Many kernel parameters can directly be changed by echoing a value into a parameter file.
564564
However, these changes are not persisted and are lost after a system reboot.
565565
Therefore we recommend to make all changes in the `sysctl` configuration file.
566566

adoc/SAP-EIC-SLEMicro.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Now create the logical volume; use 100% of the disk.
111111
sudo lvcreate -n lvlonghorn -l100%FREE vgdata
112112
----
113113

114-
On the logical volume, create the XFS file system. You do not need to create a partion on top of it.
114+
On the logical volume, create the XFS file system. You do not need to create a partition on top of it.
115115
[source, bash]
116116
----
117117
sudo mkfs.xfs /dev/vgdata/lvlonghorn

adoc/SAP-Rancher-RKE2-Installation.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In the next step, make sure you select a Kubernetes version that is supported by
2929

3030

3131
If you do not have any further requirements to Kubernetes, you can click the *Create* button at the very bottom.
32-
In any other cases, talk to your administrators before making adjustements.
32+
In any other cases, talk to your administrators before making adjustments.
3333

3434
After you clicked *Create*, you should see a screen similar to the below:
3535

@@ -42,7 +42,7 @@ A common high availability setup holds:
4242
* 3 x worker nodes
4343
4444
The next step is to copy the registration command to the target machines' shell and execute it.
45-
If your {rancher} instance holds a self-signed certifcate, make sure to activate the text bar holding the registration command in the check box below.
45+
If your {rancher} instance holds a self-signed certificate, make sure to activate the text bar holding the registration command in the check box below.
4646

4747
You can run the command on all nodes in parallel. You do not need to wait until a single node is down.
4848
When all machines are registered, you can see the cluster status at the top, changing from "updating" to "active".

adoc/SAP-S4HA10-setup-simplemount-sle15.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ image::sles4sap_s4hana2021_resources_classic_compared_to_simple_mount.svg[SVG]
192192
side. The new enqueue architecture is also named ENSA2.
193193

194194
- Use of native *systemd* integration for {sap} hostagent and instance´s `sapstartsrv`.
195-
Refer to the {sap} documentation for the neccessary product version. See also SAP note 3139184.
195+
Refer to the {sap} documentation for the necessary product version. See also SAP note 3139184.
196196
SUSE *systemd* version 234 at least is needed. For details refer to the {sles4sap} product documentation.
197197
SUSE resource agents are needed, at least _sapstartsrv-resource-agents 0.9.1_ and _resource-agents 4.x_ from November 2021.
198198

@@ -1990,7 +1990,7 @@ The next step requires the following information:
19901990

19911991
.Post Step Procedure after SAP Preparation Step
19921992
==========
1993-
- Add the user _{mySapAdm}_ to the unix user group _haclient_.
1993+
- Add the user _{mySapAdm}_ to the Unix user group _haclient_.
19941994
+
19951995
[subs="specialchars,attributes,quotes"]
19961996
----
@@ -2108,7 +2108,7 @@ We will cover some advantages and disadvantages of special configuration below:
21082108
* The three node cluster and three locations
21092109
- Advantage: symmetric spread of all nodes over all locations
21102110
- Advantage: diskless SBD feature is allowed
2111-
- Disadvantage: higher planing effort and complexity for infrastructure planning
2111+
- Disadvantage: higher planning effort and complexity for infrastructure planning
21122112

21132113
== References
21142114

@@ -2155,7 +2155,7 @@ include::SAPNotes_s4_2101.adoc[]
21552155

21562156
Find below the complete crm configuration for {sap} system {mySid}. This example
21572157
is for the two node cluster, but without priority fencing.
2158-
In a multi-node cluster you will find additonal node entries like *node 3: {my3nd3}*.
2158+
In a multi-node cluster you will find additional node entries like *node 3: {my3nd3}*.
21592159

21602160
[subs="attributes"]
21612161
----

adoc/SAP-S4HA10-setupguide-sle15.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ for the cluster fencing mechanism STONITH.
168168
- For {s4Hana} the new concept implies that, after a resource failure, the ASCS does not need to be started at the ERS
169169
side. The new enqueue architecture is also named ENSA2.
170170
- Use of native systemd integration for {sap} hostagent and instance´s sapstartsrv.
171-
Refer to the {sap} documentation for the neccessary product version. See also SAP Note 3139184.
171+
Refer to the {sap} documentation for the necessary product version. See also SAP Note 3139184.
172172
SUSE *systemd* version 234 at least is needed. For details refer to the {sles4sap} product documentation.
173173
SUSE resource agents are needed; at least *sapstartsrv-resource-agents 0.9.1* and *resource-agents 4.x* from November 2021.
174174

@@ -484,7 +484,7 @@ Prepare the three servers for the distributed {sap} installation. Server 1
484484

485485
- Mount the instance and database file systems on one specific node:
486486

487-
.Mount several file systes for {sapS4} on different nodes
487+
.Mount several file systems for {sapS4} on different nodes
488488
=============================================================
489489
490490
[subs="attributes"]
@@ -723,7 +723,7 @@ service/halib = $(DIR_EXECUTABLE)/saphascriptco.so
723723
service/halib_cluster_connector = /usr/bin/sap_suse_cluster_connector
724724
----
725725

726-
Add the user _{mySapAdm}_ to the unix user group _haclient_.
726+
Add the user _{mySapAdm}_ to the Unix user group _haclient_.
727727

728728
[subs="attributes"]
729729
----
@@ -1461,7 +1461,7 @@ The task list to set up the three node cluster is similar to the task list of th
14611461
details are described different here to get a diskless SBD setup.
14621462
Such a diskless SBD setup is an optional improvement for three nodes, but does not work for two nodes.
14631463
On the other hand, priority fencing is an optional improvement for two nodes, but does not work for three nodes.
1464-
Ssee the {sleHA} product documentation for details
1464+
See the {sleHA} product documentation for details
14651465
(https://documentation.suse.com/sle-ha/15-SP3/single-html/SLE-HA-administration/#pro-ha-storage-protect-fencing).
14661466

14671467
NOTE: When extending a cluster from two to three nodes, make sure to not use priority fencing.

adoc/SAP-convergent-mediation-ha-setup-sle15.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ via network. The service´s virtual host name or virtual IP address managed by t
223223
cluster should not be used when called by RA monitor actions.
224224

225225
- Technical users and groups are defined locally in the Linux system. If users are
226-
resolved by remote service, local caching is neccessary. `Substitute user` (su) to
226+
resolved by remote service, local caching is necessary. `Substitute user` (su) to
227227
the mzadmin needs to work reliable and without customized actions or messages.
228228

229229
- Name resolution for host names and virtual host names is crucial. Host names of
@@ -1709,7 +1709,7 @@ The individual steps are carried out as follows (see commands below):
17091709
ControlZone application and HA cluster are initially checked for a clean and idle state.
17101710
The ControlZone resource group is set to maintenance mode. This is required to enable manual
17111711
actions on the resources. After the manual actions are completed, the resource group is placed
1712-
back under cluster control. It is neccessary to wait for the completion of each step and to check the results.
1712+
back under cluster control. It is necessary to wait for the completion of each step and to check the results.
17131713
Finally, ControlZone application and HA cluster are again checked for a clean and idle state.
17141714

17151715
[subs="specialchars,attributes"]

adoc/SAPDI3-Vsphere-Vsan.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
=== Install RKE 2 cluster on top of the {vmw} virtual machines.
1919

2020
Before you start the installation of RKE 2, create the configuration below for the RKE 2 cluster.
21-
This is neccessary to use the vSAN as backing storage for the storage class in RKE 2. You will need the following data:
21+
This is necessary to use the vSAN as backing storage for the storage class in RKE 2. You will need the following data:
2222

2323
* user on vSphere/vSAN with the necessary access rights
2424
* vCenter hostname

adoc/SLES4SAP-HANAonKVM-15SP2.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ The guest VM must:
258258
* run {sles4sap} 15 SP2 or later.
259259
* be a {sles} supported VM guest as per Section 7.1 "Supported VM Guests" of the https://documentation.suse.com/sles/15-SP2/html/SLES-all/cha-virt-support.html#virt-support-guests[SUSE Virtualization Guide].
260260
* comply with KVM limits as per https://www.suse.com/releasenotes/x86_64/SUSE-SLES/15-SP2/#allArch-virtualization-kvm-limits["SUSE Linux Enterprise Server 15 SP2 release notes]".
261-
* fulfill the SAP HANA Hardware and Cloud Measurent Tools (HCMT) storage KPI's as per {launchpadnotes}2493172[SAP Note 2493172 "SAP HANA Hardware and Cloud Measurement Tools"].
261+
* fulfill the SAP HANA Hardware and Cloud Measurement Tools (HCMT) storage KPI's as per {launchpadnotes}2493172[SAP Note 2493172 "SAP HANA Hardware and Cloud Measurement Tools"].
262262
Refer to <<_sec_storage>> for storage configuration details.
263263
* be configured according to the *SUSE Best Practices for SAP HANA on KVM - {sles4sap} {slesProdVersion}* document at hand.
264264

@@ -1041,7 +1041,7 @@ When using a virtual disk for `vhostmd`, the virtual disk device must be world-r
10411041
[[_sec_configuring_guest_at_boot_time]]
10421042
==== Configuring the Guest at boot time
10431043

1044-
The folling settings need to be configured at boot time of the VM.
1044+
The following settings need to be configured at boot time of the VM.
10451045
To persist these configurations it is recommended to put the commands provided below into a script which is executed as part of the boot process.
10461046

10471047
===== Disabling `irqbalance`

adoc/SLES4SAP-HANAonKVM-15SP4.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ The guest VM must:
276276
* run {sles} or {sles4sap} 15 SP4 or later.
277277
* be a {sles} supported VM guest as per Section 7.4 "Supported guest operating systems" of the https://documentation.suse.com/sles/15-SP4/single-html/SLES-virtualization/#book-virtualization[SUSE Virtualization Guide].
278278
* comply with KVM limits as per https://documentation.suse.com/sles/15-SP4/single-html/SLES-virtualization/#virt-hypervisors-limits["SUSE Linux Enterprise Server 15 SP4 Hypervisor Limits"].
279-
* fulfill the SAP HANA Hardware and Cloud Measurent Tools (HCMT) storage KPI's as per {launchpadnotes}2493172[SAP Note 2493172 "SAP HANA Hardware and Cloud Measurement Tools"].
279+
* fulfill the SAP HANA Hardware and Cloud Measurement Tools (HCMT) storage KPI's as per {launchpadnotes}2493172[SAP Note 2493172 "SAP HANA Hardware and Cloud Measurement Tools"].
280280
Refer to <<_sec_storage>> for storage configuration details.
281281
* be configured according to the *SUSE Best Practices for SAP HANA on KVM* ({sles4sap} {slesProdVersion}) document at hand.
282282

@@ -363,7 +363,7 @@ It can be loaded with the `modprobe` command, but chances are high that it is al
363363
If the SR-IOV-capable module is not in use by default and it also fails to load with `modprobe`, this could mean that another driver, potentially one that is not SR-IOV-capable,
364364
is currently loaded instead. In which case, it should be removed with the `rmmod` command.
365365

366-
When the proper module is loaded, creating at least one VF can be done by issueing the following command (which creates four of them):
366+
When the proper module is loaded, creating at least one VF can be done by issuing the following command (which creates four of them):
367367

368368
----
369369
echo 4 > /sys/bus/pci/devices/0000\:17\:00.0/sriov_numvfs
@@ -728,7 +728,7 @@ The memory unit can be set to GiB to ease the memory computations.
728728
It is important to map the host topology into the guest VM, as described below.
729729
This allows HANA to spread its own workload threads across many virtual CPUs and NUMA nodes.
730730

731-
For example, for a 4-socket system, with 28 cores per socket and hyperthreading enabled, the virtual CPU configuration for a single VM will also have 4 sockets, 28 cores, 2 threads. In a multi-VM scenario it is also imperative that the hosts NUMA topology is maped to the VMs. Two VMs on a 4-socket systems would both reflect the NUMA topology of two of the hosts NUMA nodes/sockets. Four VMs on a 4-socket system would reflect the NUMA topology of a single NUMA node/socket.
731+
For example, for a 4-socket system, with 28 cores per socket and hyperthreading enabled, the virtual CPU configuration for a single VM will also have 4 sockets, 28 cores, 2 threads. In a multi-VM scenario it is also imperative that the hosts NUMA topology is mapped to the VMs. Two VMs on a 4-socket systems would both reflect the NUMA topology of two of the hosts NUMA nodes/sockets. Four VMs on a 4-socket system would reflect the NUMA topology of a single NUMA node/socket.
732732

733733
Always make sure that, in the guest VM configuration file:
734734

@@ -1076,7 +1076,7 @@ When using a virtual disk for `vhostmd`, the virtual disk device must be world-r
10761076
[[_sec_configuring_guest_at_boot_time]]
10771077
==== Configuring the Guest at boot time
10781078

1079-
The folling settings need to be configured at boot time of the VM.
1079+
The following settings need to be configured at boot time of the VM.
10801080
To persist these configurations, it is recommended to put the commands provided below into a script which is executed as part of the boot process.
10811081

10821082
===== Disabling `irqbalance`

0 commit comments

Comments
 (0)