<?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: favorite sysadmin scripts you always keep around [2] in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/favorite-sysadmin-scripts-you-always-keep-around-2/m-p/4846728#M394201</link>
    <description>Delete an Oracle User.  I will upload the component called as well in another post.&lt;BR /&gt;&lt;BR /&gt;This is part of a three function, six script system.&lt;BR /&gt;&lt;BR /&gt;One for Deleting Oracle Users.&lt;BR /&gt;One for Adding Oracle Users.&lt;BR /&gt;One for Resetting their password when they forget.&lt;BR /&gt;&lt;BR /&gt;This is a pre-ldap situation.  When we do LDAP, this all changes.</description>
    <pubDate>Wed, 16 Oct 2002 16:49:29 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2002-10-16T16:49:29Z</dc:date>
    <item>
      <title>favorite sysadmin scripts you always keep around [2]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/favorite-sysadmin-scripts-you-always-keep-around-2/m-p/4846715#M394188</link>
      <description>This is the continuation of &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x026250011d20d6118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x026250011d20d6118ff40090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;favourite spelt incorrectly for American search engines! ;)&lt;BR /&gt;&lt;BR /&gt;PS: when attaching scripts, rather than pasting them into the reply box, attach them as .txts.  This helps both formatting problems and lots of scrolling ctrl c, ctrl v s..&lt;BR /&gt;&lt;BR /&gt;TESTED SCRIPTS ONLY PLEASE!&lt;BR /&gt;&lt;BR /&gt;If you find any scripts buggy, please feel free to post an improved version!&lt;BR /&gt;&lt;BR /&gt;That's what the forum is about right! - sharing experiences, helping each other out! right?&lt;BR /&gt;&lt;BR /&gt;Hope the scripts help!&lt;BR /&gt;&lt;BR /&gt;attached is my remote system watch script that xwds and xwuds - I find it useful for remotly watching a windows display - or x display - screenhots logged into a unix box with relaxed xhost permissions.  I used it for remote training where sharedX/ HPVC suffered due to network lag.&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Wed, 16 Oct 2002 08:24:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/favorite-sysadmin-scripts-you-always-keep-around-2/m-p/4846715#M394188</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2002-10-16T08:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: favorite sysadmin scripts you always keep around [2]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/favorite-sysadmin-scripts-you-always-keep-around-2/m-p/4846716#M394189</link>
      <description>Sorry, 2nd time lucky!!!&lt;BR /&gt;&lt;BR /&gt;Simple but very handy, sorts directories and files by size (blocks)&lt;BR /&gt;&lt;BR /&gt;MC</description>
      <pubDate>Wed, 16 Oct 2002 12:09:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/favorite-sysadmin-scripts-you-always-keep-around-2/m-p/4846716#M394189</guid>
      <dc:creator>Michael Campbell</dc:creator>
      <dc:date>2002-10-16T12:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: favorite sysadmin scripts you always keep around [2]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/favorite-sysadmin-scripts-you-always-keep-around-2/m-p/4846717#M394190</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Here is a script that I use on one of our Oracle development systems.  We keep the developers home directories in the /home/oradev tree, and every so often one of them will decide to copy a huge file into their home directory which fills up /home.  I wrote this script to e-mail me a list of the top 10 disk hogs in the /home/oradev tree, which I then e-mail to all the developers.  When /home fills and some developers can't do any work, they get this e-mail and they can ask the person in the next cubicle why the are hogging all the disk space.  Peer pressure works much better for making them clean up after themselves than having me bug them individually!  The script will also check each of the large files in the report to see if any processes are holding it open.  I got tired of them deleting large files that someone else had open and not getting the space back.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Oct 2002 12:38:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/favorite-sysadmin-scripts-you-always-keep-around-2/m-p/4846717#M394190</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2002-10-16T12:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: favorite sysadmin scripts you always keep around [2]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/favorite-sysadmin-scripts-you-always-keep-around-2/m-p/4846718#M394191</link>
      <description>OK&lt;BR /&gt;&lt;BR /&gt;netstat -na | grep -i close&lt;BR /&gt;If the above returns anything you may need the following script.  It saves a reboot if you have sockest in cloae_wait state &amp;amp; have run out....&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/ksh&lt;BR /&gt;#&lt;BR /&gt;# Author        Tim Fulford&lt;BR /&gt;# Date          22 Jan 2001&lt;BR /&gt;# Purpose       Kills CLOSE_WAIT sockets using ndd &lt;BR /&gt;&lt;BR /&gt;close_wait_ip_collect ()&lt;BR /&gt;{&lt;BR /&gt;        netstat -na | grep CLOSE | cut -c20-65 &amp;gt; /tmp/close_wait_ip_collect.out&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;close_wait_ip_convert_to_hex ()&lt;BR /&gt;{&lt;BR /&gt;        cat /tmp/close_wait_ip_collect.out | while read TRGT SRCE&lt;BR /&gt;        do&lt;BR /&gt;                echo ${TRGT}.${SRCE} | awk -F"." '{printf "%02x%02x%02x%02x%04x%02x%02x%02x%02x%04x\n", $1, $2, $3, $4, $5, $6, $7, $8, $9, $10}'&lt;BR /&gt;        done&lt;BR /&gt;}&lt;BR /&gt;close_wait_remove_socket ()&lt;BR /&gt;{&lt;BR /&gt;        cat /tmp/close_wait_ip_convert_to_hex.out | while read SOCKET&lt;BR /&gt;        do&lt;BR /&gt;                echo "Clearing socket HEX address : ${SOCKET}"&lt;BR /&gt;                echo "ndd -set /dev/tcp tcp_discon_by_addr ${SOCKET}"&lt;BR /&gt;        done&lt;BR /&gt;}&lt;BR /&gt;close_wait_clear_up ()&lt;BR /&gt;{&lt;BR /&gt;        rm /tmp/close_wait_ip_convert_to_hex.out /tmp/close_wait_ip_collect.out&lt;BR /&gt;        echo "Finished...."&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;close_wait_ip_collect&lt;BR /&gt;close_wait_ip_convert_to_hex &amp;gt; /tmp/close_wait_ip_convert_to_hex.out&lt;BR /&gt;close_wait_remove_socket&lt;BR /&gt;close_wait_clear_up</description>
      <pubDate>Wed, 16 Oct 2002 13:06:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/favorite-sysadmin-scripts-you-always-keep-around-2/m-p/4846718#M394191</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2002-10-16T13:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: favorite sysadmin scripts you always keep around [2]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/favorite-sysadmin-scripts-you-always-keep-around-2/m-p/4846719#M394192</link>
      <description>5 points when not attached in attachment!&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Oct 2002 13:55:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/favorite-sysadmin-scripts-you-always-keep-around-2/m-p/4846719#M394192</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2002-10-16T13:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: favorite sysadmin scripts you always keep around [2]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/favorite-sysadmin-scripts-you-always-keep-around-2/m-p/4846720#M394193</link>
      <description>Here is a tested script that has clued me in to hardware problems and let me get drives replaced prior to failure.&lt;BR /&gt;&lt;BR /&gt;checkhardware.sh&lt;BR /&gt;&lt;BR /&gt;#!/bin/sh&lt;BR /&gt;#&lt;BR /&gt;# checkwardare.sh Created 2/13/2001&lt;BR /&gt;# Steven E. Protter&lt;BR /&gt;#&lt;BR /&gt;# Designed to check for hardware lbolts and send out an alert email&lt;BR /&gt;#&lt;BR /&gt;/usr/sbin/dmesg | grep lbolt &amp;gt; /tmp/checkwardware&lt;BR /&gt;errs=`wc -l /tmp/checkwardware | awk {'print $1'}`&lt;BR /&gt;if [ $errs -ne 0 ]&lt;BR /&gt;then&lt;BR /&gt;#   echo "Errors ${errs}"&lt;BR /&gt;   /usr/sbin/dmesg  &amp;gt; /tmp/checkwardware&lt;BR /&gt;   /usr/sbin/dmesg | mailx -s "Hardware error detected /tmp/checkhardware" email@you.com&lt;BR /&gt;   /usr/sbin/dmesg | mailx -s "Hardware error detected /tmp/checkhardware" yourboss@you.com&lt;BR /&gt;   /usr/sbin/dmesg | mailx -s "Hardware error detected /tmp/checkhardware" yourboss'sboss@you.com&lt;BR /&gt;   /usr/sbin/dmesg | mailx -s "Hardware error detected /tmp/checkhardware" root&lt;BR /&gt;   /usr/bin/np -qQhp5000 /tmp/checkwardware&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;A definite winner.  The np commands assume installation of openspool which I recommend you not do.  Its a legacy product with us.</description>
      <pubDate>Wed, 16 Oct 2002 13:59:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/favorite-sysadmin-scripts-you-always-keep-around-2/m-p/4846720#M394193</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2002-10-16T13:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: favorite sysadmin scripts you always keep around [2]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/favorite-sysadmin-scripts-you-always-keep-around-2/m-p/4846721#M394194</link>
      <description>Command to show top ten CPU users on the system</description>
      <pubDate>Wed, 16 Oct 2002 14:01:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/favorite-sysadmin-scripts-you-always-keep-around-2/m-p/4846721#M394194</guid>
      <dc:creator>Ken Hubnik_2</dc:creator>
      <dc:date>2002-10-16T14:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: favorite sysadmin scripts you always keep around [2]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/favorite-sysadmin-scripts-you-always-keep-around-2/m-p/4846722#M394195</link>
      <description>A script to quickly build a depot out of a bunch of patches you need to install together. Particularly useful when check_security_patch recommends 6 kernel patches all requiring a reboot.&lt;BR /&gt;&lt;BR /&gt;Out of the HP Certification Study Guide.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Oct 2002 14:20:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/favorite-sysadmin-scripts-you-always-keep-around-2/m-p/4846722#M394195</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2002-10-16T14:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: favorite sysadmin scripts you always keep around [2]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/favorite-sysadmin-scripts-you-always-keep-around-2/m-p/4846723#M394196</link>
      <description>gkill&lt;BR /&gt;&lt;BR /&gt;Kill a process or series of processes based on a command line parameter.  Very powerful and useful.&lt;BR /&gt;&lt;BR /&gt;I use it all the time, read it before you use it.  I built in some basic protection to not let you to a process kill for strings like root and stuff, but its far from bullet proof.&lt;BR /&gt;&lt;BR /&gt;This is a mod from some book.&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Oct 2002 14:33:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/favorite-sysadmin-scripts-you-always-keep-around-2/m-p/4846723#M394196</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2002-10-16T14:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: favorite sysadmin scripts you always keep around [2]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/favorite-sysadmin-scripts-you-always-keep-around-2/m-p/4846724#M394197</link>
      <description>Another book script.&lt;BR /&gt;&lt;BR /&gt;psg&lt;BR /&gt;&lt;BR /&gt;its a modifived ps -ef | grep that makes sure the grep among other things doesn't show up.&lt;BR /&gt;&lt;BR /&gt;psg oracle shows all processes with the string oracle&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Oct 2002 14:39:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/favorite-sysadmin-scripts-you-always-keep-around-2/m-p/4846724#M394197</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2002-10-16T14:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: favorite sysadmin scripts you always keep around [2]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/favorite-sysadmin-scripts-you-always-keep-around-2/m-p/4846725#M394198</link>
      <description>Hi.&lt;BR /&gt;&lt;BR /&gt;I use this to search for files. Idea is borrowed from locate of linux.&lt;BR /&gt;&lt;BR /&gt;Setup a cron job to create a datbase containing list of files on the system.&lt;BR /&gt;&lt;BR /&gt;find / -print &amp;gt; /tmp/locate.db&lt;BR /&gt;&lt;BR /&gt;Run  the attached script as&lt;BR /&gt;&lt;BR /&gt;locate filenmae[s].&lt;BR /&gt;&lt;BR /&gt;Pretty useful.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;-balajio</description>
      <pubDate>Wed, 16 Oct 2002 15:33:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/favorite-sysadmin-scripts-you-always-keep-around-2/m-p/4846725#M394198</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2002-10-16T15:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: favorite sysadmin scripts you always keep around [2]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/favorite-sysadmin-scripts-you-always-keep-around-2/m-p/4846726#M394199</link>
      <description>Get the date when an ignite tape was created.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Tony</description>
      <pubDate>Wed, 16 Oct 2002 15:46:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/favorite-sysadmin-scripts-you-always-keep-around-2/m-p/4846726#M394199</guid>
      <dc:creator>Tony Contratto</dc:creator>
      <dc:date>2002-10-16T15:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: favorite sysadmin scripts you always keep around [2]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/favorite-sysadmin-scripts-you-always-keep-around-2/m-p/4846727#M394200</link>
      <description>Yeah!&lt;BR /&gt;&lt;BR /&gt;I finally earned some points.&lt;BR /&gt;&lt;BR /&gt;This is the best thread I've seen.&lt;BR /&gt;&lt;BR /&gt;I went through the old one and collected 40 scripts.  They need some mod, but still a gold mine.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Oct 2002 16:41:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/favorite-sysadmin-scripts-you-always-keep-around-2/m-p/4846727#M394200</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2002-10-16T16:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: favorite sysadmin scripts you always keep around [2]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/favorite-sysadmin-scripts-you-always-keep-around-2/m-p/4846728#M394201</link>
      <description>Delete an Oracle User.  I will upload the component called as well in another post.&lt;BR /&gt;&lt;BR /&gt;This is part of a three function, six script system.&lt;BR /&gt;&lt;BR /&gt;One for Deleting Oracle Users.&lt;BR /&gt;One for Adding Oracle Users.&lt;BR /&gt;One for Resetting their password when they forget.&lt;BR /&gt;&lt;BR /&gt;This is a pre-ldap situation.  When we do LDAP, this all changes.</description>
      <pubDate>Wed, 16 Oct 2002 16:49:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/favorite-sysadmin-scripts-you-always-keep-around-2/m-p/4846728#M394201</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2002-10-16T16:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: favorite sysadmin scripts you always keep around [2]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/favorite-sysadmin-scripts-you-always-keep-around-2/m-p/4846729#M394202</link>
      <description>Hello all&lt;BR /&gt;&lt;BR /&gt;This script is used for collecting various&lt;BR /&gt;areas of information from sar. The script&lt;BR /&gt;utilizes data collected from the SA files&lt;BR /&gt;located in: /var/adm/sa/sa##.&lt;BR /&gt;&lt;BR /&gt;cron entry is below which will write an entry&lt;BR /&gt;in the file every hr on the hr.&lt;BR /&gt;&lt;BR /&gt;0 * * * * /usr/lbin/sa/sa1 3600 1 &amp;amp;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Oct 2002 16:52:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/favorite-sysadmin-scripts-you-always-keep-around-2/m-p/4846729#M394202</guid>
      <dc:creator>fg_1</dc:creator>
      <dc:date>2002-10-16T16:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: favorite sysadmin scripts you always keep around [2]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/favorite-sysadmin-scripts-you-always-keep-around-2/m-p/4846730#M394203</link>
      <description>userdel.ksh&lt;BR /&gt;&lt;BR /&gt;He is called by the prior script.  I'd zip them but am lazy today.  Since its a set, feel free to do just 5 points per script.&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Oct 2002 16:52:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/favorite-sysadmin-scripts-you-always-keep-around-2/m-p/4846730#M394203</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2002-10-16T16:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: favorite sysadmin scripts you always keep around [2]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/favorite-sysadmin-scripts-you-always-keep-around-2/m-p/4846731#M394204</link>
      <description>Here is a script for all of you that are &lt;BR /&gt;using veritas netbackup as your backup &lt;BR /&gt;architecture. This script will compile a&lt;BR /&gt;report of all backup jobs executed for the &lt;BR /&gt;preceding 24hr period and report them in &lt;BR /&gt;html format. The html is very basic so feel&lt;BR /&gt;free to pretty it up some.&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Oct 2002 16:55:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/favorite-sysadmin-scripts-you-always-keep-around-2/m-p/4846731#M394204</guid>
      <dc:creator>fg_1</dc:creator>
      <dc:date>2002-10-16T16:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: favorite sysadmin scripts you always keep around [2]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/favorite-sysadmin-scripts-you-always-keep-around-2/m-p/4846732#M394205</link>
      <description>Add an Oracle User&lt;BR /&gt;&lt;BR /&gt;This time, I took the time to make a tar file.&lt;BR /&gt;&lt;BR /&gt;AddOracleUser is the main script&lt;BR /&gt;useradd.ksh (even though its probably using the posix shell, my dba is a little loose about checking this), is called.</description>
      <pubDate>Wed, 16 Oct 2002 16:57:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/favorite-sysadmin-scripts-you-always-keep-around-2/m-p/4846732#M394205</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2002-10-16T16:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: favorite sysadmin scripts you always keep around [2]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/favorite-sysadmin-scripts-you-always-keep-around-2/m-p/4846733#M394206</link>
      <description>Reset Oracle Users passwords when the lock their accounts.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Oct 2002 16:58:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/favorite-sysadmin-scripts-you-always-keep-around-2/m-p/4846733#M394206</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2002-10-16T16:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: favorite sysadmin scripts you always keep around [2]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/favorite-sysadmin-scripts-you-always-keep-around-2/m-p/4846734#M394207</link>
      <description>This one is the oracle environment setting program included in all of the above scripts.&lt;BR /&gt;&lt;BR /&gt;This script sets the default oracle environoment based on the first entry in the /etc/oratab file&lt;BR /&gt;&lt;BR /&gt;This building block should have been first.&lt;BR /&gt;&lt;BR /&gt;If I missed something, let me know, I'll post it up.</description>
      <pubDate>Wed, 16 Oct 2002 17:01:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/favorite-sysadmin-scripts-you-always-keep-around-2/m-p/4846734#M394207</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2002-10-16T17:01:02Z</dc:date>
    </item>
  </channel>
</rss>

