Fixing Duplicate Packages When Upgrading Process RedHat
This is the way I did fix one CentOS/RedHat 7 server with 471 dupes. First I had to install yum utils: yum install yum-utils Have tried yum-complete-transaction and other stuff….
Read moreLoading
This is the way I did fix one CentOS/RedHat 7 server with 471 dupes. First I had to install yum utils: yum install yum-utils Have tried yum-complete-transaction and other stuff….
Read more[root@idcbprhoswrk004 data]# yum clean all error: db5 error(5) from dbenv->open: Input/output error error: cannot open Packages index using db5 – Input/output error (5) error: cannot open Packages database in /var/lib/rpm….
Read moreEnter to Rescue Mode. Resetup Owner File and Directory Redhat rpm –setperms -a Resetup User Group File and Directory rpm –setugids -a Resetup Owner Filesystem Linux rpm –setperms filesystem
Read moreDisable a swapfile : #swapoff -v /swapfile Remove the swapfile on filesystem #rm /swapfile
Read moreThe post explains how to bootup RHEL 7 system into rescue mode or emergency mode. In RHEL7, both rescue mode and emergency mode are systemd targets which replaced the concept….
Read more/etc/sudoers Syntax Following is general syntax used by /etc/sudoers file: USER HOSTNAME=COMMAND Where, USER: Name of normal user HOSTNAME: Where command is allowed to run. It is the hostname of….
Read moreWhat problem/issue/behavior are you having trouble with? What do you expect to see? – can you give the solution for this ? – any related this issue with lvm-thin provisioning….
Read moreSearch File With Size =============================== find / -type f -size +200000k -exec ls -lh {} \; | awk ‘{ printf $9 “: ” $5 }’ find / -type f -size….
Read moreUntuk menambahkan size disk mapper ext4 linux bisa dilakukan step-step berikut ini : Gambaran awal, kita memiliki disk xvdc 10 GB yang dimount pada directory /test/. Kita akan menambahkan resource….
Read moreAfter power cut (un-proper shut down) there is something bad happened with my machine. Now when I start system it gives me this message in the beginning. XFS (dm-0): Internal….
Read more