Posts tagged UPGRADE

Home Desktop Upgrade 2011

2

It was that time again for yet another upgrade to the old home desktop.

I thought I had posted about my last upgrade but I can’t seem to find the post right now. In any case this time it was the impending release of Battlefield 3 that ultimately drove me to replace my aging Nvidia 8800GTS 320MB with a MSI R6950 Twin Frozr II OC Radeon HD 6950 2GB. I’ve been lumbering along with the 8800GTS for the past 4 years so it was time for an upgrade.

While doing my research between the NVIDIA and AMD options I came across a lot of cooling issues between both the AMD Radeon HD 6000 Series and the NVIDIA GeForce 560, 570 and 580 series. In the end I decided to give AMD a try since the last few cards I’ve purchased where NVIDIA and I decided to go with the pricier MSI R6590 Twin Frozr II since it had some great reviews and in user feedback it was reported to be one of the cooler running cards on the market.

I also took the opportunity (while the case was open) to replace my dying power supply. I chose a Rosewill Xtreme Series RX750-S-B 750W power supply. I’ve gone through two Antec power supplies in the past three years and last year I used a Rosewill 650W in my wife’s computer and it’s still going strong, despite running almost 24×7.

What am I running these days?

  • Intel Core 2 Quad Q9550 @2.83Ghz
  • 8GB G.Skill PC2-6400 DDR2 memory (4 sticks)
  • Gigabyte EP45-UD3P motherboard
  • 150GB Western Digital Raptor SATA II hard disk
  • 1TB Western Digital SATA II hard disk
  • Antec P180 case
  • Rosewill RX750 power supply
  • Logitech G15 keyboard
  • Logitech G5 mouse
  • Logitech C910 webcam
  • ASUS 27″ LCD display

I won’t waste to much ink here but let me just say that the map(s) in Battlefield 3 beta are just spectacular with this card. I definitely need to go back and play a few rounds of Battlefield Bad Company 2 with this video card just to see what the maps really look like now that I have the hardware to play it on high settings. It amazing how much eye candy is lost when you need to dial down the settings so you can play a newer game on older hardware.

While on the topic of gaming let me give a shout out to Tactical Gamer.

If you’re a mature gamer looking for some good times and teamwork orientated tactics give Tactical Gamer a look.

I know your all embarrassed to admit it but you can’t be all work and no play.

Anyone else a gamer? If so what games do you enjoy?

Cheers!

Cisco Nexus 1000V Upgrade to 4.2(1)SV1(4)

0

I just recently completed an upgrade of our Cisco Nexus 1000V from 4.0(4)SV1(3) to 4.2(1)SV1(4). Prior to proceeding with the Cisco Nexus 1000V upgrade we had to first upgrade vCenter to 4.1, Update Manager to 4.1 Update 1 and lastly the VMware ESX hosts themselves to 4.1. With all that complete we set out to upgrade the Cisco Nexus 1000V but quickly ran into a few problems.

Pre-Upgrade Script

The Pre-Upgrade Script, a TCL script which checks your Cisco Nexus 1000V configuration for any potential issues, immediately flag our Port Channel configurations in Check 2.

###############################################################################
## COMPANY NAME: Cisco Systems Inc                                           ##
## Copyright © 2011 Cisco Systems, Inc. All rights Reserved.                 ##
##                                                                           ##
## SCRIPT NAME: pre-upgrade-check-4.2(1)SV1(4).tcl                           ##
## VERSION: 1.0                                                              ##
## DESCRIPTION: This script is applicable to all releases prior to           ##
##              4.2(1)SV1(4).                                                ##
##                                                                           ##

...
...
...

=========
 CHECK 2:
=========
Checking for Interface override configurations on Port-channnel Interface ...
###############################################################################
##                           FAIL                                            ##
##                                                                           ##
## List of Port-Channel Interface(s) with interface level configuration(s)   ##

1: port-channel1 has below overrides.
mtu 9000

2: port-channel2 has below overrides.
mtu 9000

3: port-channel3 has below overrides.
mtu 9000

4: port-channel4 has below overrides.
mtu 9000

...
...
...

