If your new to or just need to learn more about AWS.. this is a great slide presentation I stumbled across Amazon Ec2 Application Design View more presentations from guestd0b61e.
ITM6 : Take Action : Remount Stale remote filesystems
Situation An ITM6 Unix (UX) or Linux (LZ) agent detects that its remote filesystems are unavailable, a “stale” connection. Automate an action to remount it if possible Methodology Two (2) ITM situations are created where detects the mount point has become stale the other is triggered by the “correlated situation” condition of #1 being [...]
Hosting : Why does every visit to my website have the same IP address?
Reference: http://help.mosso.com/article.php?id=180 Your script is calling for the “REMOTE_ADDR” and receives the IP of a server in front of one of our back-end servers. The web facing server is then passing the scripts output without giving the expected REMOTE_ADDR of the visitor. In order for your scripts to recognize that they are on a cluster [...]
Extract TAR files over SSH
Instead of copying a large tar file over ssh then extracting, take care of the whole process with one command: PUSH METHOD: cat tarfile | ssh –C user@remotehost “(cd targetdirectory && tar –xf -)” This will stream the tarfile over a compressed ssl tunnel and the other side will only extract if the target directory [...]
