vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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. |
| |||
| Marcel wrote: > Is it correct that the file system serial number can be found by > looking for the same minor number (18) with ls -la /dev ? yes, but you have to convert this hex-number to decimal --> 16+8 > I cannot find the program crash on AIX 5 (5200-3) its replaced by kdb |
| ||||
| 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 |