Re: Problem with AIX 5.1 ML3, jfs2 and the Apache webserver

From: Vic Abell (abe_at_purdue.edu)
Date: 07/15/03


Date: 15 Jul 2003 10:09:00 -0700

stefan.rothenbuehler@vzug.ch (Stefan Rothenbühler) wrote in message news:<31615887.0307150326.153fee5a@posting.google.com>...
> Hello
>
> I'm trying to perform a installation of Apache 2.0.46 on a seperate
> jfs2 filesystem on AIX 5.1 ML3. The compilation worked successfully
> after adding CPPFLAGS=-D_THREAD_SAFE to the configuration script.
> The apache webserver starts without problem's with "apachectl start".
> Also the shutdown with "apachectl stop" works. But if I try to umount
> the filesystem, it tells me, that the requested resource is busy. When
> I look at the filesystem with "fuser -u" it doesn't show me any
> process (or user) accessing the filesystem. I also tried to use
> "lsof", but the result was the same. No single process was accessing
> the filesystem.
> If I do a "fsck -y" on the mounted filesystem, it sometimes work to
> umount.
>
> Did anyone have the same problems? Is there a fix for this problems?
>
> Thanks for your help and comments
>
> Stefan Rothenbühler

Make sure you are using lsof 4.67 or higher. (Lsof 4.68 is
current.) Lsof didn't have JFS2 support until 4.67.

Vic Abell, lsof author



Relevant Pages

  • Re: strange behaviour of df command
    ... information deduced from traversing the filesystem and collecting the ... finds no reference and doesn't count it as being 'used'. ... One way to make sure is by using lsof. ... Kind regards, ...
    (RedHat)
  • Re: strange behaviour of df command
    ... Thanks a lot dag. ... information deduced from traversing the filesystem and collecting the ... One way to make sure is by using lsof. ... Kind regards, ...
    (RedHat)
  • Re: var Filesystem Full Help
    ... Files which are open and then deleted do not free their blocks and do not show up as free blocks in df. ... If the original command had been du, which traverses the file system to count usage and therefore can't count a file which has been deleted but is still open, then lsof might be useful. ... Filesystem 1K-blocks Used Avail Capacity Mounted on ... Wait for open process to finish; ...
    (freebsd-questions)
  • Re: Noob boo boo with samba
    ... for other such difficulties in umounting various unix-served ... filesystem will not be sufficient to allow a umount (in my ... that it is 'mozilla' which has opened 10,000 file descriptors over ... 'lsof' is not part of the base system I don't think. ...
    (freebsd-newbies)
  • Re: aix command to determine filesystem in use or opem
    ... > Is there an AIX command to determine which ... > filesystem or files that are open or in use ... > by a currently executing program? ... lsof can list open files, sockets, TCP connection... ...
    (AIX-L)