While originally testing the Cisco Nexus 1000V prior to going into production some 463 days earlier we had played around with enabling Jumbo Frame support within the VM environment. We had set the MTU on the individual port-channel configurations to 9000. Now the pre-upgrade script was telling us that we needed to clean this up and remove any specific configuration from the port-channel and instead apply it to the port-profile configuration. I added the system mtu 9000 command to the port-profile but got a few surprises when I tried to remove the MTU command. The first surprise when I issued the “inter po1, no mtu 9000″ was loosing connectivity to the VM guests on that host. I had to manually restart the VEM on the ESX host with the “vem restart” command from an CLI prompt. The second surprise was that “mtu 9000″ in the configuration had been replaced by “mtu 1500″. That wasn’t going to work so I had to reach out to Cisco TAC who immediately recognized the issue and provided a workaround;

On the ESX host stop the VEM

vem stop

Then on the Cisco Nexus 1000V delete the port-channels and associated VEM (I’ll use the first server as an example assuming there are two VSMs installed)

config
no inter po1
no inter po2
no vem 3

On the ESX host start the VEM

vem start

And sure enough it worked just as promised… recreating the port-channels without the MTU commands. Obviously we had to put each ESX host into maintenance mode before we could just stop and start the VEM.

With that taken care of we started upgrading the VEMs using Update Manager. Unfortunately Update Manager only made it through about 6 ESX hosts before it got stuck. We had to manually install the update VIB on the remaining 12 ESX hosts ourselves. We utilized FileZilla to copy the VIB up to each server and the utilized PuTTY to SSH into each server and manually update the VEM;

[root@esx-srv1-dc1-pa ~]# esxupdate -b ./cross_cisco-vem-v130-4.2.1.1.4.0.0-2.0.1.vib update
Unpacking cross_cisco-vem-v130-esx_4.2.1.1.. ############################################################# [100%]

Installing cisco-vem-v130-esx                ############################################################# [100%]

Running [rpm -e cisco-vem-v120-esx]...
ok.
Running [/usr/sbin/vmkmod-install.sh]...
ok.

With all the ESX hosts upgrade we had to physically reboot the vCenter server to get the currently running VUM task to fail so we could complete the upgrade from the Cisco Nexus 1000V.

Next we launched the upgrade application and before long we had the standby VSM upgraded to 4.2(1)SV1(4). Here’s where we ran into another small scare. After the upgrade of the standby VSM the upgraded VEMs are supposed to re-register to the newly upgraded VSM. We waited about 5 minutes an none of the VEMs had discnonected from the primary VSM running 4.0(4)SV1(3) to the standby VSM that was now running 4.2(1)SV1(4). It was only approximately 15-20 minutes later (while searching Google for some hint) that the VEMs just up and started to connect to the newly upgraded standby VSM.

Cheers!

Upgrading an MRV LX Terminal Server

0

I recently had a few issues with one of our MRV LX-4016T terminal servers and decided to upgrade the software. Unfortunately we don’t have a maintenance contract with MRV so I had to upload the (newer) software from a newly purchased LX-4008T to our TFTP server. I was then able to use that software to upgrade the LX-4016T which appears to have resolved the stability issues when connected to a pair of Citrix NetScalers.

The default username is InReach (case sensitive) with a password of access. The default enable password is system.

InReach:0 >enable
Password: ********

InReach:0 >>update ppciboot 10.1.24.50
Attempting tftp download of file 'ppciboot.img' from address '10.1.24.50'

..............
Tftp download complete, verifying file integrity
File ok, copying image to flash
..............
Finished successfully

After upgrading the boot code I upgraded the software image;

InReach:0 >>update software 10.1.24.50
Attempting tftp download of file 'linuxito.img' from address '10.1.24.50'

................................................................
................................................................
................................................................
.............................
Tftp download complete, verifying file integrity
....File ok, copying image to flash
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
................................................................
....
Finished successfully

With the software upgrade complete we now need to reload the terminal server so the new software and load.

InReach:0 >>reload
Do you really want to proceed? y/n y
Restarting System!...
Please wait for system to restart...

That’s really all there was to it… pretty easy once you upload the software to a TFTP server.

Cheers!

Go to Top