WASND6.1官方不支持SUSE 10.3,我手工让它自检通过支持项

编辑一个maintenance.xml文件,文件内容如下:

 


<install-package>

<nif-cache id="nifcache" impl="com.ibm.ws.install.ni.framework.plugin.NIFCachePlugin">
<param name="cacheid" value="primary"/>
</nif-cache>

<information id="packageinfo" impl="com.ibm.ws.install.ni.framework.maintenanceplugins.MaintenanceInfoPlugin" cache="true">
<param name="name" value="was.primary.pak"/>
<param name="pakversion" value="6.1.0.0"/>
<param name="payloadid" value="primary"/>
<param name="info_en_US" value="This is an install package for the componentmap: primary"/>
<param name="isofficialfix" value="true"/>
<param name="apars" value=""/>
<param name="isbackuppackage" value="false"/>
<param name="iscopyjdkrequired" value="false"/>
<param name="autouninstallable" value="false"/>
<param name="builddate" value="10/23/06"/>
<param name="supercedes" value=""/>
<param name="supercedesapars" value=""/>
<param name="targetproductids" value="$ITB:PSA{wsglobalinstallconstantsProductBean.customProperties,productType}"/>
<param name="targetsubproductids" value="$ITB:PSA{wsglobalinstallconstantsProductBean.customProperties,productType};JDK"/>
<param name="installrootspacerequired" value="1266713 bytes"/>
<param name="temprootspacerequired" value="0 bytes"/>
<param name="satellites" value="$ITB:P{wsglobalinstallconstantsProductBean.satellitePackages}"/>
<param name="wasinstalledasmaintenance" value="false"/>
<param name="wasinstalledasprimary" value="true"/>
<param name="installroot" value="$ITB:PSA{wsglobalinstallconstantsProductBean.customProperties, installLocation}"/>
</information>

<installFactoryInformation id="installfactoryinfo" impl="com.ibm.ws.install.ni.install.factory.maintenanceplugins.AdditionalMaintenanceInfoPlugin" cache="true">
<param name="targetOSandArchs" value="linux.ia32"/>
<param name="packageType" value="GMFULL"/>
</installFactoryInformation>

<prereqs id="osprereqs" impl="com.ibm.ws.install.ni.framework.prereq.PrereqPlugin">

<param name="condition">

                $OR{
                   $NIFP{sles9sp2osprereq.flag};
                   $NIFP{sles9sp3osprereq.flag};
                   $NIFP{sles10osprereq.flag};
                   $NIFP{redhat3update5osprereq.flag};
                   $NIFP{redhat3update6osprereq.flag};
                   $NIFP{redhat4update2osprereq.flag};
                   $NIFP{redflag41osprereq.flag}
                }
       
</param>

<prereq cache="true" id="sles9sp2osprereq" impl="com.ibm.ws.install.ni.framework.os.LinuxPrereqPlugin">
<param name="vendor" value="SUSE LINUX Enterprise Server"/>
<param name="releaseinfofile" value="/etc/SuSE-release"/>
<param name="arch" value="i686"/>
<param name="version" value="=9"/>
<param name="patch" value="SP;2;SP2"/>
</prereq>

<prereq cache="true" id="sles9sp3osprereq" impl="com.ibm.ws.install.ni.framework.os.LinuxPrereqPlugin">
<param name="vendor" value="SUSE LINUX Enterprise Server"/>
<param name="releaseinfofile" value="/etc/SuSE-release"/>
<param name="arch" value="i686"/>
<param name="version" value="=9"/>
<param name="patch" value="SP;3;SP3"/>
</prereq>

<prereq cache="true" id="sles10osprereq" impl="com.ibm.ws.install.ni.framework.os.LinuxPrereqPlugin">
<param name="vendor" value="SUSE Linux Enterprise Server"/>
<param name="releaseinfofile" value="/etc/SuSE-release"/>
<param name="arch" value="i686"/>
<param name="version" value="=10"/>
</prereq>

