Export Networker 7.4 configuration with NSRADMIN on a Windows Server

Posted by Cereal Thursday, January 29, 2009 6:00:00 AM Categories: _Tous les articles EMC Networker
Rate this Content 0 Votes

Copy paste the next lines to a notepad ans save the file as "EXPORT_CONFIG.CMD".

1. Export the configuration to the file : NETWORKER_CONFIG.CONF
2. Open file in NOTEPAD.


@ECHO OFF
REM
REM   Author                              : @CEREAL
REM     Date                              : 27.01.2009
REM     Version                           : 1.0
REM
REM     Work on OS :
REM             Networker ServerREM
REM   Script description :
REM             Export ALL Networker Configuration
REM
REM
REM set query : WARNING NO SPACE BEFORE COMMAND AND REDIRECTION

         SET CMD_INPUT=NETWORKER_COMMAND.INPUT
         SET CMD_OUTPUT=NETWORKER_CONFIG.CONF
         ECHO option hidden: On>%CMD_INPUT%
         ECHO print>>%CMD_INPUT%
         REM Import new parameter in Networker Client with nsradmin
         ECHO Export all Networker Configuration, please wait this take several minutes...
         nsradmin -i "%CMD_INPUT%" >%CMD_OUTPUT%

REM Delete input file
         DEL %CMD_INPUT%
         REM Open Notepad
         CALL NOTEPAD %CMD_OUTPUT%


Simple-Tech.info
Comments are closed on this post.
Site Map | Printable View | © 2008 - 2012 Simple-Tech.info | Powered by mojoPortal | HTML 5 | CSS | Design by mitchinson