TAG | system center
25
System Center Advisor RC: Overview
2 Comments · Posted by Christopher Keyaert in Uncategorized
System Center Advisor (formerly Microsoft codename “Atlanta”) is a cloud service that enables IT professionals to assess their server configuration and proactively avoid problems. With System Center Advisor, support staff is able to resolve issues faster by accessing current and historical configuration data, all with the security features that meet their needs. Additionally, System Center Advisor helps reduce downtime by providing suggestions for improvement, and notifying customers of key updates specific to their configuration.

The basic idea is to have your servers monitored in a Microsoft Cloud, with a web interface for the management part. Technically, you will need to have a gateway server in your enterprise (A gateway is just a server which has an internet access and all your monitored servers will contact to that gateway for updating informations to the cloud and not directly to internet).
Attention, currently System Center Advisor only supports the monitor of Windows Server 2008, Sql Server 2008 and some AD part.
System Requirements
The System Center Advisor agent and gateway require either 32-bit or 64-bit versions of:
Windows Server 2008 or later
The System Center Advisor agent analyzes both 32-bit and 64-bit versions of:
Microsoft SQL Server 2008 or later
Windows Server 2008 or later
To access the System Center Advisor web portal you will need a browser that supports Silverlight 4.0, such as Internet Explorer 7.0 or later.
Let’s starting:
Microsoft just published the RC of Advisor, and as it’s free for the moment, it’s the right time to test it. Just go on https://www.systemcenteradvisor.com/ and create an account thanks to you Windows Live ID.
Once your account created, you have to download the Certificate and the setup program. This certificate will be used for authentication between the Microsoft Advisor Cloud and your Gateway server. You don’t need to add this certificate in your certificate store, the setup will ask for it during the installation process, nothing more.

Once your gateway ready, the process will install the Operations Manager Agent. You don’t need to have a Microsoft System Center Operations Manager 2007 infrastructure in place, System Center Advisor will just installed the agent and configured it for working with the Microsoft Advisor Cloud.
When everything, we will have to wait some times for having data retrieved in your web console
Overview
The web console has 5 min parts:
- Alerts: in that view, we could see all your servers’ alerts and manage it. Changing the status, disabling not needed alert…



-
Configuration : In that part, we have a global snapshot of the current configuration of your servers

- Change History : History of your configuration changes

-
Servers : View of all your monitored servers and gateways

- Account: In that part we could manage your user access (base on Windows Live Id), the name of your company and closing your company account.

Conclusion
Microsoft System Center Advisor could be really a great product for small companies that don’t have the money and the resources for the implementation of Microsoft System Center Operations Manager 2007 R2. The setup is really quick and the entire configuration is saved in the Microsoft Cloud.
Currently Advisor has only a few monitoring rules for AD, Windows Server 2008 and SQL Server 2008. I hope that Microsoft will soon add all the rules/monitors available in the different OpsMgr Management packs.
I invite you to read the comment of Paul Mestemaker / Sr. Program Manager / Microsoft / System Center Advisor below.
Below, all the alerts that could you have with Microsoft System Center Advisor RC:





I invite you to read the comment of Paul Mestemaker / Sr. Program Manager / Microsoft / System Center Advisor below.
advisor · cloud · microsoft · monitoring · system center
8
Linux Secure Reference Override Alerts caused by Lync Server 2010 Management Pack
No comments · Posted by Christopher Keyaert in OpsMgr / Scom
Dear All,
If you have just installed the Lync Server 2010 Management Pack and then you have also Linux / UNIX servers monitored by your System Center Operations Manager 2007 R2 environment, it’s possible that you will be flooded by “Secure Reference Override Failure” alerts in the console and Event ID 1107 in the event viewer of all the management servers that are currently monitoring Linux / UNIX servers.
The Health Service on computer bramomms001.xxxx.com failed to resolve SecureReference override. This issue may affect multiple instances. Additional details: Account for RunAs profile in workflow “Microsoft.Linux.RHEL.4.Process.Syslog.Restart”, running for instance “Red Hat Enterprise Linux ES release 4 (Nahant Update 8)” with id:”{FBAA7FEC-9E05-6981-C6A6-97BA710C9111}” is not defined. Workflow will not be loaded. Please associate an account with the profile. Management group “xxx”
The Health Service on computer bramomms001.xxxx.com failed to resolve SecureReference override. This issue may affect multiple instances. Additional details: Account for RunAs profile in workflow “Microsoft.Linux.RHEL.4.Process.Udev.Diagnostic”, running for instance “Red Hat Enterprise Linux ES release 4 (Nahant Update 8)” with id:”{FBAA7FEC-9E05-6981-C6A6-97BA710C9111}” is not defined. Workflow will not be loaded. Please associate an account with the profile. Management group “xxxxx”
This is caused by a problem with the “Microsoft Lync Server 2010 Profile” and the Linux / UNIX profile. The cause is not really clear, but this is related with the Run As Accounts used by Lync Server 2010 management pack that is targeted to “All targeted objects” and not to “Windows Computer” class only.
As this management pack is sealed, we will not be able to do any modification to the existing entry. If you try, you will receive the following error message:
Currently, there is no official fix about this problem. I personally opened one thread on TechNet Forums:
And also a bug report on Connect Portal:
With the help of Microsoft Premier Support, we found a workaround for fixing that issue. Remember, tried this workaround at your own risks and this is not supported by Microsoft.
As this management pack is sealed, we need to export it with Microsoft PowerShell by using the following command:
Get-managementpack | Where-object {$_.DisplayName -eq “Microsoft Lync Server 2010 Management Pack”} | export-managementpack -path D:\MpExtract\
Now, from the SCOM console, in the Administration pane, Management Packs, you have to delete the installed “Microsoft Lync Server 2010 Management Pack”.
Import the management pack that you just exported (xml file) with the PowerShell command:
After the import of the management pack, you have the possibility to modify the “Microsoft Lync Server 2010 Profile” and change the “This Run As Account will be used to manage the following Objects” from “All targeted objects” to Class “Windows Computer”.
Technically, that will change the following line in the management, from
<SecureReferenceOverride ID=”Microsoft.LS.2010.Override.RunAsAccount.NetworkService” Context=”System!System.Entity” Enforced=”false” SecureReference=”Microsoft.LS.2010.RunAsAccount”> <Value>01010101010101010101010101010101010101010100000000000000000000000000000000000000</Value></SecureReferenceOverride>
To
<SecureReferenceOverride ID=”SecureOverride2f91f0bb_03e8_9dbf_09c9_ca1673e1cb05″ Context=”Windows!Microsoft.Windows.Computer” Enforced=”false” SecureReference=”Microsoft.LS.2010.RunAsAccount”><Value>01010101010101010101010101010101010101010100000000000000000000000000000000000000</Value></SecureReferenceOverride>
This work around will fix the problem of “Secure Reference Override Failure” alerts caused on Linux / UNIX servers and from my own tests, that will not affect your Lync and Linux / Unix monitoring.
You could download below the management pack directly modified, but it’s at your own risks to use it.
http://www.vnext.be/wp-content/uploads/2011/03/Microsoft.LS_.2010.Monitoring.zip
Now we are waiting for an official fix from Microsoft, in the meantime if you have any further information, please contact me.
Christopher KEYAERT
8
SCOM / OpsMgr: NetApp Management Pack
7 Comments · Posted by Christopher Keyaert in OpsMgr / Scom
Hi Guys,
Today, I will blog about the installation of the NetApp Management Pack for monitoring your storage environment directly in Microsoft Operations Manager 2007 R2.
This management is free and directly provided by NetApp, so there is no reason to not use it.
Pre-requisites
- Available on the NetApp Connect Website, you have to download the ApplianceWatchPRO2.1_x64_NetApp.exe file.
- Service account that could access to the NetApp Controller.
Installation
On the SCOM Root Management Server, each Management Servers and computers where you have SCOM console installed, run the ApplianceWatchPRO2.1_x64_NetApp.exe installer. The installation of this application is required everywhere you have SCOM console installed, if you want to be able to use Netapp task in directly from the Task pane of all your SCOM Consoles. If you don’t need that, just install the application on the RMS.
The setup is just a next-next, without any specific configuration. After the installation process, the official NetApp documentation and management packs are available in the installation folder.(by default located in : C:\Program Files\NetApp\ApplianceWatch PRO)







