个性化阅读
专注于IT技术分析

如何在Linux中下载并安装WebSphere 9 ND?

本文概述

在Linux环境中下载和安装IBM WAS 9 Network Deployment的过程

IBM最初在其云– Bluemix中发布了WebSphere Application Server(WAS)9。现在, 你可以下载并安装它。

我希望安装过程将与以前的版本相似, 但让我们看看如何进行。如果你不熟悉WebSphere, 那么请别忘了对其进行一些介绍。

在本文中, 我将逐步说明从何处下载WAS 9并使用IBM Installation Manager进行安装。

下载并安装IBM IM 1.8.5

要安装WebSphere 9, 需要IBM IM 1.8.5或更高版本, 所以让我们安装它。

  • 从以下位置下载IM 1.8.5
http://www-01.ibm.com/support/docview.wss?uid=swg24041188#DNLD
ibm-im-download

我不确定是否可以使用, 但你也可以尝试使用此直接链接进行下载。

https://ak-delivery04-mul.dhe.ibm.com/sdfdl/v2/sar/CM/RA/06737/0/Xa.2/Xb.jusyLTSp44S03Q_q0Cd0hj9IqGeCC6EMY3WOBoWlDBTgttmTrTwqps88Q0Y/Xc.CM/RA/06737/0/agent.installer.linux.gtk.x86_64_1.8.5000.20160506_1125.zip/Xd./Xf.LPR.D1VC/Xg.10339932/Xi.habanero/XY.habanero/XZ.-asK8WoM4XRts1YNlqJTpBY6llI/agent.installer.linux.gtk.x86_64_1.8.5000.20160506_1125.zip

Linux 64位大约为164 MB, 因此根据你的互联网速度可能需要几分钟。

  • 下载后, 你应该具有以下内容。
-rw-rw-r--. 1 chandan chandan 171715008 Nov 19 19:00 agent.installer.linux.gtk.x86_64_1.8.5000.20160506_1125.zip
  • 让我们解压缩命令
unzip agent.installer.linux.gtk.x86_64_1.8.5000.20160506_1125.zip
  • 提取后, 你应该看到以下内容
[[email protected] ibmim]# ls -ltr
total 260084
-rwxr-xr-x. 1 root   root       71223 Aug 9 2012 userinstc
-rwxr-xr-x. 1 root   root       71223 Aug 9 2012 userinst
-rwxr-xr-x. 1 root   root       71223 Aug 9 2012 installc
-rwxr-xr-x. 1 root   root       71223 Aug 9 2012 install
-rwxr-xr-x. 1 root   root       71223 Aug 9 2012 groupinstc
-rwxr-xr-x. 1 root   root       71223 Aug 9 2012 groupinst
-rwxr-xr-x. 1 root   root         9926 Feb 25 2016 readme.html
drwxr-xr-x. 11 root   root       77824 May 6 2016 plugins
drwxr-xr-x. 2 root   root         4096 May 6 2016 Offerings
drwxr-xr-x. 3 root   root           16 May 6 2016 jre_7.0.9040.20160504_1613
-rwxr-xr-x. 1 root   root         256 May 6 2016 user-silent-install.ini
-rwxr-xr-x. 1 root   root         202 May 6 2016 userinst.ini
-rwxr-xr-x. 1 root   root         247 May 6 2016 userinstc.ini
drwxr-xr-x. 2 root   root           66 May 6 2016 tools
-rwxr-xr-x. 1 root   root         249 May 6 2016 silent-install.ini
-rwxr-xr-x. 1 root   root       10892 May 6 2016 repository.xml
-rwxr-xr-x. 1 root   root         275 May 6 2016 repository.config
drwxr-xr-x. 2 root   root         4096 May 6 2016 native
drwxr-xr-x. 2 root   root         4096 May 6 2016 license
-rwxr-xr-x. 1 root   root         265 May 6 2016 install.xml
-rwxr-xr-x. 1 root   root         198 May 6 2016 install.ini
-rwxr-xr-x. 1 root   root         243 May 6 2016 installc.ini
-rwxr-xr-x. 1 root   root         200 May 6 2016 groupinst.ini
-rwxr-xr-x. 1 root   root         245 May 6 2016 groupinstc.ini
drwxr-xr-x. 13 root   root         4096 May 6 2016 documentation
drwxr-xr-x. 3 root   root           48 May 6 2016 configuration
-rwxr-xr-x. 1 root   root         4642 May 6 2016 con-disk-set-inst.sh

现在该通过执行安装文件来安装IBM IM 1.8.5。

./install
  • 它将提示安装向导, 单击下一步
ibm-im-install-wizard
  • 接受许可证, 然后单击下一步
  • 缺省情况下, 它将安装在/ opt / IBM上, 但是, 如果你要更改, 则可以在下一个屏幕上执行
ibm-im-location
  • 查看摘要信息, 然后单击”安装”。
  • 这将需要几秒钟的时间, 并为你提供成功安装的确认
ibm-im-成功

不错, 先决条件已经完成。

安装IBM WAS 9

我们将通过在线存储库使用IBM IM安装​​WebSphere。如果尚未打开IBM IM

  • 转到文件>>首选项
ibm-im-preference
  • 单击”添加存储库”, 它将打开提示, 你可以在其中输入存储库路径, 然后单击确定。
ibm-im-add-repo
  1. WAS 9 ND存储库– http://www.ibm.com/software/repositorymanager/V9WASND
  2. WAS 9基本存储库– http://www.ibm.com/software/repositorymanager/V9WASBase
  • 点击”安装”
  • 从列表中选择WAS ND 9和Java 8, 然后单击下一步。
ibm-im-select-package
  • 接受许可证, 然后单击下一步
  • 缺省情况下, 共享资源将安装在/ opt / IBM / IMShared上, 如果需要, 可以在下一个屏幕上进行更改
ibm-im-shared资源
ibm-im-was位置
  • 如果需要, 选择其他语言, 然后单击”下一步”。
  • 查看安装摘要, 然后单击”安装”
ibm-im-summary
  • 安装将需要几分钟, 完成后, 将显示确认屏幕。
ibm-im-was9成功

做得好, 你已经成功安装了WAS 9 ND。请继续关注有关个人资料创建的下一篇文章

赞(0)
未经允许不得转载:srcmini » 如何在Linux中下载并安装WebSphere 9 ND?

评论 抢沙发

评论前必须登录!