name == $b->name) ? 0 : (($a->name < $b->name) ? -1 : 1); } $sortCriteria = new SortCriteria(0, true); $drives = get_all_drives($user, $sortCriteria); $i = 0; foreach ($drives as $drive) { if ($drive->isEDLM) { error_log("Drive: ".$drive->serialNumber." Partition: ".$drive->name." Partition Status: ".$drive->partitionStatus." Drive Status: ".$drive->status." Drive Ready: ".$drive->isReady); } $i++; } if ($_SERVER[REQUEST_METHOD] == "POST") { $operationInProgress = true; $status = new ReturnStatus(); edlm_schedule_tests($user, intval($_POST["type"]), $_POST["media_ids"], ($_POST["cont_on_error"] == "true")); print $status->out(); return; } $scanTypeMap = edlm_get_scan_type_map(); // Remove "None" from options unset($scanTypeMap[0]); $libs = get_logical_libraries($user, $sortCriteria); $lib_count = count($libs); usort($libs, 'sort_by_name'); // Determine if any EDLM libraries are present & create a name -> guid // mapping. $hasEdlmPartition = false; $libMap = array(); foreach($libs as $lib) { if($lib->libraryManaged) { $hasEdlmPartition = true; } $libMap[$lib->guid] = $lib->name; } // Determine which partition to select by default $select_lib = ""; if($lib_count > 0) { $select_lib = $libs[0]->guid; if(isset($_GET["libguid"])) { $select_lib = $_GET["libguid"]; } } ?> Setup Partition

Tools - EDLM Test Selection

Perform manual EDLM testing. Select the partition with the media you want to test.
Tests will be performed when library resources are available. Once the tests are completed, the results will be visible in the EDLM Test Results interface.

Choose the media you would like to test, and the type of test that you would like to perform.

There are no partitions on the library.

There is no EDLM library managed partition on the library. At least one EDLM library managed partition is required to schedule tests.

Partition:

Scan type:

Continue On Error:

Filter by barcode:

Media ID Location Last Tested Test Result