<prereq cache="true" id="redhat3update5osprereq" impl="com.ibm.ws.install.ni.framework.os.LinuxPrereqPlugin">
<param name="vendor" value="Red Hat Enterprise Linux"/>
<param name="releaseinfofile" value="/etc/redhat-release"/>
<param name="arch" value="i686"/>
<param name="version" value="=3"/>
<param name="patch" value="Update;5;Update 5"/>
</prereq>

<prereq cache="true" id="redhat3update6osprereq" impl="com.ibm.ws.install.ni.framework.os.LinuxPrereqPlugin">
<param name="vendor" value="Red Hat Enterprise Linux"/>
<param name="releaseinfofile" value="/etc/redhat-release"/>
<param name="arch" value="i686"/>
<param name="version" value="=3"/>
<param name="patch" value="Update;6;Update 6"/>
</prereq>

<prereq cache="true" id="redhat4update2osprereq" impl="com.ibm.ws.install.ni.framework.os.LinuxPrereqPlugin">
<param name="vendor" value="Red Hat Enterprise Linux"/>
<param name="releaseinfofile" value="/etc/redhat-release"/>
<param name="arch" value="i686"/>
<param name="version" value="=4"/>
<param name="patch" value="Update;2;Update 2"/>
</prereq>

<prereq cache="true" id="redflag41osprereq" impl="com.ibm.ws.install.ni.framework.os.LinuxPrereqPlugin">
<param name="vendor" value="Red Flag Advanced Server"/>
<param name="releaseinfofile" value="/etc/redhat-release"/>
<param name="arch" value="i686"/>
<param name="version" value="=4.1"/>
</prereq>
</prereqs>

<prereqs id="earlyprereqs" impl="com.ibm.ws.install.ni.framework.prereq.PrereqPlugin">

<param name="condition">

            $AND{
                $NIFP{i5osreqproducts.flag};
                $NIFP{i5osreqauthorities.flag};
                $NIFP{i5osreqsysvalues.flag};
                $NIFP{prereqnifversion.flag}
        }
       
</param>

<prereq id="i5osreqproducts" impl="com.ibm.ws.install.ni.framework.prereq.i5os.OS400RequireProductPrereqPlugin" cache="true">
<param name="reqproducts" value="5722JV1 *ONLY 0007 5107; 5722SS1 *ONLY 0030 5050"/>
</prereq>

<prereq id="i5osreqauthorities" impl="com.ibm.ws.install.ni.framework.prereq.i5os.OS400SpecialAuthoritiesPrereqPlugin" cache="true">
<param name="reqauthorities" value="*ALLOBJ; *SECADM"/>
</prereq>

<prereq id="i5osreqsysvalues" impl="com.ibm.ws.install.ni.framework.prereq.i5os.OS400SystemValuePrereqPlugin" cache="true">
<param name="reqsysvalues" value="QVFYOBJRST 3 LEQ; QALWOBJRST *ALL EQ"/>
</prereq>

<prereq id="prereqnifversion" impl="com.ibm.ws.install.ni.framework.version.NIFVersionPrereqPlugin" cache="true">
<param name="entityid" value="nif"/>
<param name="name" value="IBM Common Install Engine for WebSphere Software"/>
<param name="version" value=">=6.1.0.0"/>
</prereq>
</prereqs>

<prereqs id="lateprereqs" impl="com.ibm.ws.install.ni.framework.prereq.PrereqPlugin">

<param name="condition">

            $AND{               
                $NIFP{satellitesdiskspaceprereq.flag};
                $NIFP{profilediskspaceprereq.flag};
                $NIFP{i5osstopserver.flag};
                $NIFP{detectrunningprocessprereq1.flag};
                $NIFP{detectrunningprocessprereq2.flag};
                $NIFP{detectrunningprocessprereq3.flag};
                $NIFP{detectrunningprocessprereq4.flag}
            }
       
