Problem I have configured a new server with RHEL 7.4 as a web server. I tried to mount an NFS shared folder on this machine and got the below error: # mount -o tcp nfsserver:/upload /home/upload mount: wrong fs type, bad option, bad superblock on 10.30.1.62:/upload, missing …
Problem I have a WebSphere Application Server Network Deployment version 8.5.5.12 application server. Five Enterprise Applications are running on this application server. I have two enterprise applications which are frequently being updated by deploying *.jsp and *.class files. For deployments of *.class I was using the …
Problem I have some HP-UX servers, one day I have configured the resolve.conf on one server to resolve the www.onlinesbi.com and www.sbiepay.com domains through my DNS server. After configuring the resolv.conf on this server I tried to access the server through PuTTY using SSH protocol but it takes …
To enable name resolution, you need to configure your HP-UX system to use DNS servers. Once it will be enabled then all the configured name resolutions will be done through the DNS Server. If you will try to nslookup for onlinesbi.com without configuring the DNS then it …
Problem I have some HP-UX vPar machines, one day I faced the issue that one vPar machine was pinging but I was unable to login through PuTTY. Solution To find the reason I need to log in to the console of the vPar machine. To log …
April 25, 2018
Linux, Web Servers
Problem We need to show the maintenance page to the outside users of our application/website during the deployment of codes or hardware maintenance. We can show the maintenance page or downtime message to the users by making some changes to apache configuration files. But for internal testing, …