Link to home
Start Free TrialLog in
Avatar of ciosolutions
ciosolutions

asked on

How to change a Cisco 6509 from catOS to IOS

I have a client who has a new Catalyst 6509 that came shipped with CatOS on it.  He needs it upgraded to IOS so that it looks like his existing 6509 that's already in production.

I don't know much about CatOS and could use some direction here.
Avatar of Don Johnston
Don Johnston
Flag of United States of America image

There's about 10 steps to migrate from hybrid to native mode. Here's the Cisco procedure:

http://www.cisco.com/en/US/products/hw/switches/ps708/products_tech_note09186a008070f124.shtml

Avatar of ciosolutions
ciosolutions

ASKER

ASKER CERTIFIED SOLUTION
Avatar of Don Johnston
Don Johnston
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks.  How would I do this entirely from TFTP?

For example... I want to download the IOS software from the production 6509 via TFTP, then upload it to the new 6509 (to replace the CatOS) via TFTP.

What would be the steps to do that?
Well, from the existing 6500, you would do a "copy <device>:<filename> tftp"

Then copy the IOS from the TFTP server to the flash on the new 6500, "copy tftp <device>:<filename>.

Okay, almost there.  How do I know which device the system is booting from?  Should I assume slot0 or is there a way to check?

And are your 6 steps above all I need to do this?
The switch will boot from whatever device you tell it to boot from with the boot command. Either bootflash, slot0 or slot1. (depending on your sup, it may be disk instead of slot)
Right, so how do I determine where it's booting from?  Is it "show boot" or something else?
You mean the existing switch? "show version" and look for something like:

System image file is "slot0:c6sup12-dsv-mz.121-13.E3"

In this case, it's booting from the file "c6sup12-dsv-mz.121-13.E3" located in slot0.
Thanks !
This has helped me out to understand how to convert the OS. But, what happens to the config file programmed in CatOS and you are in the process of converting the 6509 to IOS? What are the steps I should follow to convert the config file to IOS?