Help for this page

Select Code to Download


  1. or download this
    # cat vm.csv 
    vm_name,vm_cluster
    ...
    vm2,fd2
    vm3,fd3
    vm4,fd4
    
  2. or download this
    # cat vfiler_fd.csv 
    vm_name,vFiler_IP,vFiler_cluster
    ...
    vm4,1.1.1.4,fd1
    vm1,1.1.1.1,fd4
    vm2,1.1.1.2,fd3
    
  3. or download this
    vm_name,vm_cluster,vFiler_IP,vFiler_cluster
    vm1,fd1,1.1.1.1,fd4
    ...
    .
    .
    ....etc.
    
  4. or download this
    use strict;
    use Text::CSV;
    ...
          }    
          next;
    }