February 8, 2018
Linux, Web Servers
Problem I have installed Apache 2.2.3 on my web server. After installation, I made some changes in httpd.conf file and created the required directory for DocumentRoot but when I tried to start the HTTPD service I got the below error: # service httpd start Starting httpd: Syntax …
When we have multiple environments like production, staging, development etc. then sometimes we need to differentiate between these environments visually to avoid mistakes. Change the Background Image Login Console Page Go to your WAS_ROOT directory and after that go to the location as shown below <WAS_ROOT>/AppServer/systemApps/isclite.ear/isclite.war/images/ In …
February 1, 2018
Linux, Web Servers
Problem I tried to remove the package apr-1.2.7-11.el5_6.5 from a Linux server and I got the error “error: “apr-1.2.7-11.el5_6.5” specifies multiple packages” # rpm -e apr-1.2.7-11.el5_6.5 error: "apr-1.2.7-11.el5_6.5" specifies multiple packages Reason I got the above error because multiple instances of the package apr-1.2.7-11.el5_6.5 were installed on …
January 24, 2018
Storage Servers
To check the HPE 3PAR battery status, log in to your HPE 3PAR system using any SSH client like PuTTY etc. and then execute the showbattery command to check the status of the batteries. The default username and password are 3paradm and 3pardata for HPE 3PAR …
Silent Installation of IBM Installation Manager 1.8 Follow the steps given below to install the IBM Installation Manager 1.8 silently. First, unzip the IBM Installation Manager setup agent.installer.linux.gtk.x86_64_1.8.7001.20170920_1141.zip # ll total 167612 -rw-r--r--. 1 root root 171633597 Dec 5 12:21 agent.installer.linux.gtk.x86_64_1.8.7001.20170920_1141.zip # /usr/bin/unzip agent.installer.linux.gtk.x86_64_1.8.7001.20170920_1141.zip Extracted folder # …
SFTP, which stands for SSH File Transfer Protocol, or Secure File Transfer Protocol, is a separate protocol packaged with SSH that works in a similar way over a secure connection. Use the command given below to connect via SFTP to a server listening on a non-default ssh port. Connect …
You can check the version of IBM WebSphere Application Server which is installed on your Linux/HP-UX servers by running the script versionInfo.sh under the directory /opt/IBM/WebSphere/AppServer/bin. It may be required when you need to upgrade your current version of IBM WebSphere Application Server or you need to apply the patch …