The convertScriptCompatibility command is a migration tool used by administrators for converting a configuration from a mode that supports backward compatibility of Version 5.x administration scripts to a mode that is fully Version 6.0.x. This command converts WebSphere Common Configuration Model (WCCM) objects of type processDef to use processDefs as defined in the Version 6.0.x server.xml model.
There can be only one occurrence of a processDefs object in a server configuration. An existing processDefs object is used and updated if it exists; otherwise, a new object is created.
The convertScriptCompatibility command maps existing transport entries to channel support. This affects the server.xml and serverindex.xml files. The values of the transport settings are used to create new channel entries.
The convertScriptCompatibility.sh command syntax
convertScriptCompatibility.sh -help
convertScriptCompatibility.sh [-profileName profile_name]
[-backupConfig true | false]
[-nodeName node_name [-serverName server_name]]
[-traceString trace_spec [-traceFile file_name]]
The convertScriptCompatibility.bat command syntax
convertScriptCompatibility.bat -help convertScriptCompatibility.bat [-profileName profile_name] [-backupConfig true | false] [-nodeName node_name [-serverName server_name]] [-traceString trace_spec [-traceFile file_name]]
Parameters
Supported arguments include the following parameters:
Related concepts
Migration tools
Related tasks
Migrating product configurations
Related reference
The clientUpgrade command
WASPreUpgrade command
WASPostUpgrade command