In this guide, we are about to provide a simple solution for the titled issue “No space left on device”. In case we receive “No space left on […]
1 stop solution for setfacl “Operation not supported” in Linux
Introduction Setfacl error: We may come across this issue in a production environment while creating with the new file system. This can be resolved without rebooting the server […]
How to clear Oracle x86 servers ILOM faulty message
Let us see how to clear the ILOM faulty messages. start the SP console using the command. # start SP/faultmgmt/shell List out all faulty messages. # fmadm faulty Repair the […]
Solution for error: cannot open Packages database in /var/lib/rpm
In this guide, a simple and single remove command will help us to recover from the corrupted yum database. While we try to clean packages using “yum clean […]
Solution for python error while using yum install
In this guide we are about to see how to resolve the python error while using all yum command such as install, remove some package. Reason of this […]
Solution for Perl Module DBD::Oracle installation error
In this Solution, we are about too see how to overcome onPerl DB module installation error in an application server. If we get below error while we install Perl […]
I/O error after removing SAN disks from Volume Group | 1 Simple Solution
Resolve I/O error while listing the logical volumes or volume groups in Linux. After removing anyone of SAN disk from any Volume Group.
ORA-27301: OS failure message: No space left on device | Semaphores
In this solution let us see how to increase the value of the semaphore in Linux for increasing the processes while we try to start the Oracle multi-instances. […]
Solution for tar: ././@LongLink: typeflag ‘L’ not recognized, converting to regular file x ././@LongLink, 103 bytes, 1 tape blocks
This topic related to quick solution for titled error. When we are trying to extract some tar file in Solaris server’s if we receive below error message it […]
resolvconf: Error: /etc/resolv.conf isn’t a symlink, not doing anything
If we get this error in Ubuntu while restarting network service. Here /etc/resolv.conf is a file move it to /run/resolvconf/resolv.conf. # sudo mv /etc/resolv.conf /run/resolvconf/resolv.conf Then create […]