<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Unattended / automatic installation of HP SIM agent in Server Management - Systems Insight Manager</title>
    <link>https://community.hpe.com/t5/server-management-systems/unattended-automatic-installation-of-hp-sim-agent/m-p/4357961#M36394</link>
    <description>We have over several hundreds of servers to be administrated in our data centres and I have heard noise from my colleagues who wish to install HP SIM agent on unattended or automatic mode without their intervention.&lt;BR /&gt;&lt;BR /&gt;Is there a way to customize deployment of HP SIM (e.g. HP System Homepage, etc.) agent in an unattended/automatic mode to HP HP servers?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 13 Feb 2009 07:06:58 GMT</pubDate>
    <dc:creator>Terence Ng</dc:creator>
    <dc:date>2009-02-13T07:06:58Z</dc:date>
    <item>
      <title>Unattended / automatic installation of HP SIM agent</title>
      <link>https://community.hpe.com/t5/server-management-systems/unattended-automatic-installation-of-hp-sim-agent/m-p/4357961#M36394</link>
      <description>We have over several hundreds of servers to be administrated in our data centres and I have heard noise from my colleagues who wish to install HP SIM agent on unattended or automatic mode without their intervention.&lt;BR /&gt;&lt;BR /&gt;Is there a way to customize deployment of HP SIM (e.g. HP System Homepage, etc.) agent in an unattended/automatic mode to HP HP servers?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Feb 2009 07:06:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/unattended-automatic-installation-of-hp-sim-agent/m-p/4357961#M36394</guid>
      <dc:creator>Terence Ng</dc:creator>
      <dc:date>2009-02-13T07:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Unattended / automatic installation of HP SIM agent</title>
      <link>https://community.hpe.com/t5/server-management-systems/unattended-automatic-installation-of-hp-sim-agent/m-p/4357962#M36395</link>
      <description>you can perform the deployment of HP SIM agents (HP SMH, SNMP agents, WBEM etc) on your managed nodes using "configure or repair agents" task. &lt;BR /&gt;&lt;BR /&gt;Go to "configure -&amp;gt; configure or repair agents" select your target system &amp;amp; in the next page you can select the respective HP SIM agents &amp;amp; proceed from your HPSIM(windows).&lt;BR /&gt;&lt;BR /&gt;In the credentails page you can use sign in credentials in HP SIM 5.3.</description>
      <pubDate>Fri, 13 Feb 2009 08:57:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/unattended-automatic-installation-of-hp-sim-agent/m-p/4357962#M36395</guid>
      <dc:creator>Demp</dc:creator>
      <dc:date>2009-02-13T08:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Unattended / automatic installation of HP SIM agent</title>
      <link>https://community.hpe.com/t5/server-management-systems/unattended-automatic-installation-of-hp-sim-agent/m-p/4357963#M36396</link>
      <description>I use this script (paths omitted):&lt;BR /&gt;&lt;BR /&gt;On Error Resume Next&lt;BR /&gt;&lt;BR /&gt;Set WshShell = WScript.CreateObject("WScript.Shell")&lt;BR /&gt;intReturn = WshShell.Run("\\PathToHPSUM\hpsum.exe /use_latest /allow_non_bundle_components /use_snmp /use_wmi /express_install", 0, TRUE)&lt;BR /&gt;intReturn = WshShell.Run("regedit /S \\PathToRegFile\RemoveCPQTEAM.reg", 0, TRUE)&lt;BR /&gt;intReturn = wshShell.Run("cmd.exe /c copy /y \\PathToOptionsFile\vcagent.options C:\hp\hpsmh\data\cgi-bin\vcagent", 0, True)&lt;BR /&gt;intReturn = WshShell.Run(cmd.exe /c DEL /Q ""C:\Documents and Settings\All Users\Desktop\HP System Management Homepage.lnk""", 0, TRUE)&lt;BR /&gt;WshShell = NULL&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;REG File contents (I don't like the CPQ applet running in System Tray):&lt;BR /&gt;&lt;BR /&gt;Windows Registry Editor Version 5.00&lt;BR /&gt;&lt;BR /&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]&lt;BR /&gt;"CPQTEAM"=-&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You can also substitute "/epxress_install" with a silent option (express install shows you a GUI but is unattended".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The vcagent.options file is a pre-built confiugration file that contains the VCAgent settings (repository and support pack)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So basically you need a tool to push this out to your servers, assuming you don't want to use SIM to push out the client (as mentioned before me), such as GPO or System Center.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Nelson</description>
      <pubDate>Fri, 13 Feb 2009 18:59:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/unattended-automatic-installation-of-hp-sim-agent/m-p/4357963#M36396</guid>
      <dc:creator>NJK-Work</dc:creator>
      <dc:date>2009-02-13T18:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Unattended / automatic installation of HP SIM agent</title>
      <link>https://community.hpe.com/t5/server-management-systems/unattended-automatic-installation-of-hp-sim-agent/m-p/4357964#M36397</link>
      <description>Thanks for information sharing from all of you.&lt;BR /&gt;&lt;BR /&gt;I have downgraded my HP SIM 5.3 back to HP SIM 5.0 because HP SIM 5.3 is suspected to crash with iLO2 firmware (prior to v1.7).&lt;BR /&gt;&lt;BR /&gt;Now, I am using HP SIM 5.0.  Does HP SIM 5.0 provide same unattended installation to push agent to the managed hosts?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Feb 2009 08:41:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/unattended-automatic-installation-of-hp-sim-agent/m-p/4357964#M36397</guid>
      <dc:creator>Terence Ng</dc:creator>
      <dc:date>2009-02-18T08:41:49Z</dc:date>
    </item>
  </channel>
</rss>