</param>

<prereq id="satellitesdiskspaceprereq" impl="com.ibm.ws.install.ni.framework.satellites.SatellitesDiskSpacePrereqPlugin" cache="true">
<param name="satellites" value="$NIFP{packageinfo.satellites}"/>
<param name="satellitesmetadataname" value="maintenance.xml"/>
<param name="installroot" value="$NIFP{packageinfo.installroot}"/>
<param name="temproot" value="$ITB:J{java.io.tmpdir}"/>
<param name="installrootbuffer" value="500 MB"/>
<param name="temprootbuffer" value="100 MB"/>
<param name="ignoreinstallspacerequirementsonuninstall" value="true"/>
<param name="isbackuppackage" value="$NIFP{packageinfo.isbackuppackage}"/>
</prereq>

<prereq id="profilediskspaceprereq" impl="com.ibm.ws.install.ni.framework.maintenanceplugins.ProfileDiskSpacePrereqPlugin" cache="true">
<param name="profileroot" value="$NIFP{packageinfo.installroot}"/>
<param name="profilerootspacerequired" value="200 MB"/>
<param name="temproot" value="$ITB:J{java.io.tmpdir}"/>
<param name="temprootspacerequired" value="0 MB"/>
<param name="ignorethisprereqonuninstall" value="true"/>
<param name="isbackuppackage" value="$NIFP{packageinfo.isbackuppackage}"/>
<param name="profilepathcustomproperty" value="$ITB:PSA{wsglobalinstallconstantsProductBean.customProperties, PROF_profilePath}"/>
</prereq>

<prereq id="i5osstopserver" impl="com.ibm.ws.install.ni.framework.prereq.i5os.OS400StopServerPrereqPlugin" cache="true">
<param name="installroot" value="$NIFP{packageinfo.installroot}"/>
</prereq>

<prereq id="detectrunningprocessprereq1" impl="com.ibm.ws.install.ni.framework.maintenanceplugins.RunningProcessPrereqPlugin" cache="true">
<param name="commandargs" value="$ITB:J{user.dir}/framework/utils/detectprocess.exe;$ITB:N{$NIFP{packageinfo.installroot}/java/bin/java.exe};$ITB:N{$NIFP{packageinfo.installroot}/java/jre/bin/java.exe}"/>
<param name="validplatform" value="windows"/>
<param name="commandreturncodeprereqpassed" value="0"/>
</prereq>

<prereq id="detectrunningprocessprereq2" impl="com.ibm.ws.install.ni.framework.maintenanceplugins.RunningProcessPrereqPlugin" cache="true">
<param name="commandargs" value="$ITB:J{user.dir}/framework/utils/detectprocess.exe;$ITB:N{$NIFP{packageinfo.installroot}/java/bin/javaw.exe};$ITB:N{$NIFP{packageinfo.installroot}/java/jre/bin/javaw.exe}"/>
<param name="validplatform" value="windows"/>
<param name="commandreturncodeprereqpassed" value="0"/>
</prereq>

<prereq id="detectrunningprocessprereq3" impl="com.ibm.ws.install.ni.framework.maintenanceplugins.RunningProcessPrereqPlugin" cache="true">
<param name="commandargs" value="$ITB:J{user.dir}/framework/utils/detectprocess.sh;$NIFP{packageinfo.installroot}/java/bin/java;$NIFP{packageinfo.installroot}/java/jre/bin/java"/>
<param name="validplatform" value="solaris;linux;hpux;aix"/>
<param name="commandreturncodeprereqpassed" value="0"/>
</prereq>

<prereq id="detectrunningprocessprereq4" impl="com.ibm.ws.install.ni.framework.maintenanceplugins.RunningProcessPrereqPlugin" cache="true">
<param name="commandargs" value="$ITB:J{user.dir}/framework/utils/detectprocess.sh;$NIFP{packageinfo.installroot}/java/bin/PA_RISC2.0/java;$NIFP{packageinfo.installroot}/java/jre/bin/PA_RISC2.0/java"/>
<param name="validplatform" value="hpux"/>
<param name="commandreturncodeprereqpassed" value="0"/>
</prereq>
</prereqs>

