<?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: unusual problem with shell scripts in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unusual-problem-with-shell-scripts/m-p/3823561#M778461</link>
    <description>&lt;!--!*#--&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;as I and you see, you&lt;BR /&gt;- do not have entered the full pathname /usr/sbin/init 6&lt;BR /&gt;in your script, but only 'init 6'&lt;BR /&gt;- you do not have setup the check for the exit-status of that command&lt;BR /&gt;- a command 'init 6' gets executed&lt;BR /&gt;&lt;BR /&gt;So try EXACTLY that script and tell us the resulting output.&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/ksh -x&lt;BR /&gt;exec 2&amp;gt;/tmp/tstout&lt;BR /&gt;echo start &amp;gt;/dev/stderr&lt;BR /&gt;/usr/sbin/init 6&lt;BR /&gt;echo $?&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
    <pubDate>Tue, 18 Jul 2006 02:39:28 GMT</pubDate>
    <dc:creator>Peter Nikitka</dc:creator>
    <dc:date>2006-07-18T02:39:28Z</dc:date>
    <item>
      <title>unusual problem with shell scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unusual-problem-with-shell-scripts/m-p/3823548#M778448</link>
      <description>helloo..&lt;BR /&gt;&lt;BR /&gt;On my solaris I have 2 scripts...one is very simple just init 6&lt;BR /&gt;&lt;BR /&gt;while the other is more complex..&lt;BR /&gt;&lt;BR /&gt;both scripts work just fine but I have some aplication done on my remote windows and I can not execute init 6 script...but other scripts can be executed..any ides??</description>
      <pubDate>Fri, 14 Jul 2006 01:18:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unusual-problem-with-shell-scripts/m-p/3823548#M778448</guid>
      <dc:creator>amonamon</dc:creator>
      <dc:date>2006-07-14T01:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: unusual problem with shell scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unusual-problem-with-shell-scripts/m-p/3823549#M778449</link>
      <description>Hi,&lt;BR /&gt;can you please confirm/clarify:&lt;BR /&gt;1. These scripts are on a Solaris platform&lt;BR /&gt;2. If they are on a Solaris platform, why do you  mention remote windows.&lt;BR /&gt;3. You say both scripts work fine, but then that you can not execute the init 6 script.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For point 3.: Have you checked the execute permissions with 'ls -l'</description>
      <pubDate>Fri, 14 Jul 2006 03:03:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unusual-problem-with-shell-scripts/m-p/3823549#M778449</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-07-14T03:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: unusual problem with shell scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unusual-problem-with-shell-scripts/m-p/3823550#M778450</link>
      <description>right i was confusing..&lt;BR /&gt;there are 2 ways to reach those scripts both from windows machine:&lt;BR /&gt;&lt;BR /&gt;1. from emulator like putty both scripts work perfect i can restart machine..&lt;BR /&gt;&lt;BR /&gt;2. using php and telenet class I can execute one script but script with init 6 can not be executed..&lt;BR /&gt;&lt;BR /&gt;PHP code is OK I know that...and in all ways I am root.</description>
      <pubDate>Fri, 14 Jul 2006 03:39:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unusual-problem-with-shell-scripts/m-p/3823550#M778450</guid>
      <dc:creator>amonamon</dc:creator>
      <dc:date>2006-07-14T03:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: unusual problem with shell scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unusual-problem-with-shell-scripts/m-p/3823551#M778451</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm shure you can tell us the error message, wen you try to execute that script.&lt;BR /&gt;'init 6' is a call for reboot, so:&lt;BR /&gt;- what is the name of the script calling 'init 6'&lt;BR /&gt;- what else is found in that script?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
      <pubDate>Fri, 14 Jul 2006 03:58:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unusual-problem-with-shell-scripts/m-p/3823551#M778451</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2006-07-14T03:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: unusual problem with shell scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unusual-problem-with-shell-scripts/m-p/3823552#M778452</link>
      <description>Since you mentioned PHP,&lt;BR /&gt;did I get it right that you want from your remote Windows PC (from a browser?) reboot your Solaris server by  an init 6 through some sort of CGI script?&lt;BR /&gt;So is there a webserver which is supposed to execute the PHP involved?&lt;BR /&gt;For security reasons you wouldn't want the webserver on the Solaris box being run as root.&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Jul 2006 04:21:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unusual-problem-with-shell-scripts/m-p/3823552#M778452</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2006-07-14T04:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: unusual problem with shell scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unusual-problem-with-shell-scripts/m-p/3823553#M778453</link>
      <description>ok I have script restartNode:&lt;BR /&gt;&lt;BR /&gt;#!/bin/ksh&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;responce="US"&lt;BR /&gt;if [ $responce == "US" ]; then&lt;BR /&gt;     # echo "cao" &lt;BR /&gt;#    ./restart214 &lt;BR /&gt;      init 6&lt;BR /&gt;   #shutdown -i6 -g0 -y&lt;BR /&gt;        echo "has not been created"&amp;gt;&amp;gt;kFILE&lt;BR /&gt;    else&lt;BR /&gt;       echo "$dir has not been created"&lt;BR /&gt;    fi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;if I execute it via putty it restarts machine..and works perfect..&lt;BR /&gt;but with PHP I just can not execute this script all others can be executed..&lt;BR /&gt;to be more precised:&lt;BR /&gt;&lt;BR /&gt;script&lt;BR /&gt;&lt;BR /&gt;#!/bin/ksh&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;responce="US"&lt;BR /&gt;if [ $responce == "US" ]; then&lt;BR /&gt;     # echo "cao" &lt;BR /&gt;#    ./restart214 &lt;BR /&gt;     # init 6&lt;BR /&gt;   #shutdown -i6 -g0 -y&lt;BR /&gt;        echo "has not been created"&amp;gt;&amp;gt;kFILE&lt;BR /&gt;    else&lt;BR /&gt;       echo "$dir has not been created"&lt;BR /&gt;    fi&lt;BR /&gt;&lt;BR /&gt;can be executed via PHP&lt;BR /&gt;so if I put # before init 6 it works even via PHP(telnet from windows) but if I remove # it does not work..&lt;BR /&gt;&lt;BR /&gt;strange...</description>
      <pubDate>Fri, 14 Jul 2006 04:21:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unusual-problem-with-shell-scripts/m-p/3823553#M778453</guid>
      <dc:creator>amonamon</dc:creator>
      <dc:date>2006-07-14T04:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: unusual problem with shell scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unusual-problem-with-shell-scripts/m-p/3823554#M778454</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;- try to catch the error&lt;BR /&gt;- call init with pathname&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#!/bin/ksh&lt;BR /&gt;responce="US"&lt;BR /&gt;&lt;BR /&gt;exec 2&amp;gt;/tmp/shutt.err&lt;BR /&gt;&lt;BR /&gt;if [ $responce == "US" ]; then&lt;BR /&gt;# echo "cao"&lt;BR /&gt;# ./restart214&lt;BR /&gt;/usr/sbin/init 6&lt;BR /&gt;#shutdown -i6 -g0 -y&lt;BR /&gt;echo "has not been created"&amp;gt;&amp;gt;kFILE&lt;BR /&gt;else&lt;BR /&gt;echo "$dir has not been created"&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;mfG Peter&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Jul 2006 04:53:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unusual-problem-with-shell-scripts/m-p/3823554#M778454</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2006-07-14T04:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: unusual problem with shell scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unusual-problem-with-shell-scripts/m-p/3823555#M778455</link>
      <description>I tryed to catch errors..it creates error file but no errors inside that file..&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Jul 2006 05:10:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unusual-problem-with-shell-scripts/m-p/3823555#M778455</guid>
      <dc:creator>amonamon</dc:creator>
      <dc:date>2006-07-14T05:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: unusual problem with shell scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unusual-problem-with-shell-scripts/m-p/3823556#M778456</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;modify script to get traces:&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/ksh -x&lt;BR /&gt;exec 2&amp;gt;/tmp/shutt.err&lt;BR /&gt;responce="US"&lt;BR /&gt;&lt;BR /&gt;if [ $responce == "US" ]; then&lt;BR /&gt;echo "ciao"&lt;BR /&gt;# ./restart214&lt;BR /&gt;/usr/sbin/init 6&lt;BR /&gt;#shutdown -i6 -g0 -y&lt;BR /&gt;echo "has not been created"&amp;gt;&amp;gt;kFILE&lt;BR /&gt;else&lt;BR /&gt;echo "$dir has not been created"&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
      <pubDate>Fri, 14 Jul 2006 06:28:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unusual-problem-with-shell-scripts/m-p/3823556#M778456</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2006-07-14T06:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: unusual problem with shell scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unusual-problem-with-shell-scripts/m-p/3823557#M778457</link>
      <description>Peter I did that I get empty file errors.err</description>
      <pubDate>Fri, 14 Jul 2006 07:01:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unusual-problem-with-shell-scripts/m-p/3823557#M778457</guid>
      <dc:creator>amonamon</dc:creator>
      <dc:date>2006-07-14T07:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: unusual problem with shell scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unusual-problem-with-shell-scripts/m-p/3823558#M778458</link>
      <description>&lt;!--!*#--&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;if you really have added the 1st+2nd line of the script to&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/ksh -x&lt;BR /&gt;exec 2&amp;gt;/tmp/shutt.err&lt;BR /&gt;&lt;BR /&gt;and do not get anything then your script must terminate before the next statement. This example&lt;BR /&gt;&lt;BR /&gt;cat /tmp/b&lt;BR /&gt;#!/usr/bin/ksh -x&lt;BR /&gt;exec 2&amp;gt;/tmp/tstout&lt;BR /&gt;a=5&lt;BR /&gt;&lt;BR /&gt;produces this output file:&lt;BR /&gt;cat  /tmp/tout&lt;BR /&gt;+ a=5&lt;BR /&gt;&lt;BR /&gt;Buildup a testscript like&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/ksh -x&lt;BR /&gt;exec 2&amp;gt;/tmp/tstout&lt;BR /&gt;echo start &amp;gt;/dev/stderr&lt;BR /&gt;/usr/sbin/init 6&lt;BR /&gt;echo $?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
      <pubDate>Fri, 14 Jul 2006 09:34:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unusual-problem-with-shell-scripts/m-p/3823558#M778458</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2006-07-14T09:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: unusual problem with shell scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unusual-problem-with-shell-scripts/m-p/3823559#M778459</link>
      <description>I thought from left field. &lt;BR /&gt;Does init require a valid session to be used? I know it uses pam for session management. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Jul 2006 10:04:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unusual-problem-with-shell-scripts/m-p/3823559#M778459</guid>
      <dc:creator>Marvin Strong</dc:creator>
      <dc:date>2006-07-14T10:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: unusual problem with shell scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unusual-problem-with-shell-scripts/m-p/3823560#M778460</link>
      <description>hello &lt;BR /&gt;&lt;BR /&gt;I tried what peter told..I got in my  shutt.err this:&lt;BR /&gt;&lt;BR /&gt;+ echo has not been created&lt;BR /&gt;+ 1&amp;gt;&amp;gt; /opt/tomcat/logs/meme/crFILE&lt;BR /&gt;+ init 6&lt;BR /&gt;&lt;BR /&gt;and I executed this:&lt;BR /&gt;&lt;BR /&gt;#!/bin/ksh -x&lt;BR /&gt;exec 2&amp;gt;/opt/tomcat/logs/meme/shutt.err&lt;BR /&gt;&lt;BR /&gt;echo "has not been created"&amp;gt;&amp;gt;/opt/tomcat/logs/meme/crFILE&lt;BR /&gt;init 6&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and again solaris is not being restarted..&lt;BR /&gt;but again if I execute this script from command line solaris restarts...&lt;BR /&gt;&lt;BR /&gt;can anyone figure what might be my problem...:)</description>
      <pubDate>Tue, 18 Jul 2006 01:10:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unusual-problem-with-shell-scripts/m-p/3823560#M778460</guid>
      <dc:creator>amonamon</dc:creator>
      <dc:date>2006-07-18T01:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: unusual problem with shell scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unusual-problem-with-shell-scripts/m-p/3823561#M778461</link>
      <description>&lt;!--!*#--&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;as I and you see, you&lt;BR /&gt;- do not have entered the full pathname /usr/sbin/init 6&lt;BR /&gt;in your script, but only 'init 6'&lt;BR /&gt;- you do not have setup the check for the exit-status of that command&lt;BR /&gt;- a command 'init 6' gets executed&lt;BR /&gt;&lt;BR /&gt;So try EXACTLY that script and tell us the resulting output.&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/ksh -x&lt;BR /&gt;exec 2&amp;gt;/tmp/tstout&lt;BR /&gt;echo start &amp;gt;/dev/stderr&lt;BR /&gt;/usr/sbin/init 6&lt;BR /&gt;echo $?&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
      <pubDate>Tue, 18 Jul 2006 02:39:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unusual-problem-with-shell-scripts/m-p/3823561#M778461</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2006-07-18T02:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: unusual problem with shell scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unusual-problem-with-shell-scripts/m-p/3823562#M778462</link>
      <description>Hello...output is:&lt;BR /&gt;cat tstout:&lt;BR /&gt;&lt;BR /&gt;+ echo start&lt;BR /&gt;+ 1&amp;gt; /dev/stderr&lt;BR /&gt;start&lt;BR /&gt;+ /usr/sbin/init 6&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;but still..solaris stays not restarted..:(&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jul 2006 03:46:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unusual-problem-with-shell-scripts/m-p/3823562#M778462</guid>
      <dc:creator>amonamon</dc:creator>
      <dc:date>2006-07-18T03:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: unusual problem with shell scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unusual-problem-with-shell-scripts/m-p/3823563#M778463</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;we see that /usr/sbin/init is called but does not come back again to your script, since no&lt;BR /&gt;+ echo NN&lt;BR /&gt;is seen in the outout file.&lt;BR /&gt;&lt;BR /&gt;Did the command finish or does it hang at that point?&lt;BR /&gt;&lt;BR /&gt;Best would be not to call a reboot in that way.&lt;BR /&gt;Perhaps let an at-job do the work, like&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;echo /usr/sbin/reboot | at now +1 min&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;mfG Peter&lt;BR /&gt;&lt;BR /&gt;PS: My general opinion in case of rebooting is still "do it only when it's necessary and not on a regular base".</description>
      <pubDate>Tue, 18 Jul 2006 07:04:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unusual-problem-with-shell-scripts/m-p/3823563#M778463</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2006-07-18T07:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: unusual problem with shell scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unusual-problem-with-shell-scripts/m-p/3823564#M778464</link>
      <description>well..I know but I need restart..so my question is considering that I am new in UNIX can I safely use that reboot command...is there difference between it and init 6??&lt;BR /&gt;&lt;BR /&gt;and just another point..considerin that I am doing all this from my windows mach.on it it is apache and PHP is there maybe some restriction on my apache to prevent restart..I mean is it possible that my apache does not allow remote telnet restart ...I doubt..but..who knows..&lt;BR /&gt;Once again can U explain me last command reboot and can I use it..THANKS a lot..&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jul 2006 08:11:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unusual-problem-with-shell-scripts/m-p/3823564#M778464</guid>
      <dc:creator>amonamon</dc:creator>
      <dc:date>2006-07-18T08:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: unusual problem with shell scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unusual-problem-with-shell-scripts/m-p/3823565#M778465</link>
      <description>echo /usr/sbin/reboot | at now +1 min&lt;BR /&gt;&lt;BR /&gt;can I just enter that in script..together with this: at now +1 min??&lt;BR /&gt;&lt;BR /&gt;Do U think it is safe enough..sorryy again but I am new in solaris..but would love very much to learn..</description>
      <pubDate>Tue, 18 Jul 2006 08:15:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unusual-problem-with-shell-scripts/m-p/3823565#M778465</guid>
      <dc:creator>amonamon</dc:creator>
      <dc:date>2006-07-18T08:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: unusual problem with shell scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unusual-problem-with-shell-scripts/m-p/3823566#M778466</link>
      <description>Reboot performs a normal orderly reboot, whereas init 6 reboot by terminating all running processes, unmounting all filesystems and rebooting to initdefault in /etc/inittab.&lt;BR /&gt;So the orderly shutdown, for example of oracle does not take place with init 6.&lt;BR /&gt;See man init and man inittab</description>
      <pubDate>Tue, 18 Jul 2006 08:16:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unusual-problem-with-shell-scripts/m-p/3823566#M778466</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-07-18T08:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: unusual problem with shell scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unusual-problem-with-shell-scripts/m-p/3823567#M778467</link>
      <description>and one more thing...what would be diff between:&lt;BR /&gt;&lt;BR /&gt;-&amp;gt; shutdown â  i6 â  g0 -y&lt;BR /&gt;&lt;BR /&gt;-&amp;gt; init 6&lt;BR /&gt;&lt;BR /&gt;-&amp;gt; echo /usr/sbin/reboot | at now +1 min&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;those "3 restarts"...thanks for explanation..&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jul 2006 08:36:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unusual-problem-with-shell-scripts/m-p/3823567#M778467</guid>
      <dc:creator>amonamon</dc:creator>
      <dc:date>2006-07-18T08:36:04Z</dc:date>
    </item>
  </channel>
</rss>

