Trying to deploy .sh or .csh file on linux machine

Hi All,
I am trying to manage Linux devices (Centos 6.3) using SCCM 2012 R2. I have installed the SCCM client on the Linux machine, i can get the H/w & S/w inventory from resource explorer on SCCM but i am not able to deploy scripts(.sh & .csh files) to
the Linux machine, no matter i do what it just don't get it deployed. i have created 3 separate Centos 6.3 machine for testing this but after deployment when i check the deployment status in monitoring it always shows "Waiting for content". The Linux
machines are not joined to domain.
Please Help.
Thanks,
Pranay.

Hi,
Make sure the package has reached the DP.
Please check Linux client logs to see whether there are any helpful information.
Best Regards,
Joyce
We
are trying to better understand customer views on social support experience, so your participation in this
interview project would be greatly appreciated if you have time.
Thanks for helping make community forums a great place.

Similar Messages

  • Deployment of a sh script on linux machine.

    Hi All,
    I am trying to deploy a script to a linux machine collection in SCCM 2012 R2.
    But from last two days the deployment status in SCCM shows "Waiting for content"
    Thanks,
    Pranay.

    After Troubleshooting for a while found few interesting thing in the log files :-
    2014-05-07T07:28:38,003Z Error      [scx.client.agents.utilities.localcache.URLParser:218:32898:139875155058432]
    Invalid DNS Name issue or not valid IPV4 address in hostnamehttp://COH_SCCM1.cohpoc.local/SMS_DP_SMSPKG$/COH0001F/
    2014-05-07T07:28:38,004Z Error      [scx.client.utilities.localcache.LocalCache:308:32898:139875155058432]
    Url parse exception:Invalid DNS name or invalid IPV4 address:http://COH_SCCM1.cohpoc.local/SMS_DP_SMSPKG$/COH0001F/
    2014-05-07T07:28:38,004Z Error      [scx.client.agents.softwaredist.ContentDownloadRequest.DownloaderProc:652:32898:139875155058432]
    Request data to local cache failed for download id:COH0001F.1
    2014-05-07T07:28:38,004Z Error      [scx.client.agents.softwaredist.ContentDownloadRequest.DownloaderProc:653:32898:139875155058432]
    Request was the last DP in the list.  Download has failed.
    Every thing is working fine i am able to ping the linux machine from the SCCM server & vice-verse. Dig command on the linux machine is also working fine.
    There is a Underscore in my SCCM server name can this be the cause of this issue.
    Thanks,
    Pranay.

  • Trying to deploy a Service using Orchestrator and Virtual Machine Manager

    Hello,
    I'm trying to create a runbook to deploy a Service in a cloud using Orchstrator and Virtual Machine Manager, 2012 R2 both of them.
    I'm following these 2 links, but not luck.
    http://daniyar-tech.blogspot.com.es/2013/07/system-center-2012-sp1-orchestrator.html
    http://www.systemcentercentral.com/orchestrator-by-example-deploying-a-service-from-template-with-vmm-and-orchestrator-2/
    I'm receiving this error in "Configure Service Deployment" step:
    The following errors occurred when invoking PowerShell script:Could not find service template
    I configured the Cloud Name and it does not work for me...
    Thanks!

    Thanks, Marc! This solution worked for me, after many other attempts failed.
    Senior Tech Writer, SharePoint Performance and Capacity Management

  • Deploying forms ie .fmx files through linux

    hello,
    need some help.
    have to deploy my .fmx files on to the web through linux.
    but not beeen able to do that.
    have ias and the stuff.
    everytime i try to deploy the same it gives a error message saying that some files are missing.
    do i have to recomplie the form in linux.
    do i have to forms developer on linux.

    you just need forms6i for linux.
    you need to send the fmbs, plls to linux and compile them.
    Setting up the server is not too bad hunting around here helped but the documentation is okay.
    Steve

  • Unable to read E$ table records into excel file in linux machine

    Hi
    I am using below code in ODI procedure to read E$ table record and store it in excel file
    ODI Procedure: Technology=Java Beanshall and Command on Target I written below code and placed it in CKM Oracle KM
    <@
    String OS = System.getProperty("os.name").toLowerCase();
    String v_path="";
    if((OS.indexOf("win") >= 0))
    v_path="D:\Unload_Dir\<%=snpRef.getSession("SESS_NO")%>.xlsx";
    else if (OS.indexOf("mac") >= 0)
    v_path="path details";
    else if (OS.indexOf("nix") >= 0 || OS.indexOf("nux") >= 0 || OS.indexOf("aix") > 0 )
    v_path="/odi_a/oracle/Middleware/logs/wcds/odi_logs/<%=snpRef.getSession("SESS_NO")%>.xlsx";
    else if (OS.indexOf("sunos") >= 0)
    v_path="soliaris path";
    @>
    OdiSqlUnload "-FILE=<@=v_path@>" "-DRIVER=<%=odiRef.getInfo("DEST_JAVA_DRIVER")%>" "-URL=<%=odiRef.getInfo("DEST_JAVA_URL")%>" "-USER=<%=odiRef.getInfo("DEST_USER_NAME")%>" "-PASS=<%=odiRef.getInfo("DEST_ENCODED_PASS")%>" "-FILE_FORMAT=VARIABLE" "-ROW_SEP=\r\n" "-DATE_FORMAT=yyyy/MM/dd HH:mm:ss" "-CHARSET_ENCODING=ISO8859_1" "-XML_CHARSET_ENCODING=ISO-8859-1"
    select * from <%=odiRef.getTable("L","ERR_NAME", "W")%>
    But is not reading the data into .xlsx file ,
    Please help me it is very urgent
    Can I use below code
    String os = "";
    if (System.getProperty("os.name").toLowerCase().indexOf("windows") > -1) {
    os = "windows";
    } else if (System.getProperty("os.name").toLowerCase().indexOf("linux") > -1) {
    os = "linux";
    } else if (System.getProperty("os.name").toLowerCase().indexOf("mac") > -1) {
    os = "mac";
    T
    his is high priority, please help me urgent
    Regards,
    Phanikanth
    Edited by: Phanikanth on Feb 28, 2013 5:43 AM
    Edited by: Phanikanth on Feb 28, 2013 6:00 AM
    Edited by: Phanikanth on Feb 28, 2013 7:42 AM

    Hi,
    can you describe what is happening when you run the ODI procedure described below:
    - Does the procedure fail with an error, if yes, which error(full details)?
    - Does the procedure pass but no xslx file is been created?
    - Does the procedure pass and an xslx file is been created, but Excel can't read it? If yes, what is the structure of the xslx file when read in an editor?
    What I can see from your code below is that you have choosen -FILE_FORMAT=VARIABLE, but the XSLX format is supposed to be XML.
    Regards,
    Alex

  • Error while trying to deploy the application using Enterprise manager website

    Hi,
    I am trying to deploy a huge ear file using enterprise manager website of Oracle 9iAs Rel 2.
    The deployment fails with the following error.
    Deployment failed: Nested exception Root Cause: null; nested exception is: java.lang.OutOfMemoryError. null; nested exception is: java.lang.OutOfMemoryError
    We are able to deploy the same ear file using stand-alone container.
    We are planning for deployment in few days to go it live.
    Pls suggest what could be the problem.
    Hardware Used:-
    DellServer Intel P3 dual processor 1.2GHz
    1GB RAM
    2GB virtual memory,
    40GB free hard-drive.
    Apart from 9ias enterprise edition, this system has Oracle database also on it. But the database is not being used at all by anyone.
    No other software is installed on the system
    Software:-
    Windows 2000 Server sp2
    Oracle 9ias Release 2 Enterprise Edition (Installed J2EE and Webcache)
    Oracle 8i Database 8.1.6.0.0
    Size of application:-
    130 EJBs (107 CMP + remaining Session Beans)
    1700 JSPs
    3 servlets
    Packaged properly into jar,war,ear structure.
    the size of ear file is about 13MB.
    Thanks
    Srinath

    Hi,
    I tried using dcmctl but still got the following error.
    Oracle 8i database is running but noone is using it except that this application uses it.
    Pls help
    D:\oraJ2EE\dcm\bin>dcmctl deployapplication -f d:\oraJ2ee\j2ee\elink\applications\advecto.ear -
    a myapp
    ADMN-300075
    D:\oraJ2EE\dcm\bin>dcmctl getError -v -d
    ADMN-300075
    Nested exception
    Base Exception:
    java.rmi.RemoteException:null; nested exception is:
    java.lang.OutOfMemoryError
    Nested exception
    Root Cause: null; nested exception is:
    java.lang.OutOfMemoryError
    java.rmi.RemoteException: null; nested exception is:
    java.lang.OutOfMemoryError
    java.lang.OutOfMemoryError
    <<no stack trace available>>
    Thanks
    Srinath

  • Trying to deploy IE10 via WSUS... doesn't seem to work

    I am trying to deploy IE 10 to my windows 7 machines using WSUS.  I have imported the update from the catalog and approved it for install in my workstations group.  
    I still have a hybrid environment of XP and Windows 7 - but of the 112 Windows 7 machines we've got, my goal is to get all of them to IE 10.  My WSUS says I'm at 96% installed / not applicable, but that number doesn't accurately represent what I am
    seeing.
    In addition, I sat at a couple of my Windows 7 w/ IE 8 or 9 on it, and tried to force check and install (wuauclt /detectnow) and it never seems to find the IE 10 install.  
    I am quite certain that I am doing something wrong as I am nowhere near a WSUS expert, so I need help
    Thanks in advance,
    sb

    Hi,
    Please make sure that these systems have ALL of the required prerequisites as discussed in
    KB2818833.
    Hope this helps.
    Regards, Yan Li
    This will help for sure as I've made a lot of tests and if you don't have all KB from the link you gave, IE10 will not apply on computers.
    For me it was only related to the following one :
    2670838 A platform update is available for Windows 7 SP1 and Windows Server 2008 R2 SP1
    This update provides improved features and performance in Windows 7 SP1 and Windows Server 2008 R2 SP1. It includes updates to the following DirectX components: Direct2D, DirectWrite, Direct3D, Windows Imaging Component (WIC), and Windows Advanced Rasterization
    Platform (WARP). Additionally, it includes updates to the Windows Animation Manager (WAM), the XPS Document API, and the MPEG-2 Video Decoder. After you install this update, you may have to restart your computer.
    x86 package
    x64 package
    TiGrOu.

  • Deploying 'Crystal Reports' on a 64 bit machine

    Hi,
    I am trying to deploy my application on a 64 bit machine.
    I am using Crystal Reports XI release 2.
    When I tried to deploy it ona 32 bit machine i simply added the
    CrystalReports11_5_NET_2005.msm file to my detup project and it worked.
    However, when I tried to do the same thing on the 64 bit (with a 64 bit setup project)
    I recieved a runtime error message:
    "An error has occurred while attempting to load the Crystal Reports runtime.
    Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime
    is not installed correctly."
    after that it was said:
    "Please install the appropriate Crystal Reports redistributable (CRRedist*.msi)
    containing the correct version of the Crystal Reports runtime (x86, x64 or Itanium) required..."
    I installed 'CRRedist2005_X64.msi' on the 64 bit machine and tried to run my setup with and without
    the CrystalReports11_5_NET_2005.msm file, and it didn't work.
    What should I do next?
    Thanks,
    Arik

    Hi Arik,
    You need to use the CrystalReports11_5_NET_2005.msm file for the application deployment.The 'CRRedist2005_X64.msi' is meant for the bundled version of Crystal for Visual Studio 2005.
    You could refer to this [Business Objects Note.|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_dev/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes.do]
    In addition, you would need to enable the 32 bit mode of the ASP.NET 2.0 on the deployment server. This is because it is necessary to run the application under 32 bit mode. Please refer this MS Kbase article for more info - http://support.microsoft.com/kb/894435
    Regards,
    Ranjeet.

  • Trying to Deploy either a .cmd or .bat file to update a registry Entry but not working

    Hello.
    I'm trying to deploy either a .cmd or .bat file to a few computers to update the registry and When I run the .cmd or .bat on the pc manually it works just fine. However when I create an application and try to deploy to the computers I keep getting the error
    "The application was not detected after installation completed."
    When I login to that computer I can tell that the file has not been run as none of the reg settings are changed
    In the application properties I have tried cmd.exe "RegUpdate.cmd" and regedit /s "RegUpdate.cmd" and same result. Any ideas?

    I have an application that has some different options for its configuration which all populate the registry.  The application has a option that when you set all the options like you want them you can click save as and it creates the .cmd file for you
    with all the registry settings.
    .cmd contents below:
    @echo off
    set SYSOPTS=%TEMP%\SysOpts.reg
    set REGSWROOT=SOFTWARE
    if [%PROCESSOR_ARCHITECTURE%]==[AMD64] set REGSWROOT=SOFTWARE\Wow6432Node
    echo REGEDIT4 > %SYSOPTS%
    echo. >> %SYSOPTS%
    echo [HKEY_LOCAL_MACHINE\%REGSWROOT%\GeoGraphix\Tools\ProjectManager] >> %SYSOPTS%
    echo @="List service communication parameters" >> %SYSOPTS%
    echo "AllowIn"=dword:00000000 >> %SYSOPTS%
    echo "SeeOut"=dword:00000001 >> %SYSOPTS%
    echo "Concurrent"=dword:00000000 >> %SYSOPTS%
    echo "ServiceStopType"=dword:00000002 >> %SYSOPTS%
    echo "Protocol"=dword:00000002 >> %SYSOPTS%
    echo "AllowNotifyReceive"=dword:00000000 >> %SYSOPTS%
    echo "BroadcastType"=dword:00000002 >> %SYSOPTS%
    echo "BroadcastAddr2"=hex(7):74,75,6c,67,67,78,2e,53,54,4d,2e,41,44,00,74,75,6c,67,67,78,32,2e,53,54,4d,2e,41,44,00,74,75,6c,67,67,78,33,2e,53,54,4d,2e,41,44,00,00, >> %SYSOPTS%
    echo. >> %SYSOPTS%
    echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SQLANYs_GGX\Parameters] >> %SYSOPTS%
    echo "Parameters"="-n GGX_%COMPUTERNAME% -x TCPIP -xs HTTP(PORT=13386) -ti 0 -ch 15p -gd ALL -gp 8192" >> %SYSOPTS%
    echo "ClientParameters"="-x TCPIP(IP=#SERVER_ADDRESS#;PORT=#SERVER_PORT#)" >> %SYSOPTS%
    echo. >> %SYSOPTS%
    echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\GGX List Service (v2)] >> %SYSOPTS%
    echo "Start"=dword:00000003 >> %SYSOPTS%
    echo. >> %SYSOPTS%
    echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\GGX Network Access Service] >> %SYSOPTS%
    echo "Start"=dword:00000003 >> %SYSOPTS%
    echo. >> %SYSOPTS%
    echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SQLANYs_GGX] >> %SYSOPTS%
    echo "Start"=dword:00000003 >> %SYSOPTS%
    %windir%\regedit.exe /s %SYSOPTS%
    del /f %SYSOPTS%
    set SYSOPTS=

  • Getting ZipException trying to deploy a war file

    hi,i meet a strange question.
    Getting java.util.zip.ZipException trying to deploy a war file.
    This file is exist in application directory.
    this war file is deployed a day before and it did deploy success.
    now running weblogic6.1sp1 on windows2000 and jdk1.3.1.
    the error is:
    <Error> <Management> <IOException opening application mydomain:Name=struts-logon,Type=Application,
    loading from path .\config\mydomain\applications\struts-logon.war
    java.util.zip.ZipException: error in opening zip file

    Hi.
    Hmm. Is this happening to you with any other war file? It may be that this war file was somehow
    corrupted. Try to get a fresh build of this war and deploy that.
    Regards,
    Michael
    pamela_li wrote:
    hi,i meet a strange question.
    Getting java.util.zip.ZipException trying to deploy a war file.
    This file is exist in application directory.
    this war file is deployed a day before and it did deploy success.
    now running weblogic6.1sp1 on windows2000 and jdk1.3.1.
    the error is:
    <Error> <Management> <IOException opening application mydomain:Name=struts-logon,Type=Application,
    loading from path .\config\mydomain\applications\struts-logon.war
    java.util.zip.ZipException: error in opening zip file--
    Michael Young
    Developer Relations Engineer
    BEA Support

  • Bad Magic Number error trying to deploy WAR file from Netweaver Studio

    We hae an application that runs fine as a WAR in both Tomcat and Weblogic and we are trying to deploy it on Netweaver.  I tried both to use the External deployment archives and the Workspace Deployable Archives.  In both cases, the deployment fails with error:
    Bad magic number, found 0x80CCF1C3, expected 0xCAFEBABE.
    I know the server is working because I can deploy a very simple test application with no errors.  The server is a new installation of 7.1.
    Any help on how to get past this error or how to troubleshoot further is appreciated.

    Looks like it's complaining about a missing shared library. Check weblogic.xml for library-ref elements and make sure the domain you are deploying to has those libraries deployed.

  • How to deploy the web.xml file when trying to use the JSP SDK from SAP?

    I want to use the adduser.jsp which downloaded form SAP SDK samples to add user in BO, but I cannot run it sucessfully. I believe it's caused the web.xml file was not deployed appropriately.
    could you please teach how to deploy the web.xml file for the JSP samples ?
    Could you show me some sample of web.xml for the SDK jsp files? Thank you very much!

    Ensure that you have followed below directory structure while deploying your web application.
       web_application_name
          WEB-INF
             lib
             classes
    web.xml must be placed in WEB-INF. Ensure that you have included all the jar files and other necessary files in your application.
    For more information refer to the below link:
    http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/devsuite.htm
    Regards,
    Anuj

  • NW7.3] Problem while trying to deploy an EAR using ant task

    (I posted this in another forum, but I think this is the right one )
    Hello!
    I'm trying to deploy a EAR file to my Netweaver instance using ANT but I'm facing the following problem.
    I've downloaded all the files from j2ee/deployment and j2ee/j2eeclient as SAP's documentation states, the classpath is correctly set, however I get this error:
    BUILD FAILED!
    build.xml:16: taskdef class com.sap.engine.services.dc.ant.convert.SAPImportEAR cannot be found
    I've taken a look at tcjedc_ant.jar, which I downloaded from my instance, and it appears that SAPImportEAR is missing.
    By opening the file I can see com.sap.engine.services.dc.ant.deploy, com.sap.engine.services.dc.ant.undeploy and com.sap.engine.services.dc.ant.params, but the whole package com.sap.engine.services.dc.ant.convert is missing.
    Is it suposed to be anywhere else? All the articles/posts I found state that it should be on tcjedc_ant.jar.
    Thanks in advance!

    Hi,
    I guess this example_build.xml is outdated (belongs to NW 7.1).
    To build an SDA, look at make_SDA.csh.
    Class is com.sap.engine.lib.deploy.sda.SDAProducer.
    To buid an EAR, you do not need SAPImportEAR at all, just <taskdef "sapdeploy"...
    Regards
    Rolf

  • I am trying to import BPM Project.zip file into Oracle enterpriserepository

    I am trying to import BPM Project.zip file into Oracle enterpriserepository from admin tab.
    I am getting the following exception. please help if any one know the solution.
    Performing import...
    Import Failed: Error [100]: An unknown server-side error occurred. Please record stack trace (if available) and contact technical support.
    com.flashline.exception.LoggableException: trouble parsing file in import bundle: SampleWScall/activityGuide.agdl
         at com.flashline.cmee.openapi.service.subsystem.impexp.XMLTranslator.decode(XMLTranslator.java:157)
         at com.flashline.cmee.openapi.service.subsystem.impexp.ImportJob.doJob(ImportJob.java:74)
         at com.flashline.cmee.openapi.service.subsystem.impexp.AbstractJob.perform(AbstractJob.java:75)
         at com.flashline.cmee.openapi.service.subsystem.impexp.JobThread.run(JobThread.java:41)
    Audit results stored in:
    C:\Users\AVINAS~1.YEL\AppData\Local\Temp\import-4705112223687937017.log
    Audit for [Import job.] created on [2012-09-24 11:53:59 IST].
    2012-09-24 11:53:59 IST - Adding Import job with ID=[50403] to job queue.
    Thanks in Advance.

    Hi
    Why are you trying to import BPM zip file are you trying to configure the out of the box workflows?
    They are something that need to be deployed from the process admin on BPM.
    There would be the .exp file you would need as its BPM 10g that you would need to use.

  • Deployment Tool, Different Config Files, Same Results

    I should mention that I'm generating App-V 5 packages for Office 2013. Maybe this question belongs in the App-V forums.
    I can't seem to create a configuration file for the Office Deployment Tool that does what I want. This configuration:
    <Configuration>
    <Add SourcePath="D:\Something\Something\Source\Full Suite" OfficeClientEdition="32">
    <Product ID="ProPlusVolume">
    <Language ID="en-us" />
    </Product>
    <Product ID="VisioProVolume">
    <Language ID="en-us" />
    </Product>
    <Product ID="ProjectProVolume">
    <Language ID="en-us" />
    </Product>
    </Add>
    </Configuration>
    generates an App-V package with the "basic" Office apps (Word, Excel, etc.), along with Visio and Project. That part is fine.
    If I remove the Product elements for Project and Visio, I expect that a "basic" Office package will be created. However, Visio and Project are still in the package, and they are indeed usable. We have limited licenses for Project and Visio, so
    I would like them not to be deployed to every machine.
    I have tried giving the two configuration files their own source folders, that is, running the download command once for each configuration file and telling it to download to two different folders... same results.
    This is similar to John Marcum's follow-up question at
    https://social.technet.microsoft.com/Forums/office/en-US/c9462446-7744-4e3e-8c25-dbcd185a17e4/creating-lync-and-onenote-appv-packages?forum=officesetupdeploy

    Kazzan's reply technically does work, and it is a viable option. However, that reply led me to wonder what the Office Deployment Tool (ODT) is doing to a machine that makes generating different packages difficult or impossible.
    I found that the ODT leaves files behind in the current user's Temp directory, after the package generation is finished. At least one of these folders (named Microsoft Office 15) contains the file system contents of the App-V package. So, I decided
    to clear the Temp directory in between runs of the Office Deployment Tool. Simply clearing this directory was not enough to solve the problem, but I'm still doing it as part of the build process.
    Running Process Monitor showed me activity in HKCU\Software\Microsoft\Office\15.0\ClickToRun. Deleting this entire key does not appear to be necessary, and I'm not sure what that would do if you actually used Office Click-To-Run on the same machine on which
    you're running ODT.  So, I deleted just these keys:
    HKCU\Software\Microsoft\Office\15.0\ClickToRun\Configuration
    HKCU\Software\Microsoft\Office\15.0\ClickToRun\ProductReleaseIDs
    HKCU\Software\Microsoft\Office\15.0\ClickToRun\Scenario\APPVPACKAGE
    Deleting those keys, along with the Temp directory cleanup, is sufficient to let me build multiple Office 2013 App-V 5 packages on the same computer.

