I want to test/check for VALIDATE_VOLUMES usage on our database but it seems that I'm unable because this parameter is "case sensitive".
On many of our servers we have storage NAME/IP pair defined in the host file with uppercase letters but when they're discovered from SC they have lowercase name so the checking on mounted filesystem fails.
The volumes are mounted correctly on the server but we get this kind of error:
SCF-0065:Volume [volname] on [STORAGE] is not included in the configuration file.
trying to put the name in uppercase on the configuration file did not solve the problem (at least I've tried but it still fails). It's possible to do the check on the storage name case insensitive?
Thanks
Francesco