<prereqs id="nonblockingprereqs" impl="com.ibm.ws.install.ni.framework.prereq.PrereqPlugin">

<param name="condition">

            $AND{
                $NIFP{lateincrementalinstallprereq.flag}
            }
       
</param>

<prereq id="lateincrementalinstallprereq" impl="com.ibm.ws.install.ni.framework.maintenanceplugins.LateIncrementalInstallPrereqPlugin" cache="true">
<param name="installType" value="$ITB:PSA{wsglobalinstallconstantsProductBean.customProperties,installType}"/>
<param name="installTypeValue" value="addFeature"/>
<param name="cipInstall" value="$ITB:PSA{wsglobalinstallconstantsProductBean.customProperties, if_cipInstall}"/>
<param name="cipVersion" value="$ITB:PSA{wsglobalinstallconstantsProductBean.customProperties, if_cipVersion}"/>
</prereq>
</prereqs>

<deploy-satellites id="deploysatellites" impl="com.ibm.ws.install.ni.framework.satellites.DeploySatellitesPlugin" cache="true">
<param name="satellites" value="$NIFP{packageinfo.satellites}"/>
<param name="satellitesmetadataname" value="maintenance.xml"/>
<param name="satellitesinstallpluginpath" value="install-package/apply-satellite"/>
</deploy-satellites>

<configure-satellites id="configuresatellites" impl="com.ibm.ws.install.ni.framework.satellites.ConfigureSatellitesPlugin">
<param name="satellites" value="$NIFP{packageinfo.satellites}"/>
<param name="satellitesmetadataname" value="maintenance.xml"/>
<param name="satellitesconfigpluginpath" value="install-package/configure-product"/>
</configure-satellites>

<apply-satellite id="applysatellite" impl="com.ibm.ws.install.ni.framework.satellites.SatelliteApplicationPlugin" cache="true">
<param name="installpackageuri" value="$NIFURI{$ITB:J{user.dir}/was.primary.pak}"/>
<param name="metadataname" value="maintenance.xml"/>
<param name="backuppackageuri" value="$NIFDEFFSTARGETURI{$NIFP{selectedproduct.backuppath}/$NIFP{packageinfo.name}}"/>
<param name="backupflag" value="$ITB:P{wsglobalinstallconstantsProductBean.backup}"/>
<param name="infopluginid" value="packageinfo"/>
<param name="isbackuppackage" value="$NIFP{packageinfo.isbackuppackage}"/>
<param name="generatebackupmetadatapluginpath" value="install-package/modify-nif-metadata"/>
</apply-satellite>

<modify-nif-metadata id="modifynifprereqflag" impl="com.ibm.ws.install.ni.framework.metadata.ModifyNIFMetaDataPlugin">
<param name="childpluginsrelativepath" value="modify-nif-plugin"/>
<param name="stage" value="$ITB:PSA{wsglobalinstallconstantsProductBean.customProperties, if_modifynifprereqflagstage}"/>

<modify-nif-plugin id="modifynifprereqname" impl="com.ibm.ws.install.ni.framework.metadata.ModifyNIFPlugin">
<param name="pluginpath" value="install-package/prereqs/prereq"/>
<param name="pluginid" value="prereqnifversion"/>
<param name="paramname" value="name"/>
<param name="paramvalue" value="IBM Update Installer for WebSphere Software"/>
<param name="nifmatadatarooturi" value="$NIFP{applysatellite.backuppackageuri}"/>
<param name="nifmatadataentryname" value="maintenance.xml"/>
</modify-nif-plugin>

