################################################################################################################################### ################################################################################################################################### ## ## The purpose of this file is to define the server-specific configuration information for an automated installation via AutoYaST. ## ## ## Individual fields are seperated by ";". Fields can contain single values or multiple values seperated by ":" (list fields). ## If fields are optional they can be left empty resulting in two consecutive field separators ";;". ## ## As of November 5, 2012 this file has 14 fields per server which means there should be 13 semicolons per line. ## To jump to the ";" after a certain field, e. g. field 8 execute the following sequence of commands in vi: ## ## 1. leave insert mode by typing ## 2. use cursor to go to a particular line ## 3. type 0 (number 0) to go to beginning of the line ## 4. type "8", type "f", type ";" - your cursor will jump to the semicolon after the 8th field ## ## The following command determines the number of occurences of ";" in the current line: "s/;/&/ng" ## Detailed field description ## Field 01 - HOST_NAME - mandatory - short name of the server being installed; e.g. machine01 ## Field 02 - IP_ADDRESS/CIDR - mandatory - IP address and net mask of the server being installed; used as system identifier. ## Net mask in CIDR notation: ## 255.255.240.0 = 20 ## 255.255.248.0 = 21 ## 255.255.252.0 = 22 ## 255.255.254.0 = 23 ## 255.255.255.0 = 24 ## - OR - - MAC_ADRESS - If AY_MACHINE_IDENTIFIER="MAC" is set in AY_MAIN.txt this field accomodates the MAC address ## of the server being installed ## Field 03 - GATEWAY - optional - IP address of the default gateway ## Field 04 - SERVER_TYPE - mandatory - pure SLES or OES systems including version, feature pack (level FP, OES11 only ## and support pack level; ## "ovl" at the end of the identifier denotes that the system will be installed from the combined ## SLES/OES installation medium (no longer used with OES2018 and later). ## Examples for valid server types are: sles11sp4, sles12p5, sels15sp4, oes11sp3, oes11sp3ovl, ## oes2015sp1, oes2015sp1ovl, oes2018sp3, oes2023. ## Server types for different environments can be created by appending them with identifiers such as ## "-DEV", "-TST", etc. ## !!! IMPORTANT !!! ## There always needs to be a corresponding addon_products-$SERVER_TYPE.xml file in the ../files/addon ## directory, even when installing a pure SLES system. ## Field 05 - DEVICE_NAME0 - mandatory name of the 1st system disk device; e.g. /dev/sda|/dev/hda|/dev/vmx|/dev/cciss/c0d0|... ## Field 06 - DEVICE_NAME1 - optional name of the 2nd system disk device; e.g. /dev/sdb|/dev/hdb|/dev/vmx|/dev/cciss/c0d1|... ## Use "ssh $SERVER -C 'sfdisk -l'" to determine device names if unsure. ## Field 07 - PART_FILE - mandatory partitioning class file; must be located in .../files/partitioning ## The file name should identify the type and the number and size of the device(s) for which it defines ## the partitioning. The file name can also give an indiation for which type of server it is intended. ## e. g. part-vmware-GPT-btrfs-lvm-50G.xml, part-vmware-GPT-btrfs-lvm-50G_2nd-HDD_ZCMSat.xml, etc. ## Field 08 - SOFT_FILE - mandatory software class file; must be located in .../files/software ## The file name should identify the SERVER_TYPE and the purpose of the server for which the software ## selection is valid; ## e.g. soft-oes2018_branch.xml; soft-sles15_basci.xml, etc. ## Field 09 - ZCM_KEY_LIST - optional keys for the registration of the new device with a ZENworks Management Zone. ## Multiple keys are possible separated by ':'; the first key will be used for registration with the ## ZCM server, all other keys will be used for subscribing to device groups in ZCM used to manage ## configuration and software updates. ## Examples for valid ZCM keys for a production environment are: ## PRD__EDIR (location), TST_EDIR_GRP (config) and DEV_OES2018SP2 (update) etc. ## Field 10 - TREE_NAME - mandatory for OES servers - eDirectory tree name ## There must be a configuration file .txt in .../configs; the file name is case sensitive! ## Field 11 - TREE_TYPE - mandatory for OES servers - existing|new ## Field 12 - SERVER_CONTEXT - mandatory for OES servers - server context in LDAP syntax, e.g. ou=servers,ou=services,ou=DUS,o=Novell ## Field 13 - SERVER_LOCATION - optional configuration file determining all aspects of the physical server location such as the following: ## default gateway, LDAP server list, NTP server list, etc. ## There must be a configuration file in .../configs; the file name is case sensitive! ## In smaller environments all this information can be provided in the configuration file corresponding ## to the tree name or in CUSTOMER.txt ## Field 14 - SERVICE_TYPE - mandatory XML profile as defined in CUSTOMER.txt; the file names are case sensitive! ## The XML files identified by the profile must exist in .../files/services/oes|sles ## Field overview ## 01: HOST_NAME; 02: IP_ADDRESS/NETMASK; 03 GATEWAY; 04: SERVER_TYPE; 05: DEVICE_NAME0; 06: DEVICE_NAME1; 07: PART_FILE; ## 08: SOFT_FILE; 09: ZCM_KEY_LIST; 10: TREE_NAME; 11: TREE_TYPE; 12: SERVER_CONTEXT; 13: SERVER_LOCATION; 14: SERVICE_TYPE ####################################################################### ### AutoYaST test installations ### ####################################################################### #Server1;10.10.10.101/24;;oes2023-TST;/dev/sda;;part-vmware-UEFI-btrfs-lvm-50G.xml;soft-oes2023_edir-iman.xml;;;new;;;OES2023_EDIR_IMAN #s01;192.168.0.20/24;;oes2018sp3;/dev/sda;;part-UEFI-ext4.xml;soft-oes2018_schule.xml;;SCHULNETZ;new;ou=server,ou=Berufsschule,ou=Unterricht,o=CL;192_168_0.txt;OES2018_SCHULE s01;192.168.200.3/24;;oes2023;/dev/sda;;part-GPT-ext4.xml;soft-oes2023_schule.xml;;SCHULNETZ;new;ou=server,ou=Schule,ou=Unterricht,o=CL;192_168_200.txt;OES2023_SCHULE s01;192.168.20.20/24;;oes2023;/dev/sda;;part-GPT-ext4.xml;soft-oes2023_schule.xml;;SCHULNETZ;new;ou=server,ou=Schule,ou=Unterricht,o=CL;192_168_0.txt;OES2023_SCHULE # INTERN ENTWICKLUNG vce24-new;192.168.2.10/24;;oes2023;/dev/sda;;part-GPT-ext4.xml;soft-oes2023_schule.xml;;VCE24;new;ou=server,ou=Berufsschule,ou=Unterricht,o=CL;192_168_2.txt;OES2023_SCHULE vce24-mig;192.168.2.3/24;;oes2023;/dev/sda;;part-GPT-ext4.xml;soft-oes2023_schule.xml;;SCHULNETZ;new;ou=server,ou=Berufsschule,ou=Unterricht,o=CL;192_168_2.txt;OES2023_SCHULE oes24;192.168.0.24/24;;oes23.4;/dev/sda;;part-GPT-ext4.xml;soft-oes23.4_schule.xml;;SCHULNETZ;new;ou=server,ou=Schule,ou=Unterricht,o=CL;192_168_0.txt;OES23_4_SCHULE lukas-vce4;192.168.22.20/24;;oes23.4;/dev/sda;;part-GPT-ext4.xml;soft-oes23.4_schule.xml;;SCHULNETZ;new;ou=server,ou=Berufsschule,ou=Unterricht,o=CL;192_168_22.txt;OES23_4_SCHULE ############## KUNDEN ab hier ############## # ALBSTADT s01;172.28.4.3/22;;oes2023;/dev/sda;;part-GPT-ext4.xml;soft-oes2023_schule.xml;;SCHULNETZ;new;ou=server,ou=PGT,ou=Unterricht,o=CL;172_28_8.txt;OES2023_SCHULE gye-s01;172.29.0.3/24;;oes23.4;/dev/sda;;part-GPT-ext4.xml;soft-oes23.4_schule.xml;;SCHULNETZ;existing;ou=server,ou=GYE,ou=Unterricht,o=CL;172_29_0.txt;OES23_4_SCHULE hbs-s01;172.30.0.3/24;;oes23.4;/dev/sda;;part-GPT-ext4.xml;soft-oes23.4_schule.xml;;SCHULNETZ;existing;ou=server,ou=HBS,ou=Unterricht,o=CL;172_30_0.txt;OES23_4_SCHULE v01;172.28.5.3/24;;oes2023;/dev/sda;;part-GPT-ext4.xml;soft-oes2023_schule.xml;;SCHULNETZ;existing;ou=server,ou=PGT,ou=Verwaltung,o=CL;172_28_5.txt;OES2023_SCHULE gye-v01;172.29.10.3/24;;oes23.4;/dev/sda;;part-GPT-ext4.xml;soft-oes23.4_schule.xml;;SCHULNETZ;existing;ou=server,ou=GYE,ou=Verwaltung,o=CL;172_29_10.txt;OES23_4_SCHULE #s01;192.168.2.3/24;;oes2018sp3-ovl;/dev/sda;;part-vmware-ext4-50G.xml;soft-oes2018sp3_schule.xml;;SCHULNETZ;new;ou=server,ou=Berufsschule,ou=Unterricht,o=CL;192_168_2.txt;OES2018_SCHULE s01;192.168.56.10/24;;oes2023;/dev/sda;;part-GPT-ext4.xml;soft-oes2023_schule.xml;;SCHULNETZ;new;ou=server,ou=Schule,ou=Unterricht,o=CL;192_168_56.txt;OES2023_SCHULE # KRK Ebersberg #s01;192.168.0.3/24;;oes23.4;/dev/sda;;part-GPT-ext4.xml;soft-oes23.4_schule.xml;;SCHULNETZ;new;ou=server,ou=Schule,ou=Unterricht,o=CL;192_168_0.txt;OES23_4_SCHULE S01;192.168.10.4/24;;oes23.4;/dev/sda;;part-GPT-ext4.xml;soft-oes23.4_schule.xml;;SCHULNETZ;new;ou=server,ou=GS-Moessling,ou=Unterricht,o=CL;192_168_10.txt;OES23_4_SCHULE # FOS Karlsfeld v01;192.168.5.3/24;;oes23.4;/dev/sda;;part-GPT-ext4.xml;soft-oes23.4_schule.xml;;SCHULNETZ;existing;ou=server,ou=FOSBOS,ou=Verwaltung,o=CL;192_168_5.txt;OES23_4_SCHULE # Greiz OES1;10.60.0.10/20;;oes2023;/dev/sda;;part-GPT-ext4.xml;soft-oes2023_schule.xml;;SCHULNETZ;new;ou=server,ou=SRZ,o=CL;10_60_0.txt;OES2023_SCHULE OES2;10.60.0.11/20;;oes2023;/dev/sda;;part-GPT-ext4.xml;soft-oes2023_schule.xml;;SCHULNETZ;existing;ou=server,ou=SRZ,o=CL;10_60_0.txt;OES2023_SCHULE 33-VCE;10.182.0.10/20;;oes2023;/dev/sda;;part-GPT-ext4.xml;soft-oes2023_schule.xml;;SCHULNETZ;existing;ou=server,ou=gs-hohl,ou=Unterricht,o=CL;10_182_0.txt;OES2023_SCHULE 34-VCE;10.183.0.10/20;;oes2023;/dev/sda;;part-GPT-ext4.xml;soft-oes2023_schule.xml;;SCHULNETZ;existing;ou=server,ou=gs-irch,ou=Unterricht,o=CL;10_183_0.txt;OES2023_SCHULE 01-VCE;10.127.0.10/20;;oes23.4;/dev/sda;;part-GPT-ext4.xml;soft-oes23.4_schule.xml;;SCHULNETZ;existing;ou=server,ou=gs-auma,ou=Unterricht,o=CL;10_127_0.txt;OES23_4_SCHULE 18-VCE;10.165.0.10/20;;oes23.4;/dev/sda;;part-GPT-ext4.xml;soft-oes23.4_schule.xml;;SCHULNETZ;existing;ou=server,ou=gs-wudo,ou=Unterricht,o=CL;10_165_0.txt;OES23_4_SCHULE 30-VCE;10.130.0.10/20;;oes23.4;/dev/sda;;part-GPT-ext4.xml;soft-oes23.4_schule.xml;;SCHULNETZ;existing;ou=server,ou=camp-jwg,ou=Unterricht,o=CL;10_130_0.txt;OES23_4_SCHULE 19-VCE;10.166.0.10/20;;oes23.4;/dev/sda;;part-GPT-ext4.xml;soft-oes23.4_schule.xml;;SCHULNETZ;existing;ou=server,ou=rs-auma,ou=Unterricht,o=CL;10_166_0.txt;OES23_4_SCHULE 21-VCE;10.175.0.10/20;;oes23.4;/dev/sda;;part-GPT-ext4.xml;soft-oes23.4_schule.xml;;SCHULNETZ;existing;ou=server,ou=gs-brah,ou=Unterricht,o=CL;10_175_0.txt;OES23_4_SCHULE 04-VCE;10.139.0.10/20;;oes23.4;/dev/sda;;part-GPT-ext4.xml;soft-oes23.4_schule.xml;;SCHULNETZ;existing;ou=server,ou=gs-frie,ou=Unterricht,o=CL;10_139_0.txt;OES23_4_SCHULE 73-VCE;10.173.0.10/20;;oes23.4;/dev/sda;;part-GPT-ext4.xml;soft-oes23.4_schule.xml;;SCHULNETZ;existing;ou=server,ou=SRZ-Demo,ou=Unterricht,o=CL;10_173_0.txt;OES23_4_SCHULE 22-VCE;10.122.0.10/20;;oes23.4;/dev/sda;;part-GPT-ext4.xml;soft-oes23.4_schule.xml;;SCHULNETZ;existing;ou=server,ou=gs-kraf,ou=Unterricht,o=CL;10_122_0.txt;OES23_4_SCHULE 07-VCE;10.141.0.10/20;;oes23.4;/dev/sda;;part-GPT-ext4.xml;soft-oes23.4_schule.xml;;SCHULNETZ;existing;ou=server,ou=gs-mohl,ou=Unterricht,o=CL;10_107_0.txt;OES23_4_SCHULE 47-VCE;10.147.0.10/20;;oes23.4;/dev/sda;;part-GPT-ext4.xml;soft-oes23.4_schule.xml;;SCHULNETZ;existing;ou=server,ou=gym-gera,ou=Unterricht,o=CL;10_147_0.txt;OES23_4_SCHULE 23-VCE;10.123.0.10/20;;oes23.4;/dev/sda;;part-GPT-ext4.xml;soft-oes23.4_schule.xml;;SCHULNETZ;existing;ou=server,ou=camp-mube,ou=Unterricht,o=CL;10_123_0.txt;OES23_4_SCHULE # PGH Holzkirchen PGH-EDIR;192.168.2.11/24;;oes23.4;/dev/sda;;part-GPT-ext4.xml;soft-oes23.4_edir-iman.xml;;SCHULNETZ;new;ou=server,ou=PGH,ou=Unterricht,o=CL;192_168_2.txt;OES23_4_EDIR_IMAN S01;172.16.2.103/16;;oes23.4;/dev/sda;;part-GPT-ext4.xml;soft-oes23.4_schule.xml;;SCHULNETZ;new;ou=server,ou=PGH,ou=Unterricht,o=CL;172_16.txt;OES23_4_SCHULE # Digitale Schule FFB DSFFB-OES1;10.10.0.3/24;;oes23.4;/dev/sda;;part-UEFI-ext4.xml;soft-oes23.4_edir.xml;;SCHULNETZ;new;ou=server,ou=global,o=CL;10_10_0.txt;OES23_4_EDIR DSFFB-S01;10.19.0.3/24;;oes23.4;/dev/sda;;part-GPT-ext4.xml;soft-oes23.4_schule.xml;;SCHULNETZ;existing;ou=server,ou=DSFFB,ou=Unterricht,o=CL;10_19_0.txt;OES23_4_SCHULE GSG-S01;10.23.0.3/16;;oes23.4;/dev/sda;;part-GPT-ext4.xml;soft-oes23.4_schule.xml;;SCHULNETZ;existing;ou=server,ou=GSG,ou=Unterricht,o=CL;10_23_0.txt;OES23_4_SCHULE GSG-V01;10.23.10.3/16;;oes23.4;/dev/sda;;part-GPT-ext4.xml;soft-oes23.4_schule.xml;;SCHULNETZ;existing;ou=server,ou=GSG,ou=Verwaltung,o=CL;10_23_10.txt;OES23_4_SCHULE GSGR-S01;10.22.0.3/24;;oes23.4;/dev/sda;;part-GPT-ext4.xml;soft-oes23.4_schule.xml;;SCHULNETZ;existing;ou=server,ou=GSGR,ou=Unterricht,o=CL;10_22_0.txt;OES23_4_SCHULE GSGR-V01;10.22.10.3/24;;oes23.4;/dev/sda;;part-GPT-ext4.xml;soft-oes23.4_schule.xml;;SCHULNETZ;existing;ou=server,ou=GSGR,ou=Verwaltung,o=CL;10_22_10.txt;OES23_4_SCHULE JDS-S01;10.25.0.3/24;;oes23.4;/dev/sda;;part-GPT-ext4.xml;soft-oes23.4_schule.xml;;SCHULNETZ;existing;ou=server,ou=JDS,ou=Unterricht,o=CL;10_25_0.txt;OES23_4_SCHULE JDS-V01;10.25.10.3/24;;oes23.4;/dev/sda;;part-GPT-ext4.xml;soft-oes23.4_schule.xml;;SCHULNETZ;existing;ou=server,ou=JDS,ou=Verwaltung,o=CL;10_25_10.txt;OES23_4_SCHULE MSM-S01;10.50.0.3/24;;oes23.4;/dev/sda;;part-GPT-ext4.xml;soft-oes23.4_schule.xml;;SCHULNETZ;existing;ou=server,ou=MSM,ou=Unterricht,o=CL;10_50_0.txt;OES23_4_SCHULE MSM-V01;10.50.10.3/24;;oes23.4;/dev/sda;;part-GPT-ext4.xml;soft-oes23.4_schule.xml;;SCHULNETZ;existing;ou=server,ou=MSM,ou=Verwaltung,o=CL;10_50_10.txt;OES23_4_SCHULE SBS-S01;10.51.0.3/24;;oes23.4;/dev/sda;;part-GPT-ext4.xml;soft-oes23.4_schule.xml;;SCHULNETZ;existing;ou=server,ou=SBS,ou=Unterricht,o=CL;10_51_0.txt;OES23_4_SCHULE SBS-V01;10.51.10.3/24;;oes23.4;/dev/sda;;part-GPT-ext4.xml;soft-oes23.4_schule.xml;;SCHULNETZ;existing;ou=server,ou=SBS,ou=Verwaltung,o=CL;10_51_10.txt;OES23_4_SCHULE KER-S01;10.52.0.3/24;;oes23.4;/dev/sda;;part-GPT-ext4.xml;soft-oes23.4_schule.xml;;SCHULNETZ;existing;ou=server,ou=KER,ou=Unterricht,o=CL;10_52_0.txt;OES23_4_SCHULE GSA-S01;10.24.0.3/24;;oes23.4;/dev/sda;;part-GPT-ext4.xml;soft-oes23.4_schule.xml;;SCHULNETZ;existing;ou=server,ou=GSA,ou=Unterricht,o=CL;10_24_0.txt;OES23_4_SCHULE GSA-V01;10.24.10.3/24;;oes23.4;/dev/sda;;part-GPT-ext4.xml;soft-oes23.4_schule.xml;;SCHULNETZ;existing;ou=server,ou=GSA,ou=Verwaltung,o=CL;10_24_10.txt;OES23_4_SCHULE KIR-S01;10.26.0.3/24;;oes23.4;/dev/sda;;part-GPT-ext4.xml;soft-oes23.4_schule.xml;;SCHULNETZ;existing;ou=server,ou=KIR,ou=Unterricht,o=CL;10_26_0.txt;OES23_4_SCHULE KLE-S01;10.27.0.3/24;;oes23.4;/dev/sda;;part-GPT-ext4.xml;soft-oes23.4_schule.xml;;SCHULNETZ;existing;ou=server,ou=KLE,ou=Unterricht,o=CL;10_27_0.txt;OES23_4_SCHULE THE-S01;10.28.0.3/24;;oes23.4;/dev/sda;;part-GPT-ext4.xml;soft-oes23.4_schule.xml;;SCHULNETZ;existing;ou=server,ou=THE,ou=Unterricht,o=CL;10_28_0.txt;OES23_4_SCHULE WIT-S01;10.53.0.3/24;;oes23.4;/dev/sda;;part-GPT-ext4.xml;soft-oes23.4_schule.xml;;SCHULNETZ;existing;ou=server,ou=WIT,ou=Unterricht,o=CL;10_53_0.txt;OES23_4_SCHULE JES-S01;10.30.0.3/24;;oes23.4;/dev/sda;;part-GPT-ext4.xml;soft-oes23.4_schule.xml;;SCHULNETZ;existing;ou=server,ou=JES,ou=Unterricht,o=CL;10_30_0.txt;OES23_4_SCHULE JES-V01;10.30.10.3/24;;oes23.4;/dev/sda;;part-GPT-ext4.xml;soft-oes23.4_schule.xml;;SCHULNETZ;existing;ou=server,ou=JES,ou=Verwaltung,o=CL;10_30_10.txt;OES23_4_SCHULE ALM-S01;10.31.0.3/24;;oes23.4;/dev/sda;;part-GPT-ext4.xml;soft-oes23.4_schule.xml;;SCHULNETZ;existing;ou=server,ou=ALM,ou=Unterricht,o=CL;10_31_0.txt;OES23_4_SCHULE ALM-V01;10.31.10.3/24;;oes23.4;/dev/sda;;part-GPT-ext4.xml;soft-oes23.4_schule.xml;;SCHULNETZ;existing;ou=server,ou=ALM,ou=Verwaltung,o=CL;10_31_10.txt;OES23_4_SCHULE HAT-S01;10.32.0.3/24;;oes23.4;/dev/sda;;part-GPT-ext4.xml;soft-oes23.4_schule.xml;;SCHULNETZ;existing;ou=server,ou=HAT,ou=Unterricht,o=CL;10_32_0.txt;OES23_4_SCHULE HAT-V01;10.32.10.3/24;;oes23.4;/dev/sda;;part-GPT-ext4.xml;soft-oes23.4_schule.xml;;SCHULNETZ;existing;ou=server,ou=HAT,ou=Verwaltung,o=CL;10_32_10.txt;OES23_4_SCHULE GSM-S01;10.20.0.3/24;;oes2023;/dev/sda;;part-GPT-ext4.xml;soft-oes2023_schule.xml;;SCHULNETZ;new;ou=server,ou=GSM,ou=Unterricht,o=CL;10_20_0.txt;OES2023_SCHULE GSM-V01;10.20.10.3/16;;oes2023;/dev/sda;;part-GPT-ext4.xml;soft-oes2023_schule.xml;;SCHULNETZ;existing;ou=server,ou=GSM,ou=Verwaltung,o=CL;10_20_10.txt;OES2023_SCHULE GMST-S01;10.21.0.3/24;;oes2023;/dev/sda;;part-GPT-ext4.xml;soft-oes2023_schule.xml;;SCHULNETZ;existing;ou=server,ou=GMST,ou=Unterricht,o=CL;10_21_0.txt;OES2023_SCHULE GMST-V01;10.21.10.3/24;;oes2023;/dev/sda;;part-GPT-ext4.xml;soft-oes2023_schule.xml;;SCHULNETZ;existing;ou=server,ou=GMST,ou=Verwaltung,o=CL;10_21_10.txt;OES2023_SCHULE ################################################################# ### DEVELOPMENT environment eDirectory Tree ### ################################################################# sles15sp5-1;192.168.0.118/24;;sles15sp5;/dev/vda;;part-sles12-btrfs-efi-50G.xml;soft-sles15.xml;;;;;192-168-0.txt;SLES15_BASE sles15sp6-1;192.168.0.119/24;;sles15sp6;/dev/vda;;part-sles12-btrfs-efi-50G.xml;soft-sles15.xml;;;;;192-168-0.txt;SLES15_BASE ################################################################# ### TEST environment eDirectory Tree ### ################################################################# ################################################################# ### PRODUCTION environment eDirectory Tree ### #################################################################