Skip to content

AutoYast Client

Richard Spindler edited this page Sep 29, 2020 · 1 revision

AutoYast is an OS deployment technology for SuSE/SLES Linux.

Server commands are run on the Deployment Server. The client configuration commands are run on the Deployment Server, and the client creation commands are run on the host.

The commands are split into three types:

  • Server configuration
    • Creating OS deployment repositories from the OS installation media (ISOs)
  • Client creation
    • Client VM creation
  • Client configuration
    • Creating client profiles
      • PXE / DHCP / BOOTP configuration
      • Install configurations
      • Post install scripts

This section refers to the client related commands. For the server related commands refer to the AutoYast Server Examples.

For client creation commands refer to either the VirtualBox Examples or VMware Fusion Examples.

AutoYast Client Examples

List AutoYast clients:

./modest.rb --action list --mode client --method autoyast

Create AutoYast client:

./modest.rb --action create --mode client --method autoyast --name sles11sp2vm01 --mac 08:00:27:BA:34:7D --arch x86_64 --ip 192.168.1.197 --service sles_11_2_x86_64

Create AutoYast client, and let mode auto-detect architecture and method:

./modest.rb --action create --mode client --name sles12vm01 --mac 08:00:27:BA:34:7D --ip 192.168.2.103 --service sles_12_0_x86_64 --verbose --defaults

Delete AutoYast client:

./modest.rb --action delete --mode client --method autoyast --name sles11sp2vm01

AutoYast Client Usage Examples

Create a SUSE 11 SP 2 client configuration on the distribution server:

./modest.rb --action create --mode client --method autoyast --name sles11sp2vm01 --mac 08:00:27:BA:34:7D --arch x86_64 --ip 192.168.1.197 --service sles_11_2_x86_64 --verbose --defaults

