Automatically mount NFS Share through SSH tunnel
*Checks calendar* Ah well. My last post on this blog was well over a year a go. Not much to share when you’re dealing with proprietary stuff, and I’m trying…
...of musings and ramblings
*Checks calendar* Ah well. My last post on this blog was well over a year a go. Not much to share when you’re dealing with proprietary stuff, and I’m trying…
In the event that you find yourself in an absurd and odd situation that you need to mount a NFS share between 2 servers connected only through internet connection, you…
In an unlikely event that you need to unmount an NFS share that no longer exist, what you need to do is: # umount -f -l /media/backup Cause things happen.…
I hit a roadblock when trying to copy a 50G file from an NFS mount to a local disk on an AIX 5.3 server. The error is as follows: 0653-447…
I previously encountered this issue on my 10.2 RAC nodes running on top of HP-UX. I faced it the 2nd time when performing postclone operation on a Oracle EBS 12.0.0.5…