Comments
-
+1 for Windows Volume Mount Points
-
"{0:N0}" -f will round to the nearest whole number. You can do something like: $b = "{0:N0}" -f (Get-ClusterSharedVolume "Cluster Disk 1" | select -Expand SharedVolumeInfo | select -Expand Partition | Select PercentFree).PercentFree $d = "{0:N0}" -f (Get-ClusterSharedVolume "Cluster Disk 2" | select -Expand…
-
Yes. You want to stop any Solarwinds services (and SQL if installed on the same server) before starting the P2V so that no transactions are not occuring during the migration. I agree you should be thinking about migrating to 2008 R2 instead, but support for 2003 doesn't end until 2015
-
I just upgraded to 10.3.1 and this did not happen to me.
-
That would be very useful.
-
Not sure it's relevant to what you are doing, but the free RAMMap tool from sysinternals is useful for seeing where memory is being allocated. Have you ever wondered exactly how Windows is assigning physical memory, how much file data is cached in RAM, or how much RAM is used by the kernel and device drivers? RAMMap makes…
-
Most cell phone providers have their own messaging gateways. You just need to send an e-mail alert to the messaging gateway. For example, if I wanted to send an SMS alert to a sprint phone, I would configure an e-mail alert and put <number>@messaging.sprintpcs.com in the To field. Here is a big list of global messaging…
-
Orion does not automatically update a disk if something about it changes such as the volume label. You have to go manually add the new disk through list resources. Unfortunately when you add the new disk it will leave the old one in place. You have to go manually delete the old disk through manage nodes or else it will…
-
The application templates are a great start, but I often find there is too much information in them. I find myself eliminating many counters from the templates and making them lean with critical information. In reality, nobody in my organizaion cares if page file usage is high and they especially don't want to get an…
-
Excellent. That worked! Thanks for the help.