ocf:symlink — Manages a symbolic link
[OCF_RESKEY_link=string] [OCF_RESKEY_target=string] [OCF_RESKEY_backup_suffix=string] symlink [start | stop | monitor | meta-data | validate-all]
This resource agent that manages a symbolic link (symlink). It is primarily intended to manage configuration files which should be enabled or disabled based on where the resource is running, such as cron job definitions and the like.
Full path of the symbolic link to be managed. This must obviously be in a filesystem that supports symbolic links.
Full path to the link target (the file or directory which the symlink points to).
A suffix to append to any files that the resource agent moves out of the way because they clash with "link". If this is unset (the default), then the resource agent will simply refuse to create a symlink if it clashes with an existing file.