Example: Migrating - Regenerating the node plug-in configuration
The following examples demonstrate how to regenerating the node plug-in configuration in the WAS V4.0 and V6.x:
- wscp V4.0
Node regenPluginCfg /Node:mynode/- wsadmin V6.x
set generator [$AdminControl completeObjectName type=PluginCfgGenerator,node=mynode,*] $AdminControl invoke $generator generate "c:/WebSphere/DeploymentManager c:/WebSphere/DeloymentManager/config mycell mynode null plugin-cfg.xml"generator = AdminControl.completeObjectName('type=PluginCfgGenerator,node=mynode,*') AdminControl.invoke(generator, 'generate', "c:/WebSphere/DeploymentManager c:/WebSphere/DeloymentManager/config mycell mynode null plugin-cfg.xml")
See Also
Commands for the AdminControl object