Skip to content

Commit ac73a3b

Browse files
committed
Fixed typos
for better SiteImprove results.
1 parent aaec8e2 commit ac73a3b

29 files changed

+77
-77
lines changed

adoc/CloudLS_Architecture.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ all aforementioned components.
271271
OpenStack users may rarely ever use Horizon. Clouds function on the principle of
272272
API interfaces that commands can be sent to in a specialized format to trigger
273273
a certain action, meaning that all components in OpenStack come with an API
274-
component that accepts commands based on the ReSTful HTTP approach.
274+
component that accepts commands based on the RESTful HTTP approach.
275275

276276
There are, however, some tasks where a graphical representation of the
277277
tasks at hand is helpful and maybe even desired. Horizon is written in Django
@@ -485,7 +485,7 @@ configured so that it stores replicas of all data in all failure domains
485485
for every write process.
486486

487487
Should the Ceph Object Gateway be in use to provide for S3/Swift storage
488-
via a ReSTful interface, that service must be evenly available in all
488+
via a RESTful interface, that service must be evenly available in all
489489
failure domains as well. It is necessary to include these
490490
servers in the loadbalancer setup that is in place for making the
491491
API services redundant and resilient.
@@ -600,7 +600,7 @@ installed and assigned to it. Four major roles exist:
600600

601601
- *Management Nodes*: To run additional services such as Prometheus (a
602602
time-series database for monitoring, alerting and trending) and the ELK
603-
stack (ElasticSearch, LogStash, Kibana - a log collection and index
603+
stack (ElasticSearch, Logstash, Kibana - a log collection and index
604604
engine), further hardware is required. At least three machines per
605605
failure domain should be made available for this purpose.
606606

adoc/CloudLS_Implementation_Phases.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ a short technical document detailing how to prepare the implementation.
190190
This not only includes the configuration information for the individual
191191
nodes of the setup to ensure a smooth installation of the SUSE OpenStack
192192
Cloud and SUSE Enterprise Storage components, but also information about
193-
any other required component such as autoYaST for the automated deployment
193+
any other required component such as AutoYaST for the automated deployment
194194
of physical servers.
195195

196196
The technical document also contains relevant information for staff
@@ -219,7 +219,7 @@ are based on a catalogue of standard tests. If all tests are completed successfu
219219
the formal handover of the setup takes place and the responsibility for the
220220
installation is transferred to the customer.
221221

222-
Depending on the support level included with the subcription for the
222+
Depending on the support level included with the subscription for the
223223
solution, you can open support requests and clarify your questions throughout
224224
the validity of your subscription.
225225

adoc/CloudLS_Intro.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This document provides an overview of the architecture and key aspects of
2323
an IaaS platform based on SUSE products. It is specifically designed and
2424
targeted for cloud native workloads running in a large environment. The
2525
architecture is based on real world implementations that have been
26-
deployed at scale with enterprise customers and utilises best practices
26+
deployed at scale with enterprise customers and utilizes best practices
2727
from these setups.
2828

2929
=== Cloud Primer
@@ -81,7 +81,7 @@ design tenets of clouds:
8181

8282
- Cloud environments are based on the principle of API services
8383
and the ability to issue requests for resources to said API services
84-
using a defined and well-known protocol such as ReST. Using such APIs,
84+
using a defined and well-known protocol such as REST. Using such APIs,
8585
services can be implemented in clouds.
8686

8787
- Cloud environments decouple hardware and software and use Software
@@ -146,8 +146,8 @@ Some of the key features of the OpenStack cloud computing software are as follow
146146
license renewal costs do not apply.
147147

148148
The SUSE OpenStack Cloud product is based on the upstream OpenStack project. It enables the
149-
operator to smoothly deal with the complexitiy of the project and control the deployment, the daily operation and
150-
the maintanace of the platform. The integrated deployment tool allows for an easy setup and deployment of
149+
operator to smoothly deal with the complexity of the project and control the deployment, the daily operation and
150+
the maintenace of the platform. The integrated deployment tool allows for an easy setup and deployment of
151151
the complex infrastructure. The professional support provided by SUSE ensures the provision of a stable and available platform,
152152
turning an open source project in an enterprise grade software solution.
153153

@@ -228,7 +228,7 @@ running the platform.
228228
resembles "managed services" from the conventional world). The user is only
229229
consuming the service and does not care about the underlying infrastructure.
230230

