If an inqfail error appears in your LifeKeeper error log following a failover, you will need to change the filesystemio setting.

Note: The disk id and server name will be different for each configuration.

To resolve this problem, you will need to change the setting filesystemio=”SETALL” to filesystemio=”ASYNCH”

To locate this setting, query the option with the following SQL command:

  1. SQL> show parameter filesystemio;
  1. Use the following commands to change the settings:

SQL> alter system set filesystemio_options=<XXXXXXX> scope=spfile;

<XXXXXXX> can be set to

<XXXXXXX> = {none | setall | direction | asynch}

NONE – no optimization

ASYNC – enable asynchronous I/O

DIRECTIO – enable direct I/O

SETALL – enables all available features

IMPORTANT: Oracle needs to be restarted after resetting the parameter.

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment