[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] /proc file systeem on AIX
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] /proc file systeem on AIX
- From: Jeff Newman <jeffnewman75 (at) gmail.com>
- Date: Mon, 6 Feb 2006 10:35:35 -0600
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=AzluIQgp67b5/yCK5qI5QVNLATn7n4pSBoe4z1RG+GAkSXNAhNvcNYqTZGTPO3YJcmfiZysCTcstRV8+l4LEJhRDxj7HrPvhhiyL4ZZcuFUIlfVE3sBPVwj0HAxeBa0OKkIPl35Pieae0mECuGMBmlLQd5rgzOdQoFrj2em8QeU=
- References: <200602052137.55592.stef.coene@docum.org> <43E714DD.2010301@steria.com>
I had to add a "| grep -v :/" to not check NFS mounted filesystems.
On 2/6/06, Frédéric Mangeant <frederic.mangeant (at) steria.com> wrote:
>
> Stef Coene a écrit :
> > Hi,
> >
> > The command df on AIX (I think 5.2 and higher) includes /proc. And it's
> > useless to monitor this virtual file system. So I changed my df
> command to:
> >
> > # The sed stuff is to make sure lines are not split into two.
> > df -Ik | grep -v "^/proc" | sed -e '/^[^ ][^ ]*$/{
> > N
> > s/[ ]*\n[ ]*/ /
> > }'
> >
> > This is a bug in the hobbitclient-aix.sh script.
> >
>
> Hi
>
> it should be even better to use this command :
>
> df -Ik | grep "^/dev" | [...]
>
>
> --
>
> Frédéric Mangeant
>
> Steria EDC Sophia-Antipolis
>
>
>
>
> To unsubscribe from the hobbit list, send an e-mail to
> hobbit-unsubscribe (at) hswn.dk
>
>
>