231-
.IT service consumation variants
231+
.IT service consumption variants
232232
image::cloudls_it_service_consumation_basics_v2.svg[align="center",width=400]
233233

234234
==== Private, Public, Hybrid
@@ -274,7 +274,7 @@ environments have in common.
274274
To build your IaaS solution, you need at least these resources:
275275

276276
- Hardware (standard industry servers, Commercial off-the-shelf [COTS])
277-
to run the cloud, control servers, admininstration servers, and host storage.
277+
to run the cloud, control servers, administration servers, and host storage.
278278
Commodity hardware (one or two different types for the whole platform)
279279
is used for cost efficiency.
280280

@@ -293,7 +293,7 @@ the subject of this guide.
293293
cloud's resources by adding additional nodes for compute or storage
294294
purposes.
295295

296-
- Resiliance: The cloud service must be robust and fault-tolerant. A concept
296+
- Resilience: The cloud service must be robust and fault-tolerant. A concept
297297
for high availability must be in place.
298298

299299
- Standardization: Open standards, open source software, open APIs that
@@ -390,7 +390,7 @@ this document supports companies by being a solution for both needs. The
390390
companies deploying such a solution benefit from the following:
391391

392392
- A highly cost-effective, rapidly responsible and elastic IT that is
393-
very well aligned with its actual businees needs to support
393+
very well aligned with its actual business needs to support
394394
the bimodal IT operations model.
395395

396396
- A large portfolio of business and IT services that effectively

adoc/CloudLS_Operations.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ whilst the cloud can be scaled.
1212

1313
This chapter focuses on the most important aspects of running and
1414
maintaining a large scale cloud environment. It covers the major tasks
15-
of the operational everyday's business: system maintenance, monitoring,
15+
of the operational everydays business: system maintenance, monitoring,
1616
and log files.
1717

1818
=== Maintaining Hundreds of Hosts
@@ -259,7 +259,7 @@ open source solution for visualizing trending data.
259259

260260
==== Variant 2: Prometheus and Its Components
261261

262-
If Monascana is not the ideal solution for a particular setup, a good
262+
If Monasca is not the ideal solution for a particular setup, a good
263263
alternative is Prometheus. It features a TSDB that comes
264264
with several additional components to allow for a smooth monitoring
265265
experience. Prometheus itself is the core of the environment and takes

adoc/OS_Security_Hardening_Guide_for_SAP_HANA_SLES12.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ That prevented its use in many setups because each boot needed a manual step.
7979
Remote Disk Encryption removes this manual step as it allows the encryption keys to be stored safely on a remote key server and to be automatically used during system boot.
8080
8181
Minimal package selection::
82-
The fewer operating system packages anb SAP HANA system has installed, the less possible security holes it should have.
82+
The fewer operating system packages SAP HANA system has installed, the less possible security holes it should have.
8383
Following that principle, this guide describes which packages are absolutely necessary and which packages can be safely discarded.
8484
As a positive side effect, a minimized number of packages also reduces the number updates and patches that have to be applied to a system.
8585
@@ -105,7 +105,7 @@ Introduction to Linux security hardening
105105
SUSE Linux Enterprise Server already provides a high level of security with the standard installation.
106106
However, the standard security settings are generic, because they have to fit to all possible Linux server workloads.
107107
Also, many security settings have impacts on the comfort of the system administration and possibly also for the users of the system.
108-
Therefore, the SUSE Linux Enterprise Server 12 standard security settings provide a good tradeoff between compatibility to all workloads, administrative comfort and a secure operatingsSystem.
108+
Therefore, the SUSE Linux Enterprise Server 12 standard security settings provide a good tradeoff between compatibility to all workloads, administrative comfort and a secure operating system.
109109

