View Single Post

   
  #4 (permalink)  
Old 01-05-2008, 04:40 AM
Steve Nottingham
 
Posts: n/a
Default Re: File system serial number, aix 5.

Marcel <> wrote in message news:<6rj6p05lcfpqbquolsaq6rcl4masu24cnk@4ax.com>. ..
> Hi.
>
> errpt -a tells me about:
>
> Detail Data
> SIGNAL NUMBER
> 6
> USER'S PROCESS ID:
> 426060
> FILE SYSTEM SERIAL NUMBER
> 18
> INODE NUMBER
> 2055
>
> Is it correct that the file system serial number can be found by
> looking for the same minor number (18) with ls -la /dev ?
>
> I cannot find the program crash on AIX 5 (5200-3)
> which also reports f.s.serial numbers.
>
> which_fileset crash
> which_fileset: No match found for: crash
>
> Greetings and thanks,
> Marcel.


The file system serial number is also in hex, so you would have to
look for the file with a minor number of 26.

I think crash is not in AIX 5L and had been replaced with dbx

Steve
Reply With Quote