
 Usage: SmartSAN --[help|enable|disable|status|state|version] [--ramdisk]
 
 The --ramdisk option, if specified, ONLY applies to --enable and --disable,
 otherwise its ignored.


 -e | --enable)
 This command will enable the SmartSan module parameter.
 It will display the current state of that parameter in the running driver
 and the configured status. For example:
    SmartSAN configured: Enabled

 If --ramdisk option is specified, a new ramdisk image will be automatically
 generated.  Otherwise, the user will have to rebuild the ramdisk and reboot before
the change is effective.


 -d | --disable)
 This command will disable the SmartSan module parameter.
 It will display the current state of that parameter in the running driver
 and the configured status. For example:
    SmartSAN configured: Disabled

 If --ramdisk option is specified, a new ramdisk image will be automatically
 generated, otherwise the utility will prompt the user accordingly.


 -s | --status)
 This command will display the value of the SmartSAN module parameter
 as the configured status. For example:
    SmartSAN configured: Enabled

    SmartSAN configured: Disabled

    SmartSAN not configured

 -t | --state)
 This command will display the current state of that parameter
 in the running driver. For example:
    SmartSAN current state: Enabled

    SmartSAN current state: Disabled


 -v | --version)
 This command will display the version of this utility