110110
SAP HANA is a very special workload with clearly defined requirements.
111111
For such a workload, it is possible to have a more restrictive security configuration compared to the standard configuration.
@@ -1266,7 +1266,7 @@ This chapter lists content changes for this document since its first release.
12661266
- in section "Adjust sysctl variables to improve network security": Explanation for setting net.ipv4.conf.default.secure_redirects and net.ipv4.conf.all.secure_redirects corrected
12671267
- in section "Restrict sudo for normal users" tip for using `Default targetpw` corrected
12681268
- in section "Adjust default umask": tip about `pam_umask.so` added
1269-
- in section "Set up password for single user mode": renamed single user mode more correctly to resuce mode
1269+
- in section "Set up password for single user mode": renamed single user mode more correctly to rescue mode
12701270
- in "Adjust sysctl variables to improve network security": now recommends creating a file in `/etc/sysctl.d/` instead of changing `/etc/sysctl.conf`
12711271
- in section "Modify permissions on certain system files": correct some errors in permissions and usage
12721272
- in "SUSE Linux Enterprise Server Update Channels": reference to unavailable document 'SUSE Linux Enterprise Server Maintenance made simple' in resource-library removed

adoc/OS_Security_Hardening_Guide_for_SAP_HANA_SLES15_SP2_and_later.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ Recommendation::
376376
This is only a good strategy if important security updates are installed outside of the usual maintenance windows.
377377
378378
379-
Selectively installating new updates and patches
379+
Selectively installing new updates and patches
380380
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
381381
Description::
382382
A selective installation of patches and updates, for example of security updates only, further reduces the probability of installing problematic updates.

adoc/SAP-NetWeaver-7.50-SLE-15-Setup-Guide-AliCloud.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,8 @@ In this example, a VPC named *ASEHADR* in the Region *EU Central 1 (Frankfurt)*
277277

278278
image::Alicloud_VPC_ASE.png[vpc,width="46%"]
279279

280-
There should be at least two VSwitches (subnets) defined within the VPC network. Each VSwitch should
281-
be bound to a different Zone. In this example, the following two VSwitches (subnets) are defined:
280+
There should be at least two vSwitches (subnets) defined within the VPC network. Each vSwitch should
281+
be bound to a different Zone. In this example, the following two vSwitches (subnets) are defined:
282282

283283
* Switch1 "vs_a" 192.168.1.0/24 Zone A, for SAP HANA Primary Node;
284284
* Switch2 "vs_b" 192.168.2.0/24 Zone B, for SAP HANA Secondary Node;

adoc/SAPDI3-Harvester-Installation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For the Harvester deployment, the following information should be handy:
1919
* Gateway address
2020
* IP address of name server
2121
* Access to a time server
22-
* Access to the Internet (for airgapped installations see: https://docs.harvesterhci.io/v1.1/airgap)
22+
* Access to the Internet (for air-gapped installations see: https://docs.harvesterhci.io/v1.1/airgap)
2323

2424
For more information, see the product documentation for Harvester:
2525
https://docs.harvesterhci.io/v1.1/

adoc/SAPDI31-RKE2-Instguide.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -847,13 +847,13 @@ Install NetApp Trident according to the documentation at https://netapp-trident.
847847

848848
* Create a storage class on top of NetApp Trident and make it the default storage class.
849849

850-
* Create an *igroup* and add the initator names from the RKE 2 worker nodes:
850+
* Create an *igroup* and add the initiator names from the RKE 2 worker nodes:
851851

852852
** Log in to the RKE2 worker nodes and query the initiator names from `/etc/iscsi/initiator.iscsi`.
853853

854854
** Make sure the initiator names are unique! If they are not, replace them with new ones, generated with `iscsi-iname`.
855855

856-
** Create an *igroup* inside your *vserver* and add all initator names.
856+
** Create an *igroup* inside your *vserver* and add all initiator names.
857857

858858
==== Installing NetApp StorageGRID
859859

adoc/SAP_S4HA10_SetupGuide_SLE12.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1447,7 +1447,7 @@ IMPORTANT: Do not use diskless SBD as a fencing mechanism for two-node clusters.
14471447
in clusters with three or more nodes. SBD in diskless mode cannot handle split brain scenarios for
14481448
two-node clusters.
14491449
1450-
==== Preparing the operating system and installating the cluster software
1450+
==== Preparing the operating system and installing the cluster software
14511451
14521452
In general the OS preparation is similar to the procedure described for the two node cluster.
14531453
This includes the setup of NTP as well as installing the software pattern *ha_sles* using *yast2* or *zypper*.

0 commit comments

Comments
 (0)