Free tool – PVE pcap statistics collector
Keywords : Wireshark Out Of Memory tcpdump statistics pcap The story I’m about to tell may sound familiar to most of you. You’ve been asked to gather some bandwidth utilization statistics on one of your servers. You’ve installed Wireshark on the server to capture all traffic, or you’ve used linux’ tcpdump to capture all traffic. […]
Free Tool – Exchange 2007 Outbound SMTP gateway redundancy
(a.k.a. PVE Exch2007 Rerouter manual) Keywords : Exchange 2007 outbound SMTP relay redundancy SendConnector outgoing mail high availability Microsoft Exchange 2007 allows you to consolidate your messaging infrastructure and host more users on one server. Combined with the introduction of new server roles, Exchange 2007 allows for high levels of redundancy and resilience, ensuring uptime […]
Using custom/non-Performance Counter data to build graphs in Operations Manager 2007
It is pretty easy to use data collected by Performance monitors in Counter objects within OpsMgr 2007. You can create graphs, create rules/monitors alerts, etc But you can do the same with any type of information that can be gathered by e.g. a vbs vbscript Suppose you want to monitor the number of files in […]
Monitoring disk space utilization growth/increase with Operations Manager 2007
By default, Microsoft Operations Manager includes some monitors / rules that have the ability to monitor the disk utilization of system and/or data disks of your servers (and clients). This is a really nice feature, however there may be reasons why this kind of monitoring would still leave you one step behind of your users. […]
Add ‘Command Prompt Here’ when you right-click in Explorer
Open your favourite registry editor (regedit will do just fine) Go to “HKEY_CLASSES_ROOT” Locate the “Folder” key Open the “shell” branch Create a new key called “Command Prompt Here” Open this key and create a new key called “command” Open “command” and double click the “default” entry (REG_SZ) Type the following : cmd.exe /k pushd […]
Creating empty VMWare .vmdk files
Having empty vmdk files allows you to – create virtual machines even with vmware player – create additional disks and add them to existing vmware installations The easiest way to create custom vmdk ‘disks’ is by using a free online tool called “EasyVMX” (http://www.easyvmx.com) Use EasyVMX version 2 to create a virtual machine : http://www.easyvmx.com/new-easyvmx.shtml […]
IP Autotuning in Vista
At any given time, the amount that TCP can send is governed by three factors: the congestion window, the receive window and the number of bytes available to send. Without using TCP window scaling (which is disabled by default in previous versions of Windows), the maximum receive window a receiver can advertise is 64K bytes. […]
System/Disk Backup in Vista using command line script
Microsoft has implemented a really neat feature in Vista Business, Enterprise and Ultimate, allowing you to perform a full disk or even system backup, while the system is running. This new backup tool used Block Level backup and uses Volume Shadow Copy to backup open files (however, it is advised to close your applications while […]