DbAppWeb.com

Menu
  • Home
  • Linux
  • HP-UX
  • macOS
  • Windows
  • Web Servers
  • App Servers
  • Storage

Tag: Sys Admin

How to make your website in maintenance mode through Apache
April 25, 2018 Linux, Web Servers

How to make your website in maintenance mode through Apache

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, …
Full Article
How to extend the size of Logical Volume (LV) in HP-UX
April 14, 2018 HP-UX

How to extend the size of Logical Volume (LV) in HP-UX

Sometimes we need to extend the size of a logical volume to increase the free space when running out of space. One of my servers has logical volume /dev/vg00/lvol5 mounted on /opt which becomes 76% full so I have to increase the size of the Logical Volume (LV) /dev/vg00/lvol5. I have to …
Full Article
Linux: Count number of files inside a directory including its subdirectories
April 12, 2018 Linux

Linux: Count number of files inside a directory including its subdirectories

If you need to count the number of files in a directory as well as all the files in its subdirectories then use the below command. Count Number of Files in Current Directory Use the find . -type f | wc -l command to count the …
Full Article
How many files can I put in a directory (ext4 file system)
April 11, 2018 Linux

How many files can I put in a directory (ext4 file system)

You can put the unlimited number of files and subdirectories under a directory which formatted using ext4 file system. Unlimited number of subdirectories in the ext4 file system Ext4 allows an unlimited number of subdirectories. (In ext3 a directory can have at most 32,000 subdirectories.). To allow for …
Full Article
How to determine file system type in HP-UX using command
April 9, 2018 HP-UX

How to determine file system type in HP-UX using command

The Disks and File Systems (fsweb, bundle FileSystems) tool is a single-system tool for managing logical volumes, volume groups, disks, file systems, paging devices, and backup & recovery of file systems, on systems running on HP-UX 11i v2 and HP-UX 11i v3. The Disks and File …
Full Article
Apache integration with JBoss through proxy_ajp
April 6, 2018 JBoss/WildFly Application Server, Web Servers

Apache integration with JBoss through proxy_ajp

Problem # vi /etc/httpd/conf.d/proxy_ajp.conf ProxyPass /TESTAPP/ ajp://10.20.2.22:8009/TESTAPP/ I have added the above line in proxy_ajp.conf file on my apache web server to access my application running on JBoss. but when tried to access my application through the url given below got the error. Error on Browser while accessing the …
Full Article
IP Address changed to local after restarting the network services in Linux
March 23, 2018 Linux

IP Address changed to local after restarting the network services in Linux

Problem I have installed the RHEL 6.8 on a server and after assigning the IP address to the system when I restarted the network services IP address changed to local IP. # service network restart Shutting down interface eth0: Shutting down loopback interface: Bringing up loopback interface: …
Full Article
mount: mount to NFS server ’10.xx.x.xx’ failed: timed out (giving up)
March 21, 2018 Linux

mount: mount to NFS server ’10.xx.x.xx’ failed: timed out (giving up)

Problem I had an NFS server from which some folders were shared with client servers. Shared folders were mounted on the client servers. Due to some hardware problem in the NFS server, the server suddenly becomes dead and after that, I created and configured a new …
Full Article
Switching to JAVA SDK 8.0 from JAVA SDK 7.1 on WAS 8.5.5.x
March 18, 2018 IBM WebSphere Application Server, Linux

Switching to JAVA SDK 8.0 from JAVA SDK 7.1 on WAS 8.5.5.x

Before trying to update/upgrade the running JAVA SDK on WAS 8.5.5.x you need to check whether your setup is fulfilling the minimum requirements or not. Fix Pack 9 or higher should be applied to your WAS to switch the JAVA SDK 8.0 from JAVA SDK 7.1. In …
Full Article
Transfer file using scp: Permission denied
March 16, 2018 Linux

Transfer file using scp: Permission denied

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 …
Full Article

Posts pagination

Prev 1 … 5 6 7 8 9 10 11 … 16 Next
  • Popular
  • Recent

Categories

  • Android (2)
  • Blogger (16)
  • Domain and Hosting (1)
  • Hardware Issues (7)
  • HP-UX (55)
  • HPE Data Protector (9)
  • IBM Lotus Notes (2)
  • IBM WebSphere Application Server (16)
  • Internet Tips & Tricks (15)
  • iOS (8)
  • JBoss/WildFly Application Server (2)
  • Linux (76)
  • macOS (15)
  • Microsoft Windows (31)
  • News and Updates (11)
  • Oracle Database (5)
  • SSL/TLS (1)
  • Storage Servers (23)
  • Tools/Softwares (1)
  • VMware ESXi (17)
  • Web Servers (14)
  • WordPress (5)

Archives

DbAppWeb.com

Solution of Database, Application and Web Server Problems

About DbAppWeb.com

One Stop Solution for Database Server, Application Server and Web Server Problems.

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

DbAppWeb on Social Media

Copyright © 2026 DbAppWeb.com
Terms and Conditions   Theme by MyThemeShop.com