Problem I tried to copy a file from one Linux server dbappweb to another Linux server dbappweb1 but got the error ‘Permission denied’. I tried to copy the file using the SCP command over ssh. # scp -p PKIServer.zip user1@dbappweb1:/home/user1/ user1@dbappweb1's password: scp: /home/user1/PKIServer.zip: Permission denied Reason I got …
Problem I had an NFS server from which some folders were shared with the client-server. Shared folders were mounted on the client server. Due to some hardware problem in the NFS server, the server suddenly becomes dead and after that when I tried to access the …
February 9, 2018
VMware ESXi
During an upgrade of a DELL PowerEdge R730/R830 server, we have increased the RAM from 24 GB to 88 GB and CPU from 1 to 2. After booting the system when we checked from the BIOS we found the system is showing 2 CPU but showing RAM …
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 …