Nov 14, 2018
02:59 PM
Summary
This article explains how to collect a complete set of log files for Spider Operations Manager
Synopsis
You are having troubles with Spider Operations Manager
Discussion
To analyze your problem we need a complete set of log files. To get them please follow theses steps:
Navigate to your Operations Manager home directory (default: C:\Program Files\OperationsManager)
Zip the whole logs folder -> omlogs.zip
Navigate to your ESI home directory (default: C:\Program Files (x86)\ESI)
Zip the whole logs folder -> esilogs.zip
Send us the two zip files
Products
OM4
... View more
Labels:
Nov 07, 2018
10:12 AM
Summary
Setup reports SQL Server collation as invalid.
Symptoms
Setup reports SQL Server collation as invalid.
Cause
As described in System Requirements - SQL Server the collation on the server must be a case insensitive (CI) collation.
Resolution
Change your collation to a case insensitive collation.
You can check your current settings by using this script:
SELECT SERVERPROPERTY( 'Collation' ) AS ServerCollation, SERVERPROPERTY( 'ComparisonStyle' ) AS ComparisonStyle, CASE WHEN ( CAST (SERVERPROPERTY( 'ComparisonStyle' ) AS INT ) & 1) = 1 THEN 'CI' ELSE 'CS' END AS [Case], CASE WHEN ( CAST (SERVERPROPERTY( 'ComparisonStyle' ) AS INT ) & 2) = 2 THEN 'AI' ELSE 'AS' END AS [Accent]
... View more
Labels:
Nov 06, 2018
06:57 PM
Summary If you like to get data from VMWare vCenter you have to use VMWare vCenter PowerCLI. Synopsis Since VMWare PowerCLI version 6.5 there is no offline installer for installing but you have to download it from the PowerShell Gallery. The following link explains how to download/install the most recent PowerCLI module (online and offline): https://blogs.vmware.com/PowerCLI/2017/04/powercli-install-process-powershell-gallery.html
Please always use the latest version!
Discussion If you like to get data from VMWare vCenter you have to use VMWare vCenter PowerCLI.
... View more
Labels:
Latest posts by cheld
Subject | Views | Posted |
---|---|---|
656 | Nov 14, 2018 02:59 PM | |
608 | Nov 07, 2018 10:12 AM | |
596 | Nov 06, 2018 06:57 PM |
Activity Feed
- Posted Operations Manager: How to collect a complete set of log files for Spider Operations Manager on Spider Knowledge Base. Nov 14, 2018 02:59 PM
- Posted Spider Setup: SQL server collation on Spider Knowledge Base. Nov 07, 2018 10:12 AM
- Posted Get VMWare vCenter PowerCLI for Spider Recognition (Software Services) on Spider Knowledge Base. Nov 06, 2018 06:57 PM