<modify-nif-plugin id="modifynifprereqentityid" impl="com.ibm.ws.install.ni.framework.metadata.ModifyNIFPlugin">
<param name="pluginpath" value="install-package/prereqs/prereq"/>
<param name="pluginid" value="prereqnifversion"/>
<param name="paramname" value="entityid"/>
<param name="paramvalue" value="updi"/>
<param name="nifmatadatarooturi" value="$NIFP{applysatellite.backuppackageuri}"/>
<param name="nifmatadataentryname" value="maintenance.xml"/>
</modify-nif-plugin>
</modify-nif-metadata>

<modify-nif-metadata id="generatebackupmetadata" impl="com.ibm.ws.install.ni.framework.metadata.ModifyNIFMetaDataPlugin">
<param name="childpluginsrelativepath" value="modify-nif-plugin"/>
<param name="stage" value="prebackup"/>

<modify-nif-plugin id="markcacheasbackupcache" impl="com.ibm.ws.install.ni.framework.metadata.ModifyNIFPlugin">
<param name="pluginpath" value="install-package/nif-cache"/>
<param name="pluginid" value="nifcache"/>
<param name="paramname" value="cacheid"/>
<param name="paramvalue" value="$NIFP{packageinfo.name}.backup"/>
<param name="nifmatadatarooturi" value="$NIFP{applysatellite.backuppackageuri}"/>
<param name="nifmatadataentryname" value="maintenance.xml"/>
</modify-nif-plugin>

<modify-nif-plugin id="modifybackuppackagestatus" impl="com.ibm.ws.install.ni.framework.metadata.ModifyNIFPlugin">
<param name="pluginpath" value="install-package/information"/>
<param name="pluginid" value="packageinfo"/>
<param name="paramname" value="isbackuppackage"/>
<param name="paramvalue" value="true"/>
<param name="nifmatadatarooturi" value="$NIFP{applysatellite.backuppackageuri}"/>
<param name="nifmatadataentryname" value="maintenance.xml"/>
</modify-nif-plugin>

<modify-nif-plugin id="modifybackupinstallpackageuri" impl="com.ibm.ws.install.ni.framework.metadata.ModifyNIFPlugin">
<param name="pluginpath" value="install-package/apply-satellite"/>
<param name="pluginid" value="applysatellite"/>
<param name="paramname" value="installpackageuri"/>
<param name="paramvalue" value="$$NIFDEFFSTARGETURI{$$NIFP{selectedproduct.backuppath}/$NIFP{packageinfo.name}}"/>
<param name="nifmatadatarooturi" value="$NIFP{applysatellite.backuppackageuri}"/>
<param name="nifmatadataentryname" value="maintenance.xml"/>
</modify-nif-plugin>

<modify-nif-plugin id="setresolvedpaknameinmaintenanceinfo" impl="com.ibm.ws.install.ni.framework.metadata.ModifyNIFPlugin">
<param name="pluginpath" value="install-package/information"/>
<param name="pluginid" value="packageinfo"/>
<param name="paramname" value="name"/>
<param name="paramvalue" value="$NIFP{packageinfo.name}"/>
<param name="nifmatadatarooturi" value="$NIFP{applysatellite.backuppackageuri}"/>
<param name="nifmatadataentryname" value="maintenance.xml"/>
</modify-nif-plugin>

<modify-nif-plugin id="modifyconfigdisabledflagvalue" impl="com.ibm.ws.install.ni.framework.metadata.ModifyNIFPlugin">
<param name="pluginpath" value="install-package/configure-product"/>
<param name="pluginid" value="configureproduct"/>
<param name="paramname" value="disabled"/>
<param name="paramvalue" value="$ITB:PSA{wsglobalinstallconstantsProductBean.customProperties, if_fullconfigdisableflag}"/>
<param name="nifmatadatarooturi" value="$NIFP{applysatellite.backuppackageuri}"/>
<param name="nifmatadataentryname" value="maintenance.xml"/>
</modify-nif-plugin>

