Re: server monitor

2015-03-08 Thread Julien Groselle
Hi, For now, the best solution is to forget old solutions (cacti, munin, etc.) and give a look to new ones based on scalability and effectiveness : - Collectd - Small and lightweight stats collector written in C - Graphithe

Re: server monitor

2015-03-08 Thread Julien Groselle
Hi, For now, the best solution is to forget old solutions (cacti, munin, etc.) and give a look to new ones based on scalability and effectiveness : - Collectd - Small and lightweight stats collector written in C - Graphithe

Re: SSD settings for Wheezy

2013-05-13 Thread Julien Groselle
Hi John, Take a look on this : https://btrfs.wiki.kernel.org/index.php/FAQ#Is_Btrfs_optimized_for_SSD.3F By the way, on my laptop, I have just one SSD, and I use btrfs on root with /tmp and /var/log on tmpfs (RAM) to avoid simultaneous multiples write on SSD. I never switch off my laptop, I put it

Re: [Debian installer] Problem with umounting hd-media

2013-04-30 Thread Julien Groselle
with CCISS drivers. Thanks again for your time. Have a good day ! --- *JG* 2013/4/25 Brian Potkin > On Tue 23 Apr 2013 at 16:50:50 +0200, Julien Groselle wrote: > > > Hi, > > > > I didn't know the existence about the debian-boot mailinglist... Thanks >

[Debian installer] Problem with umounting hd-media

2013-04-23 Thread Julien Groselle
Hello debian users, We are installing some Debian wheezy on tests servers and we are assuming some issues : One of them are really annoying : - We install the system with USB flash drive. - After booting on it, the USB stick is mounted on /hd-media/ - The .iso image situated in hd-media is loop mo

Core dump problem

2012-10-05 Thread Julien Groselle
Hello Debian users, I want enable core dump on a debian squeeze server. So I have downloaded the source code of kernel (2.6.32) and i have activate this options : CONFIG_PROC_VMCORE=y CONFIG_KEXEC=y CONFIG_CRASH_DUMP=y CONFIG_KEXEC_JUMP=y Compilation was successful, but i can't u

Re: how to copy files from linux to windows via terminal

2012-08-21 Thread Julien Groselle
Hi, Just use winSCP on your Windows... It's an opensource project which provide file transfert over ssh tunnel. --- JG 2012/8/20 Joe > On Mon, 20 Aug 2012 21:04:27 +0800 > lina wrote: > > > Hi, > > > > how to copy files from linux to windows via terminal. > > > > I know p

Re: What files to backup