As always, read the documentation and after that import the following management pack (by default located in: C:\Program Files\NetApp\ApplianceWatch PRO) in SCOM Console:
DataONTAP.mp
DataONTAP.Reporting.mp
Configuration
Configure all your NetApp Controllers as Network Devices
Add all your NetApp Controllers as Network Devices, so you will have to know the Controllers IP and the SNMP community.
You could confirm the good working of the communication in the Network Devices State:

Set the credentials
After a few minutes, the controllers will appear in the Controllers
view from the NetApp folder in SCOM console, click on one controller and in the Action Pane
execute Data ONTAP : Manage Controller Credentials
Specify the credentials and protocol for each Controllers:

Enable the discovery
The Netapp management pack needs to run an automatic discovery every x times. Normally this discovery could be launch by any servers, but after several tests, I only succeeded to have it working when I run it from the RMS.
Go to Authoring > Management Pack Objects > Rules
and look for ‘Data ONTAP: Discovery Rule‘
Create an override to enable this rule and targeted it to the RMS:

The automatic discovery is now ok, if you want to force the discovery, go to Monitoring > Discovered Inventory and Change Target Type to Management Servers.

Click on the RMS and go to the Action Pane, and click on Data ONTAP : Run discovery task
and execute the task.

All the views
After a few hours, all the views will be populated with the data from the NetApp Controllers:





Conclusion
I hope this post help you with the installation of the NetApp Management for SCOM. Don’t hesitate to post a comment if you have any questions.
Christopher KEYAERT
mp · netapp · opsmgr · Scom · system center
Hi Guys, as you probably know, Microsoft released the 6.3 version of System Center Opalis some weeks ago. Microsoft doesn’t provide a complete “package” for this release, so you will have to install Opalis 6.2.2 first and after that upgrade to 6.3.
What’s new in Opalis 6.3
- New Integration Packs for Configuration Manager, Data Protection Manager, Service Manager and Virtual Machine Manager.
- An updated Integration Pack for Operations Manager to support the Server 2008 platform.
- Support for the Opalis infrastructure to run on the Server 2008 platforms.
Pre-Requisites
- A windows server 2003, 2008 or 2008 R2 with .Net Framework 3.5.1 installed.
- Download Opalis release (6.2.2 and 6.3 are both included in the download package) from the Microsoft website : http://www.microsoft.com/systemcenter/en/us/opalis.aspx
- A service account (a simple domain user) and add this service account to the Local Administrator Group of the server.
- A Microsoft SQL server 2005, 2008 or 2008 R2. In SQL configuration > Security > Logins, add your service account as the screen below :

Install the Management Server
Click on Install the Management Server and follow the setup.



Select you destination folder:

Provide the information of your service account




Database installation
Click on Configure the Datastore

Select Microsoft SQL Server

- Provide the name of you Microsoft SQL Server
- Selection Windows Authentication

- Select Create a new database
- Provide a name for your database



SQL Configuration
Log on your SQL Server and launch the Management Studio, go to Security > Login, select your service account, right click properties, go to User Mapping.
In the Map column check the box next to the DB that you just created. In the role membership part check DB_Owner role.

License Configuration
Go back to your management server and click on Import a License.

If you have the screen below, it’s that your SQL configuration is not correct, go to the SQL Configuration part of this post to correct the problem.

The licenses are located in a doc file provided with the download package. First install the license for you Opalis Integration server 6.2.2 before installing the licenses for all the others Integration packs.
You need to keep the { } chars when you write the license key in the field :


