2009年2月23日

发布Monitoring Date 到 Microsoft PerformancePoint Server - Part 1

在使用SCOM 2007的时候内置的Performance report 并不能满足我们的需求,我们要自动化生成report 并且把它publish 到我们的SharePoint 站点上。
在2007年9月PerformancePoint team 发布了一个 PerformancePoint Sample: monitoring data (Download @ http://www.microsoft.com/downloads/details.aspx?FamilyID=06f53613-9f9b-4403-8794-2fdf6df9d898&DisplayLang=en), 但是这个sample并不能直接从生产环境的datawarehouse 里取数据,我们需要做一系列的操作才能直接从datawarehouse里生成数据。
我们需要准备一下环境:
  1. Download performancepoint sample data http://www.microsoft.com/downloads/details.aspx?FamilyID=06f53613-9f9b-4403-8794-2fdf6df9d898&DisplayLang=en.
  2. 安装SQL analysis server 2005 with SP3
  3. 安装PerformancePoint 2007 with SP2
  4. 安装SharePoint Server 2007 或者Windows SharePoint Service 3.0 with SP 1(PerformancePoint 2007 和SharePoint server 必须要在同一台server 上).
  5. 按照Sample 里的文档生成analysis 数据库。

稍后我们在part 2 里面会更详细的介绍修改方法。

2008年12月9日

SCOM 2007 R2 beta Unix Monitoring test

Unlike OpsMgr2007-CrossPlat-Beta, the Cross Platform monitor shipped with System Center Operations Manager 2007 R2 is easy to setup and ready to use(?) . And support SLES 9 & HP-UX 11iv2 now(I was looking for this).
OpsMgr2007 R2 beta crossplatform support(bold for new from OpsMgr2007-CrossPlat-Beta):

· AIX 5.3 (Power), 6.1 (Power)
· HP-UX 11iv2 (PA-RISC & IA64), and 11iv3 (PA-RISC, and IA64)
· Red Hat Enterprise Server 4 and 5
· Solaris 8 (SPARC), 9 (SPARC), and 10 (SPARC & x86 versions later than 120012-14)
· SUSE Linux Enterprise Server 9 and 10 SP1
· Linux 64-bit is not supported in this release.

I've setup a R2 beta env for a Suse 10 sp1, no special to say but remember to read the"Step by step guide to monitoring UNIX and Linux computers using operations manager 2007 R2".

2008年11月11日

最近新出的 SCOM2007的Management Pack

MP:Windows Server 2000/2003/2008 Active Directory
Release:11/7/2008 (6.0.6452.0)
Link:http://www.microsoft.com/downloads/details.aspx?FamilyId=008F58A6-DC67-4E59-95C6-D7C7C34A1447&displaylang=en&displaylang=en

MP:Windows DHCP Server 2000/2003/2008
Release:11/7/2008(6.0.6452.0)
Link:http://www.microsoft.com/downloads/details.aspx?FamilyId=2694E87C-76E0-417B-AD0F-5897E46FFF88&displaylang=en&displaylang=en

MP:SQL Server MP for OpsMgr 2007
Release:10/29/2008(6.0.6441.0)
Link:http://www.microsoft.com/downloads/details.aspx?FamilyId=8C0F970E-C653-4C15-9E51-6A6CADFCA363&displaylang=en&displaylang=en

News for System Center Operations Manager 2007 R2

This is one of the most exciting demo's I've seen. Barry is on the
Operations Manager team - he does cross platform stuff. In this demo - the
same one shown during Bob Muglia's MMS Keynote - Barry uses Ops Man to manage an
application that is spread across SQL Server, Oracle, MySQL, Apache, and IIS,
hosted on Windows, Solaris, Suse, and Redhat. All using open standards for
management.


http://mschnlnine.vo.llnwd.net/d1/edge/6/4/8/barry1_2MB_edge.wmv

2008年11月8日

TechEd 2008 Session MG310 安装证书脚本

if {%1} equ {/?} goto USAGEif {%1} equ {-?} goto USAGEif {%1} equ {?} goto USAGEif {%1} equ {} goto USAGE
set subjectname=%1set certpath=%systemdrive%\OMCertificates
mkdir %certpath%
rem Get the CA's certcertutil -f -config dc.lan.com\SCOMCA -ca.cert %certpath%\CACertificate.cer
rem Move the CA's cert to the "Trusted Root Authorities" storecertutil -f -addstore Root %certpath%\CACertificate.cer
rem Create an INF request file with the specified subjectnamedel %certpath%\RequestConfig.infecho [NewRequest] > %certpath%\RequestConfig.infecho Subject="CN=%subjectname%" >> %certpath%\RequestConfig.infecho Exportable=TRUE >> %certpath%\RequestConfig.infecho KeyLength=1024 >> %certpath%\RequestConfig.infecho KeySpec=1 >> %certpath%\RequestConfig.infecho KeyUsage=0xf0 >> %certpath%\RequestConfig.infecho MachineKeySet=TRUE >> %certpath%\RequestConfig.infecho [EnhancedKeyUsageExtension] >> %certpath%\RequestConfig.infecho OID=1.3.6.1.5.5.7.3.1 >> %certpath%\RequestConfig.infecho OID=1.3.6.1.5.5.7.3.2 >> %certpath%\RequestConfig.inf
rem Create a binary request file from the INF
del %certpath%\BinaryRequest.reqCertReq -New -f %certpath%\RequestConfig.inf %certpath%\BinaryRequest.req
rem Submit the request to our CA and save the certificateCertReq -Submit -f -config "dc.lan.com\SCOMCA" %certpath%\BinaryRequest.req %certpath%\NewCertificate.cer
rem This step needed to import the private key. Also puts the certificate in the local computer personal store.certreq -accept %certpath%\NewCertificate.cer
MOMCertImport.exe /SubjectName %subjectname%
goto END
:USAGEecho.echo GetCert.cmd FQDN_of_machineecho Example: GetCert.cmd Computer01.Contoso.comecho Gets and installs a cert from CA cahost.contoso.com (CorpCA) appropriate for OMv3, and also gets and installs CA cert so this CA is trusted.echo.
:END

TechEd 2008 Session MG310 视频Demo2 - 维护窗口

下载地址:
http://lovelord.3adisk.com/ 选择WBMM_New_Final.avi 维护窗口

TechEd 2008 Session MG310 视频Demo1 - 证书通讯

视频下载地址:
http://lovelord.3adisk.com/ 选择Cert_import.avi 证书通讯。