Robert Williams wrote:
> 
> Hi all,
> 
> I have written a shell script to automatically creates data useful in
> diagnosing LRP/LEAF problems.
[snip]
> http://home.pacbell.net/rcw1/lrp/debug/debug.html
> 
> Enjoy, Robert Williams


I like it.  I was working on something similar,
but I went off topic :)

I'd suggest you have the script include

  cat /etc/hosts
  cat /etc/resolv.conf
  cat /etc/nsswitch.conf

and maybe write a couple of lines of code that
ping the network cards with the output perhaps,
and maybe then include arp -an.

Also you might want to code the commands into

  IPCHAINS = /sbin/ipchains
  CAT      = cat
  NETSTAT  = blah blah, and make it test for each command
             to be sure it's there.  Some of the commands
             are not available in Oxygen until you load
             their package (netstat, ipchains, ifconfig)...

Happy,
Matt

_______________________________________________
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user

Reply via email to