<?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 SYSTEM TOOLS:  What scripts have you developed for system administration? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/system-tools-what-scripts-have-you-developed-for-system/m-p/3914054#M96909</link>
    <description>I'm curious to see what everyone has come up with for monitoring their systems.  Give us your best stuff!!!  I will be awarding points.  Thanks.</description>
    <pubDate>Sat, 16 Dec 2006 00:23:07 GMT</pubDate>
    <dc:creator>TheJuiceman</dc:creator>
    <dc:date>2006-12-16T00:23:07Z</dc:date>
    <item>
      <title>SYSTEM TOOLS:  What scripts have you developed for system administration?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-tools-what-scripts-have-you-developed-for-system/m-p/3914054#M96909</link>
      <description>I'm curious to see what everyone has come up with for monitoring their systems.  Give us your best stuff!!!  I will be awarding points.  Thanks.</description>
      <pubDate>Sat, 16 Dec 2006 00:23:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-tools-what-scripts-have-you-developed-for-system/m-p/3914054#M96909</guid>
      <dc:creator>TheJuiceman</dc:creator>
      <dc:date>2006-12-16T00:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: SYSTEM TOOLS:  What scripts have you developed for system administration?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-tools-what-scripts-have-you-developed-for-system/m-p/3914055#M96910</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Here is a script that I use daily.&lt;BR /&gt;I update it regularly and I think&lt;BR /&gt;I got rid of most bugs in&lt;BR /&gt;the code :)&lt;BR /&gt;&lt;BR /&gt;So far it helped me during many upgrades and server release-to-production:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.circlingcycle.com.au/Unix-sources/HP-UX-check-OAT.pl.txt" target="_blank"&gt;http://www.circlingcycle.com.au/Unix-sources/HP-UX-check-OAT.pl.txt&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Almost 200 tests are run in the Perl script.&lt;BR /&gt;&lt;BR /&gt;I used it on hardware as large as&lt;BR /&gt;SuperDomes down to small workstations.&lt;BR /&gt;&lt;BR /&gt;All you need is at least Perl 5.6.1.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;VK2COT</description>
      <pubDate>Sat, 16 Dec 2006 05:17:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-tools-what-scripts-have-you-developed-for-system/m-p/3914055#M96910</guid>
      <dc:creator>VK2COT</dc:creator>
      <dc:date>2006-12-16T05:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: SYSTEM TOOLS:  What scripts have you developed for system administration?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-tools-what-scripts-have-you-developed-for-system/m-p/3914056#M96911</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Some years ago, thre threads offered a collection point for favorite scipts of any kind.  You might find the threads of use:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=123030" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=123030&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=178514" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=178514&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=51050" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=51050&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Sat, 16 Dec 2006 09:20:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-tools-what-scripts-have-you-developed-for-system/m-p/3914056#M96911</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-12-16T09:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: SYSTEM TOOLS:  What scripts have you developed for system administration?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-tools-what-scripts-have-you-developed-for-system/m-p/3914057#M96912</link>
      <description>&lt;!--!*#--&gt;There's a lot in the links that James gave you...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Here's a little script I use called lpst&lt;BR /&gt;&lt;BR /&gt;# cat /opt/hpnpl/bin/lpst&lt;BR /&gt;#!/bin/sh&lt;BR /&gt;#&lt;BR /&gt;# check printer status&lt;BR /&gt;# Geoff Wild&lt;BR /&gt;&lt;BR /&gt;if [ $# -lt 1 -o \( $# -gt 1 -a $# -lt 4 \) ]&lt;BR /&gt;then&lt;BR /&gt;  echo "Usage:"&lt;BR /&gt;  echo "lpst \"printer\""&lt;BR /&gt;  echo "Example:"&lt;BR /&gt;  echo "lpst W052"&lt;BR /&gt;  exit 1&lt;BR /&gt;fi&lt;BR /&gt;echo " "&lt;BR /&gt;/usr/sbin/ping $1 -n 2&lt;BR /&gt;echo " "&lt;BR /&gt;lpstat -p$1 -v$1&lt;BR /&gt;echo " "&lt;BR /&gt;echo "Output Requests"&lt;BR /&gt;echo "-----------------------------------------------------------"&lt;BR /&gt;lpstat -o$1&lt;BR /&gt;echo " "&lt;BR /&gt;lpstat -r&lt;BR /&gt;echo " "&lt;BR /&gt;&lt;BR /&gt;Output like so:&lt;BR /&gt;&lt;BR /&gt;# lpst W052&lt;BR /&gt;&lt;BR /&gt;PING pcr12169.mydomain.net: 64 byte packets&lt;BR /&gt;64 bytes from 192.168.163.184: icmp_seq=0. time=6. ms&lt;BR /&gt;64 bytes from 192.168.163.184: icmp_seq=1. time=6. ms&lt;BR /&gt;&lt;BR /&gt;----pcr12169.mydomain.net PING Statistics----&lt;BR /&gt;2 packets transmitted, 2 packets received, 0% packet loss&lt;BR /&gt;round-trip (ms) min/avg/max = 6/6/6&lt;BR /&gt;&lt;BR /&gt;printer W052 is idle. enabled since Jul 19 11:32&lt;BR /&gt;fence priority : 0&lt;BR /&gt;device for W052: /dev/null&lt;BR /&gt;&lt;BR /&gt;Output Requests&lt;BR /&gt;-----------------------------------------------------------&lt;BR /&gt;no entries&lt;BR /&gt;&lt;BR /&gt;Here's a little script to check all your lan cards:&lt;BR /&gt;&lt;BR /&gt;# cat /usr/local/bin/lancards&lt;BR /&gt;#!/usr/bin/sh&lt;BR /&gt;# script to check speed and settings of lan cards&lt;BR /&gt;PATH=/usr/sbin:/usr/bin&lt;BR /&gt;ppas=`lanscan | awk '$3~/^[0-9]$/{print $3}' | xargs`&lt;BR /&gt;for i in $ppas&lt;BR /&gt;do&lt;BR /&gt;printf "Card at PPA %s - " $i&lt;BR /&gt;ipa=`ifconfig lan${i} 2&amp;gt;/dev/null | awk '{ip=$2}END{if(ip==""){printf("Not assigned")}else{printf("%s ",ip)}}'`&lt;BR /&gt;printf "IP Address: %15s- " "$ipa"&lt;BR /&gt;lanadmin -x $i 2&amp;gt;/dev/null | awk '{$1="";printf("%s",$0)}'&lt;BR /&gt;echo ""&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Sat, 16 Dec 2006 12:48:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-tools-what-scripts-have-you-developed-for-system/m-p/3914057#M96912</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-12-16T12:48:14Z</dc:date>
    </item>
  </channel>
</rss>

