diff --git a/DC-Micro-ntp-time-synchronization b/DC-Micro-ntp-time-synchronization index 6c1538b95..e21fa5689 100644 --- a/DC-Micro-ntp-time-synchronization +++ b/DC-Micro-ntp-time-synchronization @@ -4,6 +4,7 @@ MAIN="ntp-time-synchronization.asm.xml" # Point to the ID of the of your assembly #ROOTID="article-example" +STRUCTID="ntp-time-synchronization-micro" SRC_DIR="articles" IMG_SRC_DIR="images" diff --git a/DC-Micro-raids b/DC-Micro-raids index 74cce1885..fd9c16f32 100644 --- a/DC-Micro-raids +++ b/DC-Micro-raids @@ -5,6 +5,7 @@ ## Basics MAIN="raid.asm.xml" SRC_DIR="articles" +STRUCTID="software-raid-micro" ## Profiling PROFOS="slmicro" diff --git a/DC-ntp-time-synchronization b/DC-ntp-time-synchronization index a7f3dc92c..9e302a634 100644 --- a/DC-ntp-time-synchronization +++ b/DC-ntp-time-synchronization @@ -4,6 +4,7 @@ MAIN="ntp-time-synchronization.asm.xml" # Point to the ID of the of your assembly #ROOTID="article-example" +STRUCTID="ntp-time-synchronization" SRC_DIR="articles" IMG_SRC_DIR="images" diff --git a/DC-raids b/DC-raids new file mode 100644 index 000000000..4ba41390b --- /dev/null +++ b/DC-raids @@ -0,0 +1,18 @@ +## ---------------------------- +## Doc Config File for the DB Assembly test +## ---------------------------- +## +## Basics +MAIN="raid.asm.xml" +SRC_DIR="articles" +STRUCID="software-raid" + +## Profiling +PROFOS="sles" +#PROFARCH="x86_64;zseries;power;aarch64" + +## stylesheet location +STYLEROOT="/usr/share/xml/docbook/stylesheet/suse2022-ns" +FALLBACK_STYLEROOT="/usr/share/xml/docbook/stylesheet/suse2021-ns" + +DOCBOOK5_RNG_URI="urn:x-suse:rng:v2:geekodoc-flat" diff --git a/articles/ntp-time-synchronization.asm.xml b/articles/ntp-time-synchronization.asm.xml index 79da4835a..b38ace3bc 100644 --- a/articles/ntp-time-synchronization.asm.xml +++ b/articles/ntp-time-synchronization.asm.xml @@ -193,4 +193,148 @@ + + + + Synchronizing Time Using NTP + + 2024-04-26 + + + Initial version + + + + + + + + + + + + + + &x86-64; + &power; + + + &productname; + + Time synchronization using NTP + This article describes what + time synchronization is and how to configure it on the &productname; system. + Time synchronization using NTP + + + Systems Management + + + Configuration + + Product & Solutions + + + + https://bugzilla.suse.com/enter_bug.cgi + Smart Docs + Documentation + tbazant@suse.com + + yes + + + + + WHAT? + + + This article describes what time synchronization is and how to + configure it. + + + + + WHY? + + + Keeping the system time synchronized is crucial when sharing + tasks and resources with other team members over the network. + + + + + EFFORT + + + Up to 60 minutes to read this article and perform a basic + configuration of time synchronization on your computer. + + + + + REQUIREMENTS + + + + + A basic knowledge of Linux system administration is + required. Specific tasks require &rootuser; privileges. + + + + + Working network connection to the internal network or + Internet to reach the source time server. + + + + + + + + + + + Introduction + + + + + + + + When &chronyd; starts, it reads its configuration from the + /etc/chrony.conf file. The following sections + list important parameters that can affect &chronyd; behavior. + + + + + + + + + + + + + + + + + diff --git a/articles/raid.asm.xml b/articles/raid.asm.xml index 48d23fb0a..c224fa7ca 100644 --- a/articles/raid.asm.xml +++ b/articles/raid.asm.xml @@ -95,7 +95,137 @@ &power; - &productname; + &productname; + + Software RAID description and configuration + The article focuses on configuring software RAID and provides detail about various levels of RAID. + Description of software RAID. + + + Systems Management + + + Configuration + Storage + Monitoring + + Product & Solutions + + + + https://bugzilla.suse.com/enter_bug.cgi + Smart Docs + Documentation + jsindelarova@suse.com + + yes + + + + + WHAT? + + + Basic information about software RAIDs. + + + + + WHY? + + + You need information on RAID levels, or you want to manage + or monitor a RAID. + + + + + EFFORT + + + 15 minutes of reading time. + + + + + GOAL + + + You will be able to manage a software RAID using &yast;. + + + + + REQUIREMENTS + + + + + A corresponding number of disks/partitions that will form the required RAID. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Software RAID on &productname; + + 2023-05-09 + + + Initial version. + + + + + + + + + + + + + + &x86-64; + &power; + + &productname; &productname; @@ -153,7 +283,7 @@ GOAL - You will be able to manage a software RAID using &yast;. + You will be able to manage a software RAID using mdadm.