Jump to content

Catalys 2924 Updaten


Der letzte Beitrag zu diesem Thema ist mehr als 180 Tage alt. Bitte erstelle einen neuen Beitrag zu Deiner Anfrage!

Empfohlene Beiträge

Hallo Zusammen

 

Bin ein Newbi auf Cisco Routern und brauche etwas hilfe um einen 2429 zu Updaten.

Die ist Situation sieht so aus:

 


switch#show boot
BOOT path-list:      flash:c2900XL-h2-mz-112.8.2-SA6.bin
Config file:         flash:config.text
Enable Break:        no
Manual Boot:         no
HELPER path-list:
NVRAM/Config file
     buffer size:   32768
switch#dir flash:
Directory of flash:

 2  -rwx     1109398   Mar 01 1993 01:01:51  c2900XL-h2-mz-112.8.2-SA6.bin
 3  -rwx       98833   Jun 24 1999 03:26:57  c2900XL-diag-mz-112.8.2-SA6
 4  drwx         640   Feb 19 2006 15:56:44  html
175  -rwx         323   Jan 01 1970 01:00:12  env_vars
 6  -rwx     1811155   Feb 19 2006 15:56:40  c2900xl-c3h2s-mz.120-5.WC13.bin
177  -rwx         934   Mar 01 1993 01:09:15  config.text
 7  -rwx        8192   Feb 19 2006 15:56:40  e2rb.bin

3612672 bytes total (522752 bytes free)
switch#

 

Was ich nun möcht, wäre das ganze mit c2900xl-c3h2s-tar.120-5.WC14.tar zu updaten.

Die Config brauch ich nicht.

Mit der Anleitung von Cisco komm ich nicht weiter. Vermute mal das ich da zuerst wal was löschen sollte.

Wie macht man das? Hat da jemand einen Schimmer?

 

tx McSoft

Link zu diesem Kommentar

Hallo,

 

 

Du kannst das IOS über das GUI updaten oder via Telnet:

 

via GUI:

 

http://www.cisco.com/en/US/products/ps5931/index.html

 

über die Telnet Console ( Z.B Putty )

 

wechle in den "enable" modus !

 

dann löscht Du den Flashspeicher des Switches:

 

"erase flash"

 

via "copy tftp flash" kopierst Du das neues IOS in den Flash. ( must aber zuvor den TFTP Server auf einem localen PC starten ;-)..)

 

Das *.tar file enthält auch das neu http frontend für den Switch. Wenn Du also nur das IOS aufladen willst, dann entpacke es aus dem *.tar file. Über das Cisco eigene Tool ( siehe LINK) kannst Du das alles in einem wisch machen.

 

am Ende speicherst Du wieder deine aktulle laufende Config in den Flash:

 

"copy running-config startup-config"

 

dann lädst Du das IOS neu aus dem Flash:

 

"reload"

 

ready

 

_xymos.

Link zu diesem Kommentar

ja delete hab ich schon versucht. bekomme folgendes raus:

switch#delete flash:c2900xl-c3h2s-mz.120-5.WC13.bin                                                   
Delete filename [c2900xl-c3h2s-mz.120-5.WC13.bin]? y                                                    
Delete flash:y? [confirm]y                          
%Error deleting flash:y (No such file or directory)                                                   
switch#

Ist es möglich das man dazu in einen anderen Modus gehen muss?

 

format hab ich mich noch nicht getraut. Möcht das Teil nicht gleich verhunzen

Link zu diesem Kommentar

Hallo,

 

http://www.cisco.com/univercd/cc/td/doc/product/lan/c2900xl/2935wc14/ol256210.htm

 

hier ein auszug:

 

You do not need to perform this step if the show boot privileged EXEC command entered in Step 4 displays no image name; the switch automatically finds the correct file to use when it resets.

 

switch(config)# boot system flash:new_image

 

 

For example:

 

switch(config)# boot system flash:c2900XL-c3h2s-mz-120-5.3.WC.1.bin

 

 

Step 8 Return to privileged EXEC mode:

 

switch(config)# end

 

 

Step 9 Remove the HTML files:

 

switch# delete flash:html/*

 

 

Step 10 Press Enter to confirm the deletion of each file. Do not press any other keys during this process.

 

Step 11 If upgrading from Cisco IOS Release 11.2(8)SA5 or earlier, remove the files in the Snmp directory:

 

switch# delete flash:html/Snmp/*

 

Note Make sure the S in Snmp is uppercase.

 

Step 12 Press Enter to confirm the deletion of each file. Do not press any other keys during this process.

 

Step 13 Enter the following command to copy the new image and HTML files to the switch flash memory:

Caution In this step, the tar privileged EXEC command copies the combined tar file that contains the Cisco IOS image file and the HTML files. You do not need to copy an HTML tar file in this procedure.

 