<modify-nif-plugin id="modifyconfigdisabledflagvalueformaintenance" impl="com.ibm.ws.install.ni.framework.metadata.ModifyNIFPlugin">
<param name="pluginpath" value="install-package/configure-product"/>
<param name="pluginid" value="configureproductformaintenance"/>
<param name="paramname" value="disabled"/>
<param name="paramvalue" value="false"/>
<param name="nifmatadatarooturi" value="$NIFP{applysatellite.backuppackageuri}"/>
<param name="nifmatadataentryname" value="maintenance.xml"/>
</modify-nif-plugin>
</modify-nif-metadata>

<modify-nif-metadata id="modifyprimarymetadata" impl="com.ibm.ws.install.ni.framework.metadata.ModifyNIFMetaDataPlugin">
<param name="childpluginsrelativepath" value="modify-nif-plugin"/>
<param name="stage" value="postinstall"/>

<modify-nif-plugin id="persistsatellitetouninstall" impl="com.ibm.ws.install.ni.framework.metadata.UpdateNIFPlugin">
<param name="pluginpath" value="install-package/information"/>
<param name="pluginid" value="packageinfo"/>
<param name="paramname" value="satellites"/>
<param name="paramvalue" value="$$NIFDEFFSSOURCEURI{$$NIFP{selectedproduct.backuppath}/$NIFP{packageinfo.name}}"/>
<param name="mode" value="new"/>
<param name="pathtoprimary" value="$NIFDEFFSTARGETURI{$NIFP{selectedproduct.backuppath}/$NIFP{packageinfo.name}}"/>
<param name="metadataname" value="maintenance.xml"/>
</modify-nif-plugin>

<modify-nif-plugin id="modifywasinstalledasmaintenanceflag" impl="com.ibm.ws.install.ni.framework.metadata.UpdateNIFPlugin">
<param name="pluginpath" value="install-package/information"/>
<param name="pluginid" value="packageinfo"/>
<param name="paramname" value="wasinstalledasmaintenance"/>
<param name="paramvalue" value="$ITB:PSA{wsglobalinstallconstantsProductBean.customProperties, if_wasinstalledasmaintenance}"/>
<param name="mode" value="new"/>
<param name="pathtoprimary" value="$NIFDEFFSTARGETURI{$NIFP{selectedproduct.backuppath}/$NIFP{packageinfo.name}}"/>
<param name="metadataname" value="maintenance.xml"/>
</modify-nif-plugin>
</modify-nif-metadata>

<configure-product id="configureproductformaintenance" impl="com.ibm.ws.install.ni.framework.config.I5OSLaunchConfigManagerPlugin">
<param name="disabled" value="true"/>
<param name="installroot" value="$NIFP{packageinfo.installroot}"/>
<param name="instconfigrepository" value="$NIFP{packageinfo.installroot}/properties/version/nif/update/config/install"/>
<param name="uninstconfigrepository" value="$NIFP{packageinfo.installroot}/properties/version/nif/update/config/uninstall"/>
<param name="WAS_HOME" value="$NIFP{packageinfo.installroot}"/>
<param name="ws_cmt_log_name" value="updateconfig.log"/>
<param name="ws_cmt_log_home" value="$NIFP{packageinfo.installroot}/logs/update"/>
<param name="ws_cmt_loglevel" value="7"/>
</configure-product>

