Elasticsearch, systemd et jessie
Posted on mar. 12 avril 2016 in dev&sysadmin • Tagged with elasticsearch, jessie, systemd
https://home.regit.org/2015/04/elasticsearch-systemd-and-debian-jessie/
Posted on mar. 12 avril 2016 in dev&sysadmin • Tagged with elasticsearch, jessie, systemd
https://home.regit.org/2015/04/elasticsearch-systemd-and-debian-jessie/
Posted on lun. 30 novembre 2015 in dev&sysadmin • Tagged with zimbra, linux
Si vous avez ce message d’erreur sur Zimbra voilà la marche à suivre :
/opt/zimbra/libexec/zmproxyconfig -e -w -o -a 8080:80:8443:443 -x both -H `zmhostname`
Si vous avez une erreur à cette commande là, lancer ensuite celle là :
zmprov ms `zmhostname` zimbraReverseProxySSLToUpstreamEnabled FALSE`
Puis relancer ...
Continue readingPosted on mar. 17 novembre 2015 in dev&sysadmin • Tagged with wlc, cisco
config redundancy unit secondary
Cette commande devrait activer 75 APs sur le WLC configuré en secondaire pour le HA.
Continue readingPosted on sam. 11 avril 2015 in dev&sysadmin • Tagged with lvm, linux
Pour détecter le nouveau disque ou la modification de la taille du disque
echo 1 > /sys/class/scsi_device/0\:0\:0\:0/device/rescan
Modifier les partitions en supprimant et recréant la partition (vérifiez pour plus de sécurité les index start)
fdisk /dev/sdaX
Une fois les partitions modifiées, redémarrez ...
Continue readingPosted on lun. 26 janvier 2015 in dev&sysadmin • Tagged with cisco, cucm, iso
mkdir iso
mount -t iso9660 -o loop UCSInstall_UCOS_xxxxxx.iso iso
cp -rv iso iso2
cd iso2
genisoimage -o ../Bootable_UCSInstall_UCOS_xxxxxx.iso -R -no-emul-boot -boot-load-size 32 -boot-info-table -b isolinux/isolinux.bin .
Posted on dim. 30 novembre 2014 in dev&sysadmin • Tagged with munin, isdn
Afin de pouvoir superviser plus facilement les lignes occupées et s’il y a saturation voici un petit script qui trace un graphique avec les lignes isdn occupées par rapport aux lignes isdn disponibles : :::bash #!/bin/bash
. $MUNIN_LIBDIR/plugins/plugin.sh
if [ "$1" = "autoconf" ]; then
echo yes
exit 0
fi ...
Posted on jeu. 03 juillet 2014 in dev&sysadmin • Tagged with asterisk, sip
Lorsque vous paramétrez un Call Manager Cisco (CUCM), il n’est pas possible de configurer un SIP Trunk avec authentification via un SIP Provider, il faut rajouter en général un routeur . Si vous n’en avez pas la moyen, pas de problème un proxy SIP avec Asterisk fera l’affaire ...
Continue readingPosted on dim. 15 septembre 2013 in dev&sysadmin • Tagged with hylafax, avantfax, asterisk
Depuis quelques temps, je recherche à monter un serveur de fax afin que celui-ci fonctionne sur la ToIP Cisco que j’installe régulièrement . Je me suis penché tout d’abord sur t38modem pour monter le trunk SIP ou H323 avec le Call Manager mais ca ne fonctionnait pas bien . Ensuite ...
Continue readingPosted on mar. 28 mai 2013 in dev&sysadmin • Tagged with cisco, sip
Pour configurer un compte SIP (en l’occurence free) avec un UC500 de Cisco ou bien un Call Manager Express, voilà comment procéder :
sip-ua
credentials username numero-freebox password 0 motdepasse realm freephonie.net
keepalive target dns:freephonie.net
authentication username numero-freebox password 0 motdepasse
calling-info pstn-to-sip from number set numero-freebox ...