バージョン2.6の新機能

Novell iManager 2.6では、プラグインモジュールのダウンロードが強化され、Novell Virtual Directory Servicesと統合されています。

iManager 2.6のインストール処理中に新しい画面が表示され、使用可能なプラグインのデスクリプタファイルを参照するURLを表示します。 (このURLは変更できますが、URLの参照先となるWebサーバファイル上にXMLデスクリプタファイルが必要です)。


デスクリプタファイル

デスクリプタファイルは、使用可能なプラグインに関する情報を記載したXMLファイルです。 このデスクリプタファイルで使用するXMLは、次のとおりです。

<modules><module> 

<!-- Mandatory. The "selected" attribute may be omitted (default is false) -->

<moduleID selected="true"></moduleID> <!-- Mandatory. The name of the npm file as it will appear on the file system (ex: base.npm). -->

<filename></filename> <!-- Mandatory. The version found in the plug-in manifest file. -->

<version></version>
<!-- Mandatory. The url to the npm file. The "type" attribute is only used when a plug-in is inside a zip, tar or tar.gz file -->

<url type="zip|tar|targz"></url><!-- Optional. The minimum version of iManager that this plug-in will work on -->

<min-required-version></min-required-version> <!-- Optional. The maximum version of iManager that this plug-in will work on -->

<max-required-version></max-required-version> <!-- Mandatory. The description for this module. The "lang" attribute can be used to localize the descriptions (if omitted the default is "en"). -->

<description lang="en"></description> <!-- Optional. The operating system(s) this module will run on. If omitted the default is all. Valid values are: netware, linux, windows, solaris, hpux, aix. -->

<os></os> </module></modules>

社内でのプラグインの提供に内部サーバを使用する場合は、Webサーバにデスクリプタファイルを保存して、この情報の取得が必要なすべてのiManagerサーバからURLを使用してこの情報にアクセスできるようにします。 インストール中に、モジュールのダウンロードページでURLを変更できます。

iManagerのインストール後、config.xmlファイルに次の設定を追加して、カスタムWebサーバからモジュールの情報を取得できるようにします。

<setting><name><![CDATA[ModuleDownloadDescriptorURL]]></name> 

<!-- This is the URL to the custom module descriptor file (ex: http://127.0.0.1/iman_mod_desc.xml) --><value><![CDATA[カスタムURLをここに記入]]></value> </setting>


iManagerサーバでサポートされるプラットフォーム


オペレーティングシステム

  • NetWare(R) 6.5 SP3
  • Open Enterprise Server (NetWare)
  • Windows*
    • Windows 2000 Advanced Server SP4
    • Windows 2000 Professional SP4
    • Windows Server 2003
  • Solaris*
    • Solaris 9
    • Solaris 10
  • Linux
    • Red Hat* Advanced Server 3.0および4.0
    • SUSE(R) Linux Enterprise Server (SLES) 8および9
    • Open Enterprise Server (SLES 9) SP1
  • HP-UX* 11i


アプリケーションサーバ

  • Tomcat
    • 4.1.29 (HP-UXのみ)
    • 4.1.30

    注:  Tomcat 5.0およびJava 1.5.xはサポート外


Webサーバ

  • Apache 2.0.49 for OES Linux
  • Apache 2.0.52
  • インターネットインフォメーションサービス(IIS) 5および6


ブラウザ

  • IE 6 SP1
  • Mozilla* 1.7.6
  • Mozilla Firefox* 1.0.6


ディレクトリサービス

  • eDirectory 8.7.3
  • eDirectory 8.8


Mobile iManagerサーバでサポートされるプラットフォーム


Linux
  • SUSE Linux Professional 9.1、9.2、および9.3
  • Red Hat Enterprise Linux Work Station 3および4
  • Novell Linux Desktop (NLD) 9 SP1およびSP2

Windows
  • Windows XP Professional SP2
  • Windows 2000 Professional SP4