DS_6505B:admin> cfgsave You are about to save the Defined zoning configuration. This action will only save the changes on Defined configuration. If the update includes changes to one or more traffic isolation 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, no, n): [no] #### $logger->info("saving the zone"); ($out,$err) = $ssh->capture2("cfgsave"); $ssh->error and die "remote find command failed:$!" . $ssh->error; $logger->info("config saved");