How to get a copy of root’s email or forward it to an smtp email address

We can edit the aliases file for the system and set our address as the destination for root. so you can edit /etc/aliases (or wherever the aliases file has gone) and look at the existing aliases. There is probably an entry for root (possibly commented out) that shows a fictitious user. Add an entry like: […]

How to get a copy of root’s email or forward it to an smtp email address Read More »

Aix: Install and Configuration HACMP [ Overview]

1. Overview The High Availability (HA) feature of application allows a properly configured application system to automatically recover from a number of possible failures, with the goal of eliminating all single points of failure in the system. The same functionality can be used to minimize the impact of regularly scheduled maintenance and/or software upgrades. The

Aix: Install and Configuration HACMP [ Overview] Read More »

How to undelete any open, deleted file on linux / solaris

# uname -a SunOS cmsgcc 5.10 Generic_137137-09 sun4v sparc SUNW,SPARC-Enterprise-T5220 # echo “Undelete any open file” > test.txt # tail -f test.txt & 25552 # Undelete any open file # rm test.txt # ls /proc/25552/fd 0 1 2 # cat /proc/25552/fd/0 Undelete any open file # cp /proc/25552/fd/0 ./test.txt # cat ./test.txt Undelete any open

How to undelete any open, deleted file on linux / solaris Read More »

Scroll to Top