<?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 SERVICE_NAME function in the Package Control script in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/service-name-function-in-the-package-control-script/m-p/4666742#M666752</link>
    <description>I was told by HP, some time ago, that one HAD to define a "Service" in HP ServiceGuard (at least on 11.16, the version im on) or cmviewcl -l package would show the package as down eventhough the cluster would run the Start and stop application scripts (a custom application). &lt;BR /&gt;       Is this STILL a requirement for ServiceGuard 11.17,.18,.19 or is this one of the things they fixed in subsequent patches/releases of SG?</description>
    <pubDate>Tue, 27 Jul 2010 17:51:13 GMT</pubDate>
    <dc:creator>Matthew Murdock</dc:creator>
    <dc:date>2010-07-27T17:51:13Z</dc:date>
    <item>
      <title>SERVICE_NAME function in the Package Control script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/service-name-function-in-the-package-control-script/m-p/4666742#M666752</link>
      <description>I was told by HP, some time ago, that one HAD to define a "Service" in HP ServiceGuard (at least on 11.16, the version im on) or cmviewcl -l package would show the package as down eventhough the cluster would run the Start and stop application scripts (a custom application). &lt;BR /&gt;       Is this STILL a requirement for ServiceGuard 11.17,.18,.19 or is this one of the things they fixed in subsequent patches/releases of SG?</description>
      <pubDate>Tue, 27 Jul 2010 17:51:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/service-name-function-in-the-package-control-script/m-p/4666742#M666752</guid>
      <dc:creator>Matthew Murdock</dc:creator>
      <dc:date>2010-07-27T17:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: SERVICE_NAME function in the Package Control script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/service-name-function-in-the-package-control-script/m-p/4666743#M666753</link>
      <description>Don't know where they got that from, it has NEVER been a requirement, unless you ar edoing package application monitoring</description>
      <pubDate>Tue, 27 Jul 2010 18:57:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/service-name-function-in-the-package-control-script/m-p/4666743#M666753</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2010-07-27T18:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: SERVICE_NAME function in the Package Control script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/service-name-function-in-the-package-control-script/m-p/4666744#M666754</link>
      <description>I think the information you were given is incorrect. I cannot think of a single release which has had a service as a requirement. cmviewcl -l package is based on the package status which does not require a service.&lt;BR /&gt;&lt;BR /&gt;Maybe, as I think Melvyn is suggesting, you were told that you need to have a service if you want the package to go down if your custom application fails. i.e. without using a service, if your custom application fails a cmviewcl -l package would show the package up because it would be up. If you define a service to monitor your application, if the application fails you can have a service to detect this which will fail the package. i.e. if your application fails, cmviewcl -l package would show the package down because it would have been brought down by the service.&lt;BR /&gt;&lt;BR /&gt;Certainly, a service itself is never required to ensure cmviewcl -l package works. If it is then this is a defect which needs investigating!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Jul 2010 06:41:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/service-name-function-in-the-package-control-script/m-p/4666744#M666754</guid>
      <dc:creator>John Bigg</dc:creator>
      <dc:date>2010-07-28T06:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: SERVICE_NAME function in the Package Control script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/service-name-function-in-the-package-control-script/m-p/4666745#M666755</link>
      <description>I think the server is required by SG to detect your package status, if u don't defind an service, the sg demon could think your package is down but your application is actually running.&lt;BR /&gt;&lt;BR /&gt;Important: the service name must be the same in package definition and run control script&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Wed, 28 Jul 2010 07:14:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/service-name-function-in-the-package-control-script/m-p/4666745#M666755</guid>
      <dc:creator>njia_1</dc:creator>
      <dc:date>2010-07-28T07:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: SERVICE_NAME function in the Package Control script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/service-name-function-in-the-package-control-script/m-p/4666746#M666756</link>
      <description>Not only can you create a package without a service, you can create a package that does absolutely nothing, and Serviceguard will start it and stop it on request.  This is a useful diagnostic technique for some package configuration issues.</description>
      <pubDate>Wed, 28 Jul 2010 11:54:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/service-name-function-in-the-package-control-script/m-p/4666746#M666756</guid>
      <dc:creator>Stephen Doud</dc:creator>
      <dc:date>2010-07-28T11:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: SERVICE_NAME function in the Package Control script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/service-name-function-in-the-package-control-script/m-p/4666747#M666757</link>
      <description>njia is incorrect. You do NOT need a service for SG to think your package is up!!! If you do not believe it, just try it. It is simple to create a package that does nothing and you will see cmviewcl show the correct status as you start and stop this package without any services being defined.</description>
      <pubDate>Thu, 29 Jul 2010 06:40:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/service-name-function-in-the-package-control-script/m-p/4666747#M666757</guid>
      <dc:creator>John Bigg</dc:creator>
      <dc:date>2010-07-29T06:40:44Z</dc:date>
    </item>
  </channel>
</rss>

