registerFunction("BladeSelected"); session_start(); $user = $_SESSION['user']; $in_xAjax = false; $xAjax_objResponse; $NoInactivityTimer = true; // Set so the xajax calls don't look at the inactivity timer. include('user_inc.htm'); include('IOB_inc.htm'); class CBDevice { var $id; var $deviceId; var $bladeId; var $mapped; var $in_lun; var $ex_lun; var $desc; var $type; var $sn; var $wwpn; var $portId; var $vendor; var $product; function CBDevice($id, $deviceId, $bladeId, $mapped, $in_lun, $ex_lun, $desc, $type, $sn, $wwpn, $portId, $vendor, $product) { $this->id = $id; $this->deviceId = $deviceId; $this->bladeId = $bladeId; $this->mapped = $mapped; $this->in_lun = $in_lun; $this->ex_lun = $ex_lun; $this->desc = $desc; $this->type = $type; $this->sn = $sn; $this->wwpn = $wwpn; $this->portId = $portId; $this->vendor = $vendor; $this->product = $product; } }; function BladeSelected($aBladeId) { global $in_xAjax; global $xAjax_objResponse; global $IOB_DevTypes; $user = $_SESSION['user']; $xAjax_objResponse = new xajaxResponse(); $in_xAjax = true; // This must be called because we set NoInactivityTimer to true because of xajax loading the page behind the sheets. // Whihc causes an xajax XML error if the user is redirected to the login page durring the xajax call setup. // If we are logged out this function will reload the page which will take the user back to the login page. CheckLoggedOut(); $devices = get_device_maps_by_blade($user, $aBladeId); //error_log("devices for blade($aBladeId) = ". print_r($devices,true) ); $i = 0; $theCode = "  Device: \n"; error_log($theCode); $xAjax_objResponse->assign("devSelDiv", "innerHTML", $theCode); // Some Debug examples // $xAjax_objResponse->script('alert(xajax.$("testlevel[1]").value);'); // $xAjax_objResponse->script('alert(xajax.viewSource());'); $in_xAjax = false; return $xAjax_objResponse; } $xajax->processRequest(); /*******************************************************************************************/ $iobs = get_blades($user); if( sizeof($iobs) == 0 ) $hasBlades = false; else $hasBlades = true; // Show the AR logs if licnesed or Service. $bAR = (is_ar_licensed($user) || ($user->role == SERVICE_ROLE)); ?> printJavascript(); ?> Log Viewer Selection
Reports - Log Viewer Selection
Below is a list of log files that can be viewed, saved locally, or e-mailed.

Select a log file:
Installation Verification Test Summary Log
Installation Verification Test Detailed Log
> Command History Log      No I/O Blades detected)"?>     
Cleaning Log
Slot Position Log
RAS Tickets Log
> Media Security Log
> Media Usage Log
role == SERVICE_ROLE)) ?"":"DISABLED")?>> SKM Encryption Key Import Warning Log