Viewing 4 posts - 1 through 5 (of 5 total)
Thanks! Any help you can give is welcome 🙂
October 26, 2015 at 8:44 am
I am using it via the console, yes. I have yet to setup the ODBC drivers on RHEL6 to allow for outside connections to the DB.
October 15, 2015 at 9:10 am
https://hp.symantec.com/asset/download/c13872ec1c1701c81d680dc2cc111f13
Sorry about that, the links were right by each other. Try this.
October 15, 2015 at 7:35 am
Thanks for the response
SELECT
TOP 100 START AT 1 domain_Policy.name as "Policy",
domain_client.name as "VM Guest",
adjust_timestamp(domain_JobArchive.startTime,-14400000 ) as "Job Start Time",
adjust_timestamp(domain_JobArchive.endTime,-14400000 ) as "Job End Time",
nb_VirtualMachines.operatingSystem as "Virtual OS",
domain_JobArchive.throughput as "Throughput...
October 15, 2015 at 6:46 am
Viewing 4 posts - 1 through 5 (of 5 total)