Clearing the infsck flag on a file system, Troubleshooting file systems, Ibrix_pv -a discovers too many or too few devices – HP StoreAll Storage User Manual

Page 44: Cannot mount on an x9000 client, Nfs clients cannot access an exported file system, User quota usage data is not being updated

Advertising
background image

Run phase 2:

ibrix_fsck -p 2 -f FSNAME [-s LVNAME] [-c] [-o "options"]

The command can be run on the specified file system or optionally only on segment LVNAME. Use
-o

to specify any options.

Run phase 3:

ibrix_fsck -p 3 -f FSNAME [-c]

Clearing the INFSCK flag on a file system

To clear the INFSCK flag, use the following command:

ibrix_fsck -f FSNAME -C

Troubleshooting file systems

ibrix_pv -a discovers too many or too few devices

This situation occurs when file serving nodes see devices multiple times. To prevent this, modify
the LVM2 filter in /etc/lvm/lvm.conf to filter only on devices used by X9000 Software. This
will change the output of lvmdiskscan.

By default, the following filter finds all devices:

filter = [ "a/.*/" ]

The following filter finds all sd devices:

filter = [ "a|^/dev/sd.*|", "r|^.*|" ]

Contact HP Support if you need assistance.

Cannot mount on an X9000 client

Verify the following:

The file system is mounted and functioning on the file serving nodes.

The mountpoint exists on the X9000 client. If not, create the mountpoint locally on the client.

Software management services have been started on the X9000 client (see “Starting and
stopping processes” in the administrator guide for your system).

NFS clients cannot access an exported file system

An exported file system has been unmounted from one or more file serving nodes, causing X9000
software to automatically disable NFS on those servers. Fix the issue causing the unmount and
then remount the file system.

User quota usage data is not being updated

Restart the quota monitor service to force a read of all quota usage data and update usage counts
to the file serving nodes in your cluster. Use the following command:

ibrix_qm restart

44

Maintaining file systems

Advertising