<?xml version="1.0" encoding="iso-8859-1"?>
<feed version="0.3" xmlns="http://purl.org/atom/ns#" xml:lang="fr-FR">
	<title>***somethingsomewhere.net***</title>
	<link rel="alternate" type="text/html" href="http://www.somethingsomewhere.net/index.php" />
	<modified>2010-07-31T06:19:54Z</modified>
	<author>
		<name>Nicolas Bellemand</name>
	</author>
	<copyright>Copyright 2010, Nicolas Bellemand</copyright>
	<generator url="http://www.sourceforge.net/projects/sphpblog" version="0.4.8">SPHPBLOG</generator>
<br />
<b>Deprecated</b>:  Function split() is deprecated in <b>/customers/somethingsomewhere.net/somethingsomewhere.net/httpd.www/scripts/sb_feed.php</b> on line <b>268</b><br />
	<entry>
		<title>Lister les vms machine actives depuis votre Host </title>
		<link rel="alternate" type="text/html" href="http://www.somethingsomewhere.net/index.php?entry=entry100204-124927" />
		<content type="text/html" mode="escaped"><![CDATA[commande : vmrun<br /><br /><br />GENERAL COMMANDS         PARAMETERS           DESCRIPTION<br />----------------         ----------           -----------<br />list                                          List all running VMs<br /><br />upgradevm                Path to vmx file     Upgrade VM file format, virtual hw<br /><br />installtools             Path to vmx file     Install Tools in Guest<br /><br />register                 Path to vmx file     Register a VM<br /><br />unregister               Path to vmx file     Unregister a VM<br /><br />listRegisteredVM                              List registered VMs<br /><br />clone                    Path to vmx file     Create a copy of the VM<br />                         Path to destination vmx file<br />                         full|linked<br />                         [Snapshot name]<br /><br /><br /><br /><br />Examples:<br /><br /><br />Starting a virtual machine with Workstation on a Windows host<br />   vmrun -T ws start &quot;c:\my VMs\myVM.vmx&quot;<br /><br /><br />Stopping a virtual machine with Server on a linux host<br />   vmrun -T server -h <a href="https://myHost.com/sdk" target="_blank" >https://myHost.com/sdk</a> -u hostUser -p hostPassword stop &quot;[storage1] vm/myVM.vmx&quot;<br /><br /><br />Running a program in a virtual machine with Workstation on a Windows host with Windows guest<br />   vmrun -T ws -gu guestUser -gp guestPassword runProgramInGuest &quot;c:\my VMs\myVM.vmx&quot; &quot;c:\Program Files\myProgram.exe&quot;<br /><br /><br />Running a program in a virtual machine with Server on a linux host with linux guest<br />   vmrun -T server -h <a href="https://myHost.com/sdk" target="_blank" >https://myHost.com/sdk</a> -u hostUser -p hostPassword -gu guestUser -gp guestPassword runProgramInGuest &quot;[storage1] vm/myVM.vmx&quot; /usr/bin/X11/xclock -display :0<br /><br /><br />Creating a snapshot of a virtual machine with Workstation on a Windows host<br />   vmrun -T ws snapshot &quot;c:\my VMs\myVM.vmx&quot; mySnapshot<br /><br /><br />Reverting to a snapshot with Workstation on a Windows host<br />   vmrun -T ws revertToSnapshot &quot;c:\my VMs\myVM.vmx&quot; mySnapshot<br /><br /><br />Deleting a snapshot with Workstation on a Windows host<br />   vmrun -T ws deleteSnapshot &quot;c:\my VMs\myVM.vmx&quot; mySnapshot<br />]]></content>
		<id>http://www.somethingsomewhere.net/index.php?entry=entry100204-124927</id>
		<issued>2010-02-04T00:00:00Z</issued>
		<modified>2010-02-04T00:00:00Z</modified>
	</entry>
<br />
<b>Deprecated</b>:  Function split() is deprecated in <b>/customers/somethingsomewhere.net/somethingsomewhere.net/httpd.www/scripts/sb_feed.php</b> on line <b>268</b><br />
	<entry>
		<title>Erreur invalid network name avec IIS</title>
		<link rel="alternate" type="text/html" href="http://www.somethingsomewhere.net/index.php?entry=entry090825-084309" />
		<content type="text/html" mode="escaped"><![CDATA[La machine ayant IIS a changé d&#039;adresse IP, depuis impossible de demarrer votre Default Site web.<br />une erreur intervient lors de la tentative.<br /><br />popup: &quot;The format of the specified network name is invalid&quot;<br /><br />Verifier les adresses depuis la clef de base de registre:<br />HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP\Pa rameters\ListenOnlyList <br /><br />127.0.0.1<br />192.168.x.x<br /><br />- Modifiez la seconde IP qui doit correspondre l&#039;adresse de la machine.<br />- Lancez une session dos, puis redemarrer IIS:<br />    - net stop http /y<br />    - net start w3svc<br /><br />Une fois IIS de redemarré, re-tentez de demarrer votre site web]]></content>
		<id>http://www.somethingsomewhere.net/index.php?entry=entry090825-084309</id>
		<issued>2009-08-25T00:00:00Z</issued>
		<modified>2009-08-25T00:00:00Z</modified>
	</entry>
<br />
<b>Deprecated</b>:  Function split() is deprecated in <b>/customers/somethingsomewhere.net/somethingsomewhere.net/httpd.www/scripts/sb_feed.php</b> on line <b>268</b><br />
	<entry>
		<title>apt-get source pour Gutsy (ubuntu 7.10)</title>
		<link rel="alternate" type="text/html" href="http://www.somethingsomewhere.net/index.php?entry=entry090730-111618" />
		<content type="text/html" mode="escaped"><![CDATA[Modifiez le le fichier : /etc/apt/source.list<br /><br /><br />deb <a href="http://old-releases.ubuntu.com/ubuntu" target="_blank" >http://old-releases.ubuntu.com/ubuntu</a> gutsy main restricted universe multiverse<br />deb-src <a href="http://old-releases.ubuntu.com/ubuntu" target="_blank" >http://old-releases.ubuntu.com/ubuntu</a> gutsy main restricted universe multiverse<br /><br />deb <a href="http://old-releases.ubuntu.com/ubuntu" target="_blank" >http://old-releases.ubuntu.com/ubuntu</a> gutsy-updates main restricted universe multiverse<br />deb-src <a href="http://old-releases.ubuntu.com/ubuntu" target="_blank" >http://old-releases.ubuntu.com/ubuntu</a> gutsy-updates main restricted universe multiverse<br /><br />deb <a href="http://old-releases.ubuntu.com/ubuntu" target="_blank" >http://old-releases.ubuntu.com/ubuntu</a> gutsy-security main restricted universe multiverse<br />deb-src <a href="http://old-releases.ubuntu.com/ubuntu" target="_blank" >http://old-releases.ubuntu.com/ubuntu</a> gutsy-security main restricted universe multiverse<br />]]></content>
		<id>http://www.somethingsomewhere.net/index.php?entry=entry090730-111618</id>
		<issued>2009-07-30T00:00:00Z</issued>
		<modified>2009-07-30T00:00:00Z</modified>
	</entry>
<br />
<b>Deprecated</b>:  Function split() is deprecated in <b>/customers/somethingsomewhere.net/somethingsomewhere.net/httpd.www/scripts/sb_feed.php</b> on line <b>268</b><br />
	<entry>
		<title>Limiter la vistesse de téléchargement avec wget</title>
		<link rel="alternate" type="text/html" href="http://www.somethingsomewhere.net/index.php?entry=entry090528-154340" />
		<content type="text/html" mode="escaped"><![CDATA[wget --limit-rate=20k <a href="http://downloadexemple.fr/file.tar.gz" target="_blank" >http://downloadexemple.fr/file.tar.gz</a>]]></content>
		<id>http://www.somethingsomewhere.net/index.php?entry=entry090528-154340</id>
		<issued>2009-05-28T00:00:00Z</issued>
		<modified>2009-05-28T00:00:00Z</modified>
	</entry>
<br />
<b>Deprecated</b>:  Function split() is deprecated in <b>/customers/somethingsomewhere.net/somethingsomewhere.net/httpd.www/scripts/sb_feed.php</b> on line <b>268</b><br />
	<entry>
		<title>Quelle ma Linux distribution?</title>
		<link rel="alternate" type="text/html" href="http://www.somethingsomewhere.net/index.php?entry=entry090528-143916" />
		<content type="text/html" mode="escaped"><![CDATA[cat /etc/issue<br /><br /><br />Novell SuSE <br />cat/etc/SuSE-release <br />Red Hat <br />cat /etc/redhat-release, /etc/redhat_version <br /><br />Fedora <br />cat /etc/fedora-release <br /><br />Slackware <br />cat /etc/slackware-release, /etc/slackware-version <br /><br />Debian <br />cat /etc/debian_release, /etc/debian_version, <br /><br />Mandrake <br />cat /etc/mandrake-release <br /><br />Yellow dog <br />cat /etc/yellowdog-release <br /><br />Sun JDS <br />cat /etc/sun-release <br /><br />Solaris/Sparc <br />cat /etc/release <br /><br />Gentoo <br />cat /etc/gentoo-release <br /><br />----------------]]></content>
		<id>http://www.somethingsomewhere.net/index.php?entry=entry090528-143916</id>
		<issued>2009-05-28T00:00:00Z</issued>
		<modified>2009-05-28T00:00:00Z</modified>
	</entry>
<br />
<b>Deprecated</b>:  Function split() is deprecated in <b>/customers/somethingsomewhere.net/somethingsomewhere.net/httpd.www/scripts/sb_feed.php</b> on line <b>268</b><br />
	<entry>
		<title>Envoyer un fichier en FTP via un script</title>
		<link rel="alternate" type="text/html" href="http://www.somethingsomewhere.net/index.php?entry=entry090415-140403" />
		<content type="text/html" mode="escaped"><![CDATA[Ci joint le script :<br /><br /><br />#debut<br />#!/bin/sh<br /><br /># Parametres:    host            FTP Server<br />#                     user            FTP Username<br />#                     passwd      FTP Password<br />#                     file             File to send/put<br />############################################################################<br /><br /># Variables<br />HOST=$1<br />USER=$2<br />PASSWD=$3<br />FILE=$4<br />TONAME=$5<br /><br /># Connect to FTP HOST and Send File<br />ftp -n $HOST &lt;&lt;END_SCRIPT<br />    quote USER $USER<br />    quote PASS $PASSWD<br />    dir<br />    ascii<br />    put $FILE $TONAME<br />   dir<br />   quit<br />END_SCRIPT<br />exit 0<br /><br />####fin<br /><br /><br />la commande sera : <br />./ftpscript &lt;host&gt; &lt;username&gt; &lt;passwd&gt; &lt;filename&gt; &lt;toname&gt;<br />exemple:<br /><br />./ftpscript 192.168.1.xx joe motdepasse /var/log/messages /upload/messages.txt<br /><br />]]></content>
		<id>http://www.somethingsomewhere.net/index.php?entry=entry090415-140403</id>
		<issued>2009-04-15T00:00:00Z</issued>
		<modified>2009-04-15T00:00:00Z</modified>
	</entry>
<br />
<b>Deprecated</b>:  Function split() is deprecated in <b>/customers/somethingsomewhere.net/somethingsomewhere.net/httpd.www/scripts/sb_feed.php</b> on line <b>268</b><br />
	<entry>
		<title>Désactiver le firewall sous Redhat Enterprise</title>
		<link rel="alternate" type="text/html" href="http://www.somethingsomewhere.net/index.php?entry=entry090408-142244" />
		<content type="text/html" mode="escaped"><![CDATA[Arreter le Service:<br /># service iptables stop<br /><br />Mettre a jour la config:<br /># chkconfig iptables off<br />]]></content>
		<id>http://www.somethingsomewhere.net/index.php?entry=entry090408-142244</id>
		<issued>2009-04-08T00:00:00Z</issued>
		<modified>2009-04-08T00:00:00Z</modified>
	</entry>
<br />
<b>Deprecated</b>:  Function split() is deprecated in <b>/customers/somethingsomewhere.net/somethingsomewhere.net/httpd.www/scripts/sb_feed.php</b> on line <b>268</b><br />
	<entry>
		<title>Reduire la taille de fichiers JPG depuis un dossier</title>
		<link rel="alternate" type="text/html" href="http://www.somethingsomewhere.net/index.php?entry=entry090401-132607" />
		<content type="text/html" mode="escaped"><![CDATA[Installation de ImageMagick<br />sudo apt-get install imagemagick<br />Puis utiliser convert:<br /><br />Code:<br /><br />convert -resize 50% -quality 80 input.jpg output.jpg<br /><br />Redimension la photo de 50% puis la qualité<br /><br />Code:<br /><br />find . -iname &quot;*.jpg&quot; | xargs -l -i convert -quality 75 {} /tmp/output/{}<br /><br />Ajuste la Qualité de la photo<br /><br />Afin d&#039;appliquer les deux combinaisons :<br /><br />find . -iname &quot;*.jpg&quot; | xargs -l -i convert -resize 800x600 -quality 75 {} /tmp/output/{}<br />ou encore:<br /><br />for i in *.JPG; do convert -resize 800x600! -quality 75 &quot;$i&quot; web/&quot;$i&quot;; done<br /><br /><br />example de Scripts:<br />#!/bin/bash<br /><br />        # SET PICTURE&#039;S PATH<br />path=/home/user/Photos/<br /><br />        # set variable date<br />NOW=$(date +&quot;%d-%m-%y&quot;)<br /><br />        # condition<br />if  [ -d $path/$NOW ] ; then<br /><br />        # does exist<br />cd $path/$NOW<br /><br />        # creating the folder for lower def<br />mkdir web<br /><br />for i in *.JPG; do convert -resize 800x600! -quality 75 &quot;$i&quot; web/&quot;$i&quot;; done<br />echo &#039;created sub-folder called web and generated jpg&#039;<br /><br />else<br />        # does not exist<br />echo &#039;folder is not present&#039;<br /><br />fi<br /><br />]]></content>
		<id>http://www.somethingsomewhere.net/index.php?entry=entry090401-132607</id>
		<issued>2009-04-01T00:00:00Z</issued>
		<modified>2009-04-01T00:00:00Z</modified>
	</entry>
<br />
<b>Deprecated</b>:  Function split() is deprecated in <b>/customers/somethingsomewhere.net/somethingsomewhere.net/httpd.www/scripts/sb_feed.php</b> on line <b>268</b><br />
	<entry>
		<title>Demarrer hellanzb en Service</title>
		<link rel="alternate" type="text/html" href="http://www.somethingsomewhere.net/index.php?entry=entry090223-101141" />
		<content type="text/html" mode="escaped"><![CDATA[Ci joint le bon script :<br /><br />#!/bin/sh<br /># Authors: Ivo Trompert<br />#<br />#<br /># /etc/init.d/hellanzb<br />#<br />### BEGIN INIT INFO<br /># Provides:                     hellanzb<br /># Required-Start:               $local_fs $remote_fs $network<br /># X-UnitedLinux-Should-Start:<br /># Required-Stop:                $local_fs $remote_fs $network<br /># X-UnitedLinux-Should-Stop:<br /># Default-Start:                3 5<br /># Default-Stop:                 0 1 2 6<br /># Short-Description:            Hellanzb<br /># Description:                  Start the hellanzb daemon<br />### END INIT INFO<br /><br />case &quot;$1&quot; in<br />start)<br />echo &quot;Starting hellanzb&quot;<br />su -c &#039;python /usr/local/bin/hellanzb.py -D  -c /usr/local/etc/hellanzb.conf&#039; || echo &quot;Failed!&quot; ;;<br />stop)<br />echo &quot;hellanzb shutdown&quot;<br />su -c &#039;python /usr/local/bin/hellanzb.py -D  -c /usr/local/etc/hellanzb.conf shutdown&#039; || echo &quot;Failed!&quot; ;;<br />status)<br />su -c &#039;python /usr/local/bin/hellanzb.py -D  -c /usr/local/etc/hellanzb.conf status&#039; || echo &quot;Failed!&quot; ;;<br />esac]]></content>
		<id>http://www.somethingsomewhere.net/index.php?entry=entry090223-101141</id>
		<issued>2009-02-23T00:00:00Z</issued>
		<modified>2009-02-23T00:00:00Z</modified>
	</entry>
<br />
<b>Deprecated</b>:  Function split() is deprecated in <b>/customers/somethingsomewhere.net/somethingsomewhere.net/httpd.www/scripts/sb_feed.php</b> on line <b>268</b><br />
	<entry>
		<title>Demarrer un Serveur Domino en service sous Linux</title>
		<link rel="alternate" type="text/html" href="http://www.somethingsomewhere.net/index.php?entry=entry090223-100645" />
		<content type="text/html" mode="escaped"><![CDATA[Un script bien utile pour une machine Serveur Domino sous Linux<br /><br /><br />Certaines variables et chemins sont a adapter.<br /><br />/etc/init.d/domino<br />(chmod +x /etc/init.d/domino)<br /><br />#!/bin/sh<br />#<br /># domino Start/stop the Lotus Domino server<br />#<br /># chkconfig: 345 01 95<br /># description: This script is used to start and stop the domino \<br /># server as a background process. It will send \<br /># the serverID password from a file to the server.\<br /># Communication with the server has to be done through \<br /># console, Notes Administrator or webadmin.\<br />#<br /># Usage: /etc/rc.d/init.d/domino start|stop|restart|condrestart<br />#<br /># process name: server, ...<br />#<br /># Version 1.1, by LB, 2205-01-07<br /><br /># Change the USER, GROUP, DATA_DIR and BIN_DIR for your server<br />DOMINO_USER=&quot;notes&quot;<br />DOMINO_GROUP=&quot;notes&quot;<br />DOMINO_DATA_DIR=&quot;/var/local/notesdata&quot;<br />DOMINO_BIN_DIR=&quot;/opt/lotus/bin&quot;<br />LOCKFILE=&quot;/var/lock/subsys/domino&quot;<br /><br />export ODBCINI=&quot;/etc/odbc.ini&quot;<br /><br /># We need a file to put the serverID password in.<br /># Make sure the owner is the Domino owner and the file<br /># permissions are set to 400<br /><br />SERVER_PASSWD_FILE=&quot;/var/local/notesdata/.domino.pwd&quot;<br /><br /># See if the user that runs this script is root<br /><br />if [ `id -u` != 0 ]; then<br />echo &quot;This script must be run by root only&quot;<br />exit 1<br />fi<br /><br />start() {<br /># First, check if the password file exists,<br /># and if not, exit with an errorcode<br />if [ ! -f $SERVER_PASSWD_FILE ] ; then<br />echo &quot;Error: no password file.&quot;<br />exit 1<br />fi<br /><br /># Set permission to 400 (read-only-owner)<br /># and ownership to $DOMINO_USER. These next lines are<br /># not necessary if the ownership was set correctly the first time.<br /><br />chmod 400 $SERVER_PASSWD_FILE<br />chown $DOMINO_USER.$DOMINO_GROUP $SERVER_PASSWD_FILE<br /><br /># Check we&#039;re not already running<br /><br />if [ -f $LOCKFILE ] ; then<br />echo &quot;Domino server apparently already running.&quot;<br />exit 1<br />fi<br /><br /># Two ways to run the server (comment one of them out)<br /># 1. With the output of the console redirected to /var/log/domino.log<br /># Be sure to change the logrotate daemon.<br /># 2. With the output of the console redirected to /dev/null<br /><br />echo -n &quot;Starting domino server...&quot;<br /><br /># Version with logfile<br />su - ${DOMINO_USER} -c &quot;cd ${DOMINO_DATA_DIR};\<br />cat ${SERVER_PASSWD_FILE} | ${DOMINO_BIN_DIR}/server&quot; \<br />&gt;&gt; /var/log/domino 2&gt;&amp;1 &amp;<br />RETVAL=$?<br />if [ &quot;$RETVAL&quot; = &quot;0&quot; ] ; then<br />touch $LOCKFILE &gt; /dev/null 2&gt;&amp;1<br />fi<br /># Version without logfile<br /># su - ${DOMINO_USER} -c &quot;cd ${DOMINO_DATA_DIR};\<br /># cat ${SERVER_PASSWD_FILE} |\<br /># ${DOMINO_BIN_DIR}/server&quot; &gt; /dev/null 2&gt;&amp;1 &amp;<br /><br />echo &quot;done.&quot;<br />}<br /><br />stop() {<br />echo -n &quot;Stopping Domino server. &quot;<br />su - ${DOMINO_USER} -c &quot;cd ${DOMINO_DATA_DIR}; ${DOMINO_BIN_DIR}/server -q&quot;<br />RETVAL=$?<br /># RETVAL is 38 on normal shutdown - what does *that* mean?<br /># Users should test this on their own systems . . .<br />if [ $RETVAL -lt 50 ] ; then<br />rm $LOCKFILE<br />fi<br />}<br /><br />restart() {<br />stop<br />start<br />}<br /><br /># See how we were called.<br /><br />case $1 in<br />start)<br />start<br />;;<br />stop)<br />stop<br />;;<br />restart)<br />stop<br />start<br />;;<br />condrestart)<br />[ -f $LOCKFILE ] &amp;&amp; restart<br />;;<br />*)<br />echo &quot;Usage: domino {start|stop|restart|condrestart}&quot;<br />exit 1<br />;;<br />esac<br /># End of the domino script<br />exit 0]]></content>
		<id>http://www.somethingsomewhere.net/index.php?entry=entry090223-100645</id>
		<issued>2009-02-23T00:00:00Z</issued>
		<modified>2009-02-23T00:00:00Z</modified>
	</entry>
<br />
<b>Deprecated</b>:  Function split() is deprecated in <b>/customers/somethingsomewhere.net/somethingsomewhere.net/httpd.www/scripts/sb_feed.php</b> on line <b>268</b><br />
	<entry>
		<title>Exemple SCP</title>
		<link rel="alternate" type="text/html" href="http://www.somethingsomewhere.net/index.php?entry=entry090223-094521" />
		<content type="text/html" mode="escaped"><![CDATA[Cette commande vous permet de copier des fichiers d&#039;une machine a une autre via SSH.<br /><br /><br /># scp source destination<br /><br />Copier un fichier &#039;file1.txt&#039; d&#039;une machine locale sur une machine distante dans le dossier /tmp:<br /><br />scp file1.txt user@host:/tmp<br /><br />Copier le meme fichier depuis la machine distante vers votre machine locale:<br /><br />scp user@host:/path/file1.txt ./<br /><br />-----<br /><br />Copier un dossier complet sur une machine distante(send):<br /><br />scp -r &#039;dossier&#039; user@host:/path/dossier/<br /><br />-----<br /><br />Copier/rapatrier un dossier complet en local depuis une machine distante (get):<br /><br />scp -r user@host:/path/&#039;dossier&#039; ./&#039;dissierlocal&#039;/<br /><br /><br />]]></content>
		<id>http://www.somethingsomewhere.net/index.php?entry=entry090223-094521</id>
		<issued>2009-02-23T00:00:00Z</issued>
		<modified>2009-02-23T00:00:00Z</modified>
	</entry>
<br />
<b>Deprecated</b>:  Function split() is deprecated in <b>/customers/somethingsomewhere.net/somethingsomewhere.net/httpd.www/scripts/sb_feed.php</b> on line <b>268</b><br />
	<entry>
		<title>Activer Telnet acces root sur Solaris</title>
		<link rel="alternate" type="text/html" href="http://www.somethingsomewhere.net/index.php?entry=entry090107-092348" />
		<content type="text/html" mode="escaped"><![CDATA[Avant tout, avant de l&#039;activer veuillez a ne pas solliciter ce type d&#039;acces sur un server en production!!<br />La Security est plus que mauvaise!!!<br /><br />Afin d&#039;autoriser l&#039;acces a root via telnet:<br />Editez le fichier suivant:<br />/etc/default/login puis rajouter/ commenter la ligne suivante:<br /><br />    # If CONSOLE is set, root can only login on that device.<br />    # Comment this line out to allow remote login by root.<br />    #<br />    # CONSOLE=/dev/console<br /><br />]]></content>
		<id>http://www.somethingsomewhere.net/index.php?entry=entry090107-092348</id>
		<issued>2009-01-07T00:00:00Z</issued>
		<modified>2009-01-07T00:00:00Z</modified>
	</entry>
<br />
<b>Deprecated</b>:  Function split() is deprecated in <b>/customers/somethingsomewhere.net/somethingsomewhere.net/httpd.www/scripts/sb_feed.php</b> on line <b>268</b><br />
	<entry>
		<title>Ldap Search</title>
		<link rel="alternate" type="text/html" href="http://www.somethingsomewhere.net/index.php?entry=entry081231-124103" />
		<content type="text/html" mode="escaped"><![CDATA[Exemple:<br /><br />ldapsearch -x -h &lt;hostname&gt; -D &#039;&lt;bind dn&gt;&#039; -w &#039;&lt;password&gt;&#039; -b &#039;&lt;base dn&gt;&#039;&#039;(|mail=**)(proxyAddress=**))&#039; dn proxyAddresses mail<br /><br /><br />Search options:<br />  -a deref   one of never (default), always, search, or find<br />  -A         retrieve attribute names only (no values)<br />  -b basedn  base dn for search<br />  -E [!]&lt;ext&gt;[=&lt;extparam&gt;] search extensions (! indicates criticality)<br />             [!]domainScope              (domain scope)<br />             [!]mv=&lt;filter&gt;              (matched values filter)<br />             [!]pr=&lt;size&gt;[/prompt|noprompt]   (paged results/prompt)<br />             [!]subentries[=true|false]  (subentries)<br />             [!]sync=ro[/&lt;cookie&gt;]            (LDAP Sync refreshOnly)<br />                     rp[/&lt;cookie&gt;][/&lt;slimit&gt;] (LDAP Sync refreshAndPersist)<br />  -F prefix  URL prefix for files (default: file:///tmp/)<br />  -l limit   time limit (in seconds, or &quot;none&quot; or &quot;max&quot;) for search<br />  -L         print responses in LDIFv1 format<br />  -LL        print responses in LDIF format without comments<br />  -LLL       print responses in LDIF format without comments<br />             and version<br />  -s scope   one of base, one, sub or children (search scope)<br />  -S attr    sort the results by attribute `attr&#039;<br />  -t         write binary values to files in temporary directory<br />  -tt        write all values to files in temporary directory<br />  -T path    write files to directory specified by path (default: /tmp)<br />  -u         include User Friendly entry names in the output<br />  -z limit   size limit (in entries, or &quot;none&quot; or &quot;max&quot;) for search<br />Common options:<br />  -c         continuous operation mode (do not stop on errors)<br />  -C         chase referrals (anonymously)<br />  -d level   set LDAP debugging level to `level&#039;<br />  -D binddn  bind DN<br />  -e [!]&lt;ext&gt;[=&lt;extparam&gt;] general extensions (! indicates criticality)<br />             [!]assert=&lt;filter&gt;     (an RFC 2254 Filter)<br />             [!]authzid=&lt;authzid&gt;   (&quot;dn:&lt;dn&gt;&quot; or &quot;u:&lt;user&gt;&quot;)<br />             [!]manageDSAit<br />             [!]noop<br />             ppolicy<br />             [!]postread[=&lt;attrs&gt;]  (a comma-separated attribute list)<br />             [!]preread[=&lt;attrs&gt;]   (a comma-separated attribute list)<br />             abandon, cancel (SIGINT sends abandon/cancel; not really controls)<br />  -f file    read operations from `file&#039;<br />  -h host    LDAP server<br />  -H URI     LDAP Uniform Resource Indentifier(s)<br />  -I         use SASL Interactive mode<br />  -k         use Kerberos authentication<br />  -K         like -k, but do only step 1 of the Kerberos bind<br />  -M         enable Manage DSA IT control (-MM to make critical)<br />  -n         show what would be done but don&#039;t actually do it<br />  -O props   SASL security properties<br />  -p port    port on LDAP server<br />  -P version protocol version (default: 3)<br />  -Q         use SASL Quiet mode<br />  -R realm   SASL realm<br />  -U authcid SASL authentication identity<br />  -v         run in verbose mode (diagnostics to standard output)<br />  -V         print version info (-VV only)<br />  -w passwd  bind password (for simple authentication)<br />  -W         prompt for bind password<br />  -x         Simple authentication<br />  -X authzid SASL authorization identity (&quot;dn:&lt;dn&gt;&quot; or &quot;u:&lt;user&gt;&quot;)<br />  -y file    Read password from file<br />  -Y mech    SASL mechanism<br />  -Z         Start TLS request (-ZZ to require successful response)<br />]]></content>
		<id>http://www.somethingsomewhere.net/index.php?entry=entry081231-124103</id>
		<issued>2008-12-31T00:00:00Z</issued>
		<modified>2008-12-31T00:00:00Z</modified>
	</entry>
<br />
<b>Deprecated</b>:  Function split() is deprecated in <b>/customers/somethingsomewhere.net/somethingsomewhere.net/httpd.www/scripts/sb_feed.php</b> on line <b>268</b><br />
	<entry>
		<title>Argument pour la command apt-get sous Ubuntu</title>
		<link rel="alternate" type="text/html" href="http://www.somethingsomewhere.net/index.php?entry=entry081231-123708" />
		<content type="text/html" mode="escaped"><![CDATA[liste des option disponibles:<br /><br /><br />   update - Retrieve new lists of packages<br />   upgrade - Perform an upgrade<br />   install - Install new packages (pkg is libc6 not libc6.deb)<br />   remove - Remove packages<br />   purge - Remove and purge packages<br />   source - Download source archives<br />   build-dep - Configure build-dependencies for source packages<br />   dist-upgrade - Distribution upgrade, see apt-get(8)<br />   dselect-upgrade - Follow dselect selections<br />   clean - Erase downloaded archive files<br />   autoclean - Erase old downloaded archive files<br />   check - Verify that there are no broken dependencies<br /><br />]]></content>
		<id>http://www.somethingsomewhere.net/index.php?entry=entry081231-123708</id>
		<issued>2008-12-31T00:00:00Z</issued>
		<modified>2008-12-31T00:00:00Z</modified>
	</entry>
<br />
<b>Deprecated</b>:  Function split() is deprecated in <b>/customers/somethingsomewhere.net/somethingsomewhere.net/httpd.www/scripts/sb_feed.php</b> on line <b>268</b><br />
	<entry>
		<title>Plusieures Instances Yahoo Messenger sous Windows</title>
		<link rel="alternate" type="text/html" href="http://www.somethingsomewhere.net/index.php?entry=entry081104-183718" />
		<content type="text/html" mode="escaped"><![CDATA[Il vous deja arrivé de vouloir vous logger avec deux ID Yahoo Différents sur la meme Machine, <br />alors il  vous suffit de rajouter une clef dans la base de registre :<br /><br />1. Cliquez sur Demarrer &gt; Exécuter and tapez &#039;regedit&#039; puis entrer (OUverture de la base de registre)<br />2. Naviguer dans HKEY_CURRENT_USER\Software\Yahoo\Pager\Test<br />3. Cliquez droit afin de créer une nouvelle clef en DWORD, appelez la &#039;Plural&#039;<br />4. UNe fois crée, double cliquez sur celle ci afin de changer la valeure a &#039;1&#039;<br /><br />Maintenant, vous pouvez ouvrir plusieures session Yahoo, en utilisant des ID différents.<br /><br />]]></content>
		<id>http://www.somethingsomewhere.net/index.php?entry=entry081104-183718</id>
		<issued>2008-11-04T00:00:00Z</issued>
		<modified>2008-11-04T00:00:00Z</modified>
	</entry>
<br />
<b>Deprecated</b>:  Function split() is deprecated in <b>/customers/somethingsomewhere.net/somethingsomewhere.net/httpd.www/scripts/sb_feed.php</b> on line <b>268</b><br />
	<entry>
		<title>Shell Script pour verifier la presence d&amp;#039;un processus -&amp;gt; action</title>
		<link rel="alternate" type="text/html" href="http://www.somethingsomewhere.net/index.php?entry=entry081028-115454" />
		<content type="text/html" mode="escaped"><![CDATA[[more]<br /><br />#/usr/bin <br /># Verifie si mon porcess est en memoire <br />if ps -ef | grep -q [M]on_process <br />then <br />echo &quot;$(date) - mon process est deja en memoire&quot; &gt;&gt; /tmp/mon_process.log <br />exit <br />else <br /># lancer mon process si pas present en memoire <br />echo &quot;$(date) - mon processus demarre&quot; &gt;&gt; /tmp/mon_process.log <br />ma commande (/opt/...)<br />fi <br />]]></content>
		<id>http://www.somethingsomewhere.net/index.php?entry=entry081028-115454</id>
		<issued>2008-10-28T00:00:00Z</issued>
		<modified>2008-10-28T00:00:00Z</modified>
	</entry>
<br />
<b>Deprecated</b>:  Function split() is deprecated in <b>/customers/somethingsomewhere.net/somethingsomewhere.net/httpd.www/scripts/sb_feed.php</b> on line <b>268</b><br />
	<entry>
		<title>Optimization d&amp;#039;un Server Domino 6/8.x</title>
		<link rel="alternate" type="text/html" href="http://www.somethingsomewhere.net/index.php?entry=entry080919-142222" />
		<content type="text/html" mode="escaped"><![CDATA[<b>Configuring server tasks</b><br /><br /><br /><br />Each task increases the server&#039;s load and can adversely affect its performance. Minimizing the number of server tasks that are run by the server, the frequency at which they run, and the time in which they run will enable you to increase the performance of the server. For example, these are the server task entries in notes.ini:<br /><br />ServerTasks=Update,Replica,Router,AMgr,AdminP,CalConn,Sched<br />ServerTasksAt1=Catalog,Design<br />ServerTasksAt2=UpdAll<br />ServerTasksAt3=Object Info -Full<br />ServerTasksAt5=Statlog<br /><br />Each of these variables control the schedule for automatic server and database maintenance tasks. The first SeverTasks line denotes the services that are run when Domino starts while the other lines denote the scheduled server tasks. The time is entered in a 24-hour format, where 0 is 12:00 a.m. and 23 is 11:00 p.m. In the example above, Catalog and Design tasks would initiate at 1:00 a.m., and the Statlog task would initiate at 5:00 a.m.<br /><br />You can significantly improve performance by removing tasks that are not appropriate to the server. Consider the following suggestions to increase performance related to Lotus Domino server tasks.<br /><br />    * These tasks should be turned off when they are not in use:<br /><br />      Scheduling: Turn off this task if you are not using the server for scheduling and calendaring.<br /><br />      AMgr: Turn off this task if you are not using the server to run scheduled agents. Remember, this function is not required for WebQuery Agents.<br /><br />      Collector, Reporter: Turn off this task if you are not using the server to automatically track server statistics on a regular basis. You can collect them on demand.<br />    * Remove the Replicator (Replica) and Router tasks.<br /><br />      Both of these tasks can be removed if they are not being used on the server, because each of these tasks take up a fair amount of server resources when loaded. For example, if you have only one Lotus Domino server in your organization that is used for both applications and mail routing, you might not need the Replicator task, because you do not have any other servers from which to replicate (and because clients will be replicating from the Lotus Domino server, not vice versa).<br />    * Carefully choose the times when server tasks are run.<br /><br />      Daily server tasks should not be run when other server tasks are running or at times when there are a lot of users using the Lotus Domino server. This allows the maximum amount of server resources to be available for each server task that is currently executing and for user sessions. Examples of such server tasks are Design, Catalog, Statlog, and customized Notes API programs that need to be run only once a day.<br /><br /><br />The entries in ServerTasks have the following uses:<br /><br />ADMINP: The major Domino scheduler job running batch-like updates<br />AMGR: Domino Agent Manager; takes care of predefined agents<br />CALCONN: Connects the Domino calendar to other types of calendars<br />EVENT: Domino Event Handler<br />REPLICA: Domino database Replicator task<br />REPORT: Domino Report Generator (adding data to STATREP.NSF)<br />ROUTER: Domino Mail Routing task<br />SCHED: Domino Scheduler task<br />SERVER: The main Domino Server task<br />UPDATE: Updates the database indexes and views<br /><br />Tip: A very obvious but important lesson about server tasks and functions is that if your organizational requirements have no need for a particular function, do not run it on your server!<br /><br /><b>Domino database indexing: controlling the Update task</b><br /><br />The Update task is designed to run in the background and is intended to improve response time and performance by ensuring that when a user opens a database view, the user does not have to wait for it to be indexed.<br /><br />Note: Do not remove the Update task from a server. If you do so, the Public Address Book will not be updated.<br /><br />To improve view-indexing performance, you can run multiple Update tasks if your server has adequate CPU power. Doing this can affect server performance and is recommended primarily for multiprocessor machines. On a server with multiple processors, enable a maximum of one Update task per processor<br /><br />This is done within the notes.ini file by adding the line:<br /><br /><b>Updaters = [number of processors]</b><br /><br />Network performance (compression)<br /><br />Network compression is an important performance feature offered in Lotus Notes/Domino 6. When you enable network compression, data is automatically compressed before it is sent over the network. This improves network performance, especially over slower line speeds.<br /><br />Notes/Domino 6 network compression offers a number of immediate benefits. For example, by reducing the amount of data being transmitted, you can improve the performance of your routing and replicating hub servers, especially if they are currently laboring under heavy workloads. In addition, you can enable it by default, so all your users can take advantage of this functionality without having to select it themselves. Because network compression is a standard, out-of-the-box feature, it does not require any additional code, which helps simplify administration and requires fewer CPU resources to run.<br /><br />Note the following statistics about the benefits of network compression:<br /><br />    * A 35-52% reduction in data transferred from the server to client<br />    * A 26% reduction in data transferred from server to server<br /><br /><br />Modify the TCPIP line in the notes.ini file to enable network compression. The last parameter denotes compression:<br /><br />TCPIP = TCP,0,15,0,,12320<br /><br /><b>Setting maximum mail threads for local delivery</b><br /><br />The MailMaxDeliveryThreads setting determines the maximum number of threads the router can create to perform local mail delivery. The default number is 1. Increasing this value can improve message throughput for local deliveries. The ideal number usually falls in the range of 3 to 25, depending on the number of local deliveries on your Lotus Domino mail server.<br /><br />MailMaxDeliveryThreads = [number]<br /><br />Setting maximum mail transfer threads<br /><br />The MailMaxThreads setting determines the maximum number of concurrent processes that the mail router can create to perform it&#039;s mail transfers efficiently. The default setting is one thread per server port.<br /><br />MailMaxThreads = [number]<br /><br />Disabling per-user message caching by the IMAP task<br /><br />This setting disables per-user message caching by the IMAP task. It can improve the capacity of a server by reducing memory consumption. However, response time for some user operations might be slower. If this setting is omitted, IMAP per-user message caching will be enabled.<br /><br />To disable per-user message caching by the IMAP task, set the following value to 1:<br /><br />NoMsgCache = [0 or 1]<br /><br />Using Lotus Domino 6.5 database format<br /><br />Databases that you create in Lotus Domino 6.5 perform considerably better than databases created in previous releases: Database operations require less I/O and fewer CPU resources, view rebuilding and updating is quicker, and memory and disk space allocation is improved.<br /><br />Because of these performance improvements, limiting the size of the databases to improve database performance is less important than in past releases. The maximum database size for Lotus Domino 6.5 format databases is 64 GB.<br /><br />Defining the number of databases cached simultaneously<br /><br />If your server has sufficient memory, you can improve the performance of the server by increasing the number of databases that Lotus Domino can cache in memory at one time. To do so, use the NSF_DbCache_Maxentries statement in the NOTES.INI file. The default value is 25 or the NSF_Buffer_Pool_Size divided by 300 KB, whichever value is greater. The maximum number of databases that can be cached in memory is approximately 10,000. For short intervals, Lotus Domino will store up to 1.5 times the number entered for this variable.<br /><br />Monitor the Database.DbCache.Hits statistic on your server. This indicates the number of times a database open request was satisfied by finding the database in cache. A high value indicates database cache is working effectively. If the ratio of Database.DbCache.Hits to InitialDbOpen is low, you might consider increasing NSF_DbCache_Maxentries.<br /><br />To set the number of databases that a server can hold in its database cache at one time, set the NOTES.INI value as follows:<br /><br />NSF_DbCache_Maxentries = [number]<br /><br />In special circumstances, you might also want to disable the database caching. The database cache is enabled by default. To disable database caching, enter the following syntax on the Domino console:<br /><br />Dbcache disable<br /><br />The database cache keeps databases open. Use this command to disable the database cache when you need exclusive access to a file that might be in the database cache. For example, to run an application such as a virus checker or backup software, disable the cache. To re-enable the database cache, restart the server.<br /><br />Optimizing database index update<br /><br />In general, the fewer view indexes that the Indexer server task must update, the fewer server resources are used by this task. You can use the NOTES.INI variable Default_Index_Lifetime_Days to minimize the amount of effort required by the Indexer task when updating view indexes. The Default_Index_Lifetime_Days variable controls how long a view index is kept in a database before it is deleted due to non-use:<br /><br />Default_Index_Lifetime_Days = [number of days]<br /><br />Full-text indexes<br /><br />Disable the updating of full-text indexes on a server if you do not have any full-text indexed databases on your server (and do not intend to have any). The NOTES.INI variable Update_No_Fulltext can be used to disable all full-text index updating on the server. You might want to use this variable to disable the updating of full-text indexes if, for example, you do not want users to create full-text indexes on their mail files on a mail server in order to save disk space on that server and to save the Indexer task the time and resources of updating these full-text indexes. This is a very good setting for mail and replication hub servers, which in most circumstances do not have any user connections. The full-text index variable is:<br /><br /><b>Update_No_Fulltext = [0 or 1]</b><br /><br />Setting this value to 0 causes full-text indexes to be updated each time the Update task (a server command task) is executed, and setting the value to 1 disables all full-text indexing.<br /><br /><b>Maximum sessions<br /></b><br />When a new user attempts to log on, if the current number of sessions is greater than the value of Server_MaxSessions (in the NOTES.INI file), the Lotus Domino server closes the least recently used session. In order for a session to be considered for closing, it must have been inactive for at least one minute. For example, if this parameter is set to 100, and the 101st person tries to access the Lotus Domino server, the Lotus Domino server drops the least-used session from the server in favor of this new session.<br /><br />Note: Reducing the Server_MaxSessions value to a specific number will not prevent the server from allowing more than that number of concurrent active users on the server, but will drop the sessions soon after they become inactive. This frees up resources. Conversely, Domino will not close any session that has been idle for less than one minute regardless of the demand on the server.<br /><b><br />Controlling minimum mail poll time</b><br /><br />You can control the minimum allowable time in which Lotus Notes clients can poll for new mail. It is possible that your Lotus Domino server resources are being overtaxed by being constantly bombarded by requests for new mail from the Notes client machines if users have changed their default new mail notification check time from 15 minutes to a smaller number such as 2 or 5.<br /><br />You can control the minimum frequency of these requests from the server by using the MinNewMailPoll NOTES.INI variable. This variable determines the minimum allowable checking time from clients regardless of the value specified on the client machines. No default is set during server setup. The syntax of this variable is as follows:<br /><br /><b>MinNewMailPoll = [minutes]</b><br /><br />Setting up multiple replication tasks<br /><br />You can improve server replication performance by running multiple replicator tasks simultaneously. By default, only one replicator task is executed. With a single replicator task running, if you want to replicate with multiple servers at the same time, the first replication must complete before the next one can start. Set the number of replicators by adding the following entry in the NOTES.INI file, where the value is the number of replicators:<br /><b><br />Replicators = [number]</b><br /><br />All other factors aside, it is recommend that you set the number of replicator tasks equal to the number of spoke servers with which the hub replicates. However, you should not exceed 20 replicators to avoid putting too much load on the server. If the server you intended to replicate is not a hub server, the recommended number of replicators should equal the number of processors on the server.<br /><br /><a href="http://www.redbooks.ibm.com/abstracts/tips0421.html?Open" target="_blank" >http://www.redbooks.ibm.com/abstracts/t ... .html?Open</a>]]></content>
		<id>http://www.somethingsomewhere.net/index.php?entry=entry080919-142222</id>
		<issued>2008-09-19T00:00:00Z</issued>
		<modified>2008-09-19T00:00:00Z</modified>
	</entry>
<br />
<b>Deprecated</b>:  Function split() is deprecated in <b>/customers/somethingsomewhere.net/somethingsomewhere.net/httpd.www/scripts/sb_feed.php</b> on line <b>268</b><br />
	<entry>
		<title>Erreur :&amp;quot;Please edit your shell&amp;#039;s DISPLAY environment variable...&amp;quot; launching Domino local server setup on Unix or Linux</title>
		<link rel="alternate" type="text/html" href="http://www.somethingsomewhere.net/index.php?entry=entry080909-102458" />
		<content type="text/html" mode="escaped"><![CDATA[Lors d&#039;un démarrage d&#039;un Serveur Domino, ce typ e de message apparait:<br /><br />Xlib: connection to &quot;:0.0&quot; refused by server<br />Xlib: No protocol specified<br /><b>Please edit your shell&#039;s DISPLAY environment variable to reflect an unlocked terminal that you would like to launch the Domino Setup Program on.</b><br /><br />Afin de résoudre ce souci, les étape a suivre:<br /><br /><br />1. Ouvrez une session Terminal<br /><br />2. Loggez vous en root<br /><br />3. Ajouter le compte &#039;Domino&#039; dans ACL du X Server<br /><br /># xhost +local:username<br /><br />Exemple:<br /><br /># xhost +local:notes<br /><br />Ci joint le type réponse une fois la commande effectuée:<br /><br /><b>non-network local connections being added to access control list</b><br /><br />4. Re-démarrez le Server avec le compte Domino:<br />ex: <br />$/local/notes/opt/Lotus/bin/server<br /><br />]]></content>
		<id>http://www.somethingsomewhere.net/index.php?entry=entry080909-102458</id>
		<issued>2008-09-09T00:00:00Z</issued>
		<modified>2008-09-09T00:00:00Z</modified>
	</entry>
<br />
<b>Deprecated</b>:  Function split() is deprecated in <b>/customers/somethingsomewhere.net/somethingsomewhere.net/httpd.www/scripts/sb_feed.php</b> on line <b>268</b><br />
	<entry>
		<title>basculer / bouger des fichiers contenant une valeur depuis et vers un autre dossier (/tmp/)</title>
		<link rel="alternate" type="text/html" href="http://www.somethingsomewhere.net/index.php?entry=entry080901-162658" />
		<content type="text/html" mode="escaped"><![CDATA[for i in `grep -irl &quot;value&quot; *`; do mv $i ./tmp/;done;]]></content>
		<id>http://www.somethingsomewhere.net/index.php?entry=entry080901-162658</id>
		<issued>2008-09-01T00:00:00Z</issued>
		<modified>2008-09-01T00:00:00Z</modified>
	</entry>
<br />
<b>Deprecated</b>:  Function split() is deprecated in <b>/customers/somethingsomewhere.net/somethingsomewhere.net/httpd.www/scripts/sb_feed.php</b> on line <b>268</b><br />
	<entry>
		<title>Arguments (switches) Notes.ini sous Domino Serveur (6.5.x / 8.x)</title>
		<link rel="alternate" type="text/html" href="http://www.somethingsomewhere.net/index.php?entry=entry080818-120106" />
		<content type="text/html" mode="escaped"><![CDATA[J&#039;ai volontairement laissé les informations suivantes en Anglais afin que celles ci soient comprises<br />de tous. :)<br /><br /><br /><br />Mail and router variables<br />There are a number of new variables designed to handle new mail and router functionality in Domino 6, including SMTP mail.<br /><br /><b>MailCompactHour=&lt;time&gt;</b><br />This variable specifies the time at which the router should perform mailbox compaction. The time is based on a </b>24-hour clock. For example, MailCompactHour=20 will initiate compaction at or around 8 PM.<br /><br /><b>RouterEnableMailByDest=&lt;n&gt;</b><br />This variable generates verbose mail routing statistics per destination. If you set RouterEnableMailByDest=1, the router maintains statistics for each mail routing destination, which include the last successful/unsuccessful transfer time, total number of messages routed, and the total number of failures. These statistics may be useful when attempting to troubleshoot routing-related problems.<br /><br /><b>SMTPExpandDNSBLStats=&lt;n&gt;</b><br />This variable, when set to 1, causes the SMTP server to generate host-specific DNS Blacklist Filter statistics, which indicate the total number of hits per DNSBL site, per connecting host&#039;s IP address. If you set SMTPExpandDNSBLStats=0 (or omit it from Notes.ini), the SMTP task maintains statistics that track the total number of connecting hosts that were found on the combined DNSBL of all sites as well as how many were found on the DNSBL of each configured site.<br /><br /><b>SMTPNoVersionInRcvdHdr=&lt;port name&gt;</b><br />This variable prevents Domino server product information from being disclosed in SMTP Received headers.<br /><br />Console logging variables<br />In Notes/Domino 6, we&#039;ve added the ability to allow console logging to be dynamically started or stopped. To help you work with this feature, we&#039;ve included the following Notes.ini variables.<br /><br /><b>Console_Log_Enabled=&lt;n&gt;</b><br />This variable specifies whether or not to enable logging to the Console Log file (console.log, by default). Console_Log_Enabled=1 causes the router to maintain statistics for each mail routing destination, which include the last successful/unsuccessful transfer time, total number of messages routed, and the total number of failures. A setting of 0 results in no destination-based statistics generated by the router.<br /><br /><b>Console_Loglevel=&lt;level&gt;</b><br />This variable controls the level of information displayed on the status bar when you trace a connection. The following values are possible:<br />0 - No information is displayed.<br />1 - Only errors are displayed.<br />2 - Summary progress information is displayed.<br />3 - Detailed progress information is displayed.<br />4 - Full trace information is displayed.<br /><br /><b>Console_Log_Max_Kbytes=&lt;size&gt;</b><br />This variable specifies the maximum size for the Console Log file. If the Console_Log_Max_Kbytes setting is not present or is set to 0, then the file size is unlimited. When the maximum file size is reached, new logging output starts to overwrite existing logging output at the beginning of the file.<br /><br /><b>Debug_Outfile=&lt;filename&gt;</b><br />This variable specifies the file name for the Console Log file.<br /><br /><b>LogFile_Dir=&lt;directory name&gt;</b><br />This variable specifies the directory for the Console Log file.<br /><br />HTTP-related variables<br />The following variables give you more control over how the Domino HTTP service (also known as the Domino Web server) runs.<br /><br /><b>HTTPEnableConnectorHeaders=&lt;n&gt;</b><br />This variable enables the Domino HTTP service to process special headers that are added to requests by a WebSphere 4.0.3 plug-in installed on a foreign Web server. When the plug-in relays an HTTP request to the Domino back-end server, the plug-in adds headers that include information about the front-end server&#039;s configuration and user authentication status. HTTPEnableConnectorHeaders=1 instructs the Domino HTTP task to process the special headers; a setting of 0 results in these headers not being processed.<br /><br /><b>HTTPLogUnauthorized=&lt;n&gt;</b><br />This variable, when set to 1, instructs the HTTP service to log Error 401 instances to the server console. These instances are generated in two cases: A user attempts to access a resource but is not authorized for it or a user has failed to authenticate. If HTTPLogUnauthorized=0, Error 401 instances are not logged to the server console (although they are logged to the Web Server logs, regardless of whether this variable is enabled or disabled).<br /><br /><b>HTTP_Pwd_Change_Cache_Hours=&lt;hours&gt;</b><br />This variable caches Change Password requests, which allows both the new password and the old password to work on the HTTP service for the specified number of hours.<br /><br />Java-related variables<br />Domino 6 Notes.ini variables include a group of settings that affect how Java programs run on your server. Here are some of these Java-related variables:<br /><br /><b>JavaEnableJIT=&lt;n&gt;</b><br />This variable enables or disables the default Java Just-in-Time compiler (JIT), if one is provided. JavaEnableJIT=1 allows normal loading of the default JIT; 0 disables the JIT.<br /><br /><b>JavaJITName=&lt;name&gt;</b><br />This variable enables the specified JIT. Use the JavaJITName setting to load a JIT other than the default JIT (if one exists).<br /><br /><b>JavaMaxHeapSize=&lt;bytes&gt;</b><br />This variable specifies the maximum size the Java heap can reach. You can specify the number of bytes directly or use the suffix MB to indicate megabytes. For example, specifying 64 MB is the same as specifying 67108864.<br /><br /><b>JavaMinHeapSize=&lt;bytes&gt;</b><br />This variable specifies the initial size of the Java heap at Java Virtual Machine (JVM) startup. As with JavaMaxHealSize, you can specify the number of bytes directly or use the suffix MB to indicate megabytes.<br /><br /><b>JavaNoAsyncGC=&lt;n&gt;</b><br />This variable prevents or allows the JVM from running the garbage collection (GC) mechanism in a separate background thread. Specify JavaNoAsyncGC=1 to prevent the GC from running in the background. (This can help you debug internal JVM problems.)<br /><br /><b>JavaNoClassGC=&lt;n&gt;</b><br />This variable, when set to 1, prevents the GC mechanism of classes, which protects static fields.<br /><br /><b>JavaStackSize=&lt;bytes&gt;</b><br />This variable specifies the size of each Java thread&#039;s execution stack.<br /><br /><b>JavaUserClasses=&lt;list&gt;</b><br />This variable allows code-sharing across agents and applets.The value &lt;list&gt; is a list of directories, JAR files, or ZIP files that are added to the Java Virtual Machine&#039;s internal classpath so that classes can be found via the system loader (rather than via attachments to the agent or applet). Use a semicolon to separate list items for Win32 and OS/2 systems, and use a colon to separate list items for UNIX systems. For example, a valid list for Win32 is:<br /><br />c:classes;d:appxyzstuff.jar<br /><br /><b>JavaVerbose=&lt;n&gt;</b><br />This variable enables or disables the verbose setting of the JVM, which causes the JVM to issue many messages while it runs. Specify JavaVerbose=1 to enable verbose JVM, which can help troubleshoot runtime problems.<br /><br /><b>JavaVerboseGC=&lt;n&gt;</b><br />This variable enables or disables the verbose setting of the GC mechanism in JVM, which causes the JVM to issue many messages about memory usage as GC runs. JavaVerboseGC=1 enables this setting, which can help you troubleshoot problems.<br /><br />LDAP schema daemon variables<br />When you run the LDAP service on your Domino server, it spawns a schema daemon that runs periodically. This daemon ensures that each LDAP service running in the domain uses the same up-to-date and consistent schema. The daemon runs when the LDAP service first starts, and then every 15 minutes afterward by default. The following four variables let you determine how the LDAP schema daemon runs.<br /><br /><b>LDAPDebug=Value</b><br />Enables extra logging for the LDAP task in Domino, with a binary debug routine, Use in conjunction with Debug_Outfile.<br /><br />1 = Show Query Information<br />2 = Show Result Information<br />3 = 1 &amp; 2<br />4 = Authentification Information<br />5 = 1 &amp; 4<br />6 = 2 &amp; 4<br />7 = All of the above<br />8 = Even more verbose information (no details known)<br />9 - 15 = Summaries of the above<br /><br /><b>Schema_Daemon_Breaktime=&lt;seconds&gt;</b><br />This variable specifies how often (in seconds) the daemon checks to see if it should shut down because its parent LDAP task is shutting down.<br /><br /><b>Schema_Daemon_Idletime=&lt;minutes&gt;</b><br />This variable specifies how long (in minutes) the daemon remains idle after it has completed its tasks. After the daemon has been idle for the specified interval, it begins its tasks again.<br /><br /><b>Schema_Daemon_Reloadtime=&lt;hours&gt;</b><br />This variable specifies how often (in hours) the daemon adds schema elements for new or changed Domino Directory forms and fields to its in-memory schema.<br /><br /><b>Schema_Daemon_Resynctime=&lt;hours&gt;</b><br />This variable specifies how often (in hours) the daemon updates the schema published in the Domino LDAP Schema database with a newer in-memory schema.<br /><br />In addition, you can disable the LDAP service itself by setting DisableLDAPOnAdmin=1. This prevents the LDAP service from running on the administration server of a domaon&#039;s Domino Directory.<br /><br />Other variables of interest<br />This section presents a sample of other Domino 6 variables you may encounter.<br /><br /><b>Debug_SSO_Trace_Level=&lt;level&gt;</b><br />This variable obtains detailed debugging information for protocols that support single sign-on, such as HTTP and DIIOP. Debug_SSO_Trace_Level=1 prints debugging information as tokens are generated and verified, as well as configuration details. Debug_SSO_Trace_Level=2 prints detailed memory dumps as tokens are generated and verified, in addition to the preceding information.<br /><br /><b>DominoR5IntlURLDecoding=&lt;n&gt;</b><br />This variable enables or disables the decoding of international URL strings using a proprietary encoding scheme. By default, Domino 6 encodes URLs according to the IRI (International Resource Identifiers) standard and does not decode URL strings encoded by Domino 5. DominoR5IntlURLDecoding=1 enables Domino 5 international URL decoding; a setting of 0 disables it.<br /><br /><b>Enable_ACL_Files=&lt;n&gt;</b><br />This variable enables or disables ACL file checking on a server. ACL files are an option for protecting server directories and contain the names of users authorized to access those directories. For non-xSP configurations, this variable is set to 0 (disabled) by default. For xSP configurations, it is set to 1 (enabled).<br /><br /><b>FT_Max_Search_Results=&lt;results number&gt;</b><br />Specifies the maximum number of results that can be retrieved at one time on a database without an index. The value can be any number up to 2,147,483,647.<br />]]></content>
		<id>http://www.somethingsomewhere.net/index.php?entry=entry080818-120106</id>
		<issued>2008-08-18T00:00:00Z</issued>
		<modified>2008-08-18T00:00:00Z</modified>
	</entry>
</feed>
