How can the Linux Agent Package be registered into the Deployment Wizard?
Client Automation - All Versions
The Dmscript utility must be run to import the packages into the Deployment Wizard. The following command will create a separate package for the AM, RC, and SD package as well as a single package containing all 3 agent plugins.
Dmscript.exe <Path to ITCM DVD2>\dsmPush.dms copy –I <Path to ITCM DVD2>\ -linux –Regdm –AM –RC –SD –P enu –single
If you want the Software Delivery Packages created in the Software Delivery Library as well then use the Regsd option:
Dmscript.exe <Path to ITCM DVD2>\dsmPush.dms copy –I <Path to ITCM DVD2>\ -linux –Regsd –Regdm –AM –RC –SD –P enu –single
The Linux agents are located on DVD 2 of ITCM
The Trailing Backslash is required after the –I <Path to ITCM DVD2>