Help for this page

Select Code to Download


  1. or download this
    $VAR1 = {
              'SAN_VC0_42' => {
    ...
                                'hdisk839' => 'state=enabled'
                              }
            };
    
  2. or download this
    my @vxdisk_lines = qx(vxdisk list $lun);
    chomp @vxdisk_lines;
    ...
        $h{$k} = $v;
    }
    $luns_to_hdisk{$lun} = \%h;