How to install WEBSPHERE5.1 in LINUX

Source: Internet
Author: User
The correct method for installing WebSphere 5.1 in LINUX-Linux Enterprise Application-Linux server application information. For details, refer to the following section. 1. Preparations before installation
1) Check disk space allocation
2) Are there any port conflicts?
The default ports occupied by the WebSphere Application Server include: Management Console port 9090, Management Console Security Port 9043, HTTP transmission port 9080, and HTTPS transmission port 9443, SOAP communication port 8880 (in the network deployment version, this port is 8879. If an application occupies these ports in the system, the application server reports a port burst error when it starts. Generally, you can use netstat or nmap to view the usage of system ports.
3) Host Name of the server
You should configure the Host Name (hostname) before installing Websphere ). The/etc/hosts file must have corresponding entries.
4) create a user name and user group
The WebSphere Application Server has a built-in WebSphere MQ-based JMS server. During installation on UNIX/LINUX platforms, if you choose to install fully or choose to install "embedded message transmission" during custom installation ", create two user groups mqm and mqbrkrs and one user mqm before the installation starts. In addition, you need to add the user mqm and root to the mqm group, and add the root to the mqbrkrs group.
Groupadd mqm
Groupadd mqbrkrs
Useradd-g mqm
Lgroupmod-M root mqm
Lgroupmod-M root mqbrkrs
You can also use the user management tool rfuser to complete the above work.
Note that after the operation, the root user needs to log on again to make the group information take effect.
5) Language Environment Settings
During installation, use the Chinese language environment instead of en_US before installation, and switch to Chinese after installation. Such a switchover may cause system instability.

2. Installation Steps
1) Start Installation
Run linuxi386/install to start the graphical Installation Wizard. Websphere 5.1 uses the java version J2RE 1.4.1 IBM build cxia321411-20031011, which works properly.
2) the operating system cannot be identified when checking the operating system. Regardless of it, continue the installation.
3) Select the installation type and click Next. Select full installation.
4) Specify the installation directory and node information, and use the default value. .
5) install the product.
6) Complete

3. Installation check
1) The installation wizard automatically starts the "Step 1" tool after the installation is complete. Or run
/Opt/WebSphere/AppServer/firststeps. sh.
Click "verify installation ". The verification result is displayed in the window.
2) manually start/stop the server
Cd/opt/WebSphere/AppServer/bin
./StartServer. sh server1
./StopServer. sh server1
3) Example of accessing websphere:
Http: // hostname: 9080/snoop, http: // hostname: 9080/hitcount
Access the WebSphere Application Server Console: http: // hostname: 9090/admin

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.