2012-04-12 Thread Julien Groselle
Hi, I use this line to backup my entire computer : rsync -avhHPS --exclude={dev,sys,proc,mnt,tmp,media} / /`date +%Y-%m-%d-%T`/* * Nothing is forget except the "exclude" rep. -- JG Le 12 avril 2012 14:12, Rob Owens a écrit : > On Tue, Apr 10, 2012 at 09:11:55PM -0600, Bob Proulx wrote: > > B

Syslog-ng problem : IP Address folder

2012-03-23 Thread Julien Groselle
Hello everybody, I have posted that on syslog-ng mailing-list, but i don't have any answer for now... I try to submit my problem to debian's experts ;) -- I work for a lange society, and we use syslog-ng for 5 years now. We have a centralized server with storage tank to keep logs securly. Concr

Re: Question about HotPlug and cciss hp storage

2012-02-28 Thread Julien Groselle
on this point, and i hope it will be the last one... -- JG Le 23 février 2012 21:38, Stan Hoeppner a écrit : > On 2/23/2012 10:16 AM, Julien Groselle wrote: > > > Now i'm sure that is a must have. > > Since 4 years to last year, we just had Hardware RAID, so we d

Re: Question about HotPlug and cciss hp storage

2012-02-23 Thread Julien Groselle
.70-8.0 is not the last one. But i don't find any 64 bit deb file to use... rpm, yes ; i386, yes... Of course nothing in your link<http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack/Debian/pool/non-free/> :( Still searching... -- JG Le 21 février 2012 15:06, Stan Hoeppner a é

Re: Question about HotPlug and cciss hp storage

2012-02-21 Thread Julien Groselle
Hi Stan, First, i tell you a huge thanks ! The ACU software is just what i need to better administrate hardware. Just one problem, the dependecies will "dirty" my server : # aptitude install lib32gcc1 Les NOUVEAUX paquets suivants vont être installés : lib32gcc1 libc6-i386{a} # dpkg -i lib32st

Re: Question about HotPlug and cciss hp storage

2012-02-20 Thread Julien Groselle
RAID, but it is not the subject here. Do you need something else ? Le 20 février 2012 16:09, Stan Hoeppner a écrit : > On 2/20/2012 8:43 AM, Julien Groselle wrote: > > Thank you for your answer Stan, > > > > Yes, I'm not a specialist about this kernel data structure

Re: Question about HotPlug and cciss hp storage

2012-02-20 Thread Julien Groselle
. -- JG. Le 20 février 2012 14:50, Stan Hoeppner a écrit : > On 2/20/2012 4:47 AM, Julien Groselle wrote: > > Hi, > > > > I'm trying to understand why this directory is empty : > /sys/class/scsi_host/ > > We have two types of servers, one like that >

Re: Question about HotPlug and cciss hp storage

2012-02-20 Thread Julien Groselle
my production server. SO i have installed it... But /sys/class/scsi_host/ is always empty... Any help ? :) JG Le 17 février 2012 18:01, Christofer C. Bell a écrit : > On Fri, Feb 17, 2012 at 10:59 AM, Julien Groselle > wrote: > > I'm sure my kernel is not so old :) > > >

Re: Question about HotPlug and cciss hp storage

2012-02-17 Thread Julien Groselle
I'm sure my kernel is not so old :) # uname -r ; cat /etc/debian_version 2.6.32-5-amd64 6.0.4 Le 17 février 2012 17:55, Christofer C. Bell a écrit : > On Fri, Feb 17, 2012 at 10:34 AM, frank wrote: > > On Fri, 2012-02-17 at 10:26 -0600, Christofer C. Bell wrote: > > > >> echo "- - -" > /sys/cla

Re: Question about HotPlug and cciss hp storage

2012-02-17 Thread Julien Groselle
I already have seen this blog, and the folder /sys/class/scsi_host/ is not populated (on my server, ofc) : # l /sys/class/scsi_host total 0 JG Le 17 février 2012 17:34, frank a écrit : > On Fri, 2012-02-17 at 10:26 -0600, Christofer C. Bell wrote: > > > echo "- - -" > /sys/class/scsi_host/host

Re: Question about HotPlug and cciss hp storage

2012-02-17 Thread Julien Groselle
turn about the entire test later. Maybe you have reduce my work time for this night :P JG. Le 17 février 2012 17:10, frank a écrit : > On Fri, 2012-02-17 at 15:04 +0100, Julien Groselle wrote: > > > So no, I didn't rescan anything... It's just what I need (a command > &

Re: Question about HotPlug and cciss hp storage

2012-02-17 Thread Julien Groselle
have a write error : invalid argument So no, I didn't rescan anything... It's just what I need (a command line to recan all HDD device) JG. Le 17 février 2012 14:00, frank a écrit : > On Fri, 2012-02-17 at 12:02 +0100, Julien Groselle wrote: > > > I use Soft Raid... and not

Re: Question about HotPlug and cciss hp storage

2012-02-17 Thread Julien Groselle
ive by a new one. The rebuild starts > automatically. > > Your device is /dev/cciss/c0d0 > > Frank > > Am 17.02.2012 um 11:35 schrieb Julien Groselle >: > > > Hi, > > > > After peel the web to find any information about how to add / remove > hard dri

Question about HotPlug and cciss hp storage

2012-02-17 Thread Julien Groselle
Hi, After peel the web to find any information about how to add / remove hard drive on Debian. My Hardware is HP ProLiant DL380 G7, with HP Smart Array P410i Controller version 3.50. I had preferred soft RAID solution with mdadm. But the only bad point for me is the Hot Plug. Could some one help