If there is any requirement where we need to take export of Parameters or Components from SRVRMGR Utility through command prompt, then we need to follow following steps to extract spool while working with SRVRMGR in command line mode:
cmd:>srvrmgr /g GATEWAY_ADDR /e ENTERPRISE_SERVER_NAME /s SIEBEL_APPLISRVR_LOG_NAME /u USERNAME /p PASSWORD
srvrmgr:>spool C:\spool_parameter.txt
srvrmgr:> list parameters for component ADMProc
srvrmgr:> list advanced parameters for component ADMProc
srvrmgr:> list hidden parameters for component ADMProc
srvrmgr:> spool off
srvrmgr:> exit
Once you exit the SRVRMGR , then you will get spool_parameter.txt file ready with all required information.
cmd:>srvrmgr /g GATEWAY_ADDR /e ENTERPRISE_SERVER_NAME /s SIEBEL_APPLISRVR_LOG_NAME /u USERNAME /p PASSWORD
srvrmgr:>spool C:\spool_parameter.txt
srvrmgr:> list parameters for component ADMProc
srvrmgr:> list advanced parameters for component ADMProc
srvrmgr:> list hidden parameters for component ADMProc
srvrmgr:> spool off
srvrmgr:> exit
Once you exit the SRVRMGR , then you will get spool_parameter.txt file ready with all required information.
No comments:
Post a Comment