<?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: startup script in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-script/m-p/4194254#M685992</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;did you find any relevant output of S900dbora?&lt;BR /&gt;I did not - what should us be told?&lt;BR /&gt;Perhaps it's best to use am extra logfile for the error output of this script. Add at the beginning of the rc-script something like that:&lt;BR /&gt;&lt;BR /&gt;exec 2&amp;gt;/tmp/dbora.stderr&lt;BR /&gt;set -x&lt;BR /&gt;&lt;BR /&gt;Post the rc-script and the above logfile.&lt;BR /&gt;&lt;BR /&gt;Next: you still did not answer my question about the rc-script.&lt;BR /&gt;&lt;BR /&gt;mfG Peter&lt;BR /&gt;&lt;BR /&gt;PS: Tim posted two numbers -  don't mind, we do not give up soon, so the first number may grow. You are really the only one who can change the second number as well!!&lt;BR /&gt;</description>
    <pubDate>Tue, 03 Jun 2008 07:19:25 GMT</pubDate>
    <dc:creator>Peter Nikitka</dc:creator>
    <dc:date>2008-06-03T07:19:25Z</dc:date>
    <item>
      <title>startup script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-script/m-p/4194189#M685925</link>
      <description>hi&lt;BR /&gt;we re using dbora script for starting,stoping &lt;BR /&gt;listners and dtbse.&lt;BR /&gt;While running under root user it work fine&lt;BR /&gt;&lt;BR /&gt;we want execute this script on server startup&lt;BR /&gt;for this we have created soft link  under &lt;BR /&gt; /sbin/rc1.d &amp;amp; rc2.d like&lt;BR /&gt;&lt;BR /&gt;bash-3.2# pwd&lt;BR /&gt;&lt;BR /&gt;/sbin/rc2.d&lt;BR /&gt;bash-3.2# ls -l S99dbora&lt;BR /&gt;lrwxr-xr-x   1 root       sys             18 Apr 25 23:05 S99dbora -&amp;gt; /sbin/init.d/dbora&lt;BR /&gt;&lt;BR /&gt;bash-3.2# pwd&lt;BR /&gt;/sbin/rc1.d&lt;BR /&gt;bash-3.2# ls -l K100dbora&lt;BR /&gt;lrwxr-xr-x   1 root       sys             18 Apr 25 23:04 K100dbora -&amp;gt; /sbin/init.d/dbora&lt;BR /&gt;&lt;BR /&gt;this didn't work?&lt;BR /&gt;&lt;BR /&gt;pls provide some input to resolve the issue&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;shabir &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 08 May 2008 12:55:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-script/m-p/4194189#M685925</guid>
      <dc:creator>sh5490</dc:creator>
      <dc:date>2008-05-08T12:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: startup script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-script/m-p/4194190#M685926</link>
      <description>Common issue for this is missing PATH to the commands.&lt;BR /&gt;If you execute the scrips as any user you have a path to used in script binaries.&lt;BR /&gt;&lt;BR /&gt;Use full patch in script - like /usr/bin/ping&lt;BR /&gt;&lt;BR /&gt;or set PATH with appropriate values.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Thu, 08 May 2008 13:00:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-script/m-p/4194190#M685926</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2008-05-08T13:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: startup script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-script/m-p/4194191#M685927</link>
      <description>Please provide the output of:&lt;BR /&gt;&lt;BR /&gt;ls -l /sbin/init.d/dbora&lt;BR /&gt;&lt;BR /&gt;You should note that scripts have to be shut down in the reverse order to that in which they are started. To achieve this, you should make sure your K and S numbers add up to 1000.&lt;BR /&gt;&lt;BR /&gt;Mark Syder (like the drink but spelt different)</description>
      <pubDate>Thu, 08 May 2008 13:20:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-script/m-p/4194191#M685927</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2008-05-08T13:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: startup script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-script/m-p/4194192#M685928</link>
      <description>&amp;gt;&amp;gt;this didn't work?&lt;BR /&gt;&lt;BR /&gt;Well, that's not real helpful.  What didn't work?  Did you get any error messages?  Was anything displayed on the console during the reboot?  Did you check the /etc/rc.log file to see if there were any messages there?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 08 May 2008 13:39:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-script/m-p/4194192#M685928</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2008-05-08T13:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: startup script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-script/m-p/4194193#M685929</link>
      <description>Hi Shabir&lt;BR /&gt;&lt;BR /&gt;Try to put it in rc3.d directory. and restart the server.</description>
      <pubDate>Thu, 08 May 2008 15:42:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-script/m-p/4194193#M685929</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-05-08T15:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: startup script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-script/m-p/4194194#M685930</link>
      <description>hi Shabir,&lt;BR /&gt;&lt;BR /&gt;this seems to be a known issue. Try above run-level 2.&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Thu, 08 May 2008 15:49:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-script/m-p/4194194#M685930</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2008-05-08T15:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: startup script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-script/m-p/4194195#M685931</link>
      <description>hi again,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;please refer to metalink note: 1074016.6 -  'dbora' does not work on Redhat linux.&lt;BR /&gt;&lt;BR /&gt;Solution:&lt;BR /&gt;You will need to change the link to run level 3.&lt;BR /&gt;&lt;BR /&gt;From:&lt;BR /&gt; ln -s /sbin/init.d/dbora /sbin/rc2.d/S99dbora&lt;BR /&gt;&lt;BR /&gt;To:&lt;BR /&gt; ln -s /sbin/init.d/dbora /sbin/rc3.d/S99dbora&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Explanation: &lt;BR /&gt;Linux uses run level 3 instead of run 2 by default for multi-user access.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Fri, 09 May 2008 03:01:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-script/m-p/4194195#M685931</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2008-05-09T03:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: startup script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-script/m-p/4194196#M685932</link>
      <description>hi all/yoograj,&lt;BR /&gt;&lt;BR /&gt;We  have executed it on rc3.d run level &lt;BR /&gt;but it didn't work.&lt;BR /&gt;&lt;BR /&gt;also we are using hp ux 11.23 version&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;shabir</description>
      <pubDate>Sat, 10 May 2008 04:03:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-script/m-p/4194196#M685932</guid>
      <dc:creator>sh5490</dc:creator>
      <dc:date>2008-05-10T04:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: startup script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-script/m-p/4194197#M685933</link>
      <description>hi Shabir,&lt;BR /&gt;&lt;BR /&gt;Any error messages in the rc.log?&lt;BR /&gt;&lt;BR /&gt;revert!&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Sat, 10 May 2008 04:13:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-script/m-p/4194197#M685933</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2008-05-10T04:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: startup script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-script/m-p/4194198#M685934</link>
      <description>hi yooograj,&lt;BR /&gt;&lt;BR /&gt;there seems no message related dbora stratup&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;shabir</description>
      <pubDate>Sat, 10 May 2008 04:49:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-script/m-p/4194198#M685934</guid>
      <dc:creator>sh5490</dc:creator>
      <dc:date>2008-05-10T04:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: startup script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-script/m-p/4194199#M685935</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;can you post the rc.log for further verifications?&lt;BR /&gt;&lt;BR /&gt;and also&lt;BR /&gt;&lt;BR /&gt;cd /sbin&lt;BR /&gt;ll */*dbora*&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;revert!&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Sat, 10 May 2008 16:33:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-script/m-p/4194199#M685935</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2008-05-10T16:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: startup script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-script/m-p/4194200#M685936</link>
      <description>hi yograj,&lt;BR /&gt;pls find the required info.&lt;BR /&gt;&lt;BR /&gt;we are using soft link for dbora3 script&lt;BR /&gt;# pwd&lt;BR /&gt;/sbin&lt;BR /&gt;# ll */*dbora*&lt;BR /&gt;-rwxr-x---   1 root       dba              0 May  8 19:20 init.d/dbora&lt;BR /&gt;-rwxrwxrwx   1 root       dba           1888 Apr 25 14:09 init.d/dbora1&lt;BR /&gt;-rwxrwxrwx   1 root       dba            988 Apr 10 17:09 init.d/dbora2&lt;BR /&gt;-rwxr-x---   1 root       dba           1041 Apr 25 14:08 init.d/dbora3&lt;BR /&gt;-rw-r--r--   1 root       sys            902 Apr 25 14:05 init.d/dborahange&lt;BR /&gt;lrwxr-xr-x   1 root       sys             18 Apr 25 23:04 rc1.d/K100dbora -&amp;gt; /sbin/init.d/dbora&lt;BR /&gt;lrwxrwxr-x   1 root       sys             18 May 13 10:35 rc2.d/K100dbora3 -&amp;gt; /sbin/init.d/dbora&lt;BR /&gt;-rwxr-x---   1 bin        bin            939 Apr 28 15:07 rc2.d/S99dbora.org&lt;BR /&gt;lrwxr-xr-x   1 root       sys             18 Apr 25 23:03 rc3.d/K10dbora -&amp;gt; /sbin/init.d/dbora&lt;BR /&gt;lrwxrwxr-x   1 root       sys             18 May 13 10:35 rc3.d/S99dbora3 -&amp;gt; /sbin/init.d/dbora&lt;BR /&gt;lrwxrwxr-x   1 root       sys             18 May 13 10:34 r -&amp;gt; /sbin/init.d/dbora&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;shabir&lt;BR /&gt;</description>
      <pubDate>Tue, 13 May 2008 04:57:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-script/m-p/4194200#M685936</guid>
      <dc:creator>sh5490</dc:creator>
      <dc:date>2008-05-13T04:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: startup script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-script/m-p/4194201#M685937</link>
      <description>hi Shabir,&lt;BR /&gt;&lt;BR /&gt;&amp;gt; -rwxr-x--- 1 root dba 0 May 8 19:20 init.d/dbora&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;can you change the permission and ownership as follows:&lt;BR /&gt;chown bin:bin /sbin/init.d/oradb&lt;BR /&gt;chmod 755 /sbin/init.d/oradb&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;also post the output of:&lt;BR /&gt;cat /etc/rc.config.d/dbora&lt;BR /&gt;&lt;BR /&gt;this should show something like:&lt;BR /&gt;&lt;BR /&gt;SRV2:sbin/init.d&amp;gt;cat /etc/rc.config.d/dbora&lt;BR /&gt;# ORACLE DATABASE configuration&lt;BR /&gt;#&lt;BR /&gt;# ORACLE_START_STOP :           Set to 1 to start ORACLE DATABASE&lt;BR /&gt;#&lt;BR /&gt;ORACLE_START_STOP=1&lt;BR /&gt;&lt;BR /&gt;SRV2:sbin/init.d&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;revert!&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Tue, 13 May 2008 11:02:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-script/m-p/4194201#M685937</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2008-05-13T11:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: startup script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-script/m-p/4194202#M685938</link>
      <description>the answers is in your rc.log file&lt;BR /&gt;&lt;BR /&gt;/sbin/rc2.d/S99dbora.org[7]: hostname:  not found.&lt;BR /&gt;/sbin/rc2.d/S99dbora.org[12]: touch:  not found.&lt;BR /&gt;starting Oracle Net Listener&lt;BR /&gt;/sbin/rc2.d/S99dbora.org[23]: su:  not found.&lt;BR /&gt;Starting Oracle databases&lt;BR /&gt;/sbin/rc2.d/S99dbora.org[26]: su:  not found.&lt;BR /&gt;&lt;BR /&gt;PATH ie absolute PATH for those command are not defined in the script so just correct it and it ll works fine</description>
      <pubDate>Tue, 13 May 2008 14:27:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-script/m-p/4194202#M685938</guid>
      <dc:creator>Fabien GUTIERREZ</dc:creator>
      <dc:date>2008-05-13T14:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: startup script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-script/m-p/4194203#M685939</link>
      <description>Fabien GUTIERREZ:&lt;BR /&gt;&amp;gt; the answers is in your rc.log file&lt;BR /&gt;No really.&lt;BR /&gt;If you  look at the "ll */*dbora*" output, S99dbora.org is not a link but a script created in the rc2.d directory.&lt;BR /&gt;-rwxr-x--- 1 bin bin 939 Apr 28 15:07 rc2.d/S99dbora.org&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The intended script "dbora" startup does not even appear in the rc.log!!&lt;BR /&gt;lrwxrwxr-x 1 root sys 18 May 13 10:35 rc3.d/S99dbora3 -&amp;gt; /sbin/init.d/dbora&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thats presumes a step in the configuration that has not been done properly..&lt;BR /&gt;&lt;BR /&gt;Shabir: please post the requested information as per my last post.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;yogeeraj</description>
      <pubDate>Wed, 14 May 2008 06:30:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-script/m-p/4194203#M685939</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2008-05-14T06:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: startup script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-script/m-p/4194204#M685940</link>
      <description>let's check if the #! pragma in your shell is referencing a shell in /sbin&lt;BR /&gt;if not problem may comes from that point</description>
      <pubDate>Wed, 14 May 2008 09:05:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-script/m-p/4194204#M685940</guid>
      <dc:creator>Fabien GUTIERREZ</dc:creator>
      <dc:date>2008-05-14T09:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: startup script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-script/m-p/4194205#M685941</link>
      <description>ho yogeeraj,&lt;BR /&gt;&lt;BR /&gt;thanks for u reply&lt;BR /&gt;&lt;BR /&gt;pls find the output &lt;BR /&gt;bash-3.2# cat /etc/rc.config.d/dbora&lt;BR /&gt;ORACLE_START=1&lt;BR /&gt;export ORACLE_START&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;shabir&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 15 May 2008 11:30:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-script/m-p/4194205#M685941</guid>
      <dc:creator>sh5490</dc:creator>
      <dc:date>2008-05-15T11:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: startup script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-script/m-p/4194206#M685942</link>
      <description>hi yoograj,&lt;BR /&gt;after rebooting the server ,pls the folowing entries are found in /etc/rc.log file&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;usage: /sbin/rc2.d/S99dbora {start|stop}&lt;BR /&gt;Output from "/sbin/rc2.d/S99dbora start":&lt;BR /&gt;----------------------------&lt;BR /&gt;/sbin/rc2.d/S99dbora[9]: hostname:  not found.&lt;BR /&gt;/sbin/rc2.d/S99dbora[14]: touch:  not found.&lt;BR /&gt;starting Oracle Net Listener&lt;BR /&gt;/sbin/rc2.d/S99dbora[25]: su:  not found.&lt;BR /&gt;Starting Oracle databases&lt;BR /&gt;/sbin/rc2.d/S99dbora[28]: su:  not found.&lt;BR /&gt;&lt;BR /&gt;usage: /sbin/rc2.d/S99dbora.org {start|stop}&lt;BR /&gt;Output from "/sbin/rc2.d/S99dbora.org start":&lt;BR /&gt;----------------------------&lt;BR /&gt;/sbin/rc2.d/S99dbora.org[7]: hostname:  not found.&lt;BR /&gt;/sbin/rc2.d/S99dbora.org[12]: touch:  not found.&lt;BR /&gt;starting Oracle Net Listener&lt;BR /&gt;Starting Oracle databases&lt;BR /&gt;/sbin/rc2.d/S99dbora.org[23]: su:  not found.&lt;BR /&gt;/sbin/rc2.d/S99dbora.org[26]: su:  not found.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;shabir</description>
      <pubDate>Thu, 15 May 2008 16:01:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-script/m-p/4194206#M685942</guid>
      <dc:creator>sh5490</dc:creator>
      <dc:date>2008-05-15T16:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: startup script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-script/m-p/4194207#M685943</link>
      <description>It seems to be telling you it can't find the commands hostname, su, etc. If you can edit the script, put the full path in.&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Fri, 16 May 2008 06:20:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-script/m-p/4194207#M685943</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2008-05-16T06:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: startup script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-script/m-p/4194208#M685944</link>
      <description>hi Shabir,&lt;BR /&gt;&lt;BR /&gt;There is something with the script itself. We need to check what Fabien mentioned previously. &lt;BR /&gt;&lt;BR /&gt;"let's check if the #! pragma in your shell is referencing a shell in /sbin if not problem may comes from that point"&lt;BR /&gt;&lt;BR /&gt;Can you post your dbora script?&lt;BR /&gt;&lt;BR /&gt;revert!&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Fri, 16 May 2008 10:29:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-script/m-p/4194208#M685944</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2008-05-16T10:29:56Z</dc:date>
    </item>
  </channel>
</rss>

