Service IT Direct and COVID-19 UPDATE for more information CLICK HERE

Call NOW:
888-596-4720

What's Going on in our World

Script For Reading HP-UX Itanium Root Disk EFI Partitions

I called this script "readpartition" but you can call it anything you choose. The purpose of this script was to fill in a missing piece of the HP-UX 11.31 Itanium root disk mirroring procedure. The output of this script is designed to be the input...


Read More
Short sleep (ms) in a script

Q: I need to sleep in my script for less than a second. How can this be done?  A:  While you might perform some calculation a million times, your script will run slow on older systems and too fast on new systems. perl is your...


Read More