| PRIMECLUSTER Global File Services Configuration and Administration Guide 4.1 (Solaris(TM) 10 Operating System) |
Contents
Index
![]()
|
| Chapter 12 File System Management | > 12.2 Checking a File System for Consistency and Repairing It | > 12.2.1 Action to be taken when fsck terminates abnormally |
This message indicates that the command terminated abnormally because a mismatch was found in the partition configuration data for the GFS Shared File System partitions.
Can't open <device-name> <errno> setup: Volume information error setup: fsck quit due to unrecoverable error! |
Use sfcadm(1M) to recover the partition information.
The following example shows how to restore partition information on the "/dev/sfdsk/gfs01/rdsk/volume01" device.
For a single partition, perform the following operation:
# sfcadm -r -a /dev/sfdsk/gfs01/rdsk/volume01 <Enter> |
For a multi-partition configuration, use sfcinfo(1M) to check the partitions and then use sfcadm(1M) to perform recovery using the representative partition.
# sfcinfo /dev/sfdsk/gfs01/dsk/volume01 <Enter> /dev/sfdsk/gfs01/dsk/volume01: FSID special size Type mount 1 /dev/sfdsk/gfs01/dsk/volume01(11500000021) 25418 META ----- 1 /dev/sfdsk/gfs01/dsk/volume01(11500000021) 5120 LOG ----- 1 /dev/sfdsk/gfs01/dsk/volume01(11500000021) 232256 DATA ----- 1 /dev/sfdsk/gfs01/dsk/volume02(11500000022) 7341778 DATA ----- 1 /dev/sfdsk/gfs01/dsk/volume03(11500000023) 6578704 DATA ----- # sfcadm -r /dev/sfdsk/gfs01/rdsk/volume01 <Enter> |

In the result of sfcinfo(1M) executed, the partition displayed the first will be the representative partition of the file system. See sfcinfo(1M).
Contents
Index
![]()
|