Tuesday, May 18, 2010
Thursday, April 22, 2010
Reverse DNS for a non Class C range
Opening firewall ports in VMWare ESX
McAfee Antivirus fallout from yesterday
Sunday, March 28, 2010
Migrate DHCP service from Windows 2003 to Windows 2008
Just a quick note that this also works going to 2008 R2 as well. I did this recently and it worked flawlessly.
Cisco 2800 series router password recovery
If you get a router off of EBay or your favorite local reseller lets you borrow one until you are able to purchase a new one as part of a VOIP project, then you will have to blow away the current config in order to get it in a state that you can actually use. The above article will walk you through how to do this. One thing you will want to pay particularly close attention to is that once you have set up your config, do not forget to set the config register back so that the router will reboot into the config you have set up:
config-register 0x2102
Once that is done, then you can reboot the router normally and it will boot your new config.
VMWare ESX and changing IP address of iSCSI SAN
I was able to get the box to boot into single user mode and then was able to get into it. Once there, I attempted to remove the iSCSI connections to the old host but was unable to do so with the following command:
#esxcfg-swiscsi –d
#esxcfg-swiscsi –k
Both did not work. I then found in the following directory:
/etc/vmware/vmkiscsid/vmkiscsid.db
This file contains a list of all of the iSCSI connections that the box is using. I simply renamed this file to vmkiscsid.db.bak and then was able to start my iSCSI config from scratch. Obviously the LUN's were okay as they were on the SAN and all I had to do was point my iSCSI connection back to the LUN's on the new IP range.
Once this was done, everything was back to normal and I was able to get the connections back to the SAN.
In hindsight, I should have disabled the iSCSI connections BEFORE I rebooted the ESX hosts so I ended up making it more difficult than it should have been.
VMWare and the CLI
You must create this account by logging in via the VSphere client to the ESX hosts directly and not through VCenter first.
If you are on windows, I would recommend PuTTY for a SSH client and if you are on a Mac, well, just use your terminal application.
VMWare ESX hosts show their network cable unplugged
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1004883
It turns out that you need to add more ports to your virtual switch which is by default set at 24. No big deal, right? I then ran across this little tidbit:
"Reboot the ESX host for changes to take effect."
Do what?! I really love ESX but that is terrible. I had to reboot the entire ESX host in order for this to take affect. I really hope VMWare fixes this to give you a bit more flexibility in your environment when it comes to adding network ports to your VSwitch in the future.
Configuring SNMP on a Juniper SSG firewall
set snmp community "readonlystring" Read-Only Trap-off version v2
set snmp host "readonlystring" 192.168.1.1 255.255.255.255 src-interface ethernet0/0
set snmp location "Company - HQ"
set snmp name "ssg5-v92.domain.us"
set snmp port listen 161
set snmp port trap 162
Cisco ASA site to site tunnel error message
Received non-routine Notify message: No proposal chosen (14)
Obviously there is something wrong with the IPSEC proposal, but what? Would it be too difficult to say exactly what did not match?
It turned out that this message indicated a problem with perfect-forward secrecy being enabled on one side of the tunnel but not the other. This took some googling and scratching my head in order to figure something out that should have been quite simple. I did not have access to the other device to double check settings so I had to guess as to the problem. Not exactly what I would call the "self-healing" network.
Thursday, March 11, 2010
VMWare ESX clustering
Thursday, February 18, 2010
Cisco ASA and AD integration to block specific users from VPN access
Advanced Disk Based Option of Symantec BackupExec - a waste
Monday, February 8, 2010
Move your BackupExec Database files location
Prometric testing - support is a joke
Friday, February 5, 2010
Dell EqualLogic SAN HeadQuarters 2.0
One of the knocks in my previous article about our new PS6500 SAN's centered around performance monitoring. Lucky for me a user commented on my post about SAN Headquarters 2.0 which is something I had not heard of before. I quickly downloaded it and took it for a spin - this was EXACTLY what I was looking for but could not find via the web interface to the SAN itself. Great performance data and easy access to all of your SAN's across your enterprise.
I will be messing with this tool over the next few days but you can safely strike that complaint from my list. I just wish my sales rep would have told me about this tool to begin with!
Dell Equallogic PS6500 SAN's - impressions
I am going to start with my complaints with the product because overall I am very happy with our purchase. However, with any product there is always room for improvement.
My biggest gripe is the performance monitoring aspect of the SAN itself. This is obviously a big deal to data administrators and probably more so in the iSCSI world where bandwidth is everything. The performance monitoring is basically watered down to the point of being too simplistic. I would like to see more raw data and less Java induced graphs. I realize that the target market for these SAN's are businesses who do not have SAN experience on staff but there should be some better tools to go deeper into looking at performance.
I have spoken about the firmware update process in the past, but I still feel this needs attention. I am not sure why the SAN itself cannot go out and grab the new firmware - then alert the administrator that new firmware is available if you want to update. It feels cumbersome to go through the manual steps of getting the firmware updated for the box.
The Auto Snapshot Manager software which is part of Dell's Host Integration Toolkit is a nice idea but the software feels a bit flaky to me. There are two editions that I have used - one is for Windows Applications and one is for VMWare. The Windows edition will make "application aware" snapshots of SQL Server/Exchange databases so you could actually restore from that snapshot without the worry of data corruption. The software works as expected but after a reboot sometimes the manager will not know how to find the vss-control volume (the volume that the software uses to induce the volume shadow copy aware snapshot) so you have to go back into the iSCSI initiator and and connect to the volume before it will work. The VMWare piece is for some reason a web-based piece of software that looks like an afterthought in appearance but does actually work. I don't like the ability to not be able to send email alerts for failed snapshots with the VMWare package but I hope that is something that will be fixed soon.
I have not tried the replication piece yet as I am waiting for the 100 megabit point to point Cogent circuit to be installed to my second data center but I am anxious to see how it works in the real world.
Overall, I am very happy with the SAN's and still recommend them but there is some room for some minor improvement along the way.
VMware KB: USB devices not supported in ESX host virtual machines
I am going through a virtual server migration at one of my data centers. The idea of moving away from older, non-standard hardware and going to a virtual platform is exciting for any IT nerd but there are some pitfalls along the way that you must keep into account. One of these pitfalls is around USB devices that your servers may use today. One of the applications that we use has an old USB Key that is used for license verification. Unfortunately, ESX/ESXi does not support adding USB devices to individual virtual machines. Apparently this support is in the works but you have to buy a USB over IP device in order to make it work properly. Who knew?
It goes to show that when you plan on doing a large scale conversion, you need to think about everything that the server does and to make sure it is supported on a virtual platform before you dig in. Support is probably a bad word since there are still many vendors out there that will not officially support their software on a virtual machine (Hello Landmark!). Of course their software will run just fine on a VM but when you call them, do not under any circumstances tell them it is running under a VM or they will stop talking to you immediately.
