Operating System - OpenVMS
1751694 Members
5163 Online
108781 Solutions
New Discussion юеВ

Re: DISK STORAGE I/O TESTER DECUS or other Utility / Programs ?

 
SOLVED
Go to solution
Robert Jacobs
Advisor

DISK STORAGE I/O TESTER DECUS or other Utility / Programs ?

Hi Everyone

I was wondering if somebody could point me in the right direction here.

The company I am working for needs to test I/O's to some SAN FC disk storage virtualization products. Does anybody know a program that does this function on OpenVMS 7.3-2 Perhaps there is a Decus program or a utility from lets say Diskeeper or I/O express etc... I have been away from OpenVMS for a while and do not know what HP or others could offer.

Thank you

Robert J.


15 REPLIES 15
Andy Bustamante
Honored Contributor

Re: DISK STORAGE I/O TESTER DECUS or other Utility / Programs ?

What sort of test do you need? Would creating and reading backup save sets meet the requirements?


Andy
If you don't have time to do it right, when will you have time to do it over? Reach me at first_name + "." + last_name at sysmanager net
Uwe Zessin
Honored Contributor

Re: DISK STORAGE I/O TESTER DECUS or other Utility / Programs ?

If you just want to do some I/Os, some things are possible to exercise the system:

- use volume shadowing to mirror two disks

- $ initialize /erase SAN_DISK: label

- use BACKUP /IMAGE or /PHYSICAL to read/write

- use "SYSGEN CREATE filespec"
.
Robert Jacobs
Advisor

Re: DISK STORAGE I/O TESTER DECUS or other Utility / Programs ?

Hi


The tests that I fell would be the best, are those that would be some sort of pattern test if possible i.e. write / read or compare type of program.


Does anybody know of such executeable programs out there? It could be a a DCL scripts as well.

Thank you again.
Volker Halle
Honored Contributor

Re: DISK STORAGE I/O TESTER DECUS or other Utility / Programs ?

Robert,

it all depends on 'what' you want to test. If you want to verify correct operation of read/write IO, a BACKUP/PHYSICAL/VERIFY or /COMPARE could be the right tool.

If you want to test performance, there is a TEST command in the DISKBLOCK utility (from OpenVMS Freeware CD).

I've also used DISKPERF for performance testing:

http://www.pi-net.dyndns.org/jfp/english/diskperf.html

Volker.
Rob Young_4
Frequent Advisor

Re: DISK STORAGE I/O TESTER DECUS or other Utility / Programs ?


Google is your friend. TESTDEV should
work for you. I forget which freeware CD
it is on but you can google it.

http://tinyurl.com/d4o6r

Rob
Karl Rohwedder
Honored Contributor

Re: DISK STORAGE I/O TESTER DECUS or other Utility / Programs ?

Another one I use from time to tie is TESTDEV from the Freeware V4 archives at:

http://h71000.www7.hp.com/freeware/freeware40/testdev/

regards Kalle
Peter Quodling
Trusted Contributor

Re: DISK STORAGE I/O TESTER DECUS or other Utility / Programs ?

There used to be someone in Colorado Springs Storage Engineering, name of Ken Bates, I think, who was the expert on storage performance. google him, and see if he is still around and doing that sort of stuff.

Our good friend Hein, Vandenheuvel, who haunts this forum from time to time, has also been known to make the odd spindle groan under the load...

q
Leave the Money on the Fridge.
Ian Miller.
Honored Contributor

Re: DISK STORAGE I/O TESTER DECUS or other Utility / Programs ?

Can anyone still remember how to drive UETP?
____________________
Purely Personal Opinion
Volker Halle
Honored Contributor

Re: DISK STORAGE I/O TESTER DECUS or other Utility / Programs ?

re: UETP

Ian,

login to the SYSTEST account and invoke @UETP - see SYS$TEST:UETP.COM

Volker.