################# # #Template for Vdbench Test Script for Removable Media and Virtual Media Library # Re. SNIA Emerald Power Efficiency Measurement Specification # # History: # Version 2017_07_26 Initial release approved by Green Storage TWG. # # Copyright (c) 2017 Storage Networking Industry Association # #Base script Two tape drives in Solaris environment #SNIA workload script Two tape drives in Solaris environment. # #This template is provided to facilitate testing of Removable Media Libraries and Virtual Media Libraries #storage systems aligned to the current SNIA Emerald Power Efficiency Measurement Specification. # Any resulting script is run with the Emerald_System_Configuration through this example command line: # # vdbench -f Emerald_System_configuration Emerald_test_script # # The only recommended changes to this template are those that define the storage system under test and its operation for Vdbench. # SNIA provides this template only as an example and does not guarantee its correctness. # SNIA may change this template at any time. # Responsibility for compliance with the SNIA Emerald Power Efficiency Measurement Specification resides with the test sponsor. # The SNIA Emerald Power Efficiency Measurement Specification takes precedence over this template if there is a conflict. # # Needed changes to this template are identified as: # add the tape drive SD definitions # Modify the elapsed time if needed to run longer for stability # # #Do not delete the defaults, threads = 1 sd definition. compratio=2 sd=default,threads=1 #Add tape drives to the SD devinitions #Example below is for 1 tape drive sd1 on a solaris system sd=sd1,lun=/dev/rmt/0,size=3t wd=swrite,sd=sd*,readpct=0,seekpct=eof,xfersize=256k wd=sread,sd=sd*,readpct=100,seekpct=eof,xfersize=256K rd=sniasw,wd=swrite,iorate=max,elapsed=30M,interval=60,endcmd="rewind" rd=sniasr,wd=sread,iorate=max,elapsed=30M,interval=60