Univention Bugzilla – Attachment 9734 Details for
Bug 48030
Listener doesn't reconnect to notifier after changing the LDAP server which leads to inconstencies
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ucs-kvm-create.cfg
48030.cfg (text/plain), 4.97 KB, created by
Philipp Hahn
on 2018-11-12 11:12:10 CET
(
hide
)
Description:
ucs-kvm-create.cfg
Filename:
MIME Type:
Creator:
Philipp Hahn
Created:
2018-11-12 11:12:10 CET
Size:
4.97 KB
patch
obsolete
>[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/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 48030
: 9734 |
9735
|
9736