Maybe you are looking for

  • Check for same parent and child combination

    hi all i am using oracle 10g. can you please help me in this issue. how do i know if the same combination of parent and child present in the table key value and value are the values given by user. if the user try to create a same profile with same se

  • Memory leak in 4.51 sp8?

    Hi, I am running wls 4.51 sp8 on solaris 2.6 jdk 1.7x with a 1.2G heap on a 2Gig system. Until last week I'd been running on sp2. The heap useage characteristics have changed dramatically since then. The heap used to go up to about 10-15% and every m

  • Trouble using FilteredRowSet

    I can't seem to use a FilteredRowSet, which was added in the 1.5.0 release. My compiler keeps saying that : cannot resolve symbol: class FilteredRowSet cannot resolve symbol: class FilteredRowSetImpl My code includes: import javax.sql.RowSet.*; (have

  • Can I download Latest iOS 5 on my iPad2 with Windows Home

    After downloading the latest version onto my iPad it warns me that if I go ahead it could reset all my settings and loose all info? Hence after 45min download I have not accepted Any suggestions Thanks

  • How do I register iLife apps when it was preinstalled?

    All my iLife apps are unregistered. I cannot register them because I don't have an MPN that I can find. I just bought a new MacBook Pro that had iLife '06 preinstalled. My computer is registered. I could not find any MPN for iLife in the documentatio