Symantec logo
Example: Configuring the VXFEN Parameters

 To reconfigure the VXFEN module

  1. Shut down all Oracle service groups on the node.

    # hagrp -offline oragrp -sys north

  2. Stop all Oracle client processes, such as sqlplus, svrmgrl, and gsd, on the node.
  3. Unconfigure the VXFEN module.

    # /sbin/vxfenconfig -U

  4. Unload the module.

    # /etc/init.d/vxfen stop

  5. Edit the /etc/sysconfig/vxfen file.

    For example, change the entry from:

    vxfen_min_delay=0

    to:

    vxfen_min_delay=30

  6. Start the VXFEN module.

    # /etc/init.d/vxfen start

  7. Bring the service groups online.

    # hagrp -online oragrp -sys north