`
elicer
  • 浏览: 133172 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

Server Node Cell Cluster—Websphere及术语介绍上

阅读更多

Websphere入门篇(一)-was6.0安装 中, 我们配置了一个Websphere Application Server,前端联合了一个Http Server,后端连接Oracle数据库。这是WebSphere最简单的拓扑结构——带Web服务器的单机环境(Stand-alone Application Server Topology with Web Server )

Standalone

Stand-alone Application Server拓扑方式的安装是指在一个单独的节点上(Node)运行一个(仅能一个)Application Server进程的安装方式。如果你需要多个Application Server,那么你就要起多个profiles,而在ND环境中一个Profile可以起多个Application Server。在Stand-alone的环境下,Web服务器只能定义一个,ND环境下则无此限制。

术语一 Application Server : 一个为J2EE应用提供了web容器、EJB容器、Naming、JMS等服务,同时提供配置和管理功能的运行平台。在Windows、Unix等分布式 操作系统上,一个Server单只一个JVM实例,我们看到的就是一个java进程;但在z/OS平台上,一个Server可以包含多个操作系统进程,每 个进程都单独运行一个JVM实例。

术语二 WebSphere profiles :一个application server所需要用到的User files 的集合,包括诸如环境变量是如何设定的、各种资源是如何配置的、日志文件的记录格式……所有的这些构成了application server的运行时环境。

与之相对应的是Product files—— 运行 application server所需要的二进制文件,这些二进制文件是各个profiles共享的。因为只有这一份二进制文件集,所以websphere代码的变更,比如补 丁的升级,可以被旗下所有的profiles享用到,无需为每一个Profiles单独操作,节省了磁盘空间。

由此可知,如果需要为不同的应用使用不同的补丁版本,或者为某个应用打一个小fix,那么只 能重新安装一个完整的WAS程序,而不仅仅是单独建立一个profile。而不同机器间WAS的迁移,也必然不能简简单单的拷贝WAS安装目录了事,至少 需要安装WAS程序,profiles因为是配置的集合,和机器的相关性比较小——主机名、端口号等配置还是需要注意的——可以“偷懒”拷贝一下。

术语三 节点(Node): 节点是受管服务器(Server)的逻辑分组。节点通常与具有唯一 IP主机地址的逻辑或物理计算机系统对应,节点不能跨多台计算机。

分为Managed Node :可以被 Deployment manager管理,在ND环境下的application server必然是Managed Node,同时也会有一个对应的Node agent,通过在profile name/bin目录下运行startNode命令,可以让DM来管理application server。当一个Stand-alone的application server联合到ND环境下时,Node agent会自动生成,当然之前是没有的。

node

与之对应的是Unmanaged Node :顾名思义 是无法直接通过DM来管理的节点,一般是作为Web Server所在节点存在的,特别是当Web server位于DMZ区,而app server位于防火墙之后。虽然是Unmanaged Node,但是生成插件、传播插件是可以的,只是起停web server需要手动执行。unmanaged node

关于 Node、Profile 与 Server:

这三个概念比较容易混淆,我们拿出来对比说明:Node=Profile。Node 是管理上使用的概念,Profile 是实际的概要文件,它们代表同一事物。Server 就是所谓的 Application Server Instance , 这是我们实际要布署 Application 的地方。在IBM WAS ND 产品中受管节点的 Node Agent 目的就是让 Deployment Manager Server 可以透过 Node Agent 来管 Node (Profile) 中的 Application Server Instance,一个 Node (Profile) 中可以有多个 Application Server Instance。

如果是非 ND 版本 , 则属于 Single Server 版本,那么一个 Node (Profile) 中只能有一个 Application Server Instance,如果你希望在一台机器上有多个 Application Server Instance,那就只能透过创建多个 Profile (Node) 来达成,但这些 Node (Porfile) 彼此独立没有管理上的关系 (RelationShip),只要使用的 TCP/IP Port 不要冲突即可。

摘自WebSphere Application Server 常见问题及解答:什么是单元(Cell)?什么是节点(Node)?Node、Profile 与 Server 之间的关系是什么?

如果stand-alone的结构无法满足应用程序的可扩展性(Scalability),可靠性(reliability)要求,那么我们就需要使用Network Deployment Topology,进而配置Cluster来满足以上两个要求。具体见下文。

 

 

转载至 http://www.hashei.me/2009/05/websphere-topology-terminology.html

分享到:
评论

相关推荐

    WebSphere Process Server security overview

    WebSphere Process Server 在继承 WebSphere Application Server 安全性的基础上,还增加了自己特有的安全功能,以满足业务流程管理和集成的需求: - **业务流程执行语言 (BPEL)**:BPEL 是一种用于定义业务流程的...

    Websphere Application Server 6.0 应用指南

    综上所述,WebSphere Application Server 6.0 不仅提供了强大的开发工具,还针对迁移过程中可能遇到的各种挑战提供了详细的指导和解决方案。对于正在考虑迁移的开发者来说,这份指南无疑是非常宝贵的参考资料。

    IBM WebSphere Application Server 6.1 for Linux安装步骤

    本文将详细介绍在 Linux 平台上安装 WebSphere 6.1 的步骤,以及相关的配置和设置。 安装准备 在安装 WebSphere 6.1 之前,需要准备好操作系统和环境。首先,需要检查操作系统的版本和配置,确保其满足 WebSphere ...

    配置websphere application server ssl

    本文档将详细介绍如何配置IBM WebSphere Application Server (WAS) 的SSL功能,包括IBM HTTP Server的HTTPS功能配置以及WebSphere Plugin与WebSphere Application Server之间的SSL安全认证配置。 #### 二、配置IBM ...

    WebSphere Application Server V6

    ### WebSphere Application Server V6 自动安装应用程序知识点详解 #### 一、概述 **WebSphere Application Server (WAS) V6** 是IBM提供的一款企业级应用服务器产品,它支持多种应用开发模型,如Java EE、Web ...

    WebSphere Portal Server 白皮书

    综上所述,WebSphere Portal Server不仅是一个强大的门户解决方案,更是企业数字化转型的重要推手。通过其丰富的功能与服务,企业可以构建出更加个性化、高效且安全的门户环境,提升用户体验,促进业务流程的优化与...

    WebSphere Application Server9.0.0.2.txt

    WebSphere Application Server9.0.0.2 安装包百度云盘资源地址,非商业用途,仅供学习使用。

    WebSphere Application Server V6.1 Security Handbook.

    该手册适用于WebSphere Application Server V6.1在以下平台上的安装和配置: - IBM AIX V5.2 - Red Hat Enterprise Linux V3 - Windows 2000 #### 六、结语 《WebSphere Application Server V6.1 Security ...

    Websphere Process Server培训课程学生手册 (WB111)

    Developing Business Integration Solutions for IBM WebSphere Process Server. To open the document, use password:J9s2HsjA

    WebSphere Application Server for Developers V8.5.5

    WebSphere Application Server for Developers V8.5.5是供开发人员使用的免费版的was,需要的小伙伴可以本地安装一下 ,部署测试web项目,因为上传空间有限,这里就只上传windows64位的。

    IBM Websphere Portal 8.5 Cluster 创建 02

    集群概念上,一个集群由一个主节点(Primary Node)和至少一个副节点(Secondary Node)组成。主节点通常托管管理器(Deployment Manager, DMGR),负责集群的整体管理,包括集群成员的配置和监控。副节点则负责提供...

    IBM WebSphere及Sun One Directory Server安装手册

    本文将详细介绍IBM WebSphere及Sun One Directory Server的安装过程,这两个组件在实现单点登录系统中扮演着重要角色。首先,我们先来看看Sun One Directory Server的安装步骤。 1. **SUN ONE Directory Server ...

    rhel-server-5.4上部署websphere 6.1

    在本文中,我们将深入探讨如何在RHEL Server 5.4上部署WebSphere Application Server 6.1。WebSphere是IBM提供的一款强大的企业级应用服务器,用于运行和管理Java应用程序和Web服务。以下是一个详细的步骤指南,涵盖...

    WebSphere+v7.0+培训教程(完整版)

    WebSphere Application Server v7.1互补产品 WAS v7.0 的价值在IBM z/OS WebSphere Application Server Version 7.0 特色 WebSphere Application Server Version V7.0技术简介 WebSphere Application Server v...

    sample code for WebSphere Application Server Administration Using Jython

    这一章深入探讨了WebSphere中的各种管理对象,如Server、Cell、Node等,以及如何使用它们来管理整个WebSphere架构。这对于理解WebSphere的层次结构和管理模型非常有帮助。 **章节8:数据库和授权** WebSphere经常...

    Technical Overview of WebSphere Process Server and WebSphere Integration Developer

    通过上述介绍可以看出,WebSphere Process Server与WebSphere Integration Developer为构建高效、灵活的企业级SOA提供了坚实的基础。无论是从理论层面还是实践层面,这两款工具都为企业构建现代化的IT基础设施提供了...

    在Linux服务器上每周自动重启WebSphere服务配置

    ### 在Linux服务器上每周自动重启WebSphere服务配置 #### 知识点概述 本文档将详细介绍如何在Linux环境中设置cron任务来实现WebSphere服务的自动重启。此方法不仅适用于WebSphere服务,还可广泛应用于需要定时执行...

    WebServer Plugin for Websphere Application Server 6.1

    WebServer Plugin是IBM针对Websphere Application Server (WAS) 的一种组件,它允许将Web请求路由到WAS,以实现更高效的Web服务器与应用程序服务器之间的集成。在本例中,我们关注的是专为WAS 6.1版本设计的Web...

    WebSphere Application Server 启动错误诊断(WAS)

    在本文中,我们将详细介绍 WebSphere Application Server(WAS)启动错误的诊断方法。WAS 是一个复杂的应用服务器,启动过程中可能会出现各种错误,影响服务器的正常运行。了解 WAS 启动过程和诊断技术是确保服务器...

Global site tag (gtag.js) - Google Analytics