-
1. Re: Informatica admin activities?
MSK Oct 21, 2013 8:07 AM (in response to sankarapandiyan)There are many activities owned and performed by PC Admin.
- PowerCenter Repository & Domain Backups on day to day or weekly/monthly basis.
- Configuration and Management Of Users/Groups/Roles in PC, this wouldn't be daily activity.
- Configuration of security domains and Scheduling Synchronization of the users/group with LDAP directory service, if you use LDAP security Domain, not a daily activity.
- Managing the deployments (Labels, folder, deployment groups) and conflict resolutions, not a daily activity.
- Configuration and management of different types of nodes while installing PC.
- Configuration and management of application services, license service etc.
- Grid Responsibilities if your PC is running on Grid.
-
2. Re: Informatica admin activities?
sankarapandiyan Oct 22, 2013 1:15 AM (in response to MSK)Thanks MSK.
Do PC Admin will have performance tuning?
-
3. Re: Informatica admin activities?
nheinze Oct 22, 2013 4:47 AM (in response to sankarapandiyan)It depends. If the admins are experienced with PowerCenter, the underlying operating system, and/or the applications implemented in PowerCenter, then it does make sense that they cooperate with the developers for performance tuning.
If they are by no means involved in PowerCenter development, then they should at least be able to support analysing workflows in order to identify bottlenecks, but of course in such a case this cannot be too thorough...
Regards,
Nico
-
4. Re: Informatica admin activities?
sankarapandiyan Oct 22, 2013 8:45 AM (in response to nheinze)Thanks NIco.
what are the informatica tables are frequently admin/production support team will use it?
I need to collect all workflow details, session details & Mapping details. How & where can i take those details?
Thanks,
Sankar
-
5. Re: Informatica admin activities?
sankarapandiyan Oct 22, 2013 8:49 AM (in response to sankarapandiyan)
What are the informatica tables are frequently admin/production support team will use it?I need to collect all WF,session & mapping details. How & where can i take those details?
It's very difficult to open each & every WFs.
Thanks,
Sankar
-
6. Re: Informatica admin activities?
nheinze Oct 22, 2013 11:44 AM (in response to sankarapandiyan)It's neither useful nor necessary to open single workflows to obtain this information.
You can retrieve all these items and numbers from the repository itself. Part of each PowerCenter repository is a set of database views which grant safe access to metadata, be it structure metadata (e.g. mappings, workflows, and the like) or execution metadata (runtime info plus numbers of successfully and unsuccessfully processed records and the like).
Please consult the Repository Guide for more information about the MX views.
BTW you can build mappings which use the MX views as a source, but you'll have to "trick around" in order to make PowerCenter import them. There are some posts around this topic, just search for the keywords "import metadata exchange views PowerCenter".
Regards,
Nico
-
7. Re: Informatica admin activities?
Stephane Berhault Jun 22, 2019 9:57 PM (in response to MSK)Hello,
thank you for your concise answer on the admin task.
Can you please develop what you had done to automate administrative tasks using infacmd/infasetup for
daily repository and domain backup?
I am looking for a KB article or more detail in the documentation.
thank you in advance
Stephane
-
8. Re: Informatica admin activities?
Rajan Rath Jun 30, 2019 8:38 PM (in response to Stephane Berhault)Hello Stephane,
The activities to be performed here are not provided by Informatica and hence the hunt for a KB article is not an option.
You might need to check if someone else has attempted to achieve the same and have successfully implemented (should be done/achieved by most of them). If yes then someone may help you with the steps.
As far as the infacmd/infasetup commands to take repository backup and domain backup daily is concerned, it should be a simple script that needs to be executed daily.
You can have the script executed daily by a cron job or crontab.
Regards,
Rajan
-
9. Re: Informatica admin activities?
Nico Heinze Jul 1, 2019 5:00 AM (in response to Rajan Rath)Just be careful that repository backup and restore processes are executed with different tools for different Informatica products.
For PowerCenter, repository backup and restore processes are executed via the command-line utility pmrep.
For all model repositories, backup and restore processes are executed via the command-line utility infacmd.sh (resp. infacmd.bat on Windows).
It is also imperative to cleanly distinguish between the actual application services in the Informatica domain (such as repository services of all kinds, integration services, data integration services, and so on) and the repository contents underlying each repository service. Services are always managed via infacmd.sh (resp. infacmd.bat on Windows), but repository contents are handled differently (see the start of my reply).
Regards,
Nico