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 gkittelson 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: bpk89
  • Order by date
  1. bpk89

    Need to output to a single line

    Thanks azimuth0! Your awk script produces the output I require.
  2. bpk89

    Need to output to a single line

    The 'x25stat' program I use produces an output similar to below. $ x25stat GLOBAL STATISTICS FOR X25 ------------------------------------- Packet type TX RX ------------------------------------- Packets(total) 2314667 2450836 Bytes(total) 31835647 36789526 $...
  3. bpk89

    system disk dead

    G60 doesn't mean much to me. Did you manage to find the "Recovery" CD?
  4. bpk89

    system disk dead

    Hi NoHPUX, Can you provide us with a few details about the system. Is it a 700 series workstation or an 800 series server? Also, what model is the system? 710, 715, 735, 755, 800 etc. Did your Aussie sys admin leave you any HP-UX CD's. One CD labelled "Recovery" will be handy as you...
  5. bpk89

    Copy directory structure

    Hi. I would use this command. Do a man on cpio to understand the switches. These commands also retain file mod times, permissions, ownerships and symbolic links I believe. cd /ar0402cu/primary find . -depth | cpio -pudm /datamap/secondary/ Good luck!
  6. bpk89

    Glance Plus easy question

    You say GlancePlus is displaying a total of 99% utilisation. This can mean that you are seriously out of RAM or getting good value for money in terms of the amount of RAM purchased. Glance breaks up the memory utilisation bar into three parts. (i) S - System mem (ii) U - User mem and (iii) B -...

Part and Inventory Search

Back
Top