<configure-product id="configureproduct" impl="com.ibm.ws.install.ni.framework.config.I5OSLaunchConfigManagerPlugin">
<param name="disabled" value="true"/>
<param name="installroot" value="$NIFP{packageinfo.installroot}"/>
<param name="instconfigrepository" value="$NIFP{packageinfo.installroot}/properties/version/nif/config/install"/>
<param name="uninstconfigrepository" value="$NIFP{packageinfo.installroot}/properties/version/nif/config/uninstall"/>
<param name="was.install.root" value="$NIFP{packageinfo.installroot}"/>
<param name="installType" value="$ITB:PSA{wsglobalinstallconstantsProductBean.customProperties,installType}"/>
<param name="profileType" value="$ITB:PSA{wsglobalinstallconstantsProductBean.customProperties,profileType}"/>
<param name="removeProfilesOnUninstall" value="$ITB:PSA{wsglobalinstallconstantsProductBean.customProperties,removeProfilesOnUninstall}"/>
<param name="ws_cmt_log_name" value="installconfig.log"/>
<param name="ws_cmt_log_home" value="$NIFP{packageinfo.installroot}/$ITB:P{wsglobalinstallconstantsProductBean.installLogsDirectoryRelativePath}"/>
<param name="ws_cmt_loglevel" value="3"/>
<param name="WAS_HOME" value="$NIFP{packageinfo.installroot}"/>
<param name="WS_CMT_PRODUCT_TYPE" value="$ITB:PSA{wsglobalinstallconstantsProductBean.customProperties, productType}"/>
</configure-product>

<component-action id="install-legal" impl="com.ibm.ws.install.ni.updi.component.was.UpdateComponent">
<param name="component" value="legal"/>
<param name="installroot" value="$NIFDEFFSTARGETURI{$NIFP{packageinfo.installroot}}"/>
<param name="installpackageuri" value="$NIFP{applysatellite.installpackageuri}"/>
<param name="repositoryrelativepath" value="repository"/>
<param name="featureids" value=""/>
<param name="backuppackageuri" value="$NIFP{applysatellite.backuppackageuri}"/>
<param name="componentmaprepository" value="$NIFDEFFSTARGETURI{$NIFP{selectedproduct.componentmaprepository}}"/>
<param name="productbackuprepository" value="$NIFDEFFSTARGETURI{$NIFP{selectedproduct.productbackuprepository}}"/>
</component-action>

<component-action id="install-nif.componentmap.primary" impl="com.ibm.ws.install.ni.updi.component.was.UpdateComponent">
<param name="component" value="nif.componentmap.primary"/>
<param name="installroot" value="$NIFDEFFSTARGETURI{$NIFP{packageinfo.installroot}}"/>
<param name="installpackageuri" value="$NIFP{applysatellite.installpackageuri}"/>
<param name="repositoryrelativepath" value="repository"/>
<param name="featureids" value=""/>
<param name="backuppackageuri" value="$NIFP{applysatellite.backuppackageuri}"/>
<param name="componentmaprepository" value="$NIFDEFFSTARGETURI{$NIFP{selectedproduct.componentmaprepository}}"/>
<param name="productbackuprepository" value="$NIFDEFFSTARGETURI{$NIFP{selectedproduct.productbackuprepository}}"/>
</component-action>
</install-package>

 

-------------------------

When you install IBM WebSphere Application Server Version 6.1 on the SUSE Linux® Enterprise Server 10 operating system, you might encounter an error message. This installation issue also involves the Application Server client, the Web server plug-in for Application Server, and IBM HTTP Server. If you use the installation interface, you might encounter the following error message:

Failed : Your operating system failed the prerequisites check.
A supported operating system was not detected. Support for your operating system might have been added after the release of the product. You can continue with the installation, but the installation might not succeed.


If you install the product silently, you might encounter the following error message:

Process, com.ibm.ws.install.ni.ismp.actions.
MaintenancePrereqCheckAction, wrn,
To disable operating system prerequisite checking, set option
disableOSPrereqChecking to true, or refer to the "Operating
System Prerequisite Checking" section in the sample response
file.

This document explains how to address the issue without setting the disableOSPrereqChecking option value to true.
 
