•  

    Overview

    The ProLiant Essentials Virtual Machine Management Pack extends HP Systems Insight Manager capabilities to manage virtual machines. The Virtual Machine Management Pack provides central management and control of VMware®, Microsoft®, and Citrix virtual machines with physical host to virtual machine association, easy identification of VMs or host servers reaching high CPU, memory or disk utilization levels, highly flexible move capabilities that allows live moves (for some platforms) and moves to dissimilar host resources, and back up, template and alternate host capabilities that enable restoration of VMs on any available host.

    VMM integrates with virtualization vendor management tools, such as VMware VirtualCenter, and VMM is the only solution available that out of the box can initiate VMware DRS to relocate VMs based on hardware predictive failure alerts.

    http://www.compaq.com/products/servers/proliantessentials/valuepack/vms/

  • 2008年10月06日

    HP tools - [IT杂货铺]

    Tag:HP

    国庆前,参加了HP的培训,在考试中心也过了HP APP的考试。

    培训难度还可以,顺便知道了一些HP的资料,有些用过,有些没用过,有空要研究下~

    HP SAN Design Reference Guide
    (HP Business Tools)sbw
    blade sizer   (software)
    storagework sizer
    HP 9000 and Integrity Configuration Guide
    Performance Quick Reference Tool
    The Site Preparation Utility assists

     具体下载,HP网站应该有

  • 2008年08月28日

    monitor ESXi with HP SIM - [虚 拟 化]

    Tag:VMware HP

    由于ESXi无service console,所以本来只要加装一些agent来进行服务器统一管理,却面临很大的麻烦。

    Esxi免费了,同时发布了一款针对HP poliant定制的版本,捆绑了sim agent,但是由于没有文档,大家都不知道怎么用,觉得很奇怪。。。

     其实这是走入了HP sim的一个误区,以前认为只能通过SNMP来添加或者来discover,其实这个功能ESXi已经打开了,不过添加的时候,需要使用wbem来添加。输入IP,用户名,端口空,就ok了。

    如果没有看到这个选项,也许你的sim可以升级了。。

     参考信息:
    http://communities.vmware.com/message/965524#965524

     

  • 2008年08月08日

    HP Virtual IT Center - [IT杂货铺]

    Tag:HP

    HP Virtual IT Center:

    http://h30424.www3.hp.com/cn/index.html?bpKey=Hub_Intro

    能让您更体会到用户的诉求,推荐更适合的方案

  • Accredited Presales Professional (APP)http://www.hp.com/certification/region/americas/app/bcs/hp_enterprise_solutions.html

    Technical Essentials of HP Enterprise Products Exam #HP2-027
    Materials
    http://hp.directedje.com/training/course-downloads.asp?template=free.txt
    choose 30805D

    Planning and Designing HP Enterprise Solutions Exam #HP0-505 
    No Materials

  • 当我们把HP Proliant的物理机虚拟到ESX中时,我们会发现一些HP agents and utilities 等没有得到清除。

    暂时还没有官方的解决办法,网上找了些相关讨论

    http://www.techhead.co.uk/vmware-esx-removal-hp-agents-and-utilties-after-migration

    http://communities.vmware.com/thread/70682

     最新的解决方法:

    脚本说明:除了手动Add/Remove Programs一些HP的程序,还有一些驻留的HP程序没有清理,

    1) Create a new batch file (p2vcleaner.bat for example). The contents are listed below.
    2) Create a new REG file (must be called p2vcleaner.reg). The contents are listed below.
    3) Download snetcfg.exe off the Internet (http://www.jsifaq.com/docs/files/76011/snetcfg.zip)
    4) Put all three files in the same directory on your freshly P2Ved VM (c:\p2vscripts for example)
    5) Run the batch file.
    6) Manually uninstall any HP tools that the batch file choked on.
    7) Delete the P2VScripts directory.
    8) Reboot

    p2vcleaner.bat 

    @ECHO OFF
    ECHO HP Physcial to Virtual Cleaner Utility (Version 04-25-2008)
    ECHO Author: SlickBag
    ECHO.
    ECHO ***********************************************************************
    ECHO * This batch file semi-automates the removal of management
    ECHO * agents and drivers from a virtual server that has been
    ECHO * virtualized from an HP or Compaq physical server using
    ECHO * P2V Helper, VMware Converter, or similar software. This
    ECHO * batch file assumes relatively newer versions of the HP
    ECHO * support software, and may not completely remove all the
    ECHO * software for older versions.
    ECHO ***********************************************************************
    ECHO.
    ECHO Note - The VMware Converter may leave some HP files corrupt.
    ECHO You may want to run a "chkdisk" on the system drive
    ECHO to fix any bad files before running this batch file.
    ECHO.
    ECHO USE AT YOUR OWN RISK!!!
    ECHO.
    ECHO *****************************
    ECHO Type "ctrl-c" to quit now!!!
    ECHO *****************************
    ECHO.
    ECHO USE AT YOUR OWN RISK!!!
    Pause
    cls

    :OLDARRAYCONFIG
    ECHO Removing the "HP Array Configuration Utility"...
    If NOT Exist "%PROGRAMFILES%\Compaq\Cpqacuxe\hpuninst.exe" GOTO NEWARRAYCONFIG
    "%PROGRAMFILES%\Compaq\Cpqacuxe\hpuninst.exe" /s
    GOTO OLDARRAYCONFIGCLI
    :NEWARRAYCONFIG
    MsiExec.exe /X{836DF43A-9008-4334-9D08-6CB8D742BC74} /quiet
    MsiExec.exe /X{0FC83811-F7AB-4D02-89EF-D86A7333C6C3} /quiet
    MsiExec.exe /X{52C53F6F-9F0B-4333-BA38-35DB5BE7C12E} /quiet

    :OLDARRAYCONFIGCLI
    ECHO Removing the "HP Array Configuration Utility CLI"...
    If NOT Exist "%PROGRAMFILES%\Compaq\Hpacucli\hpuninst.exe" GOTO NEWARRAYCONFIGCLI
    "%PROGRAMFILES%\Compaq\Hpacucli\hpuninst.exe" /s
    GOTO OLDARRAYDIAG
    :NEWARRAYCONFIGCLI
    MsiExec.exe /X{4C22F82F-389B-41C4-BD8E-96D5F3EAB5D9} /quiet
    MsiExec.exe /X{FC1534DB-31FE-4994-A91C-120A9AB7CE17} /quiet
    MsiExec.exe /X{34134D3E-AE5E-4CA5-A1DE-B0A3D9C19F77} /quiet

    :OLDARRAYDIAG
    ECHO Removing the "HP Array Diagnostic Utility"...
    If NOT Exist "%PROGRAMFILES%\Compaq\hpadu\hpuninst.exe" GOTO NEWARRAYDIAG
    "%PROGRAMFILES%\Compaq\hpadu\hpuninst.exe" /s
    GOTO SAENS
    :NEWARRAYDIAG
    MsiExec.exe /X{6FB456CA-B4B4-4B17-9CDD-A05B4E882E06} /quiet
    MsiExec.exe /X{E66B176F-F12D-45D9-9125-CC66C53FCB5C} /quiet
    MsiExec.exe /X{D7B169BD-D8BF-4520-B519-81F85AD91843} /quiet

    :SAENS
    If NOT Exist "%PROGRAMFILES%\HP\Cissesrv\cissesrv.exe" GOTO OLDDIAG
    Echo Removing the "HP Smart Array SAS/SATA Event Notification Service"...
    MsiExec.exe /X{2FB2F62B-C28F-43BA-82FC-6E782807B195} /quiet

    :OLDDIAG
    ECHO Removing the "HP Insight Diagnostics Online Edition for Windows"...
    If NOT Exist "%PROGRAMFILES%\InstallShield Installation Information{3754251E-100C-47D4-AB86-DC34047EE3C4}\setup.exe" GOTO NEWDIAG
    RunDll32 C:\PROGRA~1\COMMON~1\INSTAL~1\engine\6\INTEL3~1\Ctor.dll,LaunchSetup "C:\Program Files\InstallShield Installation Information{3754251E-100C-47D4-AB86-DC34047EE3C4}\setup.exe" -l0x9 UNINSTALL
    :NEWDIAG
    MsiExec.exe /X{04DDF575-93A4-4682-A4F1-ABD29ECDFE04} /quiet
    MsiExec.exe /X{97D259B9-2076-4C25-97E1-440D9D038229} /quiet

    :OLDHPAGENTS
    ECHO Removing the "HP Insight Management Agents"...
    If NOT Exist %SYSTEMROOT%\system32\CPQMgmt\aguninst.exe GOTO NEWHPAGENTS
    %SYSTEMROOT%\system32\CPQMgmt\aguninst.exe /s
    GOTO OLDHPONCFG
    :NEWHPAGENTS
    MsiExec.exe /X{DFB7A687-8111-4CC2-B175-9431708F7902} /quiet
    MsiExec.exe /X{869F01A1-DB56-4876-8752-2C835BB6AB53} /quiet
    MsiExec.exe /X{50B62114-7AFE-4428-A778-16BFA8E93044} /quiet

    :OLDHPONCFG
    ECHO Removing the "HP Lights-Out Online Configuration Utility"...
    If NOT Exist "%PROGRAMFILES%\HP\hponcfg" GOTO CHECKIML
    If NOT Exist "%PROGRAMFILES%\HP\hponcfg\hpuninst.exe" GOTO NEWHPONCFG
    "%PROGRAMFILES%\HP\hponcfg\hpuninst.exe" /s
    GOTO OLDIML
    :NEWHPONCFG
    MsiExec.exe /X{F8C40C34-FF8A-4A4D-8FA4-8DFF4503A61C} /quiet
    MsiExec.exe /X{F1FA13C8-E4D8-45E4-B1A1-1984FE50B7F7} /quiet
    MsiExec.exe /X{2343987D-E96B-4670-96F6-99270DFC2F5F} /quiet

    :OLDIML
    ECHO Removing the "HP ProLiant Integrated Management Log Viewer"...
    If NOT Exist "%PROGRAMFILES%\Compaq\Cpqimlv\hpuninst.exe" GOTO NEWIML
    "%PROGRAMFILES%\Compaq\Cpqimlv\hpuninst.exe" /s
    GOTO LPC
    :NEWIML
    MsiExec.exe /X{B03AAFA3-07B7-4D93-8ECD-12B977BF861E} /quiet
    MsiExec.exe /X{1FCDA905-9C8F-4544-84C0-106CDAB7842C} /quiet
    MsiExec.exe /X{4F8D40CA-D8AB-4AA6-B47D-AA8FA845E530} /quiet
    MsiExec.exe /X{949F1167-A591-4DFE-944A-8D1FC68896D4} /quiet

    :LPC
    If NOT Exist "%PROGRAMFILES%\Compaq\CpqLpcc\hpuninst.exe" GOTO IPMI
    ECHO Removing the "HP ProLiant Legacy Port Configuration Component"...
    "%PROGRAMFILES%\Compaq\CpqLpcc\hpuninst.exe" /s

    :IPMI
    If NOT Exist "%PROGRAMFILEs%\HPWBEM\IPMI" GOTO OLDRMS
    ECHO Removing the "HP ProLiant IPMI WMI Provider"...
    MsiExec.exe /X{DF6412FA-0E25-4B23-9E80-116C061B4FD1} /quiet
    MsiExec.exe /X{6BD49497-AFE5-43D4-9B7B-AAD7B405E110} /quiet

    :OLDRMS
    ECHO Removing the "HP ProLiant Remote Monitor Service"...
    If NOT Exist %SYSTEMROOT%\system32\hpuninst.exe GOTO NEWRMS
    %SYSTEMROOT%\system32\hpuninst.exe /s
    GOTO DP
    :NEWRMS
    MsiExec.exe /X{0DEE841C-14D1-4497-8204-31B04370FDB7} /quiet
    MsiExec.exe /X{8562966D-9ACB-4496-A443-378C6E4A50BA} /quiet
    MsiExec.exe /X{93EF387B-6884-4ADE-806E-E98F05DD2A4C} /quiet
    MsiExec.exe /X{28F48D1F-C815-4236-BD96-1644263EC1DF} /quiet

    :DP
    If NOT Exist C:\hp\hpsmh\data\htdocs\DataProtection\UnInstall.exe GOTO OLDHPVCA
    ECHO Removing the "HP Protect Your Data"...
    C:\hp\hpsmh\data\htdocs\DataProtection\UnInstall.exe >Nul: 2>&1

    :OLDHPVCA
    ECHO Removing the "HP Version Control Agent"...
    If NOT Exist C:\hp\hpsmh\data\cgi-bin\vcagent\vcaremov.exe GOTO NEWHPVCA
    C:\hp\hpsmh\data\cgi-bin\vcagent\vcaremov.exe /silent C:\hp\hpsmh\data\cgi-bin\vcagent\vcagent.inf
    GOTO OLDSMH
    :NEWHPVCA
    MsiExec.exe /X{5A5F45AE-0250-4C34-9D89-F10BDDEE665F} /quiet

    :OLDSMH
    ECHO Removing the "HP System Management Homepage"...
    If NOT Exist "C:\PROGRA~1\COMMON~1\INSTAL~1\PROFES~1\RunTime\11\00\Intel32\Ctor.dll" GOTO NEWSMH
    If NOT Exist "C:\Program Files\InstallShield Installation Information{3C4DF0FD-95CF-4F7B-A816-97CEF616948F}\setup.exe" GOTO NEWSMH
    RunDll32 C:\PROGRA~1\COMMON~1\INSTAL~1\PROFES~1\RunTime\11\00\Intel32\Ctor.dll,LaunchSetup "C:\Program Files\InstallShield Installation Information{3C4DF0FD-95CF-4F7B-A816-97CEF616948F}\setup.exe" -l0x9 -removeonly
    :NEWSMH
    "C:\Program Files\InstallShield Installation Information{3C4DF0FD-95CF-4F7B-A816-97CEF616948F}\setup.exe"

    :ARRAYDME
    Echo Removing the "HP ProLiant Smart Array Device Manager Extension"...
    MsiExec.exe /X{4FE559EC-C5CC-40AB-A7BE-A03C21ACCD2D} /quiet
    MsiExec.exe /X{5B9E3229-A5B3-459B-8B96-BA52A63BB140} /quiet

    If NOT Exist "%PROGRAMFILES%\VMware\VMware Converter\InstMsi.exe" GOTO HPWBEM
    ECHO Removing the "VMware Converter"...
    MsiExec.exe /X{A4D04B1A-DCF1-4C8C-8FFE-07D145812742} /quiet
    MsiExec.exe /X{EF8B6B5D-A38C-431A-81FF-2C8E3215C6A2} /quiet

    :HPWBEM
    If NOT Exist C:\CPQSYSTEM\uninstall\CB9CC4E0-ACBF-40C9-B1EF-F28CDF47486D.vbs GOTO HEADLESS
    ECHO Removing the "HP Insight Management WBEM Providers"...
    wscript.exe "C:\CPQSYSTEM\uninstall\CB9CC4E0-ACBF-40C9-B1EF-F28CDF47486D.vbs"

    :HEADLESS
    Echo Removing the "Headless Server Registry Update"...
    MsiExec.exe /X{4E5563B6-DE0A-4F3B-A5D6-15789FD12D9B} /quiet

    :HPNETCFG
    ECHO Removing the "HP Network Congifuration Utility"...
    snetcfg.exe -v -u cq_cpqteam >Nul: 2>&1

    ECHO Removing registry keys for services without a "Removal Option"...
    regedit /s p2vcleaner.reg

    ECHO Deleting old HP and Compaq directories that are not needed...
    rd /s/q c:\hp >Nul: 2>&1
    rd /s/q c:\compaq >Nul: 2>&1
    rd /s/q c:\cpqsystem >Nul: 2>&1
    rd /s/q "%PROGRAMFILES%\compaq" >Nul: 2>&1
    rd /s/q "%PROGRAMFILES%\hp" >Nul: 2>&1
    rd /s/q %SYSTEMROOT%\system32\CPQMgmt >Nul: 2>&1

    ECHO.
    ECHO All software has been removed...please reboot.
    PAUSE

    Enjoy!
    SB

    p2vcleaner.reg

    Windows Registry Editor Version 5.00

    [-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\sysdown]
    [-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\sysmgmt]

  • 2008年07月25日

    I/O虚拟技术 - [虚 拟 化]

    I/O虚拟目前在IBM和HP的刀片服务器上在激烈的竞争。

     I/O 虚拟:以网络连接为例,服务器主要是通过网卡与交换机进行连接,每个网卡都有一个唯一的MAC地址,当刀片进行更换的时候,其内置网卡MAC地址并不相同,这样就需要网管人员对刀片重新进行配置。而采用I/O虚拟技术,交换机是与虚拟的MAC地址进行连接,当刀片模块进行更换之后,软件可自动完成有关MAC地址的匹配,从而大大减少有关的参数调配的工作,使得系统管理变得更加简单。

     当刀片服务器中的某一个刀片出现故障需要进行更换时,系统管理员除了更换刀片之外,不需要在像以往那样重新配置所连接网络以及存储的相关参数,如MAC地址、World Wide Name域名、VLAN以及SAN连接的有关参数,这些参数配置全部交由软件自动进行处理,从而能够极大减轻系统管理员的工作,使系统恢复更加及时、简便。

    目前市面上的2种方案

    1.HP的Virtual Connect

    Virtual Connect是一个硬件集成的方案,它已经被内置在BladeSystem C-Class刀片服务器之中,用户并不需要另外支付费用,使用起来也非常的简单。但对于兼容的Module有特殊的要求。

    2.IBM的BladeCenter Open Fabric Manager

    IBM 的“BladeCenter Open Fabric Manager”是一种软件的方案,需要用户另外支付费用

  • 2008年04月07日

    HP SBW - [IT杂货铺]

    Tag:HP presales

     

    今天又重新深入了解了下SBW

    HP产品的报价工具,售前用的,功能很多,上手很容易,精通很有难度。

    太多的选项,涉及的东西也很多,如果没有以前工程的积累和知识的积累,估计会很难熟悉

     

    HP SBW For Windows

    https://www.tools.hp.com/sbwtraining/index.htm