Information:    Running in verbose mode
Information:    Setting publisher host to 10081
Information:    Client ethernet MAC address is 08:00:27:BA:34:7D
Information:    Client IP address is 192.168.2.121
Information:    Setting architecture to x86_64
Information     Running in client mode
Information:    Home directory /root
Information:    Setting work directory to /opt/modest
Information:    Setting temporary directory to /opt/modest
Determining:    Default host IP
Executing:      ipadm show-addr net0 |grep net |head -1 |awk '{print $4}' |cut -f1 -d'/'
Output:         192.168.2.100
Information:    Setting client name to sles12vb01
Information:    Setting service name to sles_12_0_x86_64
Information:    Not running in windowed mode
Information:    Setting answers to defaults
Checking:       DHCPd config for subnet entry
Executing:      cat /etc/inet/dhcpd4.conf | grep 'subnet 192.168.2.0'
Output:         subnet 192.168.2.0 netmask 255.255.255.0 {
Checking:       Apache confing file /etc/apache2/2.2/httpd.conf for clients
Executing:      cat /etc/apache2/2.2/httpd.conf |grep '/clients'
Output:         <Directory /export/clients>
Output:         Alias /clients /export/clients
Removing:       File /export/clients/sles_12_0_x86_64/sles12vb01/sles12vb01.xml
Executing:      rm /export/clients/sles_12_0_x86_64/sles12vb01/sles12vb01.xml
Processing:     Value for service_name
Setting:        Parameter service_name to sles_12_0_x86_64
Processing:     Value for firewall
Setting:        Parameter firewall to --enabled --ssh
Processing:     Value for console
Setting:        Parameter console to text
Processing:     Value for install_type
Setting:        Parameter install_type to install
Processing:     Value for install_method
Setting:        Parameter install_method to cdrom
Processing:     Value for url
Setting:        Parameter url to --url=http://192.168.2.100/sles_12_0_x86_64
Processing:     Value for install_language
Setting:        Parameter install_language to en_US.UTF-8
Processing:     Value for support_language
Setting:        Parameter support_language to --default=en_US.UTF-8 en_US.UTF-8
Processing:     Value for keyboard
Setting:        Parameter keyboard to us
Processing:     Value for videocard
Setting:        Parameter videocard to VMWare
Processing:     Value for videoram
Setting:        Parameter videoram to 16384
Processing:     Value for vsync
Setting:        Parameter vsync to 50-70
Processing:     Value for resolution
Setting:        Parameter resolution to 800x600
Processing:     Value for depth
Setting:        Parameter depth to 16
Processing:     Value for xconfig
Setting:        Parameter xconfig to --card VMWare --videoram 16384 --hsync 31.5-37.9 --vsync 50-70 --resolution 800x600 --depth 16
Processing:     Value for nic
Setting:        Parameter nic to eth0
Processing:     Value for bootproto
Setting:        Parameter bootproto to static
Processing:     Value for hostname
Setting:        Parameter hostname to sles12vb01
Processing:     Value for ip
Setting:        Parameter ip to 192.168.2.121
Processing:     Value for netmask
Setting:        Parameter netmask to 255.255.255.0
Processing:     Value for nameserver
Setting:        Parameter nameserver to 8.8.8.8
Processing:     Value for gateway
Setting:        Parameter gateway to 192.168.2.254
Processing:     Value for broadcast
Setting:        Parameter broadcast to 192.168.2.255
Processing:     Value for network_address
Setting:        Parameter network_address to 192.168.2.0
Processing:     Value for network
Setting:        Parameter network to --device=eth0 --bootproto=static --ip=192.168.2.121 --netmask=255.255.255.0 --gateway 192.168.2.254 --nameserver=8.8.8.8 --hostname=sles12vb01
Processing:     Value for root_password
Setting:        Parameter root_password to XXXX
Processing:     Value for root_crypt
Setting:        Parameter root_crypt to $1$ja9/JEfA$.MnBqCefot3a7IwdLE.J70
Processing:     Value for rootpw
Setting:        Parameter rootpw to --iscrypted $1$ja9/JEfA$.MnBqCefot3a7IwdLE.J70
Processing:     Value for enabled_services
Setting:        Parameter enabled_services to avahi-daemon,ntp
Processing:     Value for disabled_services
Setting:        Parameter disabled_services to 
Setting:        Parameter disabled_services to 
Processing:     Value for services
Setting:        Parameter services to --enabled=avahi-daemon,ntp --disabled=
Processing:     Value for admin_user
Setting:        Parameter admin_user to administrator
Processing:     Value for admin_uid
Setting:        Parameter admin_uid to 200
Processing:     Value for admin_shell
Processing:     Value for admin_home
Setting:        Parameter admin_home to /home/administrator
Processing:     Value for admin_group
Setting:        Parameter admin_group to wheel
Processing:     Value for admin_gid
Setting:        Parameter admin_gid to 200
Processing:     Value for admin_password
Setting:        Parameter admin_password to YYYY
Processing:     Value for admin_crypt
Setting:        Parameter admin_crypt to $1$DKReO/Ay$DKs2MGUKhS56.DHaZPUfT0
Processing:     Value for selinux
Setting:        Parameter selinux to --enforcing
Processing:     Value for authconfig
Setting:        Parameter authconfig to --enableshadow --enablemd5
Processing:     Value for timezone
Setting:        Parameter timezone to Australia/Victoria
Processing:     Value for bootstrap
Setting:        Parameter bootstrap to mbr
Processing:     Value for bootloader
Setting:        Parameter bootloader to --location=mbr
Processing:     Value for zerombr
Processing:     Value for bootdevice
Setting:        Parameter bootdevice to sda
Processing:     Value for clearpart
Setting:        Parameter clearpart to --all --drives=sda --initlabel
Processing:     Value for bootfs
Processing:     Value for bootsize
Setting:        Parameter bootsize to 200
Processing:     Value for bootpart
Setting:        Parameter bootpart to /boot --fstype ext3 --size=200 --ondisk=sda
Processing:     Value for volname
Setting:        Parameter volname to pv.2
Processing:     Value for volsize
Setting:        Parameter volsize to 1
Processing:     Value for volpart
Setting:        Parameter volpart to pv.2 --size=1 --grow --ondisk=sda
Processing:     Value for volgroupname
Setting:        Parameter volgroupname to VolGroup00
Processing:     Value for pesize
Setting:        Parameter pesize to 32768
Processing:     Value for volgroup
Setting:        Parameter volgroup to VolGroup00 --pesize=32768 pv.2
Processing:     Value for swapmin
Setting:        Parameter swapmin to 512
Processing:     Value for swapmax
Setting:        Parameter swapmax to 1024
Processing:     Value for swapvol
Setting:        Parameter swapvol to LogVol01
Processing:     Value for logswap
Setting:        Parameter logswap to swap --fstype swap --name=LogVol01 --vgname=VolGroup00 --size=512 --grow --maxsize=1024
Processing:     Value for rootfs
Setting:        Parameter rootfs to ext3
Processing:     Value for rootvol
Setting:        Parameter rootvol to LogVol00
Processing:     Value for rootsize
Setting:        Parameter rootsize to 2048
Processing:     Value for logroot
Setting:        Parameter logroot to / --fstype ext3 --name=LogVol00 --vgname=VolGroup00 --size=2048 --grow
Processing:     Value for finish
Setting:        Parameter finish to reboot
Validating:     AutoYast XML configuration for sles12vb01
Executing:      xmllint /export/clients/sles_12_0_x86_64/sles12vb01/sles12vb01.xml
Output:         <?xml version="1.0" encoding="UTF-8"?>
Output:         <!DOCTYPE profile>
Output:         <profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns">
Output:           <add-on>
Output:             <add_on_products config:type="list"/>
Output:           </add-on>
Output:           <audit-laf>
Output:             <auditd>
Output:               <action_mail_acct>root</action_mail_acct>
Output:               <admin_space_left>50</admin_space_left>
Output:               <admin_space_left_action>SUSPEND</admin_space_left_action>
Output:               <disk_error_action>SUSPEND</disk_error_action>
Output:               <disk_full_action>SUSPEND</disk_full_action>
Output:               <disp_qos>lossy</disp_qos>
Output:               <dispatcher>/sbin/audispd</dispatcher>
Output:               <flush>INCREMENTAL</flush>
Output:               <freq>20</freq>
Output:               <log_file>/var/log/audit/audit.log</log_file>
Output:               <log_format>RAW</log_format>
Output:               <log_group>root</log_group>
Output:               <max_log_file>5</max_log_file>
Output:               <max_log_file_action>ROTATE</max_log_file_action>
Output:               <name_format>NONE</name_format>
Output:               <num_logs>4</num_logs>
Output:               <priority_boost>4</priority_boost>
Output:               <space_left>75</space_left>
Output:               <space_left_action>SYSLOG</space_left_action>
Output:               <tcp_client_max_idle>0</tcp_client_max_idle>
Output:               <tcp_listen_queue>5</tcp_listen_queue>
Output:             </auditd>
Output:             <rules>
Output:         # First rule - delete all
Output:         -D
Output:         # Make this bigger for busy systems
Output:         -b 320
Output:             </rules>
Output:           </audit-laf>
Output:           <bootloader>
Output:             <device_map config:type="list">
Output:               <device_map_entry>
Output:                 <firmware>fd0</firmware>
Output:                 <linux>/dev/fd0</linux>
Output:               </device_map_entry>
Output:               <device_map_entry>
Output:                 <firmware>hd0</firmware>
Output:                 <linux>/dev/sda</linux>
Output:               </device_map_entry>
Output:             </device_map>
Output:             <global>
Output:               <activate>true</activate>
Output:               <boot_root>true</boot_root>
Output:               <default>SUSE Linux Enterprise Server</default>
Output:               <generic_mbr>true</generic_mbr>
Output:               <gfxmenu>/boot/message</gfxmenu>
Output:               <lines_cache_id>3</lines_cache_id>
Output:               <timeout config:type="integer">8</timeout>
Output:             </global>
Output:             <initrd_modules config:type="list">
Output:               <initrd_module>
Output:                 <module>mptspi</module>
Output:               </initrd_module>
Output:               <initrd_module>
Output:                 <module>ahci</module>
Output:               </initrd_module>
Output:               <initrd_module>
Output:                 <module>ata_piix</module>
Output:               </initrd_module>
Output:               <initrd_module>
Output:                 <module>ata_generic</module>
Output:               </initrd_module>
Output:               <initrd_module>
Output:                 <module>vmxnet3</module>
Output:               </initrd_module>
Output:               <initrd_module>
Output:                 <module>vmw_pvscsi</module>
Output:               </initrd_module>
Output:               <initrd_module>
Output:                 <module>vmxnet</module>
Output:               </initrd_module>
Output:             </initrd_modules>
Output:             <loader_type>grub2</loader_type>
Output:             <sections config:type="list">
Output:             </sections>
Output:           </bootloader>
Output:           <ca_mgm>
Output:             <CAName>YaST_Default_CA</CAName>
Output:             <ca_commonName>YaST Default CA (site)</ca_commonName>
Output:             <country>AU</country>
Output:             <importCertificate config:type="boolean">false</importCertificate>
Output:             <locality/>
Output:             <organisation/>
Output:             <organisationUnit/>
Output:             <password>ENTER PASSWORD HERE</password>
Output:             <server_commonName>sles12vb01</server_commonName>
Output:             <server_email>postmaster@site</server_email>
Output:             <state/>
Output:             <takeLocalServerName config:type="boolean">true</takeLocalServerName>
Output:           </ca_mgm>
Output:           <deploy_image>
Output:             <image_installation config:type="boolean">false</image_installation>
Output:           </deploy_image>
Output:           <dhcp-server>
Output:             <allowed_interfaces config:type="list"/>
Output:             <chroot>1</chroot>
Output:             <other_options/>
Output:             <settings config:type="list">
Output:               <settings_entry>
Output:                 <children config:type="list"/>
Output:                 <directives config:type="list"/>
Output:                 <id/>
Output:                 <options config:type="list"/>
Output:                 <parent_id/>
Output:                 <parent_type/>
Output:                 <type/>
Output:               </settings_entry>
Output:             </settings>
Output:             <start_service>0</start_service>
Output:             <use_ldap>0</use_ldap>
Output:           </dhcp-server>
Output:           <dns-server>
Output:             <allowed_interfaces config:type="list"/>
Output:             <chroot>1</chroot>
Output:             <logging config:type="list"/>
Output:             <options config:type="list">
Output:               <option>
Output:                 <key>forwarders</key>
Output:                 <value/>
Output:               </option>
Output:             </options>
Output:             <start_service>0</start_service>
Output:             <use_ldap>0</use_ldap>
Output:             <zones config:type="list"/>
Output:           </dns-server>
Output:           <firewall>
Output:             <FW_DEV_DMZ/>
Output:             <FW_DEV_EXT/>
Output:             <FW_DEV_INT/>
Output:             <enable_firewall config:type="boolean">false</enable_firewall>
Output:             <start_firewall config:type="boolean">false</start_firewall>
Output:           </firewall>
Output:           <ftp-server>
Output:             <AnonAuthen>1</AnonAuthen>
Output:             <AnonCreatDirs>NO</AnonCreatDirs>
Output:             <AnonMaxRate>0</AnonMaxRate>
Output:             <AnonReadOnly>YES</AnonReadOnly>
Output:             <AntiWarez>YES</AntiWarez>
Output:             <Banner>Welcome message</Banner>
Output:             <CertFile/>
Output:             <ChrootEnable>NO</ChrootEnable>
Output:             <EnableUpload>NO</EnableUpload>
Output:             <FTPUser>ftp</FTPUser>
Output:             <FtpDirAnon>/srv/ftp</FtpDirAnon>
Output:             <FtpDirLocal/>
Output:             <GuestUser/>
Output:             <LocalMaxRate>0</LocalMaxRate>
Output:             <MaxClientsNumber>10</MaxClientsNumber>
Output:             <MaxClientsPerIP>3</MaxClientsPerIP>
Output:             <MaxIdleTime>15</MaxIdleTime>
Output:             <PasMaxPort>40500</PasMaxPort>
Output:             <PasMinPort>40000</PasMinPort>
Output:             <PassiveMode>YES</PassiveMode>
Output:             <SSL>0</SSL>
Output:             <SSLEnable>NO</SSLEnable>
Output:             <SSLv2>NO</SSLv2>
Output:             <SSLv3>NO</SSLv3>
Output:             <StartDaemon>0</StartDaemon>
Output:             <StartXinetd>NO</StartXinetd>
Output:             <TLS>YES</TLS>
Output:             <Umask/>
Output:             <UmaskAnon/>
Output:             <UmaskLocal/>
Output:             <VerboseLogging>NO</VerboseLogging>
Output:             <VirtualUser>NO</VirtualUser>
Output:           </ftp-server>
Output:           <general>
Output:             <ask-list config:type="list"/>
Output:             <mode>
Output:               <confirm config:type="boolean">false</confirm>
Output:             </mode>
Output:             <mouse>
Output:               <id>none</id>
Output:             </mouse>
Output:             <proposals config:type="list"/>
Output:             <signature-handling>
Output:               <accept_file_without_checksum config:type="boolean">true</accept_file_without_checksum>
Output:               <accept_non_trusted_gpg_key config:type="boolean">true</accept_non_trusted_gpg_key>
Output:               <accept_unknown_gpg_key config:type="boolean">true</accept_unknown_gpg_key>
Output:               <accept_unsigned_file config:type="boolean">true</accept_unsigned_file>
Output:               <accept_verification_failed config:type="boolean">false</accept_verification_failed>
Output:               <import_gpg_key config:type="boolean">true</import_gpg_key>
Output:             </signature-handling>
Output:             <storage/>
Output:           </general>
Output:           <groups config:type="list">
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>100</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>user</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>19</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>floppy</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>1</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>bin</groupname>
Output:               <userlist>daemon</userlist>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>41</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>xok</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>65535</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>nobody</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>43</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>modem</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>7</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>lp</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>5</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>tty</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>51</gid>
Output:               <group_password>!</group_password>
Output:               <groupname>postfix</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>104</gid>
Output:               <group_password>!</group_password>
Output:               <groupname>uuid</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>111</gid>
Output:               <group_password>!</group_password>
Output:               <groupname>gdm</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>65534</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>nogroup</groupname>
Output:               <userlist>nobody</userlist>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>59</gid>
Output:               <group_password>!</group_password>
Output:               <groupname>maildrop</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>101</gid>
Output:               <group_password>!</group_password>
Output:               <groupname>messagebus</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>33</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>video</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>3</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>sys</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>15</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>shadow</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>21</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>console</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>20</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>cdrom</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>102</gid>
Output:               <group_password>!</group_password>
Output:               <groupname>haldaemon</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>42</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>trusted</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>105</gid>
Output:               <group_password>!</group_password>
Output:               <groupname>puppet</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>16</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>dialout</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>106</gid>
Output:               <group_password>!</group_password>
Output:               <groupname>polkituser</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>100</gid>
Output:               <group_password>!</group_password>
Output:               <groupname>pulse</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>10</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>wheel</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>8</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>www</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>40</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>games</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>6</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>disk</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>17</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>audio</groupname>
Output:               <userlist>pulse</userlist>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>110</gid>
Output:               <group_password>!</group_password>
Output:               <groupname>suse-ncc</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>49</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>ftp</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>25</gid>
Output:               <group_password>!</group_password>
Output:               <groupname>at</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>103</gid>
Output:               <group_password>!</group_password>
Output:               <groupname>tape</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>9</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>kmem</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>32</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>public</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>0</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>root</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>12</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>mail</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>2</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>daemon</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>107</gid>
Output:               <group_password>!</group_password>
Output:               <groupname>ntp</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>14</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>uucp</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>109</gid>
Output:               <group_password>!</group_password>
Output:               <groupname>pulse-access</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>72</gid>
Output:               <group_password>!</group_password>
Output:               <groupname>ntadmin</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>62</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>man</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>22</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>utmp</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>13</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>news</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>65</gid>
Output:               <group_password>!</group_password>
Output:               <groupname>sshd</groupname>
Output:               <userlist/>
Output:             </group>
Output:           </groups>
Output:           <host>
Output:             <hosts config:type="list">
Output:               <hosts_entry>
Output:                 <host_address>127.0.0.1</host_address>
Output:                 <names config:type="list">
Output:                   <name>localhost</name>
Output:                 </names>
Output:               </hosts_entry>
Output:               <hosts_entry>
Output:                 <host_address>192.168.2.121</host_address>
Output:                 <names config:type="list">
Output:                   <name>sles12vb01</name>
Output:                 </names>
Output:               </hosts_entry>
Output:               <hosts_entry>
Output:                 <host_address>::1</host_address>
Output:                 <names config:type="list">
Output:                   <name>localhost ipv6-localhost ipv6-loopback</name>
Output:                 </names>
Output:               </hosts_entry>
Output:               <hosts_entry>
Output:                 <host_address>fe00::0</host_address>
Output:                 <names config:type="list">
Output:                   <name>ipv6-localnet</name>
Output:                 </names>
Output:               </hosts_entry>
Output:               <hosts_entry>
Output:                 <host_address>ff00::0</host_address>
Output:                 <names config:type="list">
Output:                   <name>ipv6-mcastprefix</name>
Output:                 </names>
Output:               </hosts_entry>
Output:               <hosts_entry>
Output:                 <host_address>ff02::1</host_address>
Output:                 <names config:type="list">
Output:                   <name>ipv6-allnodes</name>
Output:                 </names>
Output:               </hosts_entry>
Output:               <hosts_entry>
Output:                 <host_address>ff02::2</host_address>
Output:                 <names config:type="list">
Output:                   <name>ipv6-allrouters</name>
Output:                 </names>
Output:               </hosts_entry>
Output:               <hosts_entry>
Output:                 <host_address>ff02::3</host_address>
Output:                 <names config:type="list">
Output:                   <name>ipv6-allhosts</name>
Output:                 </names>
Output:               </hosts_entry>
Output:             </hosts>
Output:           </host>
Output:           <http-server>
Output:             <Listen config:type="list"/>
Output:             <hosts config:type="list"/>
Output:             <modules config:type="list">
Output:               <module_entry>
Output:                 <change>disable</change>
Output:                 <default>1</default>
Output:                 <name>authz_host</name>
Output:               </module_entry>
Output:               <module_entry>
Output:                 <change>disable</change>
Output:                 <default>1</default>
Output:                 <name>actions</name>
Output:               </module_entry>
Output:               <module_entry>
Output:                 <change>disable</change>
Output:                 <default>1</default>
Output:                 <name>alias</name>
Output:               </module_entry>
Output:               <module_entry>
Output:                 <change>disable</change>
Output:                 <default>1</default>
Output:                 <name>auth_basic</name>
Output:               </module_entry>
Output:               <module_entry>
Output:                 <change>disable</change>
Output:                 <default>1</default>
Output:                 <name>authn_file</name>
Output:               </module_entry>
Output:               <module_entry>
Output:                 <change>disable</change>
Output:                 <default>1</default>
Output:                 <name>authz_user</name>
Output:               </module_entry>
Output:               <module_entry>
Output:                 <change>disable</change>
Output:                 <default>1</default>
Output:                 <name>authz_groupfile</name>
Output:               </module_entry>
Output:               <module_entry>
Output:                 <change>disable</change>
Output:                 <default>1</default>
Output:                 <name>autoindex</name>
Output:               </module_entry>
Output:               <module_entry>
Output:                 <change>disable</change>
Output:                 <default>1</default>
Output:                 <name>cgi</name>
Output:               </module_entry>
Output:               <module_entry>
Output:                 <change>disable</change>
Output:                 <default>1</default>
Output:                 <name>dir</name>
Output:               </module_entry>
Output:               <module_entry>
Output:                 <change>disable</change>
Output:                 <default>1</default>
Output:                 <name>include</name>
Output:               </module_entry>
Output:               <module_entry>
Output:                 <change>disable</change>
Output:                 <default>1</default>
Output:                 <name>log_config</name>
Output:               </module_entry>
Output:               <module_entry>
Output:                 <change>disable</change>
Output:                 <default>1</default>
Output:                 <name>mime</name>
Output:               </module_entry>
Output:               <module_entry>
Output:                 <change>disable</change>
Output:                 <default>1</default>
Output:                 <name>negotiation</name>
Output:               </module_entry>
Output:               <module_entry>
Output:                 <change>disable</change>
Output:                 <default>1</default>
Output:                 <name>setenvif</name>
Output:               </module_entry>
Output:               <module_entry>
Output:                 <change>disable</change>
Output:                 <default>1</default>
Output:                 <name>status</name>
Output:               </module_entry>
Output:               <module_entry>
Output:                 <change>disable</change>
Output:                 <default>1</default>
Output:                 <name>userdir</name>
Output:               </module_entry>
Output:               <module_entry>
Output:                 <change>disable</change>
Output:                 <default>1</default>
Output:                 <name>asis</name>
Output:               </module_entry>
Output:               <module_entry>
Output:                 <change>disable</change>
Output:                 <default>1</default>
Output:                 <name>imagemap</name>
Output:               </module_entry>
Output:             </modules>
Output:           </http-server>
Output:           <inetd>
Output:             <last_created config:type="integer">0</last_created>
Output:             <netd_conf config:type="list">
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>1:/etc/xinetd.d/chargen-udp</iid>
Output:                 <protocol>udp</protocol>
Output:                 <script>chargen-udp</script>
Output:                 <server/>
Output:                 <service>chargen</service>
Output:               </conf>
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>1:/etc/xinetd.d/chargen-udp</iid>
Output:                 <protocol>udp</protocol>
Output:                 <script>chargen-udp</script>
Output:                 <server/>
Output:                 <service>chargen</service>
Output:               </conf>
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>1:/etc/xinetd.d/cups-lpd</iid>
Output:                 <protocol>tcp</protocol>
Output:                 <script>cups-lpd</script>
Output:                 <server>/usr/lib64/cups/daemon/cups-lpd</server>
Output:                 <service>printer</service>
Output:               </conf>
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>1:/etc/xinetd.d/cvs</iid>
Output:                 <protocol>tcp</protocol>
Output:                 <script>cvs</script>
Output:                 <server>/usr/bin/cvs</server>
Output:                 <service>cvspserver</service>
Output:               </conf>
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>1:/etc/xinetd.d/daytime-udp</iid>
Output:                 <protocol>udp</protocol>
Output:                 <script>daytime-udp</script>
Output:                 <server/>
Output:                 <service>daytime</service>
Output:               </conf>
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>1:/etc/xinetd.d/daytime-udp</iid>
Output:                 <protocol>udp</protocol>
Output:                 <script>daytime-udp</script>
Output:                 <server/>
Output:                 <service>daytime</service>
Output:               </conf>
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>1:/etc/xinetd.d/discard-udp</iid>
Output:                 <protocol>udp</protocol>
Output:                 <script>discard-udp</script>
Output:                 <server/>
Output:                 <service>discard</service>
Output:               </conf>
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>1:/etc/xinetd.d/discard-udp</iid>
Output:                 <protocol>udp</protocol>
Output:                 <script>discard-udp</script>
Output:                 <server/>
Output:                 <service>discard</service>
Output:               </conf>
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>1:/etc/xinetd.d/echo</iid>
Output:                 <protocol>tcp</protocol>
Output:                 <script>echo</script>
Output:                 <server/>
Output:                 <service>echo</service>
Output:               </conf>
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>1:/etc/xinetd.d/echo-udp</iid>
Output:                 <protocol>udp</protocol>
Output:                 <script>echo-udp</script>
Output:                 <server/>
Output:                 <service>echo-udp</service>
Output:               </conf>
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>1:/etc/xinetd.d/netstat</iid>
Output:                 <protocol>tcp</protocol>
Output:                 <script>netstat</script>
Output:                 <server>/bin/netstat</server>
Output:                 <service>netstat</service>
Output:               </conf>
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>1:/etc/xinetd.d/rsync</iid>
Output:                 <protocol>tcp</protocol>
Output:                 <script>rsync</script>
Output:                 <server>/usr/sbin/rsyncd</server>
Output:                 <service>rsync</service>
Output:               </conf>
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>1:/etc/xinetd.d/servers</iid>
Output:                 <protocol>tcp</protocol>
Output:                 <script>servers</script>
Output:                 <server/>
Output:                 <service>servers</service>
Output:               </conf>
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>1:/etc/xinetd.d/services</iid>
Output:                 <protocol>tcp</protocol>
Output:                 <script>services</script>
Output:                 <server/>
Output:                 <service>services</service>
Output:               </conf>
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>1:/etc/xinetd.d/swat</iid>
Output:                 <protocol>tcp</protocol>
Output:                 <script>swat</script>
Output:                 <server>/usr/sbin/swat</server>
Output:                 <service>swat</service>
Output:               </conf>
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>1:/etc/xinetd.d/systat</iid>
Output:                 <protocol>tcp</protocol>
Output:                 <script>systat</script>
Output:                 <server>/bin/ps</server>
Output:                 <service>systat</service>
Output:               </conf>
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>1:/etc/xinetd.d/time-udp</iid>
Output:                 <protocol>udp</protocol>
Output:                 <script>time-udp</script>
Output:                 <server/>
Output:                 <service>time</service>
Output:               </conf>
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>1:/etc/xinetd.d/time-udp</iid>
Output:                 <protocol>udp</protocol>
Output:                 <script>time-udp</script>
Output:                 <server/>
Output:                 <service>time</service>
Output:               </conf>
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>1:/etc/xinetd.d/vnc</iid>
Output:                 <protocol>tcp</protocol>
Output:                 <script>vnc</script>
Output:                 <server>/usr/bin/Xvnc</server>
Output:                 <service>vnc1</service>
Output:               </conf>
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>16:/etc/xinetd.d/vnc</iid>
Output:                 <protocol>tcp</protocol>
Output:                 <script>vnc</script>
Output:                 <server>/usr/bin/Xvnc</server>
Output:                 <service>vnc2</service>
Output:               </conf>
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>31:/etc/xinetd.d/vnc3</iid>
Output:                 <protocol>tcp</protocol>
Output:                 <script>vnc</script>
Output:                 <server>/usr/bin/Xvnc</server>
Output:                 <service>vnc3</service>
Output:               </conf>
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>46:/etc/xinetd.d/vnc</iid>
Output:                 <protocol>tcp</protocol>
Output:                 <script>vnc</script>
Output:                 <server>/usr/bin/vnc_inetd_httpd</server>
Output:                 <service>vnchttpd1</service>
Output:               </conf>
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>61:/etc/xinetd.d/vnchttpd2</iid>
Output:                 <protocol>tcp</protocol>
Output:                 <script>vnc</script>
Output:                 <server>/usr/bin/vnc_inetd_httpd</server>
Output:                 <service>vnchttpd2</service>
Output:               </conf>
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>76:/etc/xinetd.d/vnchttpd3</iid>
Output:                 <protocol>tcp</protocol>
Output:                 <script>vnc</script>
Output:                 <server>/usr/bin/vnc_inetd_httpd</server>
Output:                 <service>vnchttpd3</service>
Output:               </conf>
Output:             </netd_conf>
Output:           </inetd>
Output:           <iscsi-client>
Output:             <initiatorname/>
Output:             <targets config:type="list"/>
Output:             <version>1.0</version>
Output:           </iscsi-client>
Output:           <kdump>
Output:             <add_crash_kernel config:type="boolean">false</add_crash_kernel>
Output:             <crash_kernel>128M-:64M</crash_kernel>
Output:             <general>
Output:               <KDUMPTOOL_FLAGS/>
Output:               <KDUMP_COMMANDLINE/>
Output:               <KDUMP_COMMANDLINE_APPEND/>
Output:               <KDUMP_CONTINUE_ON_ERROR>false</KDUMP_CONTINUE_ON_ERROR>
Output:               <KDUMP_COPY_KERNEL>yes</KDUMP_COPY_KERNEL>
Output:               <KDUMP_DUMPFORMAT>compressed</KDUMP_DUMPFORMAT>
Output:               <KDUMP_DUMPLEVEL>0</KDUMP_DUMPLEVEL>
Output:               <KDUMP_FREE_DISK_SIZE>64</KDUMP_FREE_DISK_SIZE>
Output:               <KDUMP_HOST_KEY/>
Output:               <KDUMP_IMMEDIATE_REBOOT>yes</KDUMP_IMMEDIATE_REBOOT>
Output:               <KDUMP_KEEP_OLD_DUMPS>5</KDUMP_KEEP_OLD_DUMPS>
Output:               <KDUMP_KERNELVER/>
Output:               <KDUMP_NETCONFIG>auto</KDUMP_NETCONFIG>
Output:               <KDUMP_NOTIFICATION_CC/>
Output:               <KDUMP_NOTIFICATION_TO/>
Output:               <KDUMP_POSTSCRIPT/>
Output:               <KDUMP_PRESCRIPT/>
Output:               <KDUMP_REQUIRED_PROGRAMS/>
Output:               <KDUMP_SAVEDIR>file:///var/crash</KDUMP_SAVEDIR>
Output:               <KDUMP_SMTP_PASSWORD/>
Output:               <KDUMP_SMTP_SERVER/>
Output:               <KDUMP_SMTP_USER/>
Output:               <KDUMP_TRANSFER/>
Output:               <KDUMP_VERBOSE>3</KDUMP_VERBOSE>
Output:               <KEXEC_OPTIONS/>
Output:             </general>
Output:           </kdump>
Output:           <kerberos>
Output:             <kerberos_client>
Output:               <ExpertSettings>
Output:                 <external>sshd</external>
Output:                 <use_shmem>sshd</use_shmem>
Output:               </ExpertSettings>
Output:               <clockskew>300</clockskew>
Output:               <default_domain>site</default_domain>
Output:               <default_realm>SITE</default_realm>
Output:               <forwardable config:type="boolean">true</forwardable>
Output:               <ignore_unknown config:type="boolean">true</ignore_unknown>
Output:               <kdc_server/>
Output:               <minimum_uid>1</minimum_uid>
Output:               <proxiable config:type="boolean">false</proxiable>
Output:               <renew_lifetime>1d</renew_lifetime>
Output:               <ssh_support config:type="boolean">false</ssh_support>
Output:               <ticket_lifetime>1d</ticket_lifetime>
Output:             </kerberos_client>
Output:             <pam_login>
Output:               <sssd config:type="boolean">false</sssd>
Output:               <use_kerberos config:type="boolean">false</use_kerberos>
Output:             </pam_login>
Output:           </kerberos>
Output:           <keyboard>
Output:             <keymap>english-us</keymap>
Output:           </keyboard>
Output:           <language>
Output:             <language>en_US</language>
Output:             <languages>en_US</languages>
Output:           </language>
Output:           <ldap>
Output:             <base_config_dn/>
Output:             <bind_dn/>
Output:             <create_ldap config:type="boolean">false</create_ldap>
Output:             <file_server config:type="boolean">false</file_server>
Output:             <ldap_domain>dc=example,dc=com</ldap_domain>
Output:             <ldap_server>127.0.0.1</ldap_server>
Output:             <ldap_tls config:type="boolean">true</ldap_tls>
Output:             <ldap_v2 config:type="boolean">false</ldap_v2>
Output:             <login_enabled config:type="boolean">true</login_enabled>
Output:             <member_attribute>member</member_attribute>
Output:             <mkhomedir config:type="boolean">false</mkhomedir>
Output:             <pam_password>exop</pam_password>
Output:             <sssd config:type="boolean">false</sssd>
Output:             <start_autofs config:type="boolean">false</start_autofs>
Output:             <start_ldap config:type="boolean">false</start_ldap>
Output:           </ldap>
Output:           <login_settings/>
Output:           <mail>
Output:             <aliases config:type="list">
Output:               <alias>
Output:                 <alias>administrator</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:               <alias>
Output:                 <alias>games</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:               <alias>
Output:                 <alias>bin</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:               <alias>
Output:                 <alias>nobody</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:               <alias>
Output:                 <alias>lp</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:               <alias>
Output:                 <alias>uuid</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:               <alias>
Output:                 <alias>postfix</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:               <alias>
Output:                 <alias>suse-ncc</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:               <alias>
Output:                 <alias>ftp</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:               <alias>
Output:                 <alias>gdm</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:               <alias>
Output:                 <alias>at</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:               <alias>
Output:                 <alias>root</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:               <alias>
Output:                 <alias>mail</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:               <alias>
Output:                 <alias>daemon</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:               <alias>
Output:                 <alias>ntp</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:               <alias>
Output:                 <alias>uucp</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:               <alias>
Output:                 <alias>messagebus</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:               <alias>
Output:                 <alias>haldaemon</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:               <alias>
Output:                 <alias>wwwrun</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:               <alias>
Output:                 <alias>puppet</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:               <alias>
Output:                 <alias>man</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:               <alias>
Output:                 <alias>polkituser</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:               <alias>
Output:                 <alias>news</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:               <alias>
Output:                 <alias>pulse</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:             </aliases>
Output:             <connection_type config:type="symbol">permanent</connection_type>
Output:             <listen_remote config:type="boolean">false</listen_remote>
Output:             <mta config:type="symbol">postfix</mta>
Output:             <postfix_mda config:type="symbol">local</postfix_mda>
Output:             <smtp_use_TLS>no</smtp_use_TLS>
Output:             <use_amavis config:type="boolean">false</use_amavis>
Output:             <use_dkim config:type="boolean">false</use_dkim>
Output:           </mail>
Output:           <networking>
Output:             <dhcp_options>
Output:               <dhclient_client_id/>
Output:               <dhclient_hostname_option>AUTO</dhclient_hostname_option>
Output:             </dhcp_options>
Output:             <dns>
Output:               <dhcp_hostname config:type="boolean">false</dhcp_hostname>
Output:               <domain>local</domain>
Output:               <hostname>sles12vb01</hostname>
Output:               <nameservers config:type="list">
Output:                 <nameserver>8.8.8.8</nameserver>
Output:               </nameservers>
Output:               <resolv_conf_policy>auto</resolv_conf_policy>
Output:               <write_hostname config:type="boolean">false</write_hostname>
Output:             </dns>
Output:             <interfaces config:type="list">
Output:               <interface>
Output:                 <bootproto>static</bootproto>
Output:                 <device>eth0</device>
Output:                 <ipaddr>192.168.2.121</ipaddr>
Output:                 <netmask>255.255.255.0</netmask>
Output:                 <startmode>auto</startmode>
Output:                 <usercontrol>no</usercontrol>
Output:               </interface>
Output:               <interface>
Output:                 <aliases>
Output:                   <alias2>
Output:                     <IPADDR>127.0.0.2</IPADDR>
Output:                     <NETMASK>255.0.0.0</NETMASK>
Output:                     <PREFIXLEN>8</PREFIXLEN>
Output:                   </alias2>
Output:                 </aliases>
Output:                 <broadcast>127.255.255.255</broadcast>
Output:                 <device>lo</device>
Output:                 <firewall>no</firewall>
Output:                 <ipaddr>127.0.0.1</ipaddr>
Output:                 <netmask>255.0.0.0</netmask>
Output:                 <network>127.0.0.0</network>
Output:                 <prefixlen>8</prefixlen>
Output:                 <startmode>auto</startmode>
Output:                 <usercontrol>no</usercontrol>
Output:               </interface>
Output:             </interfaces>
Output:             <managed config:type="boolean">false</managed>
Output:             <net-udev config:type="list">
Output:               <rule>
Output:                 <name>eth0</name>
Output:                 <rule>ATTR{address}</rule>
Output:                 <value>08:00:27:BA:34:7D</value>
Output:               </rule>
Output:             </net-udev>
Output:             <routing>
Output:               <ip_forward config:type="boolean">false</ip_forward>
Output:               <routes config:type="list">
Output:                 <route>
Output:                   <destination>default</destination>
Output:                   <device>-</device>
Output:                   <gateway>192.168.2.254</gateway>
Output:                   <netmask>-</netmask>
Output:                 </route>
Output:               </routes>
Output:             </routing>
Output:           </networking>
Output:           <nfs_server>
Output:             <nfs_exports config:type="list"/>
Output:             <start_nfsserver config:type="boolean">false</start_nfsserver>
Output:           </nfs_server>
Output:           <nis>
Output:             <netconfig_policy>auto</netconfig_policy>
Output:             <nis_broadcast config:type="boolean">false</nis_broadcast>
Output:             <nis_broken_server config:type="boolean">false</nis_broken_server>
Output:             <nis_domain/>
Output:             <nis_local_only config:type="boolean">false</nis_local_only>
Output:             <nis_options/>
Output:             <nis_other_domains config:type="list"/>
Output:             <nis_servers config:type="list"/>
Output:             <slp_domain/>
Output:             <start_autofs config:type="boolean">false</start_autofs>
Output:             <start_nis config:type="boolean">false</start_nis>
Output:           </nis>
Output:           <nis_server>
Output:             <domain/>
Output:             <maps_to_serve config:type="list"/>
Output:             <merge_passwd config:type="boolean">false</merge_passwd>
Output:             <mingid config:type="integer">0</mingid>
Output:             <minuid config:type="integer">0</minuid>
Output:             <nopush config:type="boolean">false</nopush>
Output:             <pwd_chfn config:type="boolean">false</pwd_chfn>
Output:             <pwd_chsh config:type="boolean">false</pwd_chsh>
Output:             <pwd_srcdir>/etc</pwd_srcdir>
Output:             <securenets config:type="list">
Output:               <securenet>
Output:                 <netmask>255.0.0.0</netmask>
Output:                 <network>127.0.0.0</network>
Output:               </securenet>
Output:             </securenets>
Output:             <server_type>none</server_type>
Output:             <slaves config:type="list"/>
Output:             <start_ypbind config:type="boolean">false</start_ypbind>
Output:             <start_yppasswdd config:type="boolean">false</start_yppasswdd>
Output:             <start_ypxfrd config:type="boolean">false</start_ypxfrd>
Output:           </nis_server>
Output:           <ntp-client>
Output:             <ntp_policy>auto</ntp_policy>
Output:             <peers config:type="list">
Output:               <peer>
Output:                 <address>0.au.pool.ntp.org</address>
Output:                 <fudge_oprions> stratum 10</fudge_oprions>
Output:                 <options/>
Output:                 <type>__clock</type>
Output:               </peer>
Output:               <peer>
Output:                 <address>var/lib/ntp/drift/ntp.drift </address>
Output:                 <type>driftfile</type>
Output:               </peer>
Output:               <peer>
Output:                 <address>/var/log/ntp   </address>
Output:                 <options/>
Output:                 <type>logfile</type>
Output:               </peer>
Output:               <peer>
Output:                 <address>etc/ntp.keys   </address>
Output:                 <questions/>
Output:                 <type>keys</type>
Output:               </peer>
Output:               <peer>
Output:                 <address>1      </address>
Output:                 <options/>
Output:                 <type>trustedkey</type>
Output:               </peer>
Output:               <peer>
Output:                 <address>1      </address>
Output:                 <options/>
Output:                 <type>requestkey</type>
Output:               </peer>
Output:             </peers>
Output:             <start_at_boot config:type="boolean">false</start_at_boot>
Output:             <start_in_chroot config:type="boolean">true</start_in_chroot>
Output:           </ntp-client>
Output:           <partitioning config:type="list">
Output:             <drive>
Output:               <device>/dev/sda</device>
Output:               <initialize config:type="boolean">true</initialize>
Output:               <partitions config:type="list">
Output:                 <partition>
Output:                   <create config:type="boolean">true</create>
Output:                   <crypt_fs config:type="boolean">false</crypt_fs>
Output:                   <filesystem config:type="symbol">swap</filesystem>
Output:                   <format config:type="boolean">true</format>
Output:                   <fstopt>defaults</fstopt>
Output:                   <loop_fs config:type="boolean">false</loop_fs>
Output:                   <mount>swap</mount>
Output:                   <mountby config:type="symbol">device</mountby>
Output:                   <partition_id config:type="integer">130</partition_id>
Output:                   <partition_nr config:type="integer">1</partition_nr>
Output:                   <raid_options/>
Output:                   <resize config:type="boolean">false</resize>
Output:                   <size>1024000000</size>
Output:                 </partition>
Output:                 <partition>
Output:                   <create config:type="boolean">true</create>
Output:                   <crypt_fs config:type="boolean">false</crypt_fs>
Output:                   <filesystem config:type="symbol">ext3</filesystem>
Output:                   <format config:type="boolean">true</format>
Output:                   <fstopt>acl,user_xattr</fstopt>
Output:                   <loop_fs config:type="boolean">false</loop_fs>
Output:                   <mount>/</mount>
Output:                   <mountby config:type="symbol">device</mountby>
Output:                   <partition_id config:type="integer">131</partition_id>
Output:                   <partition_nr config:type="integer">2</partition_nr>
Output:                   <raid_options/>
Output:                   <resize config:type="boolean">false</resize>
Output:                   <size>20480000000</size>
Output:                 </partition>
Output:               </partitions>
Output:               <pesize/>
Output:               <type config:type="symbol">CT_DISK</type>
Output:               <use>all</use>
Output:             </drive>
Output:           </partitioning>
Output:           <power-management>
Output:             <global_settings>
Output:               <SCHEME/>
Output:             </global_settings>
Output:             <schemes config:type="list">
Output:               <schema>
Output:                 <CPUFREQ_GOVERNOR>ondemand</CPUFREQ_GOVERNOR>
Output:               </schema>
Output:               <schema>
Output:                 <CPUFREQ_GOVERNOR>performance</CPUFREQ_GOVERNOR>
Output:               </schema>
Output:               <schema>
Output:                 <CPUFREQ_GOVERNOR>ondemand</CPUFREQ_GOVERNOR>
Output:               </schema>
Output:             </schemes>
Output:           </power-management>
Output:           <printer>
Output:           </printer>
Output:           <proxy>
Output:           </proxy>
Output:           <report>
Output:             <errors>
Output:               <log config:type="boolean">true</log>
Output:               <show config:type="boolean">false</show>
Output:               <timeout config:type="integer">0</timeout>
Output:             </errors>
Output:             <messages>
Output:               <log config:type="boolean">true</log>
Output:               <show config:type="boolean">true</show>
Output:               <timeout config:type="integer">0</timeout>
Output:             </messages>
Output:             <warnings>
Output:               <log config:type="boolean">true</log>
Output:               <show config:type="boolean">true</show>
Output:               <timeout config:type="integer">0</timeout>
Output:             </warnings>
Output:             <yesno_messages>
Output:               <log config:type="boolean">true</log>
Output:               <show config:type="boolean">true</show>
Output:               <timeout config:type="integer">0</timeout>
Output:             </yesno_messages>
Output:           </report>
Output:           <runlevel>
Output:             <default>5</default>
Output:           </runlevel>
Output:           <samba-server>
Output:           </samba-server>
Output:           <security>
Output:             <console_shutdown>reboot</console_shutdown>
Output:             <cracklib_dict_path>/usr/lib/cracklib_dict</cracklib_dict_path>
Output:             <cwd_in_root_path>no</cwd_in_root_path>
Output:             <cwd_in_user_path>no</cwd_in_user_path>
Output:             <disable_restart_on_update>no</disable_restart_on_update>
Output:             <disable_stop_on_removal>no</disable_stop_on_removal>
Output:             <displaymanager_remote_access>no</displaymanager_remote_access>
Output:             <displaymanager_root_login_remote>no</displaymanager_root_login_remote>
Output:             <displaymanager_shutdown>root</displaymanager_shutdown>
Output:             <displaymanager_xserver_tcp_port_6000_open>no</displaymanager_xserver_tcp_port_6000_open>
Output:             <enable_sysrq>176</enable_sysrq>
Output:             <fail_delay>3</fail_delay>
Output:             <gid_max>60000</gid_max>
Output:             <gid_min>1000</gid_min>
Output:             <group_encryption>md5</group_encryption>
Output:             <ip_forward>no</ip_forward>
Output:             <ip_tcp_syncookies>yes</ip_tcp_syncookies>
Output:             <ipv6_forward>no</ipv6_forward>
Output:             <lastlog_enab>yes</lastlog_enab>
Output:             <obscure_checks_enab>yes</obscure_checks_enab>
Output:             <pass_max_days>99999</pass_max_days>
Output:             <pass_min_days>0</pass_min_days>
Output:             <pass_min_len>5</pass_min_len>
Output:             <pass_warn_age>7</pass_warn_age>
Output:             <passwd_encryption>blowfish</passwd_encryption>
Output:             <passwd_remember_history>0</passwd_remember_history>
Output:             <passwd_use_cracklib>yes</passwd_use_cracklib>
Output:             <permission_security>easy</permission_security>
Output:             <run_updatedb_as/>
Output:             <runlevel3_extra_services>insecure</runlevel3_extra_services>
Output:             <runlevel3_mandatory_services>insecure</runlevel3_mandatory_services>
Output:             <runlevel5_extra_services>insecure</runlevel5_extra_services>
Output:             <runlevel5_mandatory_services>insecure</runlevel5_mandatory_services>
Output:             <smtpd_listen_remote>no</smtpd_listen_remote>
Output:             <syslog_on_no_error>no</syslog_on_no_error>
Output:             <system_gid_max>499</system_gid_max>
Output:             <system_gid_min>100</system_gid_min>
Output:             <system_uid_max>499</system_uid_max>
Output:             <system_uid_min>100</system_uid_min>
Output:             <systohc>yes</systohc>
Output:             <uid_max>60000</uid_max>
Output:             <uid_min>1000</uid_min>
Output:             <useradd_cmd>/usr/sbin/useradd.local</useradd_cmd>
Output:             <userdel_postcmd>/usr/sbin/userdel-post.local</userdel_postcmd>
Output:             <userdel_precmd>/usr/sbin/userdel-pre.local</userdel_precmd>
Output:           </security>
Output:           <software>
Output:             <packages config:type="list">
Output:               <package>at-spi-32bit</package>
Output:               <package>cyrus-sasl-32bit</package>
Output:               <package>dbus-1-32bit</package>
Output:               <package>dbus-1-glib-32bit</package>
Output:               <package>gdbm-32bit</package>
Output:               <package>libFLAC8-32bit</package>
Output:               <package>libbonobo-32bit</package>
Output:               <package>libbz2-1-32bit</package>
Output:               <package>libcanberra-gtk-32bit</package>
Output:               <package>libcanberra-gtk0-32bit</package>
Output:               <package>libcanberra0-32bit</package>
Output:               <package>libcroco-0_6-3-32bit</package>
Output:               <package>libdb-4_5-32bit</package>
Output:               <package>libgsf-1-114-32bit</package>
Output:               <package>libgstreamer-0_10-0-32bit</package>
Output:               <package>libgthread-2_0-0-32bit</package>
Output:               <package>libidl-32bit</package>
Output:               <package>libldap-2_4-2-32bit</package>
Output:               <package>libltdl7-32bit</package>
Output:               <package>libogg0-32bit</package>
Output:               <package>libproxy0-config-gnome</package>
Output:               <package>libpulse0-32bit</package>
Output:               <package>libpython2_6-1_0-32bit</package>
Output:               <package>librsvg-32bit</package>
Output:               <package>libsndfile-32bit</package>
Output:               <package>libtalloc2-32bit</package>
Output:               <package>libtdb1-32bit</package>
Output:               <package>libvorbis-32bit</package>
Output:               <package>libxml2-32bit</package>
Output:               <package>orbit2-32bit</package>
Output:               <package>samba-client-32bit</package>
Output:               <package>sles-manuals_en</package>
Output:               <package>tcpd-32bit</package>
Output:               <package>xorg-x11-driver-video-radeonhd</package>
Output:               <package>yast2-trans-en_US</package>
Output:             </packages>
Output:             <patterns config:type="list">
Output:               <pattern>Basis-Devel</pattern>
Output:               <pattern>Minimal</pattern>
Output:               <pattern>base</pattern>
Output:               <pattern>x11</pattern>
Output:             </patterns>
Output:             <remove-packages config:type="list">
Output:               <package>cups-autoconfig</package>
Output:               <package>cups-drivers</package>
Output:               <package>emacs-nox</package>
Output:               <package>filters</package>
Output:               <package>gutenprint</package>
Output:               <package>libqt4-sql-sqlite</package>
Output:               <package>lprng</package>
Output:               <package>manufacturer-PPDs</package>
Output:               <package>pcmciautils</package>
Output:               <package>portmap</package>
Output:               <package>rsyslog</package>
Output:               <package>sendmail</package>
Output:               <package>susehelp_de</package>
Output:               <package>yast2-control-center-qt</package>
Output:             </remove-packages>
Output:           </software>
Output:           <sound>
Output:           </sound>
Output:           <sshd>
Output:             <config>
Output:               <AcceptEnv config:type="list">
Output:                 <listentry>LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES </listentry>
Output:                 <listentry>LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT </listentry>
Output:                 <listentry>LC_IDENTIFICATION LC_ALL</listentry>
Output:               </AcceptEnv>
Output:               <PasswordAuthentication config:type="list">
Output:                 <listentry>no</listentry>
Output:               </PasswordAuthentication>
Output:               <Protocol config:type="list">
Output:                 <listentry>2</listentry>
Output:               </Protocol>
Output:               <Subsystem config:type="list">
Output:                 <listentry>sftp /usr/lib64/ssh/sftp-server</listentry>
Output:               </Subsystem>
Output:               <UsePAM config:type="list">
Output:                 <listentry>yes</listentry>
Output:               </UsePAM>
Output:               <X11Forwarding config:type="list">
Output:                 <listentry>yes</listentry>
Output:               </X11Forwarding>
Output:             </config>
Output:             <status config:type="boolean">true</status>
Output:           </sshd>
Output:           <suse_register>
Output:             <do_registration config:type="boolean">false</do_registration>
Output:             <reg_server/>
Output:             <reg_server_cert/>
Output:             <register_regularly config:type="boolean">false</register_regularly>
Output:             <registration_data/>
Output:             <submit_hwdata config:type="boolean">false</submit_hwdata>
Output:             <submit_optional config:type="boolean">false</submit_optional>
Output:           </suse_register>
Output:           <timezone>
Output:             <hwclock>UTC</hwclock>
Output:             <timezone>Australia/Victoria</timezone>
Output:           </timezone>
Output:           <user_defaults>
Output:             <expire/>
Output:             <group>100</group>
Output:             <groups>video,dialout</groups>
Output:             <home>/home</home>
Output:             <inactive>-1</inactive>
Output:             <shell>/bin/bash</shell>
Output:             <skel>/etc/skel</skel>
Output:             <umask>022</umask>
Output:           </user_defaults>
Output:           <users config:type="list">
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>Sys Admin</fullname>
Output:               <gid>100</gid>
Output:               <home>/home/administrator</home>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max>99999</max>
Output:                 <min>0</min>
Output:                 <warn>7</warn>
Output:               </password_settings>
Output:               <shell>/bin/bash</shell>
Output:               <uid/>
Output:               <user_password>$1$DKReO/Ay$DKs2MGUKhS56.DHaZPUfT0</user_password>
Output:               <username>administrator</username>
Output:             </user>
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>Games account</fullname>
Output:               <gid>100</gid>
Output:               <home>/var/games</home>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max/>
Output:                 <min/>
Output:                 <warn/>
Output:               </password_settings>
Output:               <shell>/bin/bash</shell>
Output:               <uid/>
Output:               <user_password>*</user_password>
Output:               <username>games</username>
Output:             </user>
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>bin</fullname>
Output:               <gid>1</gid>
Output:               <home>bin</home>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max/>
Output:                 <min/>
Output:                 <warn/>
Output:               </password_settings>
Output:               <shell>/bin/bash</shell>
Output:               <uid/>
Output:               <user_password>*</user_password>
Output:               <username>bin</username>
Output:             </user>
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>nobody</fullname>
Output:               <gid>65533</gid>
Output:               <home>/var/lib/nobody</home>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max/>
Output:                 <min/>
Output:                 <warn/>
Output:               </password_settings>
Output:               <shell>/bin/bash</shell>
Output:               <uid/>
Output:               <user_password/>
Output:               <username>nobody</username>
Output:             </user>
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>Printing daemon</fullname>
Output:               <gid>7</gid>
Output:               <home>/var/spool/lpd</home>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max/>
Output:                 <min/>
Output:                 <warn/>
Output:               </password_settings>
Output:               <shell>/bin/bash</shell>
Output:               <uid>4</uid>
Output:               <user_password>*</user_password>
Output:               <username>lp</username>
Output:             </user>
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>User for uuid</fullname>
Output:               <gid>104</gid>
Output:               <home>/var/run/uuid</home>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max>9999</max>
Output:                 <min>0</min>
Output:                 <warn>7</warn>
Output:               </password_settings>
Output:               <shell>/bin/false</shell>
Output:               <uid>102</uid>
Output:               <user_password>*</user_password>
Output:               <username>uuid</username>
Output:             </user>
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>Postfix Daemon</fullname>
Output:               <gid>51</gid>
Output:               <home>/var/spool/postfix</home>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max>99999</max>
Output:                 <min>0</min>
Output:                 <warn>7</warn>
Output:               </password_settings>
Output:               <shell>/bin/false</shell>
Output:               <uid>51</uid>
Output:               <user_password>*</user_password>
Output:               <username>postfix</username>
Output:             </user>
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>Novell Customer Center User</fullname>
Output:               <gid>110</gid>
Output:               <home>/var/lib/YaST2/suse-ncc-fakehome</home>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max>99999</max>
Output:                 <min>0</min>
Output:                 <warn>7</warn>
Output:               </password_settings>
Output:               <shell>/bin/bash</shell>
Output:               <uid>106</uid>
Output:               <user_password>*</user_password>
Output:               <username>suse-ncc</username>
Output:             </user>
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>FTP account</fullname>
Output:               <gid>49</gid>
Output:               <home>/srv/ftp</home>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max/>
Output:                 <min/>
Output:                 <warn/>
Output:               </password_settings>
Output:               <shell>/bin/bash</shell>
Output:               <uid>40</uid>
Output:               <user_password>*</user_password>
Output:               <username>ftp</username>
Output:             </user>
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>Gnome Display Manager daemon</fullname>
Output:               <gid>111</gid>
Output:               <home>/var/lib/gdm</home>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max>9999</max>
Output:                 <min>0</min>
Output:                 <warn>7</warn>
Output:               </password_settings>
Output:               <shell>/bin/bash</shell>
Output:               <uid>107</uid>
Output:               <user_password>*</user_password>
Output:               <username>gdm</username>
Output:             </user>
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>Batch job daemon</fullname>
Output:               <gid>25</gid>
Output:               <home>/var/spool/atjobs</home>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max>99999</max>
Output:                 <min>0</min>
Output:                 <warn>7</warn>
Output:               </password_settings>
Output:               <shell>/bin/bash</shell>
Output:               <uid>25</uid>
Output:               <user_password>*</user_password>
Output:               <username>at</username>
Output:             </user>
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>root</fullname>
Output:               <gid>0</gid>
Output:               <home>/root</home>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max/>
Output:                 <min/>
Output:                 <warn/>
Output:               </password_settings>
Output:               <shell>/bin/bash</shell>
Output:               <uid>0</uid>
Output:               <user_password>$1$ja9/JEfA$.MnBqCefot3a7IwdLE.J70</user_password>
Output:               <username>root</username>
Output:             </user>
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>Mailer daemon</fullname>
Output:               <gid>12</gid>
Output:               <home/>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max/>
Output:                 <min/>
Output:                 <warn/>
Output:               </password_settings>
Output:               <shell>/bin/false</shell>
Output:               <uid>8</uid>
Output:               <user_password>*</user_password>
Output:               <username>mail</username>
Output:             </user>
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>Daemon</fullname>
Output:               <gid>2</gid>
Output:               <home>/sbin</home>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max/>
Output:                 <min/>
Output:                 <warn/>
Output:               </password_settings>
Output:               <shell>/bin/bash</shell>
Output:               <uid>2</uid>
Output:               <user_password>*</user_password>
Output:               <username>daemon</username>
Output:             </user>
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>NTP daemon</fullname>
Output:               <gid>107</gid>
Output:               <home>/var/lib/ntp</home>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max>99999</max>
Output:                 <min>0</min>
Output:                 <warn>7</warn>
Output:               </password_settings>
Output:               <shell>/bin/false</shell>
Output:               <uid>74</uid>
Output:               <user_password>*</user_password>
Output:               <username>ntp</username>
Output:             </user>
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>Unix-to-Unix CoPy system</fullname>
Output:               <gid>14</gid>
Output:               <home>/etc/uucp</home>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max/>
Output:                 <min/>
Output:                 <warn/>
Output:               </password_settings>
Output:               <shell>/bin/bash</shell>
Output:               <uid>10</uid>
Output:               <user_password>*</user_password>
Output:               <username>uucp</username>
Output:             </user>
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>User for D-Bus</fullname>
Output:               <gid>101</gid>
Output:               <home>/var/run/dbus</home>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max/>
Output:                 <min>0</min>
Output:                 <warn>7</warn>
Output:               </password_settings>
Output:               <shell>/bin/false</shell>
Output:               <uid>100</uid>
Output:               <user_password>*</user_password>
Output:               <username>messagebus</username>
Output:             </user>
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>User for haldaemon</fullname>
Output:               <gid>102</gid>
Output:               <home>/var/run/hald</home>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max/>
Output:                 <min>0</min>
Output:                 <warn>7</warn>
Output:               </password_settings>
Output:               <shell>/bin/false</shell>
Output:               <uid>101</uid>
Output:               <user_password>*</user_password>
Output:               <username>haldaemon</username>
Output:             </user>
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>WWW daemon apache</fullname>
Output:               <gid>8</gid>
Output:               <home>/var/lib/wwwrun</home>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max/>
Output:                 <min/>
Output:                 <warn/>
Output:               </password_settings>
Output:               <shell>/bin/false</shell>
Output:               <uid>30</uid>
Output:               <user_password>*</user_password>
Output:               <username>wwwrun</username>
Output:             </user>
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>Puppet daemon</fullname>
Output:               <gid>105</gid>
Output:               <home>/var/lib/puppet</home>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max>99999</max>
Output:                 <min>0</min>
Output:                 <warn>7</warn>
Output:               </password_settings>
Output:               <shell>/bin/false</shell>
Output:               <uid>103</uid>
Output:               <user_password>*</user_password>
Output:               <username>puppet</username>
Output:             </user>
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>Manual pages viewer</fullname>
Output:               <gid>62</gid>
Output:               <home>/var/cache/man</home>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max/>
Output:                 <min/>
Output:                 <warn/>
Output:               </password_settings>
Output:               <shell>/bin/bash</shell>
Output:               <uid>13</uid>
Output:               <user_password>*</user_password>
Output:               <username>man</username>
Output:             </user>
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>PolicyKit</fullname>
Output:               <gid>106</gid>
Output:               <home>/var/run/PolicyKit</home>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max>99999</max>
Output:                 <min>0</min>
Output:                 <warn>7</warn>
Output:               </password_settings>
Output:               <shell>/bin/false</shell>
Output:               <uid>104</uid>
Output:               <user_password>*</user_password>
Output:               <username>polkituser</username>
Output:             </user>
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>News system</fullname>
Output:               <gid>13</gid>
Output:               <home>/etc/news</home>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max/>
Output:                 <min/>
Output:                 <warn/>
Output:               </password_settings>
Output:               <shell>/bin/false</shell>
Output:               <uid>9</uid>
Output:               <user_password>*</user_password>
Output:               <username>news</username>
Output:             </user>
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>PulseAudio daemon</fullname>
Output:               <gid>100</gid>
Output:               <home>/var/lib/pulseaudio</home>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max>99999</max>
Output:                 <min>0</min>
Output:                 <warn>7</warn>
Output:               </password_settings>
Output:               <shell>/bin/false</shell>
Output:               <uid>105</uid>
Output:               <user_password>*</user_password>
Output:               <username>pulse</username>
Output:             </user>
Output:           </users>
Output:           <x11>
Output:             <color_depth config:type="integer">8</color_depth>
Output:             <display_manager>gdm</display_manager>
Output:             <enable_3d config:type="boolean">true</enable_3d>
Output:             <monitor>
Output:               <display>
Output:                 <max_hsync config:type="integer">60</max_hsync>
Output:                 <max_vsync config:type="integer">75</max_vsync>
Output:                 <min_hsync config:type="integer">31</min_hsync>
Output:                 <min_vsync config:type="integer">50</min_vsync>
Output:               </display>
Output:               <monitor_device>Unknown</monitor_device>
Output:               <monitor_vendor>Unknown</monitor_vendor>
Output:             </monitor>
Output:             <resolution>800x600 (SVGA)</resolution>
Output:             <window_manager/>
Output:           </x11>
Output:         </profile>
Removing:       Old PXE boot file /etc/netboot/01080027BA347D.pxelinux
Executing:      rm /etc/netboot/01080027BA347D.pxelinux
Creating:       PXE boot file for sles12vb01 with MAC address 08:00:27:BA:34:7D
Executing:      cd /etc/netboot ; ln -s sles_12_0_x86_64/usr/share/syslinux/pxelinux.0 01080027BA347D.pxelinux
Creating:       PXE configuration file /etc/netboot/pxelinux.cfg/01-08-00-27-ba-34-7d
Executing:      cp /tmp/pxecfg /etc/netboot/pxelinux.cfg/01-08-00-27-ba-34-7d ; rm /tmp/pxecfg

Information:    Contents of file /etc/netboot/pxelinux.cfg/01-08-00-27-ba-34-7d

DEFAULT LINUX
LABEL LINUX
  KERNEL /sles_12_0_x86_64/boot/x86_64/loader/linux
  APPEND initrd=/sles_12_0_x86_64/boot/x86_64/loader/initrd install=http://192.168.2.100/sles_12_0_x86_64 autoyast=http://192.168.2.100/clients/sles_12_0_x86_64/sles12vb01/sles12vb01.xml language=en_US textmode=1

Checking:
         If DHCPd configuration contains sles12vb01
Executing:      cat /etc/inet/dhcpd4.conf | grep 'sles12vb01'
Output:         host sles12vb01 {
Checking:       DHCPd is running
Executing:      svcs -l svc:/network/dhcp/server:ipv4
Output:         fmri         svc:/network/dhcp/server:ipv4
Output:         name         ISC DHCP Server
Output:         enabled      true
Output:         state        online
Output:         next_state   none
Output:         state_time   December  1, 2014 05:48:38 PM EST
Output:         logfile      /var/svc/log/network-dhcp-server:ipv4.log
Output:         restarter    svc:/system/svc/restarter:default
Output:         contract_id  147 
Output:         manifest     /lib/svc/manifest/network/dhcp/isc-dhcp-server.xml
Output:         dependency   require_all/refresh svc:/milestone/multi-user (online)
Output:         dependency   exclude_all/none svc:/network/dhcp-server (uninitialized)
Checking:       TFTPd service boot directory configuration
Executing:      svcprop -p inetd_start/exec svc:network/tftp/udp6
Output:         /usr/sbin/in.tftpd\ -s\ /etc/netboot
Checking:       Status of service svc:/network/tftp/udp6:default
Executing:      svcs svc:/network/tftp/udp6:default |grep -v STATE
Output:         online         16:50:38 svc:/network/tftp/udp6:default
Checking:       Hosts file for sles12vb01
Executing:      cat /etc/hosts |grep -v '^#' |grep 'sles12vb01' |grep '192.168.2.121'
Output:         192.168.2.121   sles12vb01.local        sles12vb01      # administrator

To connect to the serial console of this machine once booted run the following command:

If you wish to disconnect from this session use CTRL-Q

Create a SLES 12 client (Verbose mode, agree to defaults):

./modest.rb --action create --mode client --method autoyast --name sles12vm01 --mac 08:00:27:BA:34:7D --arch x86_64 --ip 192.168.2.103 --service sles_12_0_x86_64 --verbose --defaults

Information:    Runing in verbose mode
Information:    Answering yes to all questions (accepting defaults)
Information:    ZFS filesystem for a service will be destroyed when a service is removed
Setting:        Client name to: sles12vm01
Information:    Setting client IP address is 192.168.2.103
Information:    Setting client MAC address to: 08:00:27:BA:34:7D
Information:    Home directory /root
Information:    Setting work directory to /opt/mode
Information:    Setting temporary directory to /opt/mode
Determining:    Default host IP
Executing:      ipadm show-addr net0 |grep net |head -1 |awk '{print $4}' |cut -f1 -d'/'
Output:         192.168.2.99
Checking:       TFTPd service boot directory configuration
Executing:      svcprop -p inetd_start/exec svc:network/tftp/udp6
Output:         /usr/sbin/in.tftpd\ -s\ /etc/netboot
Information:    Checking status of service svc:/network/tftp/udp6:default
Executing:      svcs svc:/network/tftp/udp6:default |grep -v STATE
Output:         online         Mar_01   svc:/network/tftp/udp6:default
Information:    Checking publisher is online
Executing:      pkg publisher | grep online
Output:         solaris                     origin   online F file:///export/repo/sol_11_3/
Information:    Setting apache allow range to 192.168.2 192.168.1.0
Information:    Setting architecture to: x86_64
Information:    Setting console mode to: text
Information:    Setting model to: vmware
Information:    Setting install mode to client
Checking:       DHCPd config for subnet entry
Executing:      cat /etc/inet/dhcpd4.conf | grep 'subnet 192.168.2.0'
Output:         subnet 192.168.2.0 netmask 255.255.255.0 {
Information:    Home directory /root
Information:    Setting work directory to /opt/mode
Information:    Setting temporary directory to /opt/mode
Checking:       TFTPd service boot directory configuration
Executing:      svcprop -p inetd_start/exec svc:network/tftp/udp6
Output:         /usr/sbin/in.tftpd\ -s\ /etc/netboot
Information:    Checking status of service svc:/network/tftp/udp6:default
Executing:      svcs svc:/network/tftp/udp6:default |grep -v STATE
Output:         online         Mar_01   svc:/network/tftp/udp6:default
Information:    Checking publisher is online
Executing:      pkg publisher | grep online
Output:         solaris                     origin   online F file:///export/repo/sol_11_3/
Information:    Setting apache allow range to 192.168.2 192.168.1.0
Checking:       Apache confing file /etc/apache2/2.2/httpd.conf for clients
Executing:      cat /etc/apache2/2.2/httpd.conf |grep '/clients'
Output:         <Directory /export/clients>
Output:         Alias /clients /export/clients
Information:    Checking status of service svc:/network/http:apache22
Executing:      svcs svc:/network/http:apache22 |grep -v STATE
Output:         online         Feb_28   svc:/network/http:apache22
Refresh:        Service svc:/network/http:apache22
Executing:      svcadm refresh svc:/network/http:apache22 ; sleep 5
Information:    Creating /export/clients/sles_12_0_x86_64 with mount point /export/clients/sles_12_0_x86_64
Executing:      zfs create -o mountpoint=/export/clients/sles_12_0_x86_64 rpool/export/clients/sles_12_0_x86_64
Information:    Creating /export/clients/sles_12_0_x86_64/sles12vm01 with mount point /export/clients/sles_12_0_x86_64/sles12vm01
Executing:      zfs create -o mountpoint=/export/clients/sles_12_0_x86_64/sles12vm01 rpool/export/clients/sles_12_0_x86_64/sles12vm01
Information:    Processing value for service_name
Information:    Setting parameter service_name to sles_12_0_x86_64
Information:    Processing value for ks_header
Information:    Setting parameter ks_header to # kickstart file for sles12vm01 3.2.5 Richard Spindler <richard@lateralblast.com.au> mode (Multi OS Deployment Engine)
Information:    Processing value for firewall
Information:    Setting parameter firewall to --enabled --ssh
Information:    Processing value for console
Information:    Setting parameter console to text
Information:    Processing value for install_type
Information:    Setting parameter install_type to install
Information:    Processing value for install_method
Information:    Setting parameter install_method to cdrom
Information:    Processing value for url
Information:    Setting parameter url to --url=http://192.168.2.99/sles_12_0_x86_64
Information:    Processing value for install_language
Information:    Setting parameter install_language to en_US.UTF-8
Information:    Processing value for support_language
Information:    Setting parameter support_language to --default=en_US.UTF-8 en_US.UTF-8
Information:    Processing value for keyboard
Information:    Setting parameter keyboard to us
Information:    Processing value for videocard
Information:    Setting parameter videocard to VMWare
Information:    Processing value for videoram
Information:    Setting parameter videoram to 16384
Information:    Processing value for vsync
Information:    Setting parameter vsync to 50-70
Information:    Processing value for resolution
Information:    Setting parameter resolution to 800x600
Information:    Processing value for depth
Information:    Setting parameter depth to 16
Information:    Processing value for xconfig
Information:    Setting parameter xconfig to --card VMWare --videoram 16384 --hsync 31.5-37.9 --vsync 50-70 --resolution 800x600 --depth 16
Information:    Processing value for nic
Information:    Setting parameter nic to eth0
Information:    Processing value for bootproto
Information:    Setting parameter bootproto to static
Information:    Processing value for hostname
Information:    Setting parameter hostname to sles12vm01
Information:    Processing value for ip
Information:    Setting parameter ip to 192.168.2.103
Information:    Processing value for netmask
Information:    Setting parameter netmask to 255.255.255.0
Information:    Processing value for nameserver
Information:    Setting parameter nameserver to 8.8.8.8
Information:    Processing value for gateway
Information:    Setting parameter gateway to 130.194.2.254
Information:    Processing value for broadcast
Information:    Setting parameter broadcast to 192.168.2.255
Information:    Processing value for network_address
Information:    Setting parameter network_address to 192.168.2.0
Information:    Processing value for network
Information:    Setting parameter network to --device=eth0 --bootproto=static --ip=192.168.2.103 --netmask=255.255.255.0 --gateway=130.194.2.254 --nameserver 8.8.8.8 --hostname=sles12vm01
Information:    Processing value for root_password
Information:    Setting parameter root_password to XXXX
Information:    Processing value for root_crypt
Information:    Setting parameter root_crypt to $1$eV51F8wo$tTYvBa5AhwOO.vzqw69iU.
Information:    Processing value for rootpw
Information:    Setting parameter rootpw to --iscrypted $1$eV51F8wo$tTYvBa5AhwOO.vzqw69iU.
Information:    Processing value for enabled_services
Information:    Setting parameter enabled_services to avahi-daemon,ntp
Information:    Processing value for disabled_services
Information:    Setting parameter disabled_services to 
Information:    Setting parameter disabled_services to 
Information:    Processing value for services
Information:    Setting parameter services to --enabled=avahi-daemon,ntp --disabled=
Information:    Processing value for admin_username
Information:    Setting parameter admin_username to administrator
Information:    Processing value for admin_uid
Information:    Setting parameter admin_uid to 200
Information:    Processing value for admin_shell
Information:    Processing value for admin_home
Information:    Setting parameter admin_home to /home/administrator
Information:    Processing value for admin_group
Information:    Setting parameter admin_group to wheel
Information:    Processing value for admin_gid
Information:    Setting parameter admin_gid to 200
Information:    Processing value for admin_password
Information:    Setting parameter admin_password to YYYY
Information:    Processing value for admin_crypt
Information:    Setting parameter admin_crypt to $1$VwdhL5kw$ZaPXvNzlP2QNZ75..ZmzJ0
Information:    Processing value for selinux
Information:    Setting parameter selinux to --enforcing
Information:    Processing value for authconfig
Information:    Setting parameter authconfig to --enableshadow --enablemd5
Information:    Processing value for timezone
Information:    Setting parameter timezone to Australia/Victoria
Information:    Processing value for bootstrap
Information:    Setting parameter bootstrap to mbr
Information:    Processing value for bootloader
Information:    Setting parameter bootloader to --location=mbr
Information:    Processing value for zerombr
Information:    Processing value for bootdevice
Information:    Setting parameter bootdevice to sda
Information:    Processing value for clearpart
Information:    Setting parameter clearpart to --all --drives=sda --initlabel
Information:    Processing value for bootfs
Information:    Processing value for bootsize
Information:    Setting parameter bootsize to 200
Information:    Processing value for bootpart
Information:    Setting parameter bootpart to /boot --fstype ext3 --size=200 --ondisk=sda
Information:    Processing value for volname
Information:    Setting parameter volname to pv.2
Information:    Processing value for volsize
Information:    Setting parameter volsize to 1
Information:    Processing value for volpart
Information:    Setting parameter volpart to pv.2 --size=1 --grow --ondisk=sda
Information:    Processing value for volgroupname
Information:    Setting parameter volgroupname to VolGroup00
Information:    Processing value for pesize
Information:    Setting parameter pesize to 32768
Information:    Processing value for volgroup
Information:    Setting parameter volgroup to VolGroup00 --pesize=32768 pv.2
Information:    Processing value for swapmin
Information:    Setting parameter swapmin to 512
Information:    Processing value for swapmax
Information:    Setting parameter swapmax to 1024
Information:    Processing value for swapvol
Information:    Setting parameter swapvol to LogVol01
Information:    Processing value for logswap
Information:    Setting parameter logswap to swap --fstype swap --name=LogVol01 --vgname=VolGroup00 --size=512 --grow --maxsize=1024
Information:    Processing value for rootfs
Information:    Setting parameter rootfs to ext3
Information:    Processing value for rootvol
Information:    Setting parameter rootvol to LogVol00
Information:    Processing value for rootsize
Information:    Setting parameter rootsize to 2048
Information:    Processing value for logroot
Information:    Setting parameter logroot to / --fstype ext3 --name=LogVol00 --vgname=VolGroup00 --size=2048 --grow
Information:    Processing value for finish
Information:    Setting parameter finish to reboot
Information:    Validating AutoYast XML configuration for sles12vm01
Executing:      xmllint /export/clients/sles_12_0_x86_64/sles12vm01/sles12vm01.xml
Output:         <?xml version="1.0" encoding="UTF-8"?>
Output:         <!DOCTYPE profile>
Output:         <profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns">
Output:           <add-on>
Output:             <add_on_products config:type="list"/>
Output:           </add-on>
Output:           <audit-laf>
Output:             <auditd>
Output:               <action_mail_acct>root</action_mail_acct>
Output:               <admin_space_left>50</admin_space_left>
Output:               <admin_space_left_action>SUSPEND</admin_space_left_action>
Output:               <disk_error_action>SUSPEND</disk_error_action>
Output:               <disk_full_action>SUSPEND</disk_full_action>
Output:               <disp_qos>lossy</disp_qos>
Output:               <dispatcher>/sbin/audispd</dispatcher>
Output:               <flush>INCREMENTAL</flush>
Output:               <freq>20</freq>
Output:               <log_file>/var/log/audit/audit.log</log_file>
Output:               <log_format>RAW</log_format>
Output:               <log_group>root</log_group>
Output:               <max_log_file>5</max_log_file>
Output:               <max_log_file_action>ROTATE</max_log_file_action>
Output:               <name_format>NONE</name_format>
Output:               <num_logs>4</num_logs>
Output:               <priority_boost>4</priority_boost>
Output:               <space_left>75</space_left>
Output:               <space_left_action>SYSLOG</space_left_action>
Output:               <tcp_client_max_idle>0</tcp_client_max_idle>
Output:               <tcp_listen_queue>5</tcp_listen_queue>
Output:             </auditd>
Output:             <rules>
Output:         # First rule - delete all
Output:         -D
Output:         # Make this bigger for busy systems
Output:         -b 320
Output:             </rules>
Output:           </audit-laf>
Output:           <bootloader>
Output:             <device_map config:type="list">
Output:               <device_map_entry>
Output:                 <firmware>fd0</firmware>
Output:                 <linux>/dev/fd0</linux>
Output:               </device_map_entry>
Output:               <device_map_entry>
Output:                 <firmware>hd0</firmware>
Output:                 <linux>/dev/sda</linux>
Output:               </device_map_entry>
Output:             </device_map>
Output:             <global>
Output:               <activate>true</activate>
Output:               <boot_root>true</boot_root>
Output:               <default>SUSE Linux Enterprise Server</default>
Output:               <generic_mbr>true</generic_mbr>
Output:               <gfxmenu>/boot/message</gfxmenu>
Output:               <lines_cache_id>3</lines_cache_id>
Output:               <timeout config:type="integer">8</timeout>
Output:             </global>
Output:             <initrd_modules config:type="list">
Output:               <initrd_module>
Output:                 <module>mptspi</module>
Output:               </initrd_module>
Output:               <initrd_module>
Output:                 <module>ahci</module>
Output:               </initrd_module>
Output:               <initrd_module>
Output:                 <module>ata_piix</module>
Output:               </initrd_module>
Output:               <initrd_module>
Output:                 <module>ata_generic</module>
Output:               </initrd_module>
Output:               <initrd_module>
Output:                 <module>vmxnet3</module>
Output:               </initrd_module>
Output:               <initrd_module>
Output:                 <module>vmw_pvscsi</module>
Output:               </initrd_module>
Output:               <initrd_module>
Output:                 <module>vmxnet</module>
Output:               </initrd_module>
Output:             </initrd_modules>
Output:             <loader_type>grub2</loader_type>
Output:             <sections config:type="list">
Output:             </sections>
Output:           </bootloader>
Output:           <ca_mgm>
Output:             <CAName>YaST_Default_CA</CAName>
Output:             <ca_commonName>YaST Default CA (site)</ca_commonName>
Output:             <country>AU</country>
Output:             <importCertificate config:type="boolean">false</importCertificate>
Output:             <locality/>
Output:             <organisation/>
Output:             <organisationUnit/>
Output:             <password>ENTER PASSWORD HERE</password>
Output:             <server_commonName>sles12vm01</server_commonName>
Output:             <server_email>postmaster@site</server_email>
Output:             <state/>
Output:             <takeLocalServerName config:type="boolean">true</takeLocalServerName>
Output:           </ca_mgm>
Output:           <deploy_image>
Output:             <image_installation config:type="boolean">false</image_installation>
Output:           </deploy_image>
Output:           <dhcp-server>
Output:             <allowed_interfaces config:type="list"/>
Output:             <chroot>1</chroot>
Output:             <other_options/>
Output:             <settings config:type="list">
Output:               <settings_entry>
Output:                 <children config:type="list"/>
Output:                 <directives config:type="list"/>
Output:                 <id/>
Output:                 <options config:type="list"/>
Output:                 <parent_id/>
Output:                 <parent_type/>
Output:                 <type/>
Output:               </settings_entry>
Output:             </settings>
Output:             <start_service>0</start_service>
Output:             <use_ldap>0</use_ldap>
Output:           </dhcp-server>
Output:           <dns-server>
Output:             <allowed_interfaces config:type="list"/>
Output:             <chroot>1</chroot>
Output:             <logging config:type="list"/>
Output:             <options config:type="list">
Output:               <option>
Output:                 <key>forwarders</key>
Output:                 <value/>
Output:               </option>
Output:             </options>
Output:             <start_service>0</start_service>
Output:             <use_ldap>0</use_ldap>
Output:             <zones config:type="list"/>
Output:           </dns-server>
Output:           <firewall>
Output:             <FW_DEV_DMZ/>
Output:             <FW_DEV_EXT/>
Output:             <FW_DEV_INT/>
Output:             <enable_firewall config:type="boolean">false</enable_firewall>
Output:             <start_firewall config:type="boolean">false</start_firewall>
Output:           </firewall>
Output:           <ftp-server>
Output:             <AnonAuthen>1</AnonAuthen>
Output:             <AnonCreatDirs>NO</AnonCreatDirs>
Output:             <AnonMaxRate>0</AnonMaxRate>
Output:             <AnonReadOnly>YES</AnonReadOnly>
Output:             <AntiWarez>YES</AntiWarez>
Output:             <Banner>Welcome message</Banner>
Output:             <CertFile/>
Output:             <ChrootEnable>NO</ChrootEnable>
Output:             <EnableUpload>NO</EnableUpload>
Output:             <FTPUser>ftp</FTPUser>
Output:             <FtpDirAnon>/srv/ftp</FtpDirAnon>
Output:             <FtpDirLocal/>
Output:             <GuestUser/>
Output:             <LocalMaxRate>0</LocalMaxRate>
Output:             <MaxClientsNumber>10</MaxClientsNumber>
Output:             <MaxClientsPerIP>3</MaxClientsPerIP>
Output:             <MaxIdleTime>15</MaxIdleTime>
Output:             <PasMaxPort>40500</PasMaxPort>
Output:             <PasMinPort>40000</PasMinPort>
Output:             <PassiveMode>YES</PassiveMode>
Output:             <SSL>0</SSL>
Output:             <SSLEnable>NO</SSLEnable>
Output:             <SSLv2>NO</SSLv2>
Output:             <SSLv3>NO</SSLv3>
Output:             <StartDaemon>0</StartDaemon>
Output:             <StartXinetd>NO</StartXinetd>
Output:             <TLS>YES</TLS>
Output:             <Umask/>
Output:             <UmaskAnon/>
Output:             <UmaskLocal/>
Output:             <VerboseLogging>NO</VerboseLogging>
Output:             <VirtualUser>NO</VirtualUser>
Output:           </ftp-server>
Output:           <general>
Output:             <ask-list config:type="list"/>
Output:             <mode>
Output:               <confirm config:type="boolean">false</confirm>
Output:             </mode>
Output:             <mouse>
Output:               <id>none</id>
Output:             </mouse>
Output:             <proposals config:type="list"/>
Output:             <signature-handling>
Output:               <accept_file_without_checksum config:type="boolean">true</accept_file_without_checksum>
Output:               <accept_non_trusted_gpg_key config:type="boolean">true</accept_non_trusted_gpg_key>
Output:               <accept_unknown_gpg_key config:type="boolean">true</accept_unknown_gpg_key>
Output:               <accept_unsigned_file config:type="boolean">true</accept_unsigned_file>
Output:               <accept_verification_failed config:type="boolean">false</accept_verification_failed>
Output:               <import_gpg_key config:type="boolean">true</import_gpg_key>
Output:             </signature-handling>
Output:             <storage/>
Output:           </general>
Output:           <groups config:type="list">
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>100</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>user</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>19</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>floppy</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>1</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>bin</groupname>
Output:               <userlist>daemon</userlist>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>41</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>xok</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>65535</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>nobody</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>43</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>modem</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>7</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>lp</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>5</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>tty</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>51</gid>
Output:               <group_password>!</group_password>
Output:               <groupname>postfix</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>104</gid>
Output:               <group_password>!</group_password>
Output:               <groupname>uuid</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>111</gid>
Output:               <group_password>!</group_password>
Output:               <groupname>gdm</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>65534</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>nogroup</groupname>
Output:               <userlist>nobody</userlist>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>59</gid>
Output:               <group_password>!</group_password>
Output:               <groupname>maildrop</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>101</gid>
Output:               <group_password>!</group_password>
Output:               <groupname>messagebus</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>33</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>video</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>3</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>sys</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>15</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>shadow</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>21</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>console</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>20</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>cdrom</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>102</gid>
Output:               <group_password>!</group_password>
Output:               <groupname>haldaemon</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>42</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>trusted</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>105</gid>
Output:               <group_password>!</group_password>
Output:               <groupname>puppet</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>16</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>dialout</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>106</gid>
Output:               <group_password>!</group_password>
Output:               <groupname>polkituser</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>100</gid>
Output:               <group_password>!</group_password>
Output:               <groupname>pulse</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>10</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>wheel</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>8</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>www</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>40</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>games</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>6</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>disk</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>17</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>audio</groupname>
Output:               <userlist>pulse</userlist>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>110</gid>
Output:               <group_password>!</group_password>
Output:               <groupname>suse-ncc</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>49</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>ftp</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>25</gid>
Output:               <group_password>!</group_password>
Output:               <groupname>at</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>103</gid>
Output:               <group_password>!</group_password>
Output:               <groupname>tape</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>9</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>kmem</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>32</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>public</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>0</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>root</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>12</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>mail</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>2</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>daemon</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>107</gid>
Output:               <group_password>!</group_password>
Output:               <groupname>ntp</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>14</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>uucp</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>109</gid>
Output:               <group_password>!</group_password>
Output:               <groupname>pulse-access</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>72</gid>
Output:               <group_password>!</group_password>
Output:               <groupname>ntadmin</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>62</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>man</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>22</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>utmp</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>13</gid>
Output:               <group_password>x</group_password>
Output:               <groupname>news</groupname>
Output:               <userlist/>
Output:             </group>
Output:             <group>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <gid>65</gid>
Output:               <group_password>!</group_password>
Output:               <groupname>sshd</groupname>
Output:               <userlist/>
Output:             </group>
Output:           </groups>
Output:           <host>
Output:             <hosts config:type="list">
Output:               <hosts_entry>
Output:                 <host_address>127.0.0.1</host_address>
Output:                 <names config:type="list">
Output:                   <name>localhost</name>
Output:                 </names>
Output:               </hosts_entry>
Output:               <hosts_entry>
Output:                 <host_address>192.168.2.103</host_address>
Output:                 <names config:type="list">
Output:                   <name>sles12vm01</name>
Output:                 </names>
Output:               </hosts_entry>
Output:               <hosts_entry>
Output:                 <host_address>::1</host_address>
Output:                 <names config:type="list">
Output:                   <name>localhost ipv6-localhost ipv6-loopback</name>
Output:                 </names>
Output:               </hosts_entry>
Output:               <hosts_entry>
Output:                 <host_address>fe00::0</host_address>
Output:                 <names config:type="list">
Output:                   <name>ipv6-localnet</name>
Output:                 </names>
Output:               </hosts_entry>
Output:               <hosts_entry>
Output:                 <host_address>ff00::0</host_address>
Output:                 <names config:type="list">
Output:                   <name>ipv6-mcastprefix</name>
Output:                 </names>
Output:               </hosts_entry>
Output:               <hosts_entry>
Output:                 <host_address>ff02::1</host_address>
Output:                 <names config:type="list">
Output:                   <name>ipv6-allnodes</name>
Output:                 </names>
Output:               </hosts_entry>
Output:               <hosts_entry>
Output:                 <host_address>ff02::2</host_address>
Output:                 <names config:type="list">
Output:                   <name>ipv6-allrouters</name>
Output:                 </names>
Output:               </hosts_entry>
Output:               <hosts_entry>
Output:                 <host_address>ff02::3</host_address>
Output:                 <names config:type="list">
Output:                   <name>ipv6-allhosts</name>
Output:                 </names>
Output:               </hosts_entry>
Output:             </hosts>
Output:           </host>
Output:           <http-server>
Output:             <Listen config:type="list"/>
Output:             <hosts config:type="list"/>
Output:             <modules config:type="list">
Output:               <module_entry>
Output:                 <change>disable</change>
Output:                 <default>1</default>
Output:                 <name>authz_host</name>
Output:               </module_entry>
Output:               <module_entry>
Output:                 <change>disable</change>
Output:                 <default>1</default>
Output:                 <name>actions</name>
Output:               </module_entry>
Output:               <module_entry>
Output:                 <change>disable</change>
Output:                 <default>1</default>
Output:                 <name>alias</name>
Output:               </module_entry>
Output:               <module_entry>
Output:                 <change>disable</change>
Output:                 <default>1</default>
Output:                 <name>auth_basic</name>
Output:               </module_entry>
Output:               <module_entry>
Output:                 <change>disable</change>
Output:                 <default>1</default>
Output:                 <name>authn_file</name>
Output:               </module_entry>
Output:               <module_entry>
Output:                 <change>disable</change>
Output:                 <default>1</default>
Output:                 <name>authz_user</name>
Output:               </module_entry>
Output:               <module_entry>
Output:                 <change>disable</change>
Output:                 <default>1</default>
Output:                 <name>authz_groupfile</name>
Output:               </module_entry>
Output:               <module_entry>
Output:                 <change>disable</change>
Output:                 <default>1</default>
Output:                 <name>autoindex</name>
Output:               </module_entry>
Output:               <module_entry>
Output:                 <change>disable</change>
Output:                 <default>1</default>
Output:                 <name>cgi</name>
Output:               </module_entry>
Output:               <module_entry>
Output:                 <change>disable</change>
Output:                 <default>1</default>
Output:                 <name>dir</name>
Output:               </module_entry>
Output:               <module_entry>
Output:                 <change>disable</change>
Output:                 <default>1</default>
Output:                 <name>include</name>
Output:               </module_entry>
Output:               <module_entry>
Output:                 <change>disable</change>
Output:                 <default>1</default>
Output:                 <name>log_config</name>
Output:               </module_entry>
Output:               <module_entry>
Output:                 <change>disable</change>
Output:                 <default>1</default>
Output:                 <name>mime</name>
Output:               </module_entry>
Output:               <module_entry>
Output:                 <change>disable</change>
Output:                 <default>1</default>
Output:                 <name>negotiation</name>
Output:               </module_entry>
Output:               <module_entry>
Output:                 <change>disable</change>
Output:                 <default>1</default>
Output:                 <name>setenvif</name>
Output:               </module_entry>
Output:               <module_entry>
Output:                 <change>disable</change>
Output:                 <default>1</default>
Output:                 <name>status</name>
Output:               </module_entry>
Output:               <module_entry>
Output:                 <change>disable</change>
Output:                 <default>1</default>
Output:                 <name>userdir</name>
Output:               </module_entry>
Output:               <module_entry>
Output:                 <change>disable</change>
Output:                 <default>1</default>
Output:                 <name>asis</name>
Output:               </module_entry>
Output:               <module_entry>
Output:                 <change>disable</change>
Output:                 <default>1</default>
Output:                 <name>imagemap</name>
Output:               </module_entry>
Output:             </modules>
Output:           </http-server>
Output:           <inetd>
Output:             <last_created config:type="integer">0</last_created>
Output:             <netd_conf config:type="list">
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>1:/etc/xinetd.d/chargen-udp</iid>
Output:                 <protocol>udp</protocol>
Output:                 <script>chargen-udp</script>
Output:                 <server/>
Output:                 <service>chargen</service>
Output:               </conf>
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>1:/etc/xinetd.d/chargen-udp</iid>
Output:                 <protocol>udp</protocol>
Output:                 <script>chargen-udp</script>
Output:                 <server/>
Output:                 <service>chargen</service>
Output:               </conf>
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>1:/etc/xinetd.d/cups-lpd</iid>
Output:                 <protocol>tcp</protocol>
Output:                 <script>cups-lpd</script>
Output:                 <server>/usr/lib64/cups/daemon/cups-lpd</server>
Output:                 <service>printer</service>
Output:               </conf>
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>1:/etc/xinetd.d/cvs</iid>
Output:                 <protocol>tcp</protocol>
Output:                 <script>cvs</script>
Output:                 <server>/usr/bin/cvs</server>
Output:                 <service>cvspserver</service>
Output:               </conf>
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>1:/etc/xinetd.d/daytime-udp</iid>
Output:                 <protocol>udp</protocol>
Output:                 <script>daytime-udp</script>
Output:                 <server/>
Output:                 <service>daytime</service>
Output:               </conf>
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>1:/etc/xinetd.d/daytime-udp</iid>
Output:                 <protocol>udp</protocol>
Output:                 <script>daytime-udp</script>
Output:                 <server/>
Output:                 <service>daytime</service>
Output:               </conf>
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>1:/etc/xinetd.d/discard-udp</iid>
Output:                 <protocol>udp</protocol>
Output:                 <script>discard-udp</script>
Output:                 <server/>
Output:                 <service>discard</service>
Output:               </conf>
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>1:/etc/xinetd.d/discard-udp</iid>
Output:                 <protocol>udp</protocol>
Output:                 <script>discard-udp</script>
Output:                 <server/>
Output:                 <service>discard</service>
Output:               </conf>
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>1:/etc/xinetd.d/echo</iid>
Output:                 <protocol>tcp</protocol>
Output:                 <script>echo</script>
Output:                 <server/>
Output:                 <service>echo</service>
Output:               </conf>
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>1:/etc/xinetd.d/echo-udp</iid>
Output:                 <protocol>udp</protocol>
Output:                 <script>echo-udp</script>
Output:                 <server/>
Output:                 <service>echo-udp</service>
Output:               </conf>
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>1:/etc/xinetd.d/netstat</iid>
Output:                 <protocol>tcp</protocol>
Output:                 <script>netstat</script>
Output:                 <server>/bin/netstat</server>
Output:                 <service>netstat</service>
Output:               </conf>
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>1:/etc/xinetd.d/rsync</iid>
Output:                 <protocol>tcp</protocol>
Output:                 <script>rsync</script>
Output:                 <server>/usr/sbin/rsyncd</server>
Output:                 <service>rsync</service>
Output:               </conf>
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>1:/etc/xinetd.d/servers</iid>
Output:                 <protocol>tcp</protocol>
Output:                 <script>servers</script>
Output:                 <server/>
Output:                 <service>servers</service>
Output:               </conf>
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>1:/etc/xinetd.d/services</iid>
Output:                 <protocol>tcp</protocol>
Output:                 <script>services</script>
Output:                 <server/>
Output:                 <service>services</service>
Output:               </conf>
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>1:/etc/xinetd.d/swat</iid>
Output:                 <protocol>tcp</protocol>
Output:                 <script>swat</script>
Output:                 <server>/usr/sbin/swat</server>
Output:                 <service>swat</service>
Output:               </conf>
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>1:/etc/xinetd.d/systat</iid>
Output:                 <protocol>tcp</protocol>
Output:                 <script>systat</script>
Output:                 <server>/bin/ps</server>
Output:                 <service>systat</service>
Output:               </conf>
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>1:/etc/xinetd.d/time-udp</iid>
Output:                 <protocol>udp</protocol>
Output:                 <script>time-udp</script>
Output:                 <server/>
Output:                 <service>time</service>
Output:               </conf>
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>1:/etc/xinetd.d/time-udp</iid>
Output:                 <protocol>udp</protocol>
Output:                 <script>time-udp</script>
Output:                 <server/>
Output:                 <service>time</service>
Output:               </conf>
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>1:/etc/xinetd.d/vnc</iid>
Output:                 <protocol>tcp</protocol>
Output:                 <script>vnc</script>
Output:                 <server>/usr/bin/Xvnc</server>
Output:                 <service>vnc1</service>
Output:               </conf>
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>16:/etc/xinetd.d/vnc</iid>
Output:                 <protocol>tcp</protocol>
Output:                 <script>vnc</script>
Output:                 <server>/usr/bin/Xvnc</server>
Output:                 <service>vnc2</service>
Output:               </conf>
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>31:/etc/xinetd.d/vnc3</iid>
Output:                 <protocol>tcp</protocol>
Output:                 <script>vnc</script>
Output:                 <server>/usr/bin/Xvnc</server>
Output:                 <service>vnc3</service>
Output:               </conf>
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>46:/etc/xinetd.d/vnc</iid>
Output:                 <protocol>tcp</protocol>
Output:                 <script>vnc</script>
Output:                 <server>/usr/bin/vnc_inetd_httpd</server>
Output:                 <service>vnchttpd1</service>
Output:               </conf>
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>61:/etc/xinetd.d/vnchttpd2</iid>
Output:                 <protocol>tcp</protocol>
Output:                 <script>vnc</script>
Output:                 <server>/usr/bin/vnc_inetd_httpd</server>
Output:                 <service>vnchttpd2</service>
Output:               </conf>
Output:               <conf>
Output:                 <enabled config:type="boolean">false</enabled>
Output:                 <iid>76:/etc/xinetd.d/vnchttpd3</iid>
Output:                 <protocol>tcp</protocol>
Output:                 <script>vnc</script>
Output:                 <server>/usr/bin/vnc_inetd_httpd</server>
Output:                 <service>vnchttpd3</service>
Output:               </conf>
Output:             </netd_conf>
Output:           </inetd>
Output:           <iscsi-client>
Output:             <initiatorname/>
Output:             <targets config:type="list"/>
Output:             <version>1.0</version>
Output:           </iscsi-client>
Output:           <kdump>
Output:             <add_crash_kernel config:type="boolean">false</add_crash_kernel>
Output:             <crash_kernel>128M-:64M</crash_kernel>
Output:             <general>
Output:               <KDUMPTOOL_FLAGS/>
Output:               <KDUMP_COMMANDLINE/>
Output:               <KDUMP_COMMANDLINE_APPEND/>
Output:               <KDUMP_CONTINUE_ON_ERROR>false</KDUMP_CONTINUE_ON_ERROR>
Output:               <KDUMP_COPY_KERNEL>yes</KDUMP_COPY_KERNEL>
Output:               <KDUMP_DUMPFORMAT>compressed</KDUMP_DUMPFORMAT>
Output:               <KDUMP_DUMPLEVEL>0</KDUMP_DUMPLEVEL>
Output:               <KDUMP_FREE_DISK_SIZE>64</KDUMP_FREE_DISK_SIZE>
Output:               <KDUMP_HOST_KEY/>
Output:               <KDUMP_IMMEDIATE_REBOOT>yes</KDUMP_IMMEDIATE_REBOOT>
Output:               <KDUMP_KEEP_OLD_DUMPS>5</KDUMP_KEEP_OLD_DUMPS>
Output:               <KDUMP_KERNELVER/>
Output:               <KDUMP_NETCONFIG>auto</KDUMP_NETCONFIG>
Output:               <KDUMP_NOTIFICATION_CC/>
Output:               <KDUMP_NOTIFICATION_TO/>
Output:               <KDUMP_POSTSCRIPT/>
Output:               <KDUMP_PRESCRIPT/>
Output:               <KDUMP_REQUIRED_PROGRAMS/>
Output:               <KDUMP_SAVEDIR>file:///var/crash</KDUMP_SAVEDIR>
Output:               <KDUMP_SMTP_PASSWORD/>
Output:               <KDUMP_SMTP_SERVER/>
Output:               <KDUMP_SMTP_USER/>
Output:               <KDUMP_TRANSFER/>
Output:               <KDUMP_VERBOSE>3</KDUMP_VERBOSE>
Output:               <KEXEC_OPTIONS/>
Output:             </general>
Output:           </kdump>
Output:           <kerberos>
Output:             <kerberos_client>
Output:               <ExpertSettings>
Output:                 <external>sshd</external>
Output:                 <use_shmem>sshd</use_shmem>
Output:               </ExpertSettings>
Output:               <clockskew>300</clockskew>
Output:               <default_domain>site</default_domain>
Output:               <default_realm>SITE</default_realm>
Output:               <forwardable config:type="boolean">true</forwardable>
Output:               <ignore_unknown config:type="boolean">true</ignore_unknown>
Output:               <kdc_server/>
Output:               <minimum_uid>1</minimum_uid>
Output:               <proxiable config:type="boolean">false</proxiable>
Output:               <renew_lifetime>1d</renew_lifetime>
Output:               <ssh_support config:type="boolean">false</ssh_support>
Output:               <ticket_lifetime>1d</ticket_lifetime>
Output:             </kerberos_client>
Output:             <pam_login>
Output:               <sssd config:type="boolean">false</sssd>
Output:               <use_kerberos config:type="boolean">false</use_kerberos>
Output:             </pam_login>
Output:           </kerberos>
Output:           <keyboard>
Output:             <keymap>english-us</keymap>
Output:           </keyboard>
Output:           <language>
Output:             <language>en_US</language>
Output:             <languages>en_US</languages>
Output:           </language>
Output:           <ldap>
Output:             <base_config_dn/>
Output:             <bind_dn/>
Output:             <create_ldap config:type="boolean">false</create_ldap>
Output:             <file_server config:type="boolean">false</file_server>
Output:             <ldap_domain>dc=example,dc=com</ldap_domain>
Output:             <ldap_server>127.0.0.1</ldap_server>
Output:             <ldap_tls config:type="boolean">true</ldap_tls>
Output:             <ldap_v2 config:type="boolean">false</ldap_v2>
Output:             <login_enabled config:type="boolean">true</login_enabled>
Output:             <member_attribute>member</member_attribute>
Output:             <mkhomedir config:type="boolean">false</mkhomedir>
Output:             <pam_password>exop</pam_password>
Output:             <sssd config:type="boolean">false</sssd>
Output:             <start_autofs config:type="boolean">false</start_autofs>
Output:             <start_ldap config:type="boolean">false</start_ldap>
Output:           </ldap>
Output:           <login_settings/>
Output:           <mail>
Output:             <aliases config:type="list">
Output:               <alias>
Output:                 <alias>administrator</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:               <alias>
Output:                 <alias>games</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:               <alias>
Output:                 <alias>bin</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:               <alias>
Output:                 <alias>nobody</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:               <alias>
Output:                 <alias>lp</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:               <alias>
Output:                 <alias>uuid</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:               <alias>
Output:                 <alias>postfix</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:               <alias>
Output:                 <alias>suse-ncc</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:               <alias>
Output:                 <alias>ftp</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:               <alias>
Output:                 <alias>gdm</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:               <alias>
Output:                 <alias>at</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:               <alias>
Output:                 <alias>root</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:               <alias>
Output:                 <alias>mail</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:               <alias>
Output:                 <alias>daemon</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:               <alias>
Output:                 <alias>ntp</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:               <alias>
Output:                 <alias>uucp</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:               <alias>
Output:                 <alias>messagebus</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:               <alias>
Output:                 <alias>haldaemon</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:               <alias>
Output:                 <alias>wwwrun</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:               <alias>
Output:                 <alias>puppet</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:               <alias>
Output:                 <alias>man</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:               <alias>
Output:                 <alias>polkituser</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:               <alias>
Output:                 <alias>news</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:               <alias>
Output:                 <alias>pulse</alias>
Output:                 <comment/>
Output:                 <destinations>root</destinations>
Output:               </alias>
Output:             </aliases>
Output:             <connection_type config:type="symbol">permanent</connection_type>
Output:             <listen_remote config:type="boolean">false</listen_remote>
Output:             <mta config:type="symbol">postfix</mta>
Output:             <postfix_mda config:type="symbol">local</postfix_mda>
Output:             <smtp_use_TLS>no</smtp_use_TLS>
Output:             <use_amavis config:type="boolean">false</use_amavis>
Output:             <use_dkim config:type="boolean">false</use_dkim>
Output:           </mail>
Output:           <networking>
Output:             <dhcp_options>
Output:               <dhclient_client_id/>
Output:               <dhclient_hostname_option>AUTO</dhclient_hostname_option>
Output:             </dhcp_options>
Output:             <dns>
Output:               <dhcp_hostname config:type="boolean">false</dhcp_hostname>
Output:               <domain>lab.net</domain>
Output:               <hostname>sles12vm01</hostname>
Output:               <nameservers config:type="list">
Output:                 <nameserver>8.8.8.8</nameserver>
Output:               </nameservers>
Output:               <resolv_conf_policy>auto</resolv_conf_policy>
Output:               <write_hostname config:type="boolean">false</write_hostname>
Output:             </dns>
Output:             <interfaces config:type="list">
Output:               <interface>
Output:                 <bootproto>static</bootproto>
Output:                 <device>eth0</device>
Output:                 <ipaddr>192.168.2.103</ipaddr>
Output:                 <netmask>255.255.255.0</netmask>
Output:                 <startmode>auto</startmode>
Output:                 <usercontrol>no</usercontrol>
Output:               </interface>
Output:               <interface>
Output:                 <aliases>
Output:                   <alias2>
Output:                     <IPADDR>127.0.0.2</IPADDR>
Output:                     <NETMASK>255.0.0.0</NETMASK>
Output:                     <PREFIXLEN>8</PREFIXLEN>
Output:                   </alias2>
Output:                 </aliases>
Output:                 <broadcast>127.255.255.255</broadcast>
Output:                 <device>lo</device>
Output:                 <firewall>no</firewall>
Output:                 <ipaddr>127.0.0.1</ipaddr>
Output:                 <netmask>255.0.0.0</netmask>
Output:                 <network>127.0.0.0</network>
Output:                 <prefixlen>8</prefixlen>
Output:                 <startmode>auto</startmode>
Output:                 <usercontrol>no</usercontrol>
Output:               </interface>
Output:             </interfaces>
Output:             <managed config:type="boolean">false</managed>
Output:             <net-udev config:type="list">
Output:               <rule>
Output:                 <name>eth0</name>
Output:                 <rule>ATTR{address}</rule>
Output:                 <value>08:00:27:BA:34:7D</value>
Output:               </rule>
Output:             </net-udev>
Output:             <routing>
Output:               <ip_forward config:type="boolean">false</ip_forward>
Output:               <routes config:type="list">
Output:                 <route>
Output:                   <destination>default</destination>
Output:                   <device>-</device>
Output:                   <gateway>192.168.2.254</gateway>
Output:                   <netmask>-</netmask>
Output:                 </route>
Output:               </routes>
Output:             </routing>
Output:           </networking>
Output:           <nfs_server>
Output:             <nfs_exports config:type="list"/>
Output:             <start_nfsserver config:type="boolean">false</start_nfsserver>
Output:           </nfs_server>
Output:           <nis>
Output:             <netconfig_policy>auto</netconfig_policy>
Output:             <nis_broadcast config:type="boolean">false</nis_broadcast>
Output:             <nis_broken_server config:type="boolean">false</nis_broken_server>
Output:             <nis_domain/>
Output:             <nis_local_only config:type="boolean">false</nis_local_only>
Output:             <nis_options/>
Output:             <nis_other_domains config:type="list"/>
Output:             <nis_servers config:type="list"/>
Output:             <slp_domain/>
Output:             <start_autofs config:type="boolean">false</start_autofs>
Output:             <start_nis config:type="boolean">false</start_nis>
Output:           </nis>
Output:           <nis_server>
Output:             <domain/>
Output:             <maps_to_serve config:type="list"/>
Output:             <merge_passwd config:type="boolean">false</merge_passwd>
Output:             <mingid config:type="integer">0</mingid>
Output:             <minuid config:type="integer">0</minuid>
Output:             <nopush config:type="boolean">false</nopush>
Output:             <pwd_chfn config:type="boolean">false</pwd_chfn>
Output:             <pwd_chsh config:type="boolean">false</pwd_chsh>
Output:             <pwd_srcdir>/etc</pwd_srcdir>
Output:             <securenets config:type="list">
Output:               <securenet>
Output:                 <netmask>255.0.0.0</netmask>
Output:                 <network>127.0.0.0</network>
Output:               </securenet>
Output:             </securenets>
Output:             <server_type>none</server_type>
Output:             <slaves config:type="list"/>
Output:             <start_ypbind config:type="boolean">false</start_ypbind>
Output:             <start_yppasswdd config:type="boolean">false</start_yppasswdd>
Output:             <start_ypxfrd config:type="boolean">false</start_ypxfrd>
Output:           </nis_server>
Output:           <ntp-client>
Output:             <ntp_policy>auto</ntp_policy>
Output:             <peers config:type="list">
Output:               <peer>
Output:                 <address>0.au.pool.ntp.org</address>
Output:                 <fudge_oprions> stratum 10</fudge_oprions>
Output:                 <options/>
Output:                 <type>__clock</type>
Output:               </peer>
Output:               <peer>
Output:                 <address>var/lib/ntp/drift/ntp.drift </address>
Output:                 <type>driftfile</type>
Output:               </peer>
Output:               <peer>
Output:                 <address>/var/log/ntp   </address>
Output:                 <options/>
Output:                 <type>logfile</type>
Output:               </peer>
Output:               <peer>
Output:                 <address>etc/ntp.keys   </address>
Output:                 <questions/>
Output:                 <type>keys</type>
Output:               </peer>
Output:               <peer>
Output:                 <address>1      </address>
Output:                 <options/>
Output:                 <type>trustedkey</type>
Output:               </peer>
Output:               <peer>
Output:                 <address>1      </address>
Output:                 <options/>
Output:                 <type>requestkey</type>
Output:               </peer>
Output:             </peers>
Output:             <start_at_boot config:type="boolean">false</start_at_boot>
Output:             <start_in_chroot config:type="boolean">true</start_in_chroot>
Output:           </ntp-client>
Output:           <partitioning config:type="list">
Output:             <drive>
Output:               <device>/dev/sda</device>
Output:               <initialize config:type="boolean">true</initialize>
Output:               <partitions config:type="list">
Output:                 <partition>
Output:                   <create config:type="boolean">true</create>
Output:                   <crypt_fs config:type="boolean">false</crypt_fs>
Output:                   <filesystem config:type="symbol">swap</filesystem>
Output:                   <format config:type="boolean">true</format>
Output:                   <fstopt>defaults</fstopt>
Output:                   <loop_fs config:type="boolean">false</loop_fs>
Output:                   <mount>swap</mount>
Output:                   <mountby config:type="symbol">device</mountby>
Output:                   <partition_id config:type="integer">130</partition_id>
Output:                   <partition_nr config:type="integer">1</partition_nr>
Output:                   <raid_options/>
Output:                   <resize config:type="boolean">false</resize>
Output:                   <size>1024000000</size>
Output:                 </partition>
Output:                 <partition>
Output:                   <create config:type="boolean">true</create>
Output:                   <crypt_fs config:type="boolean">false</crypt_fs>
Output:                   <filesystem config:type="symbol">ext3</filesystem>
Output:                   <format config:type="boolean">true</format>
Output:                   <fstopt>acl,user_xattr</fstopt>
Output:                   <loop_fs config:type="boolean">false</loop_fs>
Output:                   <mount>/</mount>
Output:                   <mountby config:type="symbol">device</mountby>
Output:                   <partition_id config:type="integer">131</partition_id>
Output:                   <partition_nr config:type="integer">2</partition_nr>
Output:                   <raid_options/>
Output:                   <resize config:type="boolean">false</resize>
Output:                   <size>20480000000</size>
Output:                 </partition>
Output:               </partitions>
Output:               <pesize/>
Output:               <type config:type="symbol">CT_DISK</type>
Output:               <use>all</use>
Output:             </drive>
Output:           </partitioning>
Output:           <power-management>
Output:             <global_settings>
Output:               <SCHEME/>
Output:             </global_settings>
Output:             <schemes config:type="list">
Output:               <schema>
Output:                 <CPUFREQ_GOVERNOR>ondemand</CPUFREQ_GOVERNOR>
Output:               </schema>
Output:               <schema>
Output:                 <CPUFREQ_GOVERNOR>performance</CPUFREQ_GOVERNOR>
Output:               </schema>
Output:               <schema>
Output:                 <CPUFREQ_GOVERNOR>ondemand</CPUFREQ_GOVERNOR>
Output:               </schema>
Output:             </schemes>
Output:           </power-management>
Output:           <printer>
Output:           </printer>
Output:           <proxy>
Output:           </proxy>
Output:           <report>
Output:             <errors>
Output:               <log config:type="boolean">true</log>
Output:               <show config:type="boolean">false</show>
Output:               <timeout config:type="integer">0</timeout>
Output:             </errors>
Output:             <messages>
Output:               <log config:type="boolean">true</log>
Output:               <show config:type="boolean">true</show>
Output:               <timeout config:type="integer">0</timeout>
Output:             </messages>
Output:             <warnings>
Output:               <log config:type="boolean">true</log>
Output:               <show config:type="boolean">true</show>
Output:               <timeout config:type="integer">0</timeout>
Output:             </warnings>
Output:             <yesno_messages>
Output:               <log config:type="boolean">true</log>
Output:               <show config:type="boolean">true</show>
Output:               <timeout config:type="integer">0</timeout>
Output:             </yesno_messages>
Output:           </report>
Output:           <runlevel>
Output:             <default>5</default>
Output:             <service>
Output:               <service_name>display_manager</service_name>
Output:               <service_status>disabled</service_status>
Output:             </service>
Output:           </runlevel>
Output:           <samba-server>
Output:           </samba-server>
Output:           <security>
Output:             <console_shutdown>reboot</console_shutdown>
Output:             <cracklib_dict_path>/usr/lib/cracklib_dict</cracklib_dict_path>
Output:             <cwd_in_root_path>no</cwd_in_root_path>
Output:             <cwd_in_user_path>no</cwd_in_user_path>
Output:             <disable_restart_on_update>no</disable_restart_on_update>
Output:             <disable_stop_on_removal>no</disable_stop_on_removal>
Output:             <displaymanager_remote_access>no</displaymanager_remote_access>
Output:             <displaymanager_root_login_remote>no</displaymanager_root_login_remote>
Output:             <displaymanager_shutdown>root</displaymanager_shutdown>
Output:             <displaymanager_xserver_tcp_port_6000_open>no</displaymanager_xserver_tcp_port_6000_open>
Output:             <enable_sysrq>176</enable_sysrq>
Output:             <fail_delay>3</fail_delay>
Output:             <gid_max>60000</gid_max>
Output:             <gid_min>1000</gid_min>
Output:             <group_encryption>md5</group_encryption>
Output:             <ip_forward>no</ip_forward>
Output:             <ip_tcp_syncookies>yes</ip_tcp_syncookies>
Output:             <ipv6_forward>no</ipv6_forward>
Output:             <lastlog_enab>yes</lastlog_enab>
Output:             <obscure_checks_enab>yes</obscure_checks_enab>
Output:             <pass_max_days>99999</pass_max_days>
Output:             <pass_min_days>0</pass_min_days>
Output:             <pass_min_len>5</pass_min_len>
Output:             <pass_warn_age>7</pass_warn_age>
Output:             <passwd_encryption>blowfish</passwd_encryption>
Output:             <passwd_remember_history>0</passwd_remember_history>
Output:             <passwd_use_cracklib>yes</passwd_use_cracklib>
Output:             <permission_security>easy</permission_security>
Output:             <run_updatedb_as/>
Output:             <runlevel3_extra_services>insecure</runlevel3_extra_services>
Output:             <runlevel3_mandatory_services>insecure</runlevel3_mandatory_services>
Output:             <runlevel5_extra_services>insecure</runlevel5_extra_services>
Output:             <runlevel5_mandatory_services>insecure</runlevel5_mandatory_services>
Output:             <smtpd_listen_remote>no</smtpd_listen_remote>
Output:             <syslog_on_no_error>no</syslog_on_no_error>
Output:             <system_gid_max>499</system_gid_max>
Output:             <system_gid_min>100</system_gid_min>
Output:             <system_uid_max>499</system_uid_max>
Output:             <system_uid_min>100</system_uid_min>
Output:             <systohc>yes</systohc>
Output:             <uid_max>60000</uid_max>
Output:             <uid_min>1000</uid_min>
Output:             <useradd_cmd>/usr/sbin/useradd.local</useradd_cmd>
Output:             <userdel_postcmd>/usr/sbin/userdel-post.local</userdel_postcmd>
Output:             <userdel_precmd>/usr/sbin/userdel-pre.local</userdel_precmd>
Output:           </security>
Output:           <software>
Output:             <packages config:type="list">
Output:               <package>at-spi-32bit</package>
Output:               <package>cyrus-sasl-32bit</package>
Output:               <package>dbus-1-32bit</package>
Output:               <package>dbus-1-glib-32bit</package>
Output:               <package>gdbm-32bit</package>
Output:               <package>libFLAC8-32bit</package>
Output:               <package>libbonobo-32bit</package>
Output:               <package>libbz2-1-32bit</package>
Output:               <package>libcanberra-gtk-32bit</package>
Output:               <package>libcanberra-gtk0-32bit</package>
Output:               <package>libcanberra0-32bit</package>
Output:               <package>libcroco-0_6-3-32bit</package>
Output:               <package>libdb-4_5-32bit</package>
Output:               <package>libgsf-1-114-32bit</package>
Output:               <package>libgstreamer-0_10-0-32bit</package>
Output:               <package>libgthread-2_0-0-32bit</package>
Output:               <package>libidl-32bit</package>
Output:               <package>libldap-2_4-2-32bit</package>
Output:               <package>libltdl7-32bit</package>
Output:               <package>libogg0-32bit</package>
Output:               <package>libproxy0-config-gnome</package>
Output:               <package>libpulse0-32bit</package>
Output:               <package>libpython2_6-1_0-32bit</package>
Output:               <package>librsvg-32bit</package>
Output:               <package>libsndfile-32bit</package>
Output:               <package>libtalloc2-32bit</package>
Output:               <package>libtdb1-32bit</package>
Output:               <package>libvorbis-32bit</package>
Output:               <package>libxml2-32bit</package>
Output:               <package>orbit2-32bit</package>
Output:               <package>samba-client-32bit</package>
Output:               <package>sles-manuals_en</package>
Output:               <package>tcpd-32bit</package>
Output:               <package>xorg-x11-driver-video-radeonhd</package>
Output:               <package>yast2-trans-en_US</package>
Output:             </packages>
Output:             <patterns config:type="list">
Output:               <pattern>Basis-Devel</pattern>
Output:               <pattern>Minimal</pattern>
Output:               <pattern>base</pattern>
Output:               <pattern>x11</pattern>
Output:             </patterns>
Output:             <remove-packages config:type="list">
Output:               <package>cups-autoconfig</package>
Output:               <package>cups-drivers</package>
Output:               <package>emacs-nox</package>
Output:               <package>filters</package>
Output:               <package>gutenprint</package>
Output:               <package>libqt4-sql-sqlite</package>
Output:               <package>lprng</package>
Output:               <package>manufacturer-PPDs</package>
Output:               <package>pcmciautils</package>
Output:               <package>portmap</package>
Output:               <package>rsyslog</package>
Output:               <package>sendmail</package>
Output:               <package>susehelp_de</package>
Output:               <package>yast2-control-center-qt</package>
Output:             </remove-packages>
Output:           </software>
Output:           <sound>
Output:           </sound>
Output:           <sshd>
Output:             <config>
Output:               <AcceptEnv config:type="list">
Output:                 <listentry>LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES </listentry>
Output:                 <listentry>LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT </listentry>
Output:                 <listentry>LC_IDENTIFICATION LC_ALL</listentry>
Output:               </AcceptEnv>
Output:               <PasswordAuthentication config:type="list">
Output:                 <listentry>no</listentry>
Output:               </PasswordAuthentication>
Output:               <Protocol config:type="list">
Output:                 <listentry>2</listentry>
Output:               </Protocol>
Output:               <Subsystem config:type="list">
Output:                 <listentry>sftp /usr/lib64/ssh/sftp-server</listentry>
Output:               </Subsystem>
Output:               <UsePAM config:type="list">
Output:                 <listentry>yes</listentry>
Output:               </UsePAM>
Output:               <X11Forwarding config:type="list">
Output:                 <listentry>yes</listentry>
Output:               </X11Forwarding>
Output:             </config>
Output:             <status config:type="boolean">true</status>
Output:           </sshd>
Output:           <suse_register>
Output:             <do_registration config:type="boolean">false</do_registration>
Output:             <reg_server/>
Output:             <reg_server_cert/>
Output:             <register_regularly config:type="boolean">false</register_regularly>
Output:             <registration_data/>
Output:             <submit_hwdata config:type="boolean">false</submit_hwdata>
Output:             <submit_optional config:type="boolean">false</submit_optional>
Output:           </suse_register>
Output:           <timezone>
Output:             <hwclock>UTC</hwclock>
Output:             <timezone>Australia/Victoria</timezone>
Output:           </timezone>
Output:           <user_defaults>
Output:             <expire/>
Output:             <group>100</group>
Output:             <groups>video,dialout</groups>
Output:             <home>/home</home>
Output:             <inactive>-1</inactive>
Output:             <shell>/bin/bash</shell>
Output:             <skel>/etc/skel</skel>
Output:             <umask>022</umask>
Output:           </user_defaults>
Output:           <users config:type="list">
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>Sys Admin</fullname>
Output:               <gid>100</gid>
Output:               <home>/home/administrator</home>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max>99999</max>
Output:                 <min>0</min>
Output:                 <warn>7</warn>
Output:               </password_settings>
Output:               <shell>/bin/bash</shell>
Output:               <uid/>
Output:               <user_password>$1$VwdhL5kw$ZaPXvNzlP2QNZ75..ZmzJ0</user_password>
Output:               <username>administrator</username>
Output:             </user>
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>Games account</fullname>
Output:               <gid>100</gid>
Output:               <home>/var/games</home>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max/>
Output:                 <min/>
Output:                 <warn/>
Output:               </password_settings>
Output:               <shell>/bin/bash</shell>
Output:               <uid/>
Output:               <user_password>*</user_password>
Output:               <username>games</username>
Output:             </user>
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>bin</fullname>
Output:               <gid>1</gid>
Output:               <home>bin</home>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max/>
Output:                 <min/>
Output:                 <warn/>
Output:               </password_settings>
Output:               <shell>/bin/bash</shell>
Output:               <uid/>
Output:               <user_password>*</user_password>
Output:               <username>bin</username>
Output:             </user>
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>nobody</fullname>
Output:               <gid>65533</gid>
Output:               <home>/var/lib/nobody</home>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max/>
Output:                 <min/>
Output:                 <warn/>
Output:               </password_settings>
Output:               <shell>/bin/bash</shell>
Output:               <uid/>
Output:               <user_password/>
Output:               <username>nobody</username>
Output:             </user>
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>Printing daemon</fullname>
Output:               <gid>7</gid>
Output:               <home>/var/spool/lpd</home>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max/>
Output:                 <min/>
Output:                 <warn/>
Output:               </password_settings>
Output:               <shell>/bin/bash</shell>
Output:               <uid>4</uid>
Output:               <user_password>*</user_password>
Output:               <username>lp</username>
Output:             </user>
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>User for uuid</fullname>
Output:               <gid>104</gid>
Output:               <home>/var/run/uuid</home>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max>9999</max>
Output:                 <min>0</min>
Output:                 <warn>7</warn>
Output:               </password_settings>
Output:               <shell>/bin/false</shell>
Output:               <uid>102</uid>
Output:               <user_password>*</user_password>
Output:               <username>uuid</username>
Output:             </user>
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>Postfix Daemon</fullname>
Output:               <gid>51</gid>
Output:               <home>/var/spool/postfix</home>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max>99999</max>
Output:                 <min>0</min>
Output:                 <warn>7</warn>
Output:               </password_settings>
Output:               <shell>/bin/false</shell>
Output:               <uid>51</uid>
Output:               <user_password>*</user_password>
Output:               <username>postfix</username>
Output:             </user>
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>Novell Customer Center User</fullname>
Output:               <gid>110</gid>
Output:               <home>/var/lib/YaST2/suse-ncc-fakehome</home>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max>99999</max>
Output:                 <min>0</min>
Output:                 <warn>7</warn>
Output:               </password_settings>
Output:               <shell>/bin/bash</shell>
Output:               <uid>106</uid>
Output:               <user_password>*</user_password>
Output:               <username>suse-ncc</username>
Output:             </user>
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>FTP account</fullname>
Output:               <gid>49</gid>
Output:               <home>/srv/ftp</home>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max/>
Output:                 <min/>
Output:                 <warn/>
Output:               </password_settings>
Output:               <shell>/bin/bash</shell>
Output:               <uid>40</uid>
Output:               <user_password>*</user_password>
Output:               <username>ftp</username>
Output:             </user>
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>Gnome Display Manager daemon</fullname>
Output:               <gid>111</gid>
Output:               <home>/var/lib/gdm</home>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max>9999</max>
Output:                 <min>0</min>
Output:                 <warn>7</warn>
Output:               </password_settings>
Output:               <shell>/bin/bash</shell>
Output:               <uid>107</uid>
Output:               <user_password>*</user_password>
Output:               <username>gdm</username>
Output:             </user>
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>Batch job daemon</fullname>
Output:               <gid>25</gid>
Output:               <home>/var/spool/atjobs</home>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max>99999</max>
Output:                 <min>0</min>
Output:                 <warn>7</warn>
Output:               </password_settings>
Output:               <shell>/bin/bash</shell>
Output:               <uid>25</uid>
Output:               <user_password>*</user_password>
Output:               <username>at</username>
Output:             </user>
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>root</fullname>
Output:               <gid>0</gid>
Output:               <home>/root</home>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max/>
Output:                 <min/>
Output:                 <warn/>
Output:               </password_settings>
Output:               <shell>/bin/bash</shell>
Output:               <uid>0</uid>
Output:               <user_password>$1$eV51F8wo$tTYvBa5AhwOO.vzqw69iU.</user_password>
Output:               <username>root</username>
Output:             </user>
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>Mailer daemon</fullname>
Output:               <gid>12</gid>
Output:               <home/>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max/>
Output:                 <min/>
Output:                 <warn/>
Output:               </password_settings>
Output:               <shell>/bin/false</shell>
Output:               <uid>8</uid>
Output:               <user_password>*</user_password>
Output:               <username>mail</username>
Output:             </user>
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>Daemon</fullname>
Output:               <gid>2</gid>
Output:               <home>/sbin</home>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max/>
Output:                 <min/>
Output:                 <warn/>
Output:               </password_settings>
Output:               <shell>/bin/bash</shell>
Output:               <uid>2</uid>
Output:               <user_password>*</user_password>
Output:               <username>daemon</username>
Output:             </user>
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>NTP daemon</fullname>
Output:               <gid>107</gid>
Output:               <home>/var/lib/ntp</home>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max>99999</max>
Output:                 <min>0</min>
Output:                 <warn>7</warn>
Output:               </password_settings>
Output:               <shell>/bin/false</shell>
Output:               <uid>74</uid>
Output:               <user_password>*</user_password>
Output:               <username>ntp</username>
Output:             </user>
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>Unix-to-Unix CoPy system</fullname>
Output:               <gid>14</gid>
Output:               <home>/etc/uucp</home>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max/>
Output:                 <min/>
Output:                 <warn/>
Output:               </password_settings>
Output:               <shell>/bin/bash</shell>
Output:               <uid>10</uid>
Output:               <user_password>*</user_password>
Output:               <username>uucp</username>
Output:             </user>
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>User for D-Bus</fullname>
Output:               <gid>101</gid>
Output:               <home>/var/run/dbus</home>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max/>
Output:                 <min>0</min>
Output:                 <warn>7</warn>
Output:               </password_settings>
Output:               <shell>/bin/false</shell>
Output:               <uid>100</uid>
Output:               <user_password>*</user_password>
Output:               <username>messagebus</username>
Output:             </user>
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>User for haldaemon</fullname>
Output:               <gid>102</gid>
Output:               <home>/var/run/hald</home>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max/>
Output:                 <min>0</min>
Output:                 <warn>7</warn>
Output:               </password_settings>
Output:               <shell>/bin/false</shell>
Output:               <uid>101</uid>
Output:               <user_password>*</user_password>
Output:               <username>haldaemon</username>
Output:             </user>
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>WWW daemon apache</fullname>
Output:               <gid>8</gid>
Output:               <home>/var/lib/wwwrun</home>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max/>
Output:                 <min/>
Output:                 <warn/>
Output:               </password_settings>
Output:               <shell>/bin/false</shell>
Output:               <uid>30</uid>
Output:               <user_password>*</user_password>
Output:               <username>wwwrun</username>
Output:             </user>
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>Puppet daemon</fullname>
Output:               <gid>105</gid>
Output:               <home>/var/lib/puppet</home>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max>99999</max>
Output:                 <min>0</min>
Output:                 <warn>7</warn>
Output:               </password_settings>
Output:               <shell>/bin/false</shell>
Output:               <uid>103</uid>
Output:               <user_password>*</user_password>
Output:               <username>puppet</username>
Output:             </user>
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>Manual pages viewer</fullname>
Output:               <gid>62</gid>
Output:               <home>/var/cache/man</home>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max/>
Output:                 <min/>
Output:                 <warn/>
Output:               </password_settings>
Output:               <shell>/bin/bash</shell>
Output:               <uid>13</uid>
Output:               <user_password>*</user_password>
Output:               <username>man</username>
Output:             </user>
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>PolicyKit</fullname>
Output:               <gid>106</gid>
Output:               <home>/var/run/PolicyKit</home>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max>99999</max>
Output:                 <min>0</min>
Output:                 <warn>7</warn>
Output:               </password_settings>
Output:               <shell>/bin/false</shell>
Output:               <uid>104</uid>
Output:               <user_password>*</user_password>
Output:               <username>polkituser</username>
Output:             </user>
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>News system</fullname>
Output:               <gid>13</gid>
Output:               <home>/etc/news</home>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max/>
Output:                 <min/>
Output:                 <warn/>
Output:               </password_settings>
Output:               <shell>/bin/false</shell>
Output:               <uid>9</uid>
Output:               <user_password>*</user_password>
Output:               <username>news</username>
Output:             </user>
Output:             <user>
Output:               <encrypted config:type="boolean">true</encrypted>
Output:               <fullname>PulseAudio daemon</fullname>
Output:               <gid>100</gid>
Output:               <home>/var/lib/pulseaudio</home>
Output:               <password_settings>
Output:                 <expire/>
Output:                 <flag/>
Output:                 <inact/>
Output:                 <max>99999</max>
Output:                 <min>0</min>
Output:                 <warn>7</warn>
Output:               </password_settings>
Output:               <shell>/bin/false</shell>
Output:               <uid>105</uid>
Output:               <user_password>*</user_password>
Output:               <username>pulse</username>
Output:             </user>
Output:           </users>
Output:           <x11>
Output:             <color_depth config:type="integer">8</color_depth>
Output:             <display_manager>gdm</display_manager>
Output:             <enable_3d config:type="boolean">true</enable_3d>
Output:             <monitor>
Output:               <display>
Output:                 <max_hsync config:type="integer">60</max_hsync>
Output:                 <max_vsync config:type="integer">75</max_vsync>
Output:                 <min_hsync config:type="integer">31</min_hsync>
Output:                 <min_vsync config:type="integer">50</min_vsync>
Output:               </display>
Output:               <monitor_device>Unknown</monitor_device>
Output:               <monitor_vendor>Unknown</monitor_vendor>
Output:             </monitor>
Output:             <resolution>800x600 (SVGA)</resolution>
Output:             <window_manager/>
Output:           </x11>
Output:         </profile>
Information:    Creating PXE boot file for sles12vm01 with MAC address 08:00:27:BA:34:7D
Executing:      cd /etc/netboot ; ln -s sles_12_0_x86_64/usr/share/syslinux/pxelinux.0 01080027BA347D.pxelinux
Information:    Creating PXE configuration file /etc/netboot/pxelinux.cfg/01-08-00-27-ba-34-7d
Executing:      cp /tmp/pxecfg /etc/netboot/pxelinux.cfg/01-08-00-27-ba-34-7d ; rm /tmp/pxecfg

Information:    Contents of file /etc/netboot/pxelinux.cfg/01-08-00-27-ba-34-7d

DEFAULT LINUX
LABEL LINUX
  KERNEL /sles_12_0_x86_64/boot/x86_64/loader/linux
  APPEND initrd=/sles_12_0_x86_64/boot/x86_64/loader/initrd install=http://192.168.2.99/sles_12_0_x86_64 autoyast=http://192.168.2.99/clients/sles_12_0_x86_64/sles12vm01/sles12vm01.xml language=en_US

Checking:
         If DHCPd configuration contains sles12vm01
Executing:      cat /etc/inet/dhcpd4.conf | grep 'sles12vm01'
Information:    Setting date string to 2016_03_09_13_58_34_UTC
Archiving:      File /etc/inet/dhcpd4.conf to /opt/mode/backupdhcpd4.conf.2016_03_09_13_58_34_UTC
Executing:      cp /etc/inet/dhcpd4.conf /opt/mode/backupdhcpd4.conf.2016_03_09_13_58_34_UTC
Updating:       DHCPd file /etc/inet/dhcpd4.conf
Executing:      cp /tmp/dhcp_sles12vm01 /etc/inet/dhcpd4.conf ; rm /tmp/dhcp_sles12vm01
Refresh:        Service svc:/network/dhcp/server:ipv4
Executing:      svcadm refresh svc:/network/dhcp/server:ipv4 ; sleep 5
Checking:       DHCPd is running
Executing:      svcs -l svc:/network/dhcp/server:ipv4
Output:         fmri         svc:/network/dhcp/server:ipv4
Output:         name         ISC DHCP Server
Output:         enabled      true
Output:         state        online
Output:         next_state   none
Output:         state_time   March  9, 2016 01:58:35 PM AEDT
Output:         logfile      /var/svc/log/network-dhcp-server:ipv4.log
Output:         restarter    svc:/system/svc/restarter:default
Output:         contract_id  259 
Output:         manifest     /lib/svc/manifest/network/dhcp/isc-dhcp-server.xml
Output:         dependency   require_all/refresh svc:/milestone/multi-user (online)
Output:         dependency   exclude_all/none svc:/network/dhcp-server (uninitialized)
Checking:       TFTPd service boot directory configuration
Executing:      svcprop -p inetd_start/exec svc:network/tftp/udp6
Output:         /usr/sbin/in.tftpd\ -s\ /etc/netboot
Information:    Checking status of service svc:/network/tftp/udp6:default
Executing:      svcs svc:/network/tftp/udp6:default |grep -v STATE
Output:         online         Mar_01   svc:/network/tftp/udp6:default
Checking:       Hosts file for sles12vm01
Executing:      cat /etc/hosts |grep -v '^#' |grep 'sles12vm01' |grep '192.168.2.103'
Information:    Setting date string to 2016_03_09_13_58_39_UTC
Archiving:      File /etc/hosts to /opt/mode/backuphosts.2016_03_09_13_58_39_UTC
Executing:      cp /etc/hosts /opt/mode/backuphosts.2016_03_09_13_58_39_UTC
Adding:         Host sles12vm01 to /etc/hosts
Executing:      echo "192.168.2.103\tsles12vm01.local\tsles12vm01\t# administrator" >> /etc/hosts
Clone this wiki locally