Hi,
Is there a way to (easily) export all the components used by service definitions from an existing system with the goal to import them on a new system?
In case there is no single "export" feature yet, what is the complete procedure I should follow to guarantee have everything? (Service definition, functions, drivers, profile defs, profile instances, profile params, all linked automation scripts, ...)
Hi Mieke
The SRM solution offers some tools to migrate the components related to a Service Definition.
The functions used on that Service Definition can be migrated using SRM_ExportFunctions and SRM_ImportFunctions. Which will include the Function (either the system or the protocol function or the virtual function), the Profile Parameters and the Profile Definitions including the Profile Load scripts and their referenced libraries. When importing the functions, the required Connectors should already be available and set to production.
The Service Definition itself can be imported and exported SRM_ServiceDefinitionImportExport, the linked LSO action scripts are not included though.
The profile instances can be migrated by using PFM_ProfileInstancesImportExport.
To easily create resources, SRM_DiscoverResources can be used.