If you have a message that telling you that the key is expired, just copy the license files locally, it seems that the licensing module doesn’t support UNC Path. More information in the following KB: http://support.microsoft.com/kb/2022625

Install the Client








The installation of the 6.2.2 release is completed and you will now be able to upgrade to the 6.3 release.
Upgrade to 6.3 release
Replace the Foundation Objects installation file
Open the Management Server installation folder. By default, this is located in System Drive: Program Files\Opalis Software\Opalis Integration Server\Management Service. Browse to the Components\Objects folder.
Copy the OpalisIntegrationServer_FoundationObjects.msi file provided in this release to the System Drive:\Program Files (x86)\Opalis Software\Opalis Integration Server\Management Service\Components\Objects
directory. Replace the existing file.

Management Server Update
Run the OpalisIntegrationServer_ManagementService_630_PATCH.msp installer. Do not change any of the default values.



Deploy the action servers and clients
Click Run, click Programs, click Opalis Software, click Opalis Integration Server, and then click Deployment Manager. Deploy the action servers and clients.


The account provided in the Account Information part must be local administrator of the destination computer.




Now you have to deploy the client on your computer, select Deploy new client by doing a right click on the Clients folder.






Your server is now appearing as Action Server and also as Client.

To run the client update
After each client deployment, copy the OpalisIntegrationServer_Client_630_PATCH.msp locally and run the installer. Do not change any of the default values.




Integration Packs
IP installation
Each integration pack is designed to be installed separately. Follow the installation instructions in the integration pack guide for each of the integration packs that you want to install.
Before you begin the integration pack installation, if you are running the Deployment Manager on a Windows 2008 or 2008 R2 computer, right-click Deployment Manager, and then click Run as administrator.
In the Deployment Manager, select Register IP with the Management Server.

Add all the Integrations packs for which you installed a license and click Next



Your Integration Packs are now available for deployment:

Integration packs deployment
Select the Integrations packs that you want to deploy, right click and select Deploy IP to Action Server or Client…







If the deployment of your integration pack failed, check if you have well installed the .Net Framework 3.5.1.

Redeploy the IP and Check is well installed

Integration packs requirements
Each Integration packs is provided with some release notes. Don’t forget to take a look to them because you will find some IP requirements without which your IP will not work. Below the examples for SCOM and BMC Remedy Integration packs.
SCOM IP Pre-Requisites
Installation SCOM Console with Command Shell Option. Don’t forget to apply the SCOM Cumulative Update 3 to SCOM console.

Remedy IP Pre:-Requisites
Deploy the Integration Pack to the Action Servers and Clients that will use the Integration Pack. For more information about deploying Integration Packs, see the Opalis Integration Server Administrator Guide.
Find the following files in your BMC Remedy AR System Client installation folder:
- Arapi71.dll
- Arrpc71.dll
- Arutl71.dll
- Icuinbmc32.dll
- Icuucbmc32.dll
- Icudt32.dll
Copy the files to Program Files\Common Files\Opalis Software\Opalis Integration Server\Extensions\Support\bin on all Opalis Action Servers and Clients that will use the Integration Pack.
Conclusion
I hope that this post will help you with the deployment of Microsoft System Center Opalis 6.3, don’t hesitate to post comments if you have any question.
Christopher
6.3 · integration pack · opalis · opsmgr · platform support · system center · upgrade

Opalis 6.3 brings a wealth of integration capability to the System Center suite, including 4 new Integration Packs and support for the latest Windows Server platforms.
Included in Opalis 6.3 are:
- New Integration Packs for Configuration Manager, Data Protection Manager, Service Manager and Virtual Machine Manager
- An updated Integration Pack for Operations Manager to support the Server 2008 platform
- Support for the Opalis infrastructure to run on the Server 2008 platforms.
The Opalis 6.3 Download Links : http://www.microsoft.com/systemcenter/en/us/opalis.aspx
6.3 · configuration manager · opalis · rtm · system center

