Link to home
Start Free TrialLog in
Avatar of leblanc
leblanc

asked on

install a 2nd supervisor on Cisco 6509

I would like to know the process in installing a 2nd supervisor card to the 6509. From my understanding, I should use SSO. But I am not sure what the steps are to get the 2nd card up and running. Do I just plug it in and it will just synchronize and magically work with he 1st card? Also, will a 5 hours maintenance window be sufficient? Thanks
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
Avatar of leblanc
leblanc

ASKER

From my understanding, the second card has to have the same IOS as the first one. Correct?
Avatar of leblanc

ASKER

I believe my 2nd card does not have the same IOS. I am just wondering if it will work if I plug it in slot 1 and do the upgrade, then plug it in slot 6.
SOLUTION
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
Avatar of leblanc

ASKER

I have  a 6509 and my 1st card is in slot 5. So it looks from your link that I can plug my 2nd card to slot 6 and do the IOS upgrade, then test the redundancy.
Avatar of leblanc

ASKER

Actually, from the tutorial, the 2 cards already have the same IOS. It looks like it is an IOS upgrade for both cards.
I am just wondering what will happen if I plug in my second card with different IOS in slot 6.
SOLUTION
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
Avatar of leblanc

ASKER

Great. I will try it once I get the 2nd card. Thanks
One way to avoid IOS mismatch would be the following,
 
1. Insert the new SUP into the slot 7 (assuming that ur existing sup is in slot 6)
2. Allow the sup to boot up as standby sup
3. From console/telnet/ssh session  copy the IOS from the existing sup to the standby   sup
 
copy disk0:\ <IOS name > slavedisk0:\
(replace the disk0 location to sup boot disk as per available space )
 
4. Once copy is completed issue the following command to see any boot statements
 
sh run | in boot
 
5. If you see any boot statements pointing to the disk0 as below hit "write"
 
   boot system disk0:/ <ios name>
 
6. When you write the config will be synced to the standby sup. This will make sure that the new standby sup will come with the copied IOS after reload.
 
7. issue the command " hw-module module 7 reset " which will reset the sup and it will now come up with the same IOS that you have in the existing sup.
 
8. Issue a write again and then issue "redundancy force switchover"  which will make the new sup the active one and the earlier one standby
 
9. remove the old supervisor which will make the new sup the only active sup in your system.