Skip to content

Commit 007e36b

Browse files
committed
Fixed style, grammar, format
According to doc review and style guide, fixed sub-section titles, grammar, typos and some wording.
1 parent d920880 commit 007e36b

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

adoc/SAP-EIC-SLEMicro.adoc

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11
[#SLEMicro]
22

3-
=== Installation
3+
=== Installing and configuring {slem}
44

55
On each server in your environment for {eic} and {rancher}, install {slem} {slem_version} as the operating system.
6-
There are several methods to install {slem} {slem_version} on your hardware or virtual machine. A list of all possible solutions are available in our Documentation https://documentation.suse.com/sle-micro/{slem_version}/[SLE Micro 6.0].
6+
There are several methods to install {slem} {slem_version} on your hardware or virtual machine.
7+
A list of all possible solutions are available in our Documentation https://documentation.suse.com/sle-micro/{slem_version}/[SLE Micro 6.0].
78

8-
At the end of the installation process in the summary windows you need to check if these Security Settings are configured:
9+
At the end of the installation process, in the summary window, you need to verify that the following security settings are configured:
910

1011
** The firewall will be disabled.
1112
** The SSH service will be enabled.
1213
** SELinux will be set in permissive mode.
1314

14-
Set SELinux into _permissive_ mode, because otherwise, some components of the Edge Integration Cell violate SELinux rules, and the application will not work.
15+
Set SELinux to _permissive_ mode, because otherwise, some components of the Edge Integration Cell will violate SELinux rules, and the application will not work.
1516

1617

1718
TIP: If you have already set up all machines and the operating system, skip this chapter.
1819

1920
=== Registering your system
2021

2122
To get your system up-to-date, you need to register it with SUSE Manager, an RMT server, or directly with the SCC Portal.
22-
Find the registration process with a direct connection to SCC describedin the instructions below. For more information, see the {slem} documentation.
23+
Find the registration process with a direct connection to SCC described in the instructions below. For more information, see the {slem} documentation.
2324

2425
Registering the system is possible from the command line using the `transactional-update register` command.
2526
For information that goes beyond the scope of this section, refer to the inline documentation with *SUSEConnect --help*.
@@ -61,21 +62,23 @@ $ systemctl --now disable transactional-update.timer
6162
----
6263

6364
=== Preparing for {lh}
64-
For {lh} you need to do some preparation steps. First, install some additional packages on all worker nodes. Then attach a second disk to the worker nodes, create a file system on top of it and mount it to the Longhorn default location. The size of the second disk depends on your use case.
65+
For {lh}, some preparation steps are required. First, install some additional packages on all worker nodes.
66+
Then, attach a second disk to the worker nodes, create a file system on top of it, and mount it to the default {lh} location.
67+
The size of the second disk will depend on your use case.
6568

66-
Install some packages as a requirement for longhorn and Logical Volume Management for adding a file system to Longhorn.
69+
Install some packages as a requirement for {lh} and Logical Volume Management for adding a file system to {lh}.
6770
[source, bash]
6871
----
6972
$ transactional-update pkg install lvm2 jq nfs-client cryptsetup open-iscsi
7073
----
7174

72-
After the needed packages are installed, you need to reboot your machine.
75+
After the required packages are installed, you need to reboot your machine.
7376
[source, bash]
7477
----
7578
$ reboot
7679
----
7780

78-
Now you can enable the _iscsid_ server.
81+
Now you can enable the `iscsid` server.
7982

8083
[source, bash]
8184
----
@@ -86,7 +89,7 @@ $ systemctl enable iscsid --now
8689

8790
The next step is to create a new logical volume with the Logical Volume Management.
8891

89-
First, you need to create a new physical volume. In our case the second disk is called _vdb_. Use this as longhorn volume.
92+
First, you need to create a new physical volume. In our case, the second disk is called _vdb_. Use this as {lh} volume.
9093
[source, bash]
9194
----
9295
$ pvcreate /dev/vdb

0 commit comments

Comments
 (0)