[Global] logfile: 48030.log recover: 9 kvm_user: phahn kvm_server: lattjo kvm_architecture: amd64 kvm_ucsversion: 4.3-2 kvm_template: generic kvm_interface: eth0 kvm_keypair: tech kvm_keypair_file: ~/.ssh/tech.pem [master] profile: hostname="master" domainname="bug48030.dev" windows/domain="BUG48030" ldap/base="dc=bug48030,dc=dev" root_password="univention" locale/default="de_DE.UTF-8:UTF-8" ssl/email="ssl@bug48030.dev" timezone="Europe/Berlin" server/role="domaincontroller_master" interfaces/eth0/type="static" interfaces/eth0/address="10.200.17.80" interfaces/eth0/broadcast="10.200.17.255" interfaces/eth0/netmask="24" interfaces/eth0/network="10.200.17.0" gateway="10.200.17.1" nameserver1="192.168.0.3" command1: . utils.sh && basic_setup . utils.sh && run_setup_join install -m0640 -o listener -g root /dev/null /etc/univention.secret printf 'univention' >/etc/univention.secret . utils.sh && do_reboot . utils.sh && wait_for_reboot command2: command3: command4: udm users/user create --position "cn=users,dc=bug48030,dc=dev" --set lastname='Hahn' --set firstname='Philipp' --set username='phahn' --set password='univention' . utils.sh && wait_for_replication command5: command6: command7: command8: udm users/user modify --dn "uid=phahn,cn=users,dc=bug48030,dc=dev" --set description="$(date +%s)" . utils.sh && wait_for_replication || : command9: univention-ldapsearch -LLLo ldif-wrap=no uid=phahn description || : tail /var/log/univention/listener.log command10: LOCAL echo ssh -n -o BatchMode=yes lattjo.knut.univention.de ucs-kt-remove --terminate phahn_master phahn_backup1 phahn_backup2 phahn_slave files: ~/REPOS/ucs-ec2-tools/utils/utils.sh /root/ [backup1] profile: hostname="backup1" domainname="bug48030.dev" root_password="univention" locale/default="de_DE.UTF-8:UTF-8" timezone="Europe/Berlin" server/role="domaincontroller_backup" interfaces/eth0/type="static" interfaces/eth0/address="10.200.17.81" interfaces/eth0/broadcast="10.200.17.255" interfaces/eth0/netmask="24" interfaces/eth0/network="10.200.17.0" gateway="10.200.17.1" nameserver1="192.168.0.3" command1: . utils.sh && basic_setup . utils.sh && run_setup_join install -m0640 -o listener -g root /dev/null /etc/univention.secret printf 'univention' >/etc/univention.secret command2: ucr set nameserver1='10.200.17.80' univention-join -dcaccount Administrator -dcpwd /etc/univention.secret . utils.sh && do_reboot command3: . utils.sh && wait_for_reboot command4: command5: command6: command7: iptables -I INPUT -s 10.200.17.83 -p tcp --dport 7389 -j REJECT command8: command9: tail /var/log/univention/listener.log univention-ldapsearch -LLLo ldif-wrap=no uid=phahn description || : command10: files: ~/REPOS/ucs-ec2-tools/utils/utils.sh /root/ [backup2] profile: hostname="backup2" domainname="bug48030.dev" root_password="univention" locale/default="de_DE.UTF-8:UTF-8" timezone="Europe/Berlin" server/role="domaincontroller_backup" interfaces/eth0/type="static" interfaces/eth0/address="10.200.17.82" interfaces/eth0/broadcast="10.200.17.255" interfaces/eth0/netmask="24" interfaces/eth0/network="10.200.17.0" gateway="10.200.17.1" nameserver1="192.168.0.3" command1: . utils.sh && basic_setup . utils.sh && run_setup_join install -m0640 -o listener -g root /dev/null /etc/univention.secret printf 'univention' >/etc/univention.secret command2: ucr set nameserver1='10.200.17.80' univention-join -dcaccount Administrator -dcpwd /etc/univention.secret . utils.sh && do_reboot command3: . utils.sh && wait_for_reboot systemctl stop univention-directory-listener.service command4: command5: command6: command7: command8: command9: tail /var/log/univention/listener.log univention-ldapsearch -LLLo ldif-wrap=no uid=phahn description || : command10: files: ~/REPOS/ucs-ec2-tools/utils/utils.sh /root/ [slave] profile: hostname="slave" domainname="bug48030.dev" root_password="univention" locale/default="de_DE.UTF-8:UTF-8" timezone="Europe/Berlin" server/role="domaincontroller_slave" interfaces/eth0/type="static" interfaces/eth0/address="10.200.17.83" interfaces/eth0/broadcast="10.200.17.255" interfaces/eth0/netmask="24" interfaces/eth0/network="10.200.17.0" gateway="10.200.17.1" nameserver1="192.168.0.3" command1: . utils.sh && basic_setup . utils.sh && run_setup_join install -m0640 -o listener -g root /dev/null /etc/univention.secret printf 'univention' >/etc/univention.secret command2: ucr set nameserver1='10.200.17.80' univention-join -dcaccount Administrator -dcpwd /etc/univention.secret . utils.sh && do_reboot command3: . utils.sh && wait_for_reboot command4: command5: command6: . utils.sh&&while ! lsof -n -d 4-9 -p `cat /etc/runit/univention-directory-listener/supervise/pid`|grep -F 10.200.17.81;do wait_for_replication||:;sv restart univention-directory-listener;done sleep 17 command7: command8: command9: tail /var/log/univention/listener.log univention-ldapsearch -LLLo ldif-wrap=no uid=phahn description || : command10: files: ~/REPOS/ucs-ec2-tools/utils/utils.sh /root/