<?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: killall and restarting devices &amp;amp; services in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/killall-and-restarting-devices-amp-services/m-p/3316229#M876576</link>
    <description>Well, if you truely want to kill *ALL* processes then I don't see how you will get around the boot time. You could possibly bring it down into run level 1 and then back up. It won't kill all the processes, but it will run all the shutdown scripts down to rc1.d.</description>
    <pubDate>Sun, 27 Jun 2004 00:44:40 GMT</pubDate>
    <dc:creator>David Child_1</dc:creator>
    <dc:date>2004-06-27T00:44:40Z</dc:date>
    <item>
      <title>killall and restarting devices &amp; services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/killall-and-restarting-devices-amp-services/m-p/3316227#M876574</link>
      <description>HP-UX 11i, HP Visualize C3000&lt;BR /&gt;&lt;BR /&gt;How would be the easiest way to do a killall (of course from / "root") and restart the devices and services as if it was a restart but without the loooong wait of the graphics card and boot device?</description>
      <pubDate>Sun, 27 Jun 2004 00:22:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/killall-and-restarting-devices-amp-services/m-p/3316227#M876574</guid>
      <dc:creator>Edgar Arroyo</dc:creator>
      <dc:date>2004-06-27T00:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: killall and restarting devices &amp; services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/killall-and-restarting-devices-amp-services/m-p/3316228#M876575</link>
      <description>When I say "killall" it is not only the command killall, it's killing *ALL* processes...  (shutdown maybe?)</description>
      <pubDate>Sun, 27 Jun 2004 00:26:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/killall-and-restarting-devices-amp-services/m-p/3316228#M876575</guid>
      <dc:creator>Edgar Arroyo</dc:creator>
      <dc:date>2004-06-27T00:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: killall and restarting devices &amp; services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/killall-and-restarting-devices-amp-services/m-p/3316229#M876576</link>
      <description>Well, if you truely want to kill *ALL* processes then I don't see how you will get around the boot time. You could possibly bring it down into run level 1 and then back up. It won't kill all the processes, but it will run all the shutdown scripts down to rc1.d.</description>
      <pubDate>Sun, 27 Jun 2004 00:44:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/killall-and-restarting-devices-amp-services/m-p/3316229#M876576</guid>
      <dc:creator>David Child_1</dc:creator>
      <dc:date>2004-06-27T00:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: killall and restarting devices &amp; services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/killall-and-restarting-devices-amp-services/m-p/3316230#M876577</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Simple 'shutdown' will bring the system to single user mode by *effectively* killing all the processes except processes needed to run in the single user mode. Once you are in single user mode type 'init 3' to go back to multi-user mode.&lt;BR /&gt;&lt;BR /&gt;A workstation doesn't take long to boot though. I prefer rebooting the system if it is required to restart all the processes.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Sun, 27 Jun 2004 03:18:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/killall-and-restarting-devices-amp-services/m-p/3316230#M876577</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-06-27T03:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: killall and restarting devices &amp; services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/killall-and-restarting-devices-amp-services/m-p/3316231#M876578</link>
      <description>How about&lt;BR /&gt;&lt;BR /&gt;#shutdown -ry 0&lt;BR /&gt;&lt;BR /&gt;sks</description>
      <pubDate>Sun, 27 Jun 2004 03:27:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/killall-and-restarting-devices-amp-services/m-p/3316231#M876578</guid>
      <dc:creator>Sanjay Kumar Suri</dc:creator>
      <dc:date>2004-06-27T03:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: killall and restarting devices &amp; services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/killall-and-restarting-devices-amp-services/m-p/3316232#M876579</link>
      <description>Hi Edgar,&lt;BR /&gt;Killing processes, restarting device, and restarting services are all different things. Now if you want to restart all services then i would say the best way to do it:&lt;BR /&gt;&lt;BR /&gt;1. Ask all yours to logout&lt;BR /&gt;2. Close all telnet sessions&lt;BR /&gt;3. From console &lt;BR /&gt;# init 1&lt;BR /&gt;4. This will take you to run level 1&lt;BR /&gt;5. # init 3&lt;BR /&gt;Restart your system in normal Run level 3.&lt;BR /&gt;&lt;BR /&gt;For restarting Devices you need to shutdown the system and power cycle the server.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this is what you are looking for.&lt;BR /&gt;Regards,</description>
      <pubDate>Sun, 27 Jun 2004 03:36:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/killall-and-restarting-devices-amp-services/m-p/3316232#M876579</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-06-27T03:36:21Z</dc:date>
    </item>
  </channel>
</rss>