switch# tar /x tftp://server_ip_address/path/filename.tar flash:

 

Loading /path/filename.tar from server_ip_address (via VLAN1): !

 

extracting info (111 bytes)

 

extracting c2900XL-c3h2s-mz.120-5.3.WC.1.bin (1750311

bytes)!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

 

html/ (directory)

 

extracting html/ClusterBuilder.html.gz (670 bytes)

 

extracting html/ClusterManager.html.gz (624 bytes)

 

extracting html/back.html.gz (211 bytes)!

 

. . .

 

Depending on the TFTP server being used, you might need to enter only one slash (/) after the server_ip_address in the tar privileged EXEC command. The tar privileged EXEC command extracts the Cisco IOS image and the HTML files from the combined tar file during the TFTP copy to the switch.

 

 

Step 14 Enter global configuration mode:

 

switch# configure terminal

 

Enter configuration commands, one per line. End with CNTL/Z.

 

 

Step 15 Re-enable access to the switch HTTP pages:

 

switch(config)# IP http server

 

 

Step 16 Return to privileged EXEC mode:

 

switch(config)# end

 

 

Step 17 Reload the new software with this command:

 

switch# reload

 

System configuration has been modified. Save? [yes/no]: y

 

Proceed with reload? [confirm]

 

 

Step 18 Press Return to confirm the reload.

 

Your Telnet session ends when the switch resets.

 

Step 19 After the switch reboots, use Telnet to return to the switch, and enter the privileged EXEC show version command to verify the upgrade procedure.

 

If you have a previously opened browser session to the upgraded switch, close the browser, and restart it to ensure that you are using the latest HTML files.

 

 

Hoffe Du kommst damit weiter..

 

-xymos.

Link zu diesem Kommentar

hmm... geht irgend wie nicht:

 

switch#config terminal                      
Enter configuration commands, one per line.  End with CNTL/Z.                                                             
switch(config)#boot system flash:c2900xl-c3h2s-mz.120-5.WC14.bin                                                         
switch(config)#end                  
switch#       
Apr  9 17:52:46: %SYS-5-CONFIG_I: Configured from console by console                                                                    
switch#delete flash:html/*                          
Delete filename [html/*]? y                           
Delete flash:y? [confirm]y                          
%Error deleting flash:y (No such file or directory)
switch#delete flash:html/*                          
Delete filename [html/*]?                         
Delete flash:html/Snmp? [confirm]                                 
%Error deleting flash:html/Snmp (Is a directory)                                                
Delete flash:html/homepage.htm? [confirm]                                         
Delete flash:html/not_supported.html? [confirm]                                               
Delete flash:html/common.js? [confirm]                                      
Delete flash:html/cms_splash.gif? [confirm]                                           
Delete flash:html/cms_13.html? [confirm]                                        
Delete flash:html/cluster.html? [confirm]                                         
Delete flash:html/Redirect.jar? [confirm]                                         
Delete flash:html/c4v4_disc.sgz? [confirm]                                          
Delete flash:html/tmp? [confirm]                                
%Error deleting flash:html/tmp (Is a directory)                                               
switch#       
switch#delete flash:html/*                          
Delete filename [html/*]? y                           
Delete flash:y? [confirm]                         
%Error deleting flash:y (No such file or directory)                                                   
switch#delete flash:html/*                          
Delete filename [html/*]?                         
Delete flash:html/Snmp? [confirm]                                 
%Error deleting flash:html/Snmp (Is a dire                                         
Delete flash:html/tmp? [confirm]                                
%Error deleting flash:html/tmp (Is a directory)                                               
switch#
switch#delete flash:html/Snmp/*
Delete filename [html/Snmp/*]? y
Delete flash:y? [confirm]y
%Error deleting flash:y (No such file or directory)
switch#delete flash:html/Snmp/*
Delete filename [html/Snmp/*]?
No such file
switch#dir flash:
Directory of flash:

 2  -rwx     1109398   Mar 01 1993 01:01:51  c2900XL-h2-mz-112.8.2-SA6.bin
 3  -rwx       98833   Jun 24 1999 03:26:57  c2900XL-diag-mz-112.8.2-SA6
 4  drwx         128   Apr 09 2006 19:53:47  html
 6  -rwx     1811155   Feb 19 2006 15:56:40  c2900xl-c3h2s-mz.120-5.WC13.bin
177  -rwx         934   Mar 01 1993 01:09:15  config.text
 7  -rwx        8192   Feb 19 2006 15:56:40  e2rb.bin
16  -rwx         325   Apr 09 2006 19:51:57  env_vars

3612672 bytes total (580608 bytes free)
switch#

 

mach ich was falsch, oder habt ihr sonst noch eine Idee?

 

Gruss McSoft

Link zu diesem Kommentar

Scheint doch ok zu sein. Du solltest alles aus dem html und den Unterverzeichnissen löschen. Nur immer mit ENTER bestätigen.

 

Danach kannst du das image neu aufspielen.

 

Aber Achtung. Das Image löschen und dann direkt ein neues Aufspielen.

Wenn es erst einmal gelöscht ist, dann wird es etwas umständlicher, wenn

du bootest und noch kein neues drauf ist.

Wichtig ist auch: boot system flash..... wie es in der Anleitung steht.

Sonst wird das neue Image beim Booten nicht gefunden. Viel Erfolg.

 

Fu

Link zu diesem Kommentar

Na, das Kommando löscht ja auch keien Files sondern legt nur das neue Image zum Booten fest. Wie man Verzeichnisse löscht, weis ich gerade auch nicht. Allerdings ist es auch besser zu schreibst ein neues tar file auf das System. Damit würdest du das alte sowieso überschreiben. Das steht aber auch in der Anleitung. Die Endung ist nur *.tar.

 

 

Fu

Link zu diesem Kommentar

o.k., soweit hab ich das mal begriffen.

das nächste Problem ist der Befehl:

"switch# tar /x tftp://server_ip_address/path/filename.tar flash:"

 

eingeben tu ich dan das:

 

switch#$:tar /x tftp//192.168.1.41/c2900xl-c3h2s-tar.120-5.WC14.tar flash:

 

wovon 192.168.1.41 ein webserver ist auf dem ich das file habe.

 

das resultat ist nachstehendes Timed out:

%Error opening tftp://192.168.1.41/c2900xl-c3h2s-tar.120-5.WC14.tar (Timed out)

switch#

 

stimmt was mit meiner Eingabe nicht?

was meint Ihr?

Kann man das noch ander lösen?

Link zu diesem Kommentar

switch#$:tar /x tftp//192.168.1.41/c2900xl-c3h2s-tar.120-5.WC14.tar flash:

 

wovon 192.168.1.41 ein webserver ist auf dem ich das file habe.

 

das resultat ist nachstehendes Timed out:

%Error opening tftp://192.168.1.41/c2900xl-c3h2s-tar.120-5.WC14.tar (Timed out)

switch#

 

 

Sorry fuer Doppelpost ... Ist auf dem Webserver auch ein TFTP-Server um das File zu ziehen? Was sagt das Log vom tftpd?

Link zu diesem Kommentar

das mit dem löschen hab ich jetzt mal hinbekommen mit:

"switch#delete flash:c2900xl-c3h2s-mz.120-5.WC13.bin"

 

Nun sieht es so aus:

switch#dir flash:
Directory of flash:

 2  -rwx     1109398   Mar 01 1993 01:01:51  c2900XL-h2-mz-112.8.2-SA6.bin
 4  drwx         128   Apr 09 2006 19:53:47  html
 8  -rwx         325   Apr 09 2006 23:07:18  env_vars
177  -rwx         934   Mar 01 1993 01:09:15  config.text
 7  -rwx        8192   Feb 19 2006 15:56:40  e2rb.bin

3612672 bytes total (2491392 bytes free)
switch#

 

@ Wordo

 

Das ist ein LinuxServer mit Apache Webserver, denke nicht das der das drauf hat. keine Ahnung wo ein entsprechendes Log wäre...

Kann ich das File auch von Lokal auf den Switch senden?

wenn ja, wie würde das kommando aussehen?

Link zu diesem Kommentar

Naja, du willst ja per TFTP das File an den Switch senden und dein Webserver kann nur HTTP. Dann musste halt nen TFTP-Server installieren. Auf b***d (aber ganz ganz b***d) kannste das File auch ueber die Serielle Verbindung an den Switch senden (X-Modem), das dauert aber ewig, 1MB pro Stunde sag ich mal, kann auch mehr sein.

 

Sind die Files nach dem Reload vom Switch immer noch weg? Pruef das mal wenns unkritisch ist ...

Link zu diesem Kommentar
Der letzte Beitrag zu diesem Thema ist mehr als 180 Tage alt. Bitte erstelle einen neuen Beitrag zu Deiner Anfrage!

Schreibe einen Kommentar

Du kannst jetzt antworten und Dich später registrieren. Falls Du bereits ein Mitglied bist, logge Dich jetzt ein.

Gast
Auf dieses Thema antworten...

×   Du hast formatierten Text eingefügt.   Formatierung jetzt entfernen

  Only 75 emoji are allowed.

×   Dein Link wurde automatisch eingebettet.   Einbetten rückgängig machen und als Link darstellen

×   Dein vorheriger Inhalt wurde wiederhergestellt.   Editor-Fenster leeren

×   Du kannst Bilder nicht direkt einfügen. Lade Bilder hoch oder lade sie von einer URL.

×
×
  • Neu erstellen...