Cause
SUSE Linux Enterprise Server 10 is a newly supported operating system for Application Server V6.1 including the Application Server client, the Web server plug-in for Application Server, and IBM HTTP Server. The maintenance.xml file does not list SUSE Linux Enterprise Server 10 as a supported operating system. The following architectures are supported by Application Server, the Web server plug-in for Application Server, and IBM HTTP Server on the SUSE Linux Enterprise Server 10 operating system:
  • Linux/Intel®

  • Linux Power PC 32-bit kernel

  • Linux Power PC 64-bit kernel

  • Linux on zSeries

  • Linux for zSeries 64-bit kernel

  • Linux Opteron / EM64T 64-bit kerneL


The following architectures are supported by the Application Server client:
  • Linux/Intel

  • Linux Power PC 32-bit kernel
 
Resolving the problem
As a workaround for this issue, complete the steps in the following procedure.

Note : The prerequisite warning message might still display. The installation process for WebSphere Application Server uses a conservative method of prerequisite checking. It checks for certain levels of operating systems and does not recognize operating system levels that exceed the documented requirements. Even if your operating system level exceeds the minimum requirements, the WebSphere Application Server installer might display the prerequisite warning. The prerequisite warning message might display even if you use the instructions in this document to update the product files. WebSphere Application Server officially supports more recent operating system fix pack levels than the levels that are listed on the detailed system requirements pages.

You can use these steps to update WebSphere Application Server, IBM HTTP Server, or the Web Server plug-in. You can find the maintenance.xml file in the following locations:

  • WebSphere Application Server: temp_directory /WAS/was.primary.pak/

  • WebSphere Application Server client: temp_directory/AppClient/client.primary.pak/

  • Web server plug-in for WebSphere Application Server: temp_directory /Plugin/plg.primary.pak/

  • IBM HTTP Server: temp_directory /IHS/ihs.primary.pak/

  1. Before installing, remove the temporary log directories that might have been created by previous installations. If you do not remove the log files, you might encounter messages from previous installations. Remove the following directories:
    • /root/waslog

    • /root/plglogs

    • /root/cltlogs

    • /root/ihslogs

    • /tmp/niflogs

  2. If you are installing Application Server from a CD or DVD, copy the image to a temporary directory. For example: cp -r /media/WAS_CD_DIR/* /tmp/was

  3. Make a backup copy of the original maintenance.xml file.

  4. Copy the appropriate maintenance.xm l file from the following table and overwrite the original file.
源码直接下载地址: https://pan.quark.cn/s/a4b39357ea24 ### 信号与系统(郑君里 第三版)课后习题解析 #### 1. 信号与系统中δ函数的尺度变换特性 在《信号与系统》(郑君里 第三版)这一著作中,作者阐述了δ函数的尺度变换特性,并借助一个特定的习题进行了详尽的阐释。该习题的任务在于验证以下等式: \[ \delta(at) = \frac{1}{|a|}\delta(t) \] **论证:** 为了验证此等式,我们首先需要掌握δ函数的基本属性以及它如何响应自变量的变动。依据题目的指示,我们知道当自变量为\( t \)时,脉冲的底部长度为\( \tau \),而当自变量转变为\( at \)时,底部长度调整为\( |a|\tau \)。 我们能够借助图形化的手段来获得直观的认识。设想一个用三角形来逼近的δ函数图像,其底边长度为\( \tau \),高度为\( h \),那么三角形的面积计算为\( A = \frac{1}{2} \tau h \)。当自变量变为\( at \)时,为了维持三角形的高度恒定,底边长度必须更新为\( |a|\tau \),此时三角形的面积变为\( A = \frac{1}{2} |a|\tau h = |a|A \)。 由于δ函数的积分特性被定义为单位面积,即在任何区间\( [-\infty, +\infty] \)内的积分结果均为1,因此无论底部长度如何变化,积分值均保持恒定。这表明,当自变量转变为\( at \)时,为了确保积分值维持在1,δ函数的幅度必须相应地调整为原值的\( \frac{1}{|a|} \)倍。由此,我们得以证明该等式: \[ \int_{-\infty}^{+\infty}...
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值