Help for this page

Select Code to Download


  1. or download this
    DS_6505B:admin> cfgsave
    You are about to save the Defined zoning configuration. This
    ...
    zones, you must issue the 'cfgenable' command for the changes
    to take effect.
    Do you want to save the Defined zoning configuration only?  (yes, y, n
    +o, n): [no]
    
  2. or download this
    $logger->info("saving the zone");
    ($out,$err) = $ssh->capture2("cfgsave");
    $ssh->error and
            die "remote find command failed:$!" . $ssh->error;
    $logger->info("config saved");