Installing the Universal Provider on Remote Servers

Aggiornamento: dicembre 2009

Si applica a: Operations Manager 2007 R2

You can install the Connector components on either a Windows-based system, UNIX-based system, or Linux-based system.

Installation Overview

For a successful installation, you must follow the steps listed below.

  1. Ensure that your systems meet all prerequisites for the Interop Provider, the Connector Service, and the Connector Configuration user interface (UI).

  2. Install the Interop Provider.

  3. Perform the required setup and configuration on the remote Enterprise Management System (EMS).

  4. Install the Connector Service and Connector Configuration UI.

    Nota

    If your systems meet all prerequisites, and all Connector components are configured correctly, the Connector should be fully functional.

  5. Modify the Connector configuration to meet the needs of your enterprise by using the Connector Configuration UI.

You must have local administrative privileges on the system on which you are installing.

To install the Interop Provider on Windows-based computers

  1. Run the SciProviderSetup.msi command to start the Provider Setup wizard.

  2. Read and accept the license agreement.

  3. On the Select Provider page, select Install Microsoft Universal Provider, and then click Next.

  4. Click Next.

  5. Click Finish.

Installing the Interop Provider on UNIX or Linux computers

There are two parts to the Interop Provider that you must install on UNIX or Linux systems, the SCX Core and the Interop Provider. You must have root access on the system on which you are installing. The installation files for UNIX and Linux systems are listed below.

  • IBM AIX 5L 5.3, Technology Level 6, SP5 (PowerPC)

    scx-<build-number>.aix.5.ppc.lpp.gz (SCX Core package)
    
    scinterop-<build-number>.aix.5.3.ppc-unv.lpp.gz
    
  • HP-UX 11i v2 (IA64)

    scx-<build-number>.hpux.11iv2.ia64.depot.Z (SCX Core package)
    
    scinterop-<build-number>.hpux.11iv2.ia64-unv.depot.Z
    
  • HP-UX 11i v2 (PA-RISC)

    scx-<build-number>.hpux.11iv2.parisc.depot.Z (SCX Core package)
    
    scinterop-<build-number>.hpux.11iv2.parisc-unv.depot.Z
    
  • HP-UX 11i v3 (IA64)

    scx-<build-number>.hpux.11iv3.ia64.depot.Z (SCX Core package)
    
    scinterop-<build-number>.hpux.11iv3.ia64-unv.depot.Z
    
  • HP-UX 11i v3 (PA-RISC)

    scx-<build-number>.hpux.11iv3.parisc.depot.Z (SCX Core package)
    
    scinterop-<build-number>.hpux.11iv3.parisc-unv.depot.Z
    
  • Solaris 10 (SPARC)

    scx-<build-number>.solaris.10.sparc.pkg.gz (SCX Core package)
    
    scinterop-<build-number>.solaris.10.sparc-unv.pkg.gz
    
  • Red Hat Enterprise Linux Server release 5.1 (Tikanaga)

    scx-<build-number>.rhel.5.x86.rpm (SCX Core package)
    
    MSFTscinteropUnv-<build-number>.rhel.5.x86.rpm
    
  • SUSE Linux Enterprise Server 10 SP1 (i586)

    scx-<build-number>.sles.10.x86.rpm (SCX Core package)
    
    MSFTscinteropUnv-<build-number>.suse.10.x86.rpm
    

To install the Interop Provider on UNIX or Linux computers

  1. Copy the appropriate installation files to the /tmp directory.

  2. Unzip, unpack, and install the SCX Core.

    • IBM AIX 5L 5.3, Technology Level 6, SP5 (PowerPC)

      gzip -d /tmp/scx-<build-number>.aix.5.pcc.lpp.gz
      
      installp -X -d /tmp/scx-<build-number>.aix.5.ppc.lpp scx.rte
      
    • HP-UX 11i v3 (IA64)

      uncompress /tmp/scx-<build-number>.hpux.11iv3.ia64.depot.Z
      
      swinstall -s /tmp/scx-<build-number>.hpux.11iv3.ia64.depot scx
      
    • HP-UX 11i v3 (PA-RISC)

      uncompress /tmp/scx-<build-number>.hpux.11iv3.parisc.depot.Z
      
      swinstall -s /tmp/scx-<build-number>.hpux.11iv3.parisc.depot scx
      
    • Solaris 10 (Sparc)

      gzip -d /tmp/scx-<build-number>.solaris.10.sparc.pkg.gz
      
      pkgadd -d /tmp/scx-<build-number>.solaris.10.sparc.pkg MSFTscx
      
    • Red Hat Enterprise Linux Server release 5.1 (Tikanaga)

      rpm -i scx-<build number>.rhel.5.x86.rpm
      
    • SUSE Linux Enterprise Server 10 SP1 (i586)

      rpm -i scx-<build number>.sles.10.x86.rpm
      
  3. Unzip, uncompress, and install the Interop Provider.

    • IBM AIX 5L 5.3, Technology Level 6, SP5 (PowerPC)

      gzip -d /tmp/scinterop-<build-number>.aix.5.3.pcc-unv.lpp.gz
      
      installp -X -d /tmp/scinterop-<build-number>.aix.5.3.ppc-unv.lpp MSFTscinteropUnv.rte
      
    • HP-UX 11i v3 (IA64)

      uncompress /tmp/scinterop-<build-number>.hpux.11iv3.ia64-unv.depot.
      
      swinstall -s /tmp/scinterop-<build-number>.hpux.11iv3.ia64-unv.depot scx
      
    • HP-UX 11i v3 (PA-RISC)

      uncompress /tmp/scinterop-<build-number>.hpux.11iv3.parisc-unv.depot.Z
      
      swinstall -s /tmp/scinterop-<build-number>.hpux.11iv3.parisc-unv.depot -x ask=true MSFTscinteropUnv
      
    • Solaris 10 (Sparc)

      gzip -d /tmp/scinterop-<build-number>.solaris.10.sparc-unv.pkg.gz
      
      pkgadd -d /tmp/scinterop-<build-number>.solaris.10.sparc-unv.pkg MSFTscinteropUnv
      
    • Red Hat Enterprise Linux Server release 5.1 (Tikanaga)

      rpm -i MSFTscinteropUnv-<build number>.rhel.5.x86.rpm
      
    • SUSE Linux Enterprise Server 10 SP1 (i586)

      rpm -i MSFTscinteropUnv-<build number>.suse.10.x86.rpm