JiscMail Logo
Email discussion lists for the UK Education and Research communities

Help for GRIDPP-STORAGE Archives


GRIDPP-STORAGE Archives

GRIDPP-STORAGE Archives


GRIDPP-STORAGE@JISCMAIL.AC.UK


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

GRIDPP-STORAGE Home

GRIDPP-STORAGE Home

GRIDPP-STORAGE  June 2016

GRIDPP-STORAGE June 2016

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Re: httpd on dpm pool nodes

From:

Kashif Mohammad <[log in to unmask]>

Reply-To:

Kashif Mohammad <[log in to unmask]>

Date:

Wed, 22 Jun 2016 14:38:02 +0000

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (403 lines)

No, I was using old dpm-drain. At the end of drain, it was left with many failed replication where file was replicated but not deleted.

Kashif
________________________________________
From: Sam Skipsey [[log in to unmask]]
Sent: Wednesday, June 22, 2016 3:22 PM
To: Kashif Mohammad; [log in to unmask]
Subject: Re: httpd on dpm pool nodes

Ahh, were you using the new dpm-drain (via the dmlite-shell) or the old dpm-drain? Dmlite-shell stuff does, indeed, work over http - and did have some significant bugs concerning timeouts (which I guess might be related to stale semaphores?) in the dpm-drain...

Sam

On Wed, Jun 22, 2016 at 3:06 PM Kashif Mohammad <[log in to unmask]<mailto:[log in to unmask]>> wrote:
Hi Everyone

Thanks for providing settings for comparison. I found that all those semaphores owned by dpmmgr were more than a month old and associated pids  were already dead. I have removed all those semaphores array and httpd is running happily. I am still not sure the reason for that . I was running dpm-drain and it was crashing quite often so that may be the reason.  I will keep an eye on httpd on dpm pool nodes to see if problem comes back again.

Cheers

Kashif
________________________________________
From: GRIDPP2: Deployment and support of SRM and local storage management [[log in to unmask]<mailto:[log in to unmask]>] on behalf of Sam Skipsey [[log in to unmask]<mailto:[log in to unmask]>]
Sent: Wednesday, June 22, 2016 12:08 PM
To: [log in to unmask]<mailto:[log in to unmask]>
Subject: Re: httpd on dpm pool nodes

A bit late, but for us:

ipcs -s | wc -l
gives values between 4 and 9 (and our disk servers are of various ages, and include brand new installs with dpm-puppet).

We do see some use of httpd, but I think mostly automated tests as John noted.

And our limits are basically precisely the same as Oxford's.

Sam

On Mon, Jun 20, 2016 at 4:42 PM John Bland <[log in to unmask]<mailto:[log in to unmask]><mailto:[log in to unmask]<mailto:[log in to unmask]>>> wrote:
Could be load related, we appear to have had next to no webdav transfers
recently outside of automated tests. Our settings are identical to yours.

John

