-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BDII #1
Comments
It is solved: |
#BDII is corrected but GSIFTP interrupted by that package (dmlite-plugins-s3) gfal-ls error: 13 (Permission denied) - globus_ftp_client: the server responded with an error 530 Login incorrect. : Internal server error |
Hello, |
Hello Andrea, Before I make use of your GITLAB as you can see the puppet file is as same as Twiki of Cern. However this puppet file works fine in dpm-13 via puppet 5.5.17 our puppet file (same as twiki of cern) is: class{'dpm::head_disknode': In addition, the dpm-1.14(on centos7) just works for me with YOUR gitlab puppet fromat (head_disknode)! Bests, |
Hi Masood https://gitlab.cern.ch/lcgdm/dmlite/-/merge_requests/26 you should just modify the file /usr/share/dmlite/puppet/modules/dpm/manifests/head_disknode.pp and add 2 missing parenthesis after line 392,
can you give it a try? |
Hi Andrea,
} else { #pools configuration And puppet validation is with no error: [root@se1 ~]# puppet parser validate /usr/share/dmlite/puppet/modules/dpm/manifests/head_disknode.pp |
hello, |
Yes the solution was what you said. |
Hi Admin,
I configured my DPM 1.14.2 with use of your preferred below link:
https://github.com/cern-it-sdc-id/lcgdm-puppet-examples/blob/master/dpm/head/head%2Bdisknode.pp
Everything works fine except BDII:
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install glite-info-provider-service' returned 1: Error: Nothing to do
Error: /Stage[main]/Lcgdm::Bdii::Dpm/Package[glite-info-provider-service]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install glite-info-provider-service' returned 1: Error: Nothing to do
Notice: /Stage[main]/Bdii::Service/Service[bdii]: Dependency Package[glite-info-provider-service] has failures: true
Warning: /Stage[main]/Bdii::Service/Service[bdii]: Skipping because of failed dependencies
#And so:
ldapsearch -LLL -x -h localhost:2170 -b o=glue | perl -p0e 's/\n //g' | wc
ldap_sasl_bind(SIMPLE): Can't contact LDAP server (-1)
0 0 0
Installed packages are as below:
[root@se1 ~]# rpm -qa | grep bdii
bdii-5.2.25-2.el7.noarch
[root@se1 ~]# rpm -qa | grep dmlite
dmlite-plugins-memcache-1.14.2-1.el7.x86_64
dmlite-dome-1.14.2-1.el7.x86_64
dmlite-docs-1.14.2-1.el7.x86_64
dmlite-puppet-dpm-1.14.2-1.el7.noarch
dmlite-dpmhead-1.14.2-1.el7.x86_64
dmlite-dpm-tester-1.14.2-1.el7.x86_64
dmlite-plugins-domeadapter-1.14.2-1.el7.x86_64
dmlite-plugins-profiler-1.14.2-1.el7.x86_64
dmlite-dpm-dsi-1.14.2-1.el7.x86_64
dmlite-libs-1.14.2-1.el7.x86_64
dmlite-shell-1.14.2-1.el7.x86_64
dmlite-dpmdisk-1.14.2-1.el7.x86_64
dmlite-devel-1.14.2-1.el7.x86_64
dmlite-private-devel-1.14.2-1.el7.x86_64
python-dmlite-1.14.2-1.el7.x86_64
dmlite-apache-httpd-1.14.2-1.el7.x86_64
dmlite-plugins-librarian-1.14.2-1.el7.x86_64
dmlite-dpm-xrootd-1.14.2-1.el7.x86_64
dmlite-plugins-mysql-1.14.2-1.el7.x86_64
dmlite-plugins-adapter-1.14.2-1.el7.x86_64
[root@se1 ~]# rpm -qa | grep dpm
dpm-server-mysql-1.13.0-1.el7.x86_64
dpm-perl-1.13.0-1.el7.x86_64
dpm-rfio-server-1.13.0-1.el7.x86_64
python2-dpm-1.13.0-1.el7.x86_64
dmlite-puppet-dpm-1.14.2-1.el7.noarch
dmlite-dpmhead-1.14.2-1.el7.x86_64
dmlite-dpm-tester-1.14.2-1.el7.x86_64
dpm-1.13.0-1.el7.x86_64
dmlite-dpm-dsi-1.14.2-1.el7.x86_64
dpm-devel-1.13.0-1.el7.x86_64
dpm-contrib-admintools-0.2.5-1.el7.x86_64
dpm-libs-1.13.0-1.el7.x86_64
dmlite-dpmdisk-1.14.2-1.el7.x86_64
dmlite-dpm-xrootd-1.14.2-1.el7.x86_64
dpm-copy-server-mysql-1.13.0-1.el7.x86_64
dpm-srm-server-mysql-1.13.0-1.el7.x86_64
dpm-name-server-mysql-1.13.0-1.el7.x86_64
The text was updated successfully, but these errors were encountered: