Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: iknowitall
  • Content: Threads
  • Order by date
  1. iknowitall

    using haemqvar with PSSP

    If anyone has an installed SP2 complex I have created a script to check for certain conditions. It uses 3 files as shown below. I hope someone finds it useful. psspchk.sh #!/usr/dt/bin/dtksh __GetDisks() { x=$(grep hdisk /tmp/work.txt) if [[ $? -eq 0 ]] then R=${x#*=}; L=${R%%;*}...

Part and Inventory Search

Back
Top