On 20/06/16 16:34, Kashif Mohammad wrote:
> Hi John
>
> ipcs -s | grep dpmmgr | wc -l
> 99
>
>   ipcs -s | grep root | wc -l
> 32
>
>
> Kashif
>>>>> -----Original Message-----
>>>>> From: John Bland [mailto:[log in to unmask]<mailto:[log in to unmask]><mailto:[log in to unmask]<mailto:[log in to unmask]>>]
>>>>> Sent: 20 June 2016 16:31
>>>>> To: Kashif Mohammad
>>>>> Cc: [log in to unmask]<mailto:[log in to unmask]><mailto:[log in to unmask]<mailto:[log in to unmask]>>
>>>>> Subject: Re: httpd on dpm pool nodes
>>>>>
>>>>>
>>>>>
>>>>> Hi,
>>>>>
>>>>> Checked all our pool nodes, 4-6 semaphores being used (between root
>>>>> and dpmmgr).
>>>>>
>>>>> This is on SL6, YAIM and fresh Puppet configs.
>>>>>
>>>>> When you run ipcs -s which user is holding all the semaphores?
>>>>>
>>>>> John
>>>>>
>>>>> On 20/06/16 16:20, Kashif Mohammad wrote:
>>>>>> Hi Everyone
>>>>>>
>>>>>> I have been diagnosing httpd issue on pool node.  The main problem was
>>>>> that httpd kept crashing immediately after the start.  I kind of found the
>>>>> reason but surprised that why no other site has been hit by it.    Running
>>>>> strace with -f option gave some clue
>>>>>>
>>>>>> semget(IPC_PRIVATE, 1, IPC_CREAT|0600)  = -1 ENOSPC (No space left
>>>>> on
>>>>>> device) write(2, "Configuration Failed\n", 21)  = 21
>>>>>>
>>>>>> further googling pointed out to this page
>>>>>>
>>>>>> http://www.liquidweb.com/kb/apache-error-semget-no-space-left-on-
>>>>> devic
>>>>>> e/
>>>>>>
>>>>>> Apparently server has run out of semaphores.  I removed all semaphores
>>>>> on a server which was offline and restarted httpd and it worked!
>>>>>>
>>>>>> The recommended permanent solution is to increase semaphore limit
>>>>> and
>>>>>> extend apache uptime, which I haven’t tested. I am not sure about the
>>>>>> recommended limit in this case
>>>>>>
>>>>>> It seems that either my pool nodes have some issue which is preventing
>>>>>> release of semaphores or everyone else have already this setting.  I
>>>>>> can see my kernel setting like
>>>>>>
>>>>>> ipcs -l
>>>>>>
>>>>>> ------ Shared Memory Limits --------
>>>>>> max number of segments = 4096
>>>>>> max seg size (kbytes) = 67108864
>>>>>> max total shared memory (kbytes) = 17179869184 min seg size (bytes) =
>>>>>> 1
>>>>>>
>>>>>> ------ Semaphore Limits --------
>>>>>> max number of arrays = 128
>>>>>> max semaphores per array = 250
>>>>>> max semaphores system wide = 32000
>>>>>> max ops per semop call = 32
>>>>>> semaphore max value = 32767
>>>>>>
>>>>>> ------ Messages: Limits --------
>>>>>> max queues system wide = 32768
>>>>>> max size of message (bytes) = 65536
>>>>>> default max size of queue (bytes) = 65536
>>>>>>
>>>>>>
>>>>>> Can someone check number of semaphore on one of their  pool node? I
>>>>>> checked on one of my online pool node
>>>>>>
>>>>>> ipcs -s | wc -l
>>>>>> 131
>>>>>>
>>>>>> I am trying to figure out that why it is only us who has this problem.
>>>>>>
>>>>>> Thanks
>>>>>>
>>>>>> Kashif
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>>>>> -----Original Message-----
>>>>>>>>>> From: GRIDPP2: Deployment and support of SRM and local storage
>>>>>>>>>> management [mailto:[log in to unmask]<mailto:[log in to unmask]><mailto:[log in to unmask]<mailto:[log in to unmask]>>] On
>>>>> Behalf Of
>>>>>>>>>> John Hill
>>>>>>>>>> Sent: 10 June 2016 17:14
>>>>>>>>>> To: [log in to unmask]<mailto:[log in to unmask]><mailto:[log in to unmask]<mailto:[log in to unmask]>>
>>>>>>>>>> Subject: Re: httpd on dpm pool nodes
>>>>>>>>>>
>>>>>>>>>> Hi Kashif,
>>>>>>>>>>      I don't know how important it is, but according to the
>>>>>>>>>> documentation, you should have lcgdm-dmlite >= 0.4.1 for dpm
>>>>>>>>>> 1.8.10. The latest version of that puppet module is 0.4.2 (needed for
>>>>> dpm 1.8.11).
>>>>>>>>>>
>>>>>>>>>> John
>>>>>>>>>>
>>>>>>>>>> On 10/06/2016 17:06, Kashif Mohammad wrote:
>>>>>>>>>>> Hi Sam
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> I changed NSSecureRedirect to Off but it didn’t make any
>>>>> difference.
>>>>>>>>>>> So probably that is not an issue.
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> I am running
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> dpm-1.8.10-1.el6.x86_64
>>>>>>>>>>>
>>>>>>>>>>> dpm-rfio-server-1.8.10-1.el6.x86_64
>>>>>>>>>>>
>>>>>>>>>>> dpm-xrootd-3.6.0-1.el6.x86_64
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> and these puppet modules
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> puppet module list
>>>>>>>>>>>
>>>>>>>>>>> /etc/puppet/modules
>>>>>>>>>>>
>>>>>>>>>>> ├──CERNOps-bdii (v0.1.0)
>>>>>>>>>>>
>>>>>>>>>>> ├──CERNOps-fetchcrl (v1.0.0)
>>>>>>>>>>>
>>>>>>>>>>> ├──erwbgy-limits (v0.3.1)
>>>>>>>>>>>
>>>>>>>>>>> ├──lcgdm-dmlite (v0.4.0)
>>>>>>>>>>>
>>>>>>>>>>> ├──lcgdm-gridftp (v0.2.0)
>>>>>>>>>>>
>>>>>>>>>>> ├──lcgdm-lcgdm (v0.3.0)
>>>>>>>>>>>
>>>>>>>>>>> ├──lcgdm-voms (v0.3.0)
>>>>>>>>>>>
>>>>>>>>>>> ├──lcgdm-xrootd (v0.2.0)
>>>>>>>>>>>
>>>>>>>>>>> ├──nanliu-staging (v1.0.3)
>>>>>>>>>>>
>>>>>>>>>>> ├──puppetlabs-firewall (v1.8.0)
>>>>>>>>>>>
>>>>>>>>>>> ├──puppetlabs-mysql (v3.6.2)
>>>>>>>>>>>
>>>>>>>>>>> ├──puppetlabs-stdlib (v4.11.0)
>>>>>>>>>>>
>>>>>>>>>>> └── saz-memcached (v2.8.1)
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> Cheers
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> Kashif
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> *From:*Sam Skipsey [mailto:[log in to unmask]<mailto:[log in to unmask]><mailto:[log in to unmask]<mailto:[log in to unmask]>>]
>>>>>>>>>>> *Sent:* 10 June 2016 16:46
>>>>>>>>>>> *To:* Kashif Mohammad; [log in to unmask]<mailto:[log in to unmask]><mailto:[log in to unmask]<mailto:[log in to unmask]>>
>>>>>>>>>>> *Subject:* Re: [GRIDPP-STORAGE] httpd on dpm pool nodes
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> Hm,
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> So: you have NSSecureRedirect set On (and I have it Off), but
>>>>>>>>>>> that shouldn't break things in the way you're seeing.
>>>>>>>>>>>
>>>>>>>>>>> I also have
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> SSLCARevocationPath/etc/grid-security/certificates
>>>>>>>>>>>
>>>>>>>>>>> near the bottom of my file (after SSLCACertificatePath )
>>>>>>>>>>>
>>>>>>>>>>> Other than that, I can't see that much difference.
>>>>>>>>>>>
>>>>>>>>>>> What releases are your packages?
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> Sam
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On Fri, Jun 10, 2016 at 4:16 PM Kashif Mohammad
>>>>>>>>>>> <[log in to unmask]<mailto:[log in to unmask]><mailto:[log in to unmask]<mailto:[log in to unmask]>>
>>>>>>>>>>> <mailto:[log in to unmask]<mailto:[log in to unmask]><mailto:[log in to unmask]<mailto:[log in to unmask]>>>> wrote:
>>>>>>>>>>>
>>>>>>>>>>>       Hi Sam
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>       Attaching conf.d directory
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>       Thanks
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>       Kashif
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>       *From:*Sam Skipsey [mailto:[log in to unmask]<mailto:[log in to unmask]><mailto:[log in to unmask]<mailto:[log in to unmask]>>
>>>>>>>>>>>       <mailto:[log in to unmask]<mailto:[log in to unmask]><mailto:[log in to unmask]<mailto:[log in to unmask]>>>]
>>>>>>>>>>>       *Sent:* 10 June 2016 16:05
>>>>>>>>>>>       *To:* Kashif Mohammad; [log in to unmask]<mailto:[log in to unmask]><mailto:[log in to unmask]<mailto:[log in to unmask]>>
>>>>>>>>>>>       <mailto:[log in to unmask]<mailto:[log in to unmask]><mailto:[log in to unmask]<mailto:[log in to unmask]>>>
>>>>>>>>>>>       *Subject:* Re: [GRIDPP-STORAGE] httpd on dpm pool nodes
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>       Hm, so we have puppet-configured http here, and definitely
>>>>> don't see
>>>>>>>>>>>       this. (It looks like mod_gridsite is exceptionally confused when
>>>>>>>>>>>       being configured, but I can't see why...)
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>       Can you send a copy of your http.conf.d directory to me as a tar
>>>>> or
>>>>>>>>>>>       something, for comparison?
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>       Sam
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>       On Fri, Jun 10, 2016 at 3:54 PM Kashif Mohammad
>>>>>>>>>>>       <[log in to unmask]<mailto:[log in to unmask]><mailto:[log in to unmask]<mailto:[log in to unmask]>>
>>>>>>>>>>>       <mailto:[log in to unmask]<mailto:[log in to unmask]><mailto:[log in to unmask]<mailto:[log in to unmask]>>>> wrote:
>>>>>>>>>>>
>>>>>>>>>>>           Hi John
>>>>>>>>>>>
>>>>>>>>>>>           I have an empty ssl.conf file so I think rogue ssl is not a
>>>>>>>>>>>           problem here.
>>>>>>>>>>>
>>>>>>>>>>>           Thanks
>>>>>>>>>>>
>>>>>>>>>>>           Kashif
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>           >>>>-----Original Message-----
>>>>>>>>>>>           >>>>From: GRIDPP2: Deployment and support of SRM and
>>>>>>>>>>> local
>>>>>>>>>> storage
>>>>>>>>>>>           >>>>management [mailto:GRIDPP-<mailto:GRIDPP-><mailto:GRIDPP-<mailto:GRIDPP->>
>>>>> [log in to unmask]<mailto:[log in to unmask]><mailto:[log in to unmask]<mailto:[log in to unmask]>>
>>>>>>>>>>>           <mailto:[log in to unmask]<mailto:[log in to unmask]><mailto:[log in to unmask]<mailto:[log in to unmask]>>>] On Behalf Of
>>>>>>>>>>>           >>>>John Hill
>>>>>>>>>>>           >>>>Sent: 10 June 2016 15:50
>>>>>>>>>>>           >>>>To: [log in to unmask]<mailto:[log in to unmask]><mailto:[log in to unmask]<mailto:[log in to unmask]>>
>>>>>>>>>>>           <mailto:[log in to unmask]<mailto:[log in to unmask]><mailto:[log in to unmask]<mailto:[log in to unmask]>>>
>>>>>>>>>>>           >>>>Subject: Re: httpd on dpm pool nodes
>>>>>>>>>>>           >>>>
>>>>>>>>>>>           >>>>Hi Kashif,
>>>>>>>>>>>           >>>>    I wonder if this is the problem with the rogue ssl.conf
>>>>>>>>>>>           which appears
>>>>>>>>>>>           >>>>after an update of the httpd rpm? Check in
>>>>> /etc/httpd/conf.d
>>>>>>>>>>>           - ssl.conf
>>>>>>>>>>>           >>>>should not be there, or should be an empty file.
>>>>>>>>>>>           >>>>    If it is this problem, my solution is to create an empty
>>>>>>>>>>>           file - this prevents
>>>>>>>>>>>           >>>>the rpm update from creating a new ssl.conf. I believe
>>>>>>>>>>>           others delete the
>>>>>>>>>>>           >>>>file via puppet.
>>>>>>>>>>>           >>>>
>>>>>>>>>>>           >>>>John
>>>>>>>>>>>           >>>>
>>>>>>>>>>>           >>>>On 10/06/2016 15:39, Kashif Mohammad wrote:
>>>>>>>>>>>           >>>>> Hi
>>>>>>>>>>>           >>>>>
>>>>>>>>>>>           >>>>> Httpd on all dpm pool nodes had died mysteriously and
>>>>> I
>>>>>>>>>>>           suspect that it is
>>>>>>>>>>>           >>>>not working for quite long time.  I can start it manually
>>>>>>>>>>>           but it dies
>>>>>>>>>>>           >>>>immediately.
>>>>>>>>>>>           >>>>>
>>>>>>>>>>>           >>>>> /var/log/httpd/error_log has this
>>>>>>>>>>>           >>>>>
>>>>>>>>>>>           >>>>>  Fri Jun 10 15:33:52 2016] [notice] suEXEC mechanism
>>>>>>>>>>>           enabled (wrapper:
>>>>>>>>>>>           >>>>> /usr/sbin/suexec) [Fri Jun 10 15:33:52 2016] [warn] Init:
>>>>>>>>>>>           Session
>>>>>>>>>>>           >>>>> Cache is not configured [hint: SSLSessionCache] [Fri Jun
>>>>>>>>>>>           10 15:33:52
>>>>>>>>>>>           >>>>> 2016] [notice] (os 0x5ce407b0)Unrecognized resolver
>>>>> error:
>>>>>>>>>>>           >>>>mod_gridsite: mod_ssl_with_insecure_reneg = 1 [Fri Jun
>>>>> 10
>>>>>>>>>>>           15:33:52 2016]
>>>>>>>>>>>           >>>>[notice] Digest: generating secret for digest
>>>>> authentication ...
>>>>>>>>>>>           >>>>> [Fri Jun 10 15:33:52 2016] [notice] Digest: done
>>>>>>>>>>>           Configuration Failed
>>>>>>>>>>>           >>>>>
>>>>>>>>>>>           >>>>> Any Idea?  DPM pool nodes are configured through
>>>>> puppet
>>>>>>>>>>>           modules.
>>>>>>>>>>>           >>>>>
>>>>>>>>>>>           >>>>> Thanks
>>>>>>>>>>>           >>>>>
>>>>>>>>>>>           >>>>> Kashif
>>>>>>>>>>>           >>>>>
>>>>>>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> John Bland                       [log in to unmask]<mailto:[log in to unmask]><mailto:[log in to unmask]<mailto:[log in to unmask]>>
>>>>> System Administrator             office: 220
>>>>> High Energy Physics Division     tel (int): 42911
>>>>> Oliver Lodge Laboratory          tel (ext): +44 (0)151 794 2911
>>>>> University of Liverpool          http://www.liv.ac.uk/physics/hep/
>>>>> "I canna change the laws of physics, Captain!"


--
John Bland                       [log in to unmask]<mailto:[log in to unmask]><mailto:[log in to unmask]<mailto:[log in to unmask]>>
System Administrator             office: 220
High Energy Physics Division     tel (int): 42911
Oliver Lodge Laboratory          tel (ext): +44 (0)151 794 2911
University of Liverpool          http://www.liv.ac.uk/physics/hep/
"I canna change the laws of physics, Captain!"

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

April 2024
March 2024
February 2024
January 2024
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
December 2006
November 2006
October 2006
September 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006
December 2005
November 2005
October 2005
September 2005
August 2005
July 2005
June 2005
May 2005
April 2005
March 2005
February 2005
January 2005
December 2004
November 2004
October 2004
September 2004
August 2004
July 2004
June 2004


JiscMail is a Jisc service.

View our service policies at https://www.jiscmail.ac.uk/policyandsecurity/ and Jisc's privacy policy at https://www.jisc.ac.uk/website/privacy-notice

For help and support help@jisc.ac.uk

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager