upgrading ios-xr software asr 9k cwg specific

Upload: bansalpeeyush23

Post on 04-Nov-2015

222 views

Category:

Documents


0 download

DESCRIPTION

Upgrading dociment for IOS XR Software ASR, which is used in CWG Games

TRANSCRIPT

Turboboot IOS XR on ASR 9K

THE SPECIFICATIONS AND INFORMATION REGARDING THE PRODUCTS IN THIS MANUAL ARE SUBJECT TO CHANGE WITHOUT NOTICE. ALL STATEMENTS, INFORMATION, AND RECOMMENDATIONS IN THIS MANUAL ARE BELIEVED TO BE ACCURATE BUT ARE PRESENTED WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED. USERS MUST TAKE FULL RESPONSIBILITY FOR THEIR APPLICATION OF ANY PRODUCTS.

THE SOFTWARE LICENSE AND LIMITED WARRANTY FOR THE ACCOMPANYING PRODUCT ARE SET FORTH IN THE INFORMATION PACKET THAT SHIPPED WITH THE PRODUCT AND ARE INCORPORATED HEREIN BY THIS REFERENCE. IF YOU ARE UNABLE TO LOCATE THE SOFTWARE LICENSE OR LIMITED WARRANTY, CONTACT YOUR CISCO REPRESENTATIVE FOR A COPY.

The following information is for FCC compliance of Class A devices: This equipment has been tested and found to comply with the limits for a Class A digital device, pursuant to part 15 of the FCC rules. These limits are designed to provide reasonable protection against harmful interference when the equipment is operated in a commercial environment. This equipment generates, uses, and can radiate radio-frequency energy and, if not installed and used in accordance with the instruction manual, may cause harmful interference to radio communications. Operation of this equipment in a residential area is likely to cause harmful interference, in which case users will be required to correct the interference at their own expense.

The following information is for FCC compliance of Class B devices: The equipment described in this manual generates and may radiate radio-frequency energy. If it is not installed in accordance with Ciscos installation instructions, it may cause interference with radio and television reception. This equipment has been tested and found to comply with the limits for a Class B digital device in accordance with the specifications in part 15 of the FCC rules. These specifications are designed to provide reasonable protection against such interference in a residential installation. However, there is no guarantee that interference will not occur in a particular installation.

You can determine whether your equipment is causing interference by turning it off. If the interference stops, it was probably caused by the Cisco equipment or one of its peripheral devices. If the equipment causes interference to radio or television reception, try to correct the interference by using one or more of the following measures:

Turn the television or radio antenna until the interference stops.

Move the equipment to one side or the other of the television or radio.

Move the equipment farther away from the television or radio.

Plug the equipment into an outlet that is on a different circuit from the television or radio. (That is, make certain the equipment and the television or radio are on circuits controlled by different circuit breakers or fuses.)

Modifications to this product not authorized by Cisco Systems, Inc. could void the FCC approval and negate your authority to operate the product.

The following third-party software may be included with your product and will be subject to the software license agreement:

CiscoWorks software and documentation are based in part on HP OpenView under license from the Hewlett-Packard Company. HP OpenView is a trademark of the Hewlett-Packard Company. Copyright ( 1992, 1993 Hewlett-Packard Company.

The Cisco implementation of TCP header compression is an adaptation of a program developed by the University of California, Berkeley (UCB) as part of UCBs public domain version of the UNIX operating system. All rights reserved. Copyright ( 1981, Regents of the University of California.

Network Time Protocol (NTP). Copyright ( 1992, David L. Mills. The University of Delaware makes no representations about the suitability of this software for any purpose.

Point-to-Point Protocol. Copyright ( 1989, Carnegie-MellonUniversity. All rights reserved. The name of the University may not be used to endorse or promote products derived from this software without specific prior written permission.

The Cisco implementation of TN3270 is an adaptation of the TN3270, curses, and termcap programs developed by the University of California, Berkeley (UCB) as part of the UCBs public domain version of the UNIX operating system. All rights reserved. Copyright ( 1981-1988, Regents of the University of California.

SHAPE \* MERGEFORMAT

Advanced Services

Contents

3Contents

Figures4Tables5Document Information6Review and Distribution6Modification History6Document Acceptance Certificate7Turboboot IOS XR on ASR9K8

Figures

No table of figures entries found.Tables

No table of figures entries found.Document Information

Author:

[email protected] Authority:

Advanced ServicesChange Forecast:

LowTemplate Version:

4.1Review and Distribution

OrganisationNameTitle

Modification History

RevDateOriginatorStatusComment

1.016-Jun-2010Rahul JainRelease

Document Acceptance CertificateTitle:

Upgrading IOS XR on ASR 9KVersion: V1.0 DOCPROPERTY "Document number" \* MERGEFORMAT

DOCPROPERTY "AS number" \* MERGEFORMAT NameName

TitleTitle

CompanyCompany

SignatureSignature

DateDate

NameName

TitleTitle

CompanyCompany

SignatureSignature

DateDate

NameName

TitleTitle

CompanyCompany

SignatureSignature

DateDate

Turboboot IOS XR on ASR9K1. Download the IOS-XR software 3.9.1 for ASR 9K series router from CCOand extract the .tar file to your laptop. It will create a folder by the name as the image itself ASR9000-iosxr-3.9.1.

2. Install a tftp server on your laptop and direct to ASR9000-iosxr-3.9.1 to be its root folder.3. Configure ip address 10.0.0.2 with subnet mask 255.255.255.252 on the LAN interface of your laptop. 4. Connect the mgmt0 interface of the router with the LAN interface of your laptop.5. On the console of the active RP, check for file system consistency and change the config register to boot-mode.RP/0/RSP0/CPU0:ios#cfs checkCreating any missing directories in Configuration File system...OK

Initializing Configuration Version Manager...OK

Syncing commit database with running configuration...OK

RP/0/RSP0/CPU0:ios#adminRP/0/RSP0/CPU0:ios(admin)#

RP/0/RSP0/CPU0:ios(admin)#config-register boot-mode rom-monitor location all Successfully set config-register to 0x2140 on node 0/RSP0/CPU0

Successfully set config-register to 0x2140 on node 0/RSP1/CPU0

RP/0/RSP0/CPU0:ios(admin)#

6. Reload the router to bring it rommon mode.RP/0/RSP0/CPU0:ios(admin)#reload location all

7. On first RP set the rommon parameters as specified belowrommonB1>unset MIRROR_ENABLErommonB2>unset BOOTrommonB3>IP_ADDRESS=10.0.0.1rommonB4>IP_SUBNET_MASK=255.255.255.252rommonB5>DEFAULT_GATEWAY=10.0.0.2rommonB6>TURBOBOOT=on,disk0,formatrommonB7>sync

8. Check for rommon configured parameters and boot the first RP using boot tftp command. rommonB12>setPS1=rommon !>

IOX_ADMIN_CONFIG_FILE=

BSI=0

ReloadReason=1

IP_ADDRESS=10.0.0.1

DEFAULT_GATEWAY=10.0.0.2

IP_SUBNET_MASK=255.255.255.252

TURBOBOOT=on,disk0,format

?=0

rommonB13>boot tftp://10.0.0.2/comp-asr9k-mini.vm-3.9.1!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

9. After booting the first RP, configure the username/password as admin/adminand login the RP using the same.Enter root-system username: admin Enter secret: admin Enter secret again:adminUsername: adminPassword: admin

10. Configure the management interface with ip address 10.0.0.1/30.RP/0/RSP0/CPU0:ios(config)#telnet vrf default ipv4 server max-servers 100RP/0/RSP0/CPU0:ios(config)#vty-pool default 0 99 line-template defaultRP/0/RSP0/CPU0:ios(config)#no interface MgmtEth0/RSP0/CPU0/0 shutRP/0/RSP0/CPU0:ios(config)#interface MgmtEth0/RSP0/CPU0/0 ipv4 add 10.0.0.1/30RP/0/RSP0/CPU0:ios(config)#line default exec-timeout 0 0RP/0/RSP0/CPU0:ios(config)#commit

11. On second RP change the config register to 0x2102 and reset it.rommonB1>confreg 0x2102

You must reset or power cycle for new config to take effect

rommonB2>syncrommonB3>reset

12. Go to admin mode and add the required pies.

RP/0/0/CPU0:ios#adminTue Jun 15 03:59:14.661 UTC

RP/0/RSP0/CPU0:ios(admin)# install add tftp://10.0.0.2/asr9k-adv-video-p.pie-3.9.1 tftp://10.0.0.2/asr9k-doc.pie-3.9.1 tftp://10.0.0.2/asr9k-k9sec-p.pie-3.9.1 tftp://10.0.0.2/asr9k-mcast-p.pie-3.9.1 tftp://10.0.0.2/asr9k-mgbl-p.pie-3.9.1 tftp://10.0.0.2/asr9k-mpls-p.pie-3.9.1 sync

13. Activate the required pies.RP/0/0/CPU0:ios(admin)# install activate disk0:asr9k-adv-video-3.9.1 disk0:asr9k-doc-3.9.1 disk0:asr9k-k9sec-3.9.1 disk0:asr9k-mcast-3.9.1 disk0:asr9k-mgbl-3.9.1 disk0:asr9k-mpls-3.9.1 sync

14. Commit the install operations.RP/0/RSP0/CPU0:ios(admin)#install commitTue Jun 15 06:54:07.961 UTCRP/0/RSP0/CPU0:Jun 15 06:54:08.224 : instdir[227]: %INSTALL-INSTMGR-6-INSTALL_OPERATION_STARTED : Install operation 3 '(admin) install commit' started by user 'admin'

Install operation 3 '(admin) install commit' started by user 'admin' via CLI at 06:54:08 UTC Tue Jun 15 2010.

- 100% complete: The operation can no longer be aborted (ctrl-c for options)RP/0/RSP0/CPU0:Jun 15 06:54:10.600 : instdir[227]: %INSTALL-INSTMGR-4-ACTIVE_SOFTWARE_COMMITTED_INFO : The currently active software is now the same as the committed software.

RP/0/RSP0/CPU0:Jun 15 06:54:10.601 : instdir[227]: %INSTALL-INSTMGR-6-INSTALL_OPERATION_COMPLETED_SUCCESSFULLY : Install operation 3 completed successfully

Install operation 3 completed successfully at 06:54:10 UTC Tue Jun 15 2010.

15. Configure cwg2010 and hcl as admin usersAdmin

conf t

username cwg2010 group root-system

username cwg2010 secret 5 $1$d8jD$Iavr1qUTkBxOFZrdPrWk90

username hcl group root-system

username hcl secret hcl123

no username admin

commit

exi

exi

conf t

logging buffered 10000

commit

exi

16. Upgrade the firmware version for the whole router from first RP.RP/0/RSP0/CPU0:ios(admin)#upgrade hw-module fpd all location allTue Jun 15 06:54:34.304 UTC

17. Reload the routerRP/0/0/CPU0:ios(admin)#reload location allTue Jun 15 04:12:23.691 UTC

18. Verify all the modules have initialized and are in the IOS XR RUN state. RP/0/RSP0/CPU0:ios# sh platformTue Jun 15 06:41:29.684 UTC

Node Type State Config State

-----------------------------------------------------------------------------

0/RSP0/CPU0A9K-RSP-4G(Active) IOS XR RUN PWR,NSHUT,MON

0/RSP1/CPU0A9K-RSP-4G(Standby) IOS XR RUN PWR,NSHUT,MON

0/FT0/SP FAN TRAY READY

0/FT1/SP FAN TRAY READY

0/0/CPU0A9K-4T-B IOS XR RUN PWR,NSHUT,MON

0/1/CPU0A9K-2T20GE-B IOS XR RUN PWR,NSHUT,MON

0/2/CPU0A9K-2T20GE-B IOS XR RUN PWR,NSHUT,MON

0/3/CPU0A9K-4T-B IOS XR RUN PWR,NSHUT,MON

0/PM0/SPA9K-2KW-DC READY PWR,NSHUT,MON

0/PM1/SPA9K-2KW-DC READY PWR,NSHUT,MON

0/PM2/SPA9K-2KW-DC READY PWR,NSHUT,MON

0/PM3/SPA9K-2KW-DC READY PWR,NSHUT,MON

0/PM4/SPA9K-2KW-DC READY PWR,NSHUT,MON

0/PM5/SPA9K-2KW-DC READY PWR,NSHUT,MON

RP/0/RSP0/CPU0:ios#

#Show hw-mod fpd location allCisco incorporates Fastmac and TrueView software and the RingRunner chip in some Token Ring products. Fastmac software is licensed to Cisco by Madge Networks Limited, and the RingRunner chip is licensed to Cisco by MadgeNV. Fastmac, RingRunner, and TrueView are trademarks and in some jurisdictions registered trademarks of Madge Networks Limited. Copyright ( 1995, Madge Networks Limited. All rights reserved.

Xremote is a trademark of Network Computing Devices, Inc. Copyright ( 1989, Network Computing Devices, Inc., Mountain View, California. NCD makes no representations about the suitability of this software for any purpose.

The X Window System is a trademark of the X Consortium, Cambridge, Massachusetts. All rights reserved.

NOTWITHSTANDING ANY OTHER WARRANTY HEREIN, ALL DOCUMENT FILES AND SOFTWARE OF THESE SUPPLIERS ARE PROVIDED AS IS WITH ALL FAULTS. CISCO AND THE ABOVE-NAMED SUPPLIERS DISCLAIM ALL WARRANTIES, EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, THOSE OF MERCHANTABILITY, FITNESS FOR A PRACTICAL PURPOSE AND NONINFRINGEMENT OR ARISING FROM A COURSE OF DEALING, USAGE, OR TRADE PRACTICE.

IN NO EVENT SHALL CISCO OR ITS SUPPLIERS BE LIABLE FOR ANY INDIRECT, SPECIAL, CONSEQUENTIAL, OR INCIDENTAL DAMAGES, INCLUDING, WITHOUT LIMITATION, LOST PROFITS OR LOSS OR DAMAGE TO DATA ARISING OUT OF THE USE OR INABILITY TO USE THIS MANUAL, EVEN IF CISCO OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

AccessPath, AtmDirector, Browse with Me, CCDE, CCIP, CCSI, CD-PAC, CiscoLink, the Cisco NetWorks logo, the Cisco Powered Network logo, Cisco Systems Networking Academy, Fast Step, Follow Me Browsing, FormShare, FrameShare, GigaStack, IGX, Internet Quotient, IP/VC, iQ Breakthrough, iQ Expertise, iQFastTrack, the iQ logo, iQ Net Readiness Scorecard, MGX, the Networkers logo, Packet, RateMUX, ScriptBuilder, ScriptShare, SlideCast, SMARTnet, TransPath, Unity, Voice LAN, Wavelength Router, and WebViewer are trademarks of Cisco Systems, Inc.; Changing the Way We Work, Live, Play, and Learn, Discover All Thats Possible, and Empowering the Internet Generation, are service marks of Cisco Systems, Inc.; and Aironet, ASIST, BPX, Catalyst, CCDA, CCDP, CCIE, CCNA, CCNP, Cisco, the Cisco Certified Internetwork Expert Logo, Cisco IOS, the Cisco IOS logo, Cisco Systems, Cisco Systems Capital, the Cisco Systems logo, Enterprise/Solver, EtherChannel, EtherSwitch, FastHub, FastSwitch, IOS, IP/TV, LightStream, MICA, Network Registrar, PIX, Post-Routing, Pre-Routing, Registrar, StrataView Plus, Stratm, SwitchProbe, TeleRouter, and VCO are registered trademarks of Cisco Systems, Inc. and/or its affiliates in the U.S. and certain other countries.

All other trademarks mentioned in this document or Web site are the property of their respective owners. The use of the word partner does not imply a partnership relationship between Cisco and any other company. (0105R)

INTELLECTUAL PROPERTY RIGHTS:

THIS DOCUMENT CONTAINS VALUABLE TRADE SECRETS AND CONFIDENTIAL INFORMATION OF CISCO SYSTEMS, INC. AND ITS SUPPLIERS, AND SHALL NOT BE DISCLOSED TO ANY PERSON, ORGANIZATION, OR ENTITY UNLESS SUCH DISCLOSURE IS SUBJECT TO THE PROVISIONS OF A WRITTEN NON-DISCLOSURE AND PROPRIETARY RIGHTS AGREEMENT OR INTELLECTUAL PROPERTY LICENSE AGREEMENT APPROVED BY CISCO SYSTEMS, INC. THE DISTRIBUTION OF THIS DOCUMENT DOES NOT GRANT ANY LICENSE IN OR RIGHTS, IN WHOLE OR IN PART, TO THE CONTENT, THE PRODUCT(S), TECHNOLOGY OF INTELLECTUAL PROPERTY DESCRIBED HEREIN.

Document TitleVx.xCopyright (2006, Cisco Systems, Inc.

All rights reserved.

COMMERCIAL IN CONFIDENCE.

CWG field DocumentsTurboboot IOS XR on ASR 9KV1.0 DOCPROPERTY "AS number" \* MERGEFORMAT (Release)

Corporate Headquarters

Cisco Systems, Inc.

170 West Tasman Drive

San Jose, CA 95134-1706

USA

http://www.cisco.comTel:408 526-4000

800 553-NETS (6387)

Fax:408 526-4100

CISCO CONFIDENTIAL