ESUP-Days 7, Paris, 3 février 2009 Evolution CAS Julien Marchal
Nouveautés Monitoring avancé Redondance ESUP-Days 7, Paris, 3 février 2009
Monitoring avancé Esup fournit un exemple build.properties Commande svnant.update.url=http://subversion.cru.fr/cas-toolbox/tags/3.3.1-1/update.stats/ svnant.update.path=${basedir}/update.stats update.path=${basedir}/update,${basedir}/update.esup ant _get.remoteUpdate ant init deploy ESUP-Days 7, Paris, 3 février 2009
Monitoring avancé Le serveur CAS exporte les informations https://auth.univ.fr/stats.jsp GRANT_PROXY_TICKET : XXXX AUTHENTICATION : XXXX CREATE_TICKET_GRANTING_TICKET : XXXX GRANT_SERVICE_TICKET : XXXX DESTROY_TICKET_GRANTING_TICKET : XXXX SERVICE_TICKET_VALIDATE : XXXX ESUP-Days 7, Paris, 3 février 2009
Monitoring avancé Utilisation dans un outil tiers cacti par exemple ESUP-Days 7, Paris, 3 février 2009
Redondance Memcache pour stocker les tickets Frontal Serveur AUTH1 JK Serveur AUTH1 Serveur AUTH2 CAS CAS memcached TCP TCP memcached Repcached / TCP ESUP-Days 7, Paris, 3 février 2009
Redondance Esup fournit un exemple build.properties Custom/webpages/WEB-INF/cas.properties svnant.update.url=http://subversion.cru.fr/cas-toolbox/tags/3.3.1-1/update.memcache/ svnant.update.path=${basedir}/update.memcache update.path=${basedir}/update,${basedir}/update.memcache memcache.server=127.0.0.1 memcache.port=11211 memcache.TGT.timeout=14400 memcache.ST.timeout=90 ESUP-Days 7, Paris, 3 février 2009
Redondance Exemple Commande Installation repcached (memcached avec réplication) ant _get.remoteUpdate ant init deploy $ wget http://downloads.sourceforge.net/repcached/memcached-1.2.6-repcached-2.1.tar.gz $ tar zxf memcached-1.2.6-repcached-2.1.tar.gz $ cd memcached-1.2.6-repcached-2.1 $ ./configure --enable-replication $ make $ make install $ memcached -d -p 11211 –m64 –c 1024 ESUP-Days 7, Paris, 3 février 2009