`
hjs0512
  • 浏览: 33581 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论

WebSphere Profile命令

    博客分类:
  • Java
阅读更多

删除全部Profile

manageprofiles -deleteAll
删除单个profile
manageprofiles -delete -profileName AppSrv01

 

创建Profile

manageprofiles -create -profileName AppSrv01 -profilePath  D:\PROGRA~1\IBM\WebSphere\AppServer\profiles\AppSrv01 -templatePath D:\PROGRA~1\IBM\WebSphere\AppServer\profileTemplates\default -nodeName AppSrvNode01 -cellName AppCell01 -hostName ${YOUR_HOST_NAME} -enableAdminSecurity true -adminUserName admin -adminPassword admin

分享到:
评论

相关推荐

    websphere常用命令和集群步骤

    Websphere 集群环境搭建和常用命令 Websphere 是一个基于 Java 代码开发的应用服务器,自从 8.0 版本以来,安装模式发生了根本性的改变。现在,产品介质本身不分平台,一份介质可以安装到所有开放平台。安装需要...

    Websphere 常用命令

    本文介绍了WebSphere中常用的几个命令,包括列出所有Profile、删除所有Profile以及删除特定Profile的操作方法。这些命令对于WebSphere管理员来说非常重要,能够帮助他们更高效地管理WebSphere环境。需要注意的是,在...

    WebSphere_Application_Server_概要(Profile)理解入门_第_2_部分_如何创建概要

    本文旨在详细阐述如何在分布式系统中创建WebSphere Application Server的概要(Profile),这是理解和管理WebSphere环境的关键概念之一。 首先,了解什么是WebSphere的概要非常重要。概要是一组特定于单个WAS实例的...

    websphere在aix系统安装

    5. **配置环境变量**:添加 WebSphere 的路径到用户的 `.profile` 文件中。 ```bash echo "PATH=$INSTALLDIR/bin:$INSTALLDIR/java/bin:$PATH" >> ~/.profile echo "export PATH" >> ~/.profile PATH=$...

    websphere安装笔记

    2. **删除单个概要文件**:使用`manageprofiles.bat -delete -profilesName <ProfileName>`命令,其中`<ProfileName>`替换为你想要删除的概要文件的名称。 3. **删除所有概要文件**:若需删除所有概要文件,可执行`...

    Linux中安装WebSphere7部署手册

    你可以通过命令行创建Dmgr(管理代理)服务器,例如在`${WAS_Home}/bin`目录下运行`./manageprofiles.sh -create -templatePath /home/IBM/WebSphere/AppServer/profileTemplates/dmgr -profileName Dmgr01`,确保选择...

    linux 下websphere安装

    ### Linux下WebSphere安装详解 #### 一、安装JDK 在进行WebSphere的安装之前,首先需要确保系统上已安装了Java Development Kit (JDK)。本例中选择安装的是JDK 1.4.2版本。 1. **下载JDK**: - 访问官方下载页面...

    was managerprofile语法

    【标题】:WebSphere Application Server (WAS) Manager Profile语法详解 在WebSphere Application Server (WAS)中,Manager Profile是一种特殊类型的服务器配置,它扮演着管理其他服务器配置的角色。Manager ...

    Linux环境Websphere超详细安装配置文档

    解压命令为`tar -xvf *.tar`,然后使用`chmod 0777 /websphere –R`命令赋予解压后的目录最大权限。 2. **配置响应文件**:创建或修改`responsefile_edit.nd.txt`,其中包含了安装路径等信息。如果在安装过程中遇到...

    aix系统下websphere集群的安装

    1. **进入WebSphere安装目录:** `cd /opt/IBM/WebSphere/AppServer/bin/ProfileManagement/` 2. **启动Profile Management工具:** 执行`./ptm/sh`。 3. **创建Deployment Manager概要文件:** 在工具中选择创建...

    WebSphere配置部署图文详解V2.docx

    ./manageprofiles.sh -create -templatePath /apphome/IBM/WebSphere/AppServer/profileTemplates/dmgr -profileName Dmgr01 -profilePath /apphome/IBM/WebSphere/AppServer/profiles/Dmgr01 ``` - **创建应用...

    websphere portal 集群 ldap配置详细文档

    5. **配置WebSphere Portal**:进入WebSphere Portal的配置界面(Wp_profile->PortalServer->wizad),运行`./configWizad.sh`脚本来配置LDAP连接。在这里,你需要提供LDAP服务器的URL、基础DN(如`uid=wpsbind,...

    WebSphere Application Server V6

    - 查找快速部署工具的位置:安装目录下的`profiles/<profileName>/bin`。 2. **设置快速部署工作空间**: - 打开命令提示符或终端窗口。 - 定义`WORKSPACE`环境变量。 3. **创建自动安装项目**: - 在工作空间...

    WebSphere学习文档

    在V6版本中,WebSphere引入了“概要文件”(Profile)的概念,这是一个非常重要的特性,对于管理和部署复杂的企业级应用系统具有深远的影响。 概要文件是WebSphere Application Server中的一个核心组成部分,它代表...

    IBM Websphere Portal 8.5 Cluster 创建 02

    安装后需要将额外的集群成员进行联邦(Federated),创建和配置WebSphere的配置文件模板(profile templates)。 数据库驱动的预设(PreSetthedatabasedriversontheadditionalnode)是确保副节点能够与数据库正常...

    Websphere 6.0集群

    - 管理节点:运行`pctAIX.bin`命令创建管理节点概要表,选择"manager profile"类型。 - 受管节点:同样运行`pctAIX.bin`,但选择"custom profile",关联到管理节点,输入管理节点的主机名和SOAP端口。 **二、IBM ...

    中间件WebSphere安装手册(AIX)

    创建概要表(Profile)是WebSphere配置中的一个重要步骤,它代表了WebSphere应用服务器的一个运行实例。ND概要表通常用于管理多个BASE节点。如果计划使用ND来管理BASE,那么建议先创建ND概要表,再创建BASE概要表。...

    Websphere8.5安装配置参考文档.docx

    - 在命令行进入概要文件目录下的`bin`目录,执行`startServer server1 -profileName AppSrv01`命令。 - 通过浏览器访问`http://localhost:9060/ibm/console`登录管理控制台。 #### 六、发布应用 - **配置数据源**...

    websphere安装配置手册

    - 执行 `install` 命令。 2. **遵循安装向导**: - 阅读并接受欢迎界面上的信息,点击 Next。 - 查看并接受许可协议,然后点击 Next。 - 确认系统通过了安装 WebSphere 的必要条件检测,点击 Next。 - 选择安装...

    websphere_集群与负载均衡.pdf

    文中列举了安装集群所需执行的具体命令,如启动安装向导的命令./launchpad.sh,创建概要文件的命令/opt/IBM/WebSphere/AppServer/bin/ProfileManagement/pmt.sh,以及启动部署管理控制台的命令./startManager.sh。...

Global site tag (gtag.js) - Google Analytics