<?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 Re: services in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/services/m-p/3617878#M557553</link>
    <description>All services????&lt;BR /&gt;&lt;BR /&gt;shutdown -r -y 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Fri, 02 Sep 2005 12:38:15 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2005-09-02T12:38:15Z</dc:date>
    <item>
      <title>services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/services/m-p/3617871#M557546</link>
      <description>in hp-ux how to start , stop or view services by command ? i have to do this manualy pl. help me , after replacing subnet of my lan card i have to restart network services .</description>
      <pubDate>Fri, 02 Sep 2005 12:21:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/services/m-p/3617871#M557546</guid>
      <dc:creator>Shah Gaurang B.</dc:creator>
      <dc:date>2005-09-02T12:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/services/m-p/3617872#M557547</link>
      <description>I would use SAM and make the changes there. It will automatically restart the network with the new subnet.&lt;BR /&gt;&lt;BR /&gt;Start sam and got to Networkinging and Communications then to Network cards. Select the card and make the changes.</description>
      <pubDate>Fri, 02 Sep 2005 12:24:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/services/m-p/3617872#M557547</guid>
      <dc:creator>John Dvorchak</dc:creator>
      <dc:date>2005-09-02T12:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/services/m-p/3617873#M557548</link>
      <description>how to do without using sam ?</description>
      <pubDate>Fri, 02 Sep 2005 12:27:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/services/m-p/3617873#M557548</guid>
      <dc:creator>Shah Gaurang B.</dc:creator>
      <dc:date>2005-09-02T12:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/services/m-p/3617874#M557549</link>
      <description>for this task You could simply call &lt;BR /&gt;/sbin/init.d/net stop&lt;BR /&gt;/sbin/init.d/net start&lt;BR /&gt;and hope.&lt;BR /&gt;&lt;BR /&gt;BUT... there may be other network bound processeses needing restart/reconfiguration.&lt;BR /&gt;&lt;BR /&gt;If downtime is acceptable, simply lower and raise the system runlevel to 1 and back up to 3 (commands: init 1 (then wait until it says 'runlevel transition completed') init 3 (dito)&lt;BR /&gt;&lt;BR /&gt;otherwise You'll have to look at all processes running and see what needs to be taken care of. &lt;BR /&gt;&lt;BR /&gt;the best way to periodically check for this is running &lt;BR /&gt;netstat -na | grep LISTEN&lt;BR /&gt;&lt;BR /&gt;look for anything that is not bound to 0.0 but the old IP address, unlike the following example.&lt;BR /&gt;tcp        0      0  *.22                   *.*                     LISTEN&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also, there is a chance that restarting inetd is enough.&lt;BR /&gt;&lt;BR /&gt;[ and, for the future, You should take notes of all You change and find, as You should know what's running on Your systems.]</description>
      <pubDate>Fri, 02 Sep 2005 12:28:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/services/m-p/3617874#M557549</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2005-09-02T12:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/services/m-p/3617875#M557550</link>
      <description>I hope I understood it right, that the ip / subnet config change is already done, yes?</description>
      <pubDate>Fri, 02 Sep 2005 12:29:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/services/m-p/3617875#M557550</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2005-09-02T12:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/services/m-p/3617876#M557551</link>
      <description>Depends on your lan adapter and it's driver:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/hpbtlan stop/start&lt;BR /&gt;/sbin/init.d/hpether stop/start&lt;BR /&gt;/sbin/init.d/hpgelan stop/start&lt;BR /&gt;/sbin/init.d/hpiether stop/start&lt;BR /&gt;/sbin/init.d/hpigelan stop/start&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 02 Sep 2005 12:32:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/services/m-p/3617876#M557551</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-09-02T12:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/services/m-p/3617877#M557552</link>
      <description>i have to view all services which are running and to make start or stop as i needed so help me on that way .</description>
      <pubDate>Fri, 02 Sep 2005 12:33:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/services/m-p/3617877#M557552</guid>
      <dc:creator>Shah Gaurang B.</dc:creator>
      <dc:date>2005-09-02T12:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/services/m-p/3617878#M557553</link>
      <description>All services????&lt;BR /&gt;&lt;BR /&gt;shutdown -r -y 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 02 Sep 2005 12:38:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/services/m-p/3617878#M557553</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-09-02T12:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/services/m-p/3617879#M557554</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The list of services available on HPUX are listed in /etc/services.&lt;BR /&gt;You can use "ps -ef" to know what all services are running.&lt;BR /&gt;Also if you like to start/stop services then you should look for the related scripts that are kept in /sbin/init.d&lt;BR /&gt;&lt;BR /&gt;For e.g. if i want to start nfs service on HP i would do:&lt;BR /&gt;# /sbin/init.d/nfs.core start&lt;BR /&gt;# /sbin/init.d/nfs.server start&lt;BR /&gt;&lt;BR /&gt;This run core nfs services and the nfs server.&lt;BR /&gt;&lt;BR /&gt;Similarly for stopping use:&lt;BR /&gt;# /sbin/init.d/nfs.server stop&lt;BR /&gt;# /sbin/init.d/nfs.core stop&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;Regards,&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Sep 2005 14:04:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/services/m-p/3617879#M557554</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2005-09-02T14:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/services/m-p/3617880#M557555</link>
      <description>There is no simple way to find all the network programs that are using the LANs. There are specific services that are enabled in inetd.conf and there are other services documetned by name and port in the services file, but there may be several processes that communicate with each other using network ports. netstat can help but you will have a much more stable system by rebooting. Once you've enabled the network changes on a particular card, all the connections will likely fail. There is little possbility that a connection will survive a subnet change.</description>
      <pubDate>Fri, 02 Sep 2005 14:30:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/services/m-p/3617880#M557555</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-09-02T14:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/services/m-p/3617881#M557556</link>
      <description>Hi&lt;BR /&gt;to see al the network services the host is offering try netstat -a| grep LISTEN&lt;BR /&gt;&lt;BR /&gt;Network services are started in 2 way: directly from a specific script in /sbin/init.d (eg /sbin/init.d/xfs start the X11 font server service) or from the daemon inetd (see the file /etc/inetd.conf for the configured services)&lt;BR /&gt;&lt;BR /&gt;First kind of services may be stopped started with /sbin/init.d/&amp;lt;script name&amp;gt; stop followed by /sbin/init.d/&amp;lt;script name&amp;gt; start&lt;BR /&gt;For the second one you must modify the file /etc/inetd.conf commenting and uncommenting services ou want/do not want run and then execute inetd -c&lt;BR /&gt;&lt;BR /&gt;Anyway i'm not sure to understand why u wanna do that, if you only change the network card configuration the services will be immediately available on the new IP address.&lt;BR /&gt;&lt;BR /&gt;Please explain better your goal !!&lt;BR /&gt;hope it helps</description>
      <pubDate>Sat, 03 Sep 2005 17:26:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/services/m-p/3617881#M557556</guid>
      <dc:creator>Cesare Salvioni</dc:creator>
      <dc:date>2005-09-03T17:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/services/m-p/3617882#M557557</link>
      <description>Shah,&lt;BR /&gt;&lt;BR /&gt;the only safe way of detecting *all* network services is to look through the lists of open network ports (LISTEN) like I already put in an example. (optionally one can then install lsof and use lsof -p &lt;PORTNUM&gt; to find the binary in question)&lt;BR /&gt;&lt;BR /&gt;As You don't yet know which services are running on Your system, You just have to work this out manually. Advantage: afterwards You'll know it :)&lt;/PORTNUM&gt;</description>
      <pubDate>Mon, 05 Sep 2005 08:30:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/services/m-p/3617882#M557557</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2005-09-05T08:30:45Z</dc:date>
    </item>
  </channel>
</rss>

