loopId == 'Auto' ) { $thePort->loopIdMode = '0'; // Auto / Soft $thePort->loopId = '0'; } else $thePort->loopIdMode = '1'; // No-Auto / Hard error_log( "Calling set_blade_port with: ". print_r($thePort, true) ); set_blade_port($user, $thePort ); print $status->out(); return; } ?> Blade Port Configuration
Setup - I/O Blade Port Configuration
Configure the I/O Blade Port Configuration.

No blades were found in the library.

Note: Only the first two ports on the blade are configurable.

Please select an I/O Blade Port and press Next.
I/O Blade WWNN Status Ports
location ?> wwnn ?> status] ?> status != 6 ? 'disabled' : ''); for( $i = 1; $i <= 6; $i++ ) { // NOTE: Only the first two ports are configurable. if( $i > 2 ) $disable = 'disabled'; ?>
>



"; ?> "; ?> "; ?>
I/O Blade:   
WWPN:   
Port:   
Loop ID:  \n"; // Do the Auto element first. echo "\n"; for( $i=0; $i < 126; $i++ ) { echo "\n"; } echo "\n"; ?>
Speed:  "; // Becaseu this array is NOT contigous we need to get both the key and value foreach( $IOB_speed as $theKey => $theValue ) { error_log("theKey = $theKey | theValue = $theValue"); // echo "\n"; echo ">". $theValue ."\n"; } echo "
Frame Size:  "; for( $i=0; $i < sizeof($IOB_frameSize); $i++ ) { echo "\n"; } echo "
Connection:  "; for( $i=0; $i < sizeof($IOB_connection); $i++ ) { echo "\n"; } echo "