sortColumn = LIB_SORT_DEFAULT; $sortCriteria->ascending = true; // for displaying message box $errorCode = 0; $displayMessage = 0; //no // Get necessary data from the library $loglibs = get_logical_libraries($user, $sortCriteria); $numLogLibs = count($loglibs); $drives = get_all_drives($user, $sortCriteria); $numDrives = count($drives); //$counts = get_all_resource_counts($user); $counts = get_library_summary_info($user); // If a post, then this is a return from an operation // retrieve the results of the operation if ($_SERVER['REQUEST_METHOD'] == "POST") { $errorCode= $_REQUEST['errorCode']; $returnMessage = $_REQUEST["returnMessage"]; $displayMessage = $_REQUEST["Message"]; } // determine the attributes for the div that handles displaying and scrolling // for the main data table if ($numLogLibs > MAX_ROWS) { // make the table scrollable $divAttributes['divClass'] = "table-scroll"; $divAttributes['thClass'] = "table-noscroll"; $divAttributes['divHeight'] = MAX_SIZE_LIB_LIST; } else { // no scrolling needed $divAttributes['divClass'] = ""; $divAttributes['thClass'] = ""; $divAttributes['divHeight'] = ""; } ?> Logical Libraries
0) { ?>
Error Message Image Error Message

Error code:
Informational Message Image

Operation Complete



It is highly recommended that the library's configuration is saved to an external file after each configuration change. This can be done from the Save/Restore Configuration page.

Close Message

Logical Libraries

Last refresh:

Select All Deselect All
name." auto clean: ".$loglibs[$i]->autoClean); // store the logical library id to the radio select value attribute // store the library status value to the loglibStatus hidden input value // attribute $encryptData = get_partition_enryption($user, $loglib->guid); if ($encryptionCapable[$i]) { switch ($encryptData->method) { case 1: $method = "None"; break; case 2: $method = "System Managed Encryption"; break; case 3: $method = "Application Managed Encryption"; break; case 4: $method = "Library Managed Encryption"; $setDefaults = 0; break; case 5: $method = "Custom"; break; default: $method = "None"; break; } } else { $method = "N/A"; } foreach ($emulationMap as $k => $v) { if ($v == '3576-MTL') { $v = 'TS3310'; } if ($loglib->emulationTypeEnum == $k) { $loglib->emulationType = $v; } } $loglibattrs = $loglibs[$i]->emulationType.":".$loglibs[$i]->barcodePolicyEnum.":".$loglibs[$i]->totalSlots.":".$loglibs[$i]->autoClean.":".$loglibs[$i]->barcodePolicy; //error_log(print_r($loglibs[$i],true)); ?>
Select Name Media Type Storage Slots Cartridges in Storage Drives Cartridges in Drives Encryption Method Emulation Mode Status
name;?> LTO totalSlots;?> fullSlots;?> totalDrives;?> mountedMedia;?> emulationType;?> status;?>
Total: Selected: 0