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.
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
您的SUSE Linux服务器无法通过SSH登录的问题可能有几个原因。首先,您需要确保静态IP配置正确。您可以通过编辑ifcfg-eth0文件来修改IP地址和子网掩码。同时,您还需要检查路由配置文件以确保默认路由正确设置。接下来,您需要检查SSH服务是否已启动,并且在sshd配置文件中确保PasswordAuthentication和PermitRootLogin选设置为yes。如果问题仍然存在,可能是由于防火墙的问题。您可以检查防火墙状态并关闭防火墙。请注意,具体的命令可能会因SUSE Linux版本而有所不同。您可以使用service network restart命令重启网络服务,使用service sshd restart命令重启SSH服务。如果问题仍然存在,您可以检查防火墙相关程序并关闭防火墙。请注意,具体的命令可能会因SUSE Linux版本而有所不同。您可以使用rcfirewalld status命令检查防火墙状态,并使用rcfirewalld stop命令关闭防火墙。最后,您可以使用rcSuSEfirewall2 restart命令重启防火墙,使用/etc/init.d/sshd restart命令重启SSH服务。希望这些步骤能够帮助您解决SSH登录问题。\[1\]\[2\] #### 引用[.reference_title] - *1* [SuSE linux安装后无法ssh连接问题解决(附静态IP设置)](https://blog.csdn.net/Kong_bai_r/article/details/129156114)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^insertT0,239^v3^insert_chatgpt"}} ] [.reference_item] - *2* [开启SUSE Linux的ssh服务 2022_11_25](https://blog.csdn.net/qq_42210767/article/details/128042105)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^insertT0,239^v3^insert_chatgpt"}} ] [.reference_item] [ .reference_list ]

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值