Problem Please help...

Hi all,
I have installed two v210 servers with external disk arrays and on both of them when i run the fsck i get the following output :

/dev/md/dsk/d0 IS CURRENTLY MOUNTED READ/WRITE.
CONTINUE? yes
** /dev/md/dsk/d0
** Currently Mounted on /
** Phase 1 - Check Blocks and Sizes
** Phase 2 - Check Pathnames
** Phase 3a - Check Connectivity
** Phase 3b - Verify Shadows/ACLs
** Phase 4 - Check Reference Counts
** Phase 5 - Check Cylinder Groups
FILESYSTEM MAY STILL BE INCONSISTENT.
91493 files, 2064652 used, 10320272 free (72136 frags, 1281017 blocks, 0.6% fragmentation)
***** FILE SYSTEM IS BAD *****
***** PLEASE RERUN FSCK *****
/dev/md/dsk/d2 IS CURRENTLY MOUNTED READ/WRITE.
CONTINUE? yes
** /dev/md/dsk/d2
** Currently Mounted on /EMS
** Phase 1 - Check Blocks and Sizes
** Phase 2 - Check Pathnames
** Phase 3a - Check Connectivity
** Phase 3b - Verify Shadows/ACLs
** Phase 4 - Check Reference Counts
** Phase 5 - Check Cylinder Groups
FILESYSTEM MAY STILL BE INCONSISTENT.
3556 files, 2398851 used, 24554204 free (404 frags, 3069225 blocks, 0.0% fragmentation)
***** FILE SYSTEM IS BAD *****
***** PLEASE RERUN FSCK *****
/dev/md/dsk/d3 IS CURRENTLY MOUNTED READ/WRITE.
CONTINUE? yes
** /dev/md/dsk/d3
** Currently Mounted on /EMS2
** Phase 1 - Check Blocks and Sizes
** Phase 2 - Check Pathnames
** Phase 3a - Check Connectivity
** Phase 3b - Verify Shadows/ACLs
** Phase 4 - Check Reference Counts
** Phase 5 - Check Cylinder Groups
FILESYSTEM MAY STILL BE INCONSISTENT.
2 files, 9 used, 26953046 free (14 frags, 3369129 blocks, 0.0% fragmentation)
***** FILE SYSTEM IS BAD *****
***** PLEASE RERUN FSCK *****
/dev/dsk/c2t0d0s0 IS CURRENTLY MOUNTED READ/WRITE.
CONTINUE? yes
** /dev/dsk/c2t0d0s0
** Currently Mounted on /backup_DB0
** Phase 1 - Check Blocks and Sizes
** Phase 2 - Check Pathnames
** Phase 3a - Check Connectivity
** Phase 3b - Verify Shadows/ACLs
** Phase 4 - Check Reference Counts
** Phase 5 - Check Cylinder Groups
FILESYSTEM MAY STILL BE INCONSISTENT.
26 files, 11364155 used, 65268693 free (13 frags, 8158585 blocks, 0.0% fragmentation)
***** FILE SYSTEM IS BAD *****
***** PLEASE RERUN FSCK *****
/dev/dsk/c2t0d0s1 IS CURRENTLY MOUNTED READ/WRITE.
CONTINUE? yes
** /dev/dsk/c2t0d0s1
** Currently Mounted on /backup_DB1
** Phase 1 - Check Blocks and Sizes
** Phase 2 - Check Pathnames
** Phase 3a - Check Connectivity
** Phase 3b - Verify Shadows/ACLs
** Phase 4 - Check Reference Counts
** Phase 5 - Check Cylinder Groups
FILESYSTEM MAY STILL BE INCONSISTENT.
12 files, 6884716 used, 69748132 free (12 frags, 8718515 blocks, 0.0% fragmentation)
***** FILE SYSTEM IS BAD *****
***** PLEASE RERUN FSCK *****

What sould i do ?

Thanks!
Yuval

boot from network or cd/dvd and check the internal disks again...

Boot the system from cd/dvd to single user.
Then, run fsck.
fsck -F ufs -y /dev/dsk/c#c#t#s0
and so on for other slices.
Make sure when you re-run the fsck the 2nd or 3rd time, its not giving similar errors or corrupted. instead it should pass through cleanly. Once done, halt the system by doing a sync and init 0. from ok> prompt boot the system normally

And beware, if your disks are mirrored, PLS detach them first and do filesystem check on them individually. You might not know, if there's a corruption from one disk might be syncing to the other as well.

Thank you !!!

Is it a command that i should run?

Is there any difference if i will boot to Single user driirectly from the ok promt (boot -s)?

Yuval

I remember seeing output like that. I found a patch for fsck and that fixed it. So that is my advice...make sure you have the latest fsck patch for your os.

hhhmmm ..gd question... you can boot -sw or boot cdrom -sw too..
when you boot with cd/dvd, you can isolate the filesystem or make changes to files within (in case you need to make changes to critical system files etc)..