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