金蝶软件反应慢:【新提醒】福州大学旧校区图书馆升级设备

来源:百度文库 编辑:九乡新闻网 时间:2024/04/30 02:51:58
事件:给福大旧校区图书馆升级设备
这个小项目从开始就给人带来了麻烦:
I、解决ROMMON问题
郁闷了。。。一开机就出现 rommon模式----开始解决问题[em4]

本帖隐藏的内容

rommon 1 >
sh version
config-register = 0x102
可能是此问题哦。。。更改下config-register 0x2102
reset下。。。等待结果,又是rommon模式
rommon 2 >
经过一翻的研究决定升级IOS
rommon 2 >boot tftp://172.16.1.1/cat4000-i9s-mz.122-20.EWA2.bin

Tftp Session details are ....
Filename     : /cat4000-i9s-mz.122-20.EWA2.bin
IP Address   : 172.16.1.2
Loading ** TftpServer: 172.16.1.1

Received data packet #  24357
Loaded 12470312 bytes successfully.
Rommon reg: 0xE2004180
Running diags...
Decompressing the image
############################## [OK]
Unknown backplane 5
k2diags version 3.1.6_b
Running IOS...
Decompressing the image
################################################################################################################ [OK]
              Restricted Rights Legend
Use, duplication, or disclosure by the Government is
subject to restrictions as set forth in subparagraph
(c) of the Commercial Computer Software - Restricted
Rights clause at FAR sec. 52.227-19 and subparagraph
(c) (1) (ii) of the Rights in Technical Data and Computer
Software clause at DFARS sec. 252.227-7013.
           cisco Systems, Inc.
           170 West Tasman Drive
           San Jose, California 95134-1706

Cisco Internetwork Operating System Software
IOS (tm) Catalyst 4000 L3 Switch Software (cat4000-I9S-M), Version 12.2(20)EWA2, RELEASE SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2005 by cisco Systems, Inc.
Compiled Fri 29-Jul-05 18:59 by pwade
Image text-base: 0x00000000, data-base: 0x0122438C

####### ######  ######  ####### ######    ###
#       #     # #     # #     # #     #   ###
#       #     # #     # #     # #     #   ###
#####   ######  ######  #     # ######     #
#       #   #   #   #   #     # #   #        
#       #    #  #    #  #     # #    #    ###
####### #     # #     # ####### #     #   ###

Unsupported chassis type 65535, system can not boot

Rebooting in 10 seconds...
10  09  08  07  06  05  04  03  02  01  00
%Software-forced reload

ERRORI可真大啊。。。思科的IOS果然是牛X 。
自此本来是以为交换机板卡是不是出现问题,毕竟出现了Unknown backplane
于是乎又是一阵子的寻思。跟客户交涉。。跟厂商交涉。。得出结论,IOS版本太低了。于是乎传来最新的IOS迅速开战
灌入最新的IOS...... OK!
Switch#sh run
Building configuration...
00:01:48: %SYS-5-CONFIG_I: Configured ** console by console
Current configuration : 2699 bytes
!
version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
service compress-config
!
hostname Switch
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip subnet-zero
!
vtp mode transparent
cluster run
!
power redundancy-mode redundant
--More--         !
!
spanning-tree mode pvst
spanning-tree extend system-id
!
vlan internal allocation policy **ending
!
interface GigabitEthernet1/1
!
interface GigabitEthernet1/2

II、保存工作
Switch#sh version
Cisco IOS Software, Catalyst 4500 L3 Switch Software (cat4500-IPBASE-M), Version 12.2(40)SG, RELEASE SOFTWARE (fc2)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2007 by Cisco Systems, Inc.
Compiled Wed 07-Nov-07 19:03 by prod_rel_team
Image text-base: 0x10000000, data-base: 0x1169F318
ROM: 12.2(20r)EW1
Dagobah Revision 226, Swamp Revision 4
Switch uptime is 8 minutes
System returned to ROM by power-on
System image file is "tftp://172.16.1.1/cat4500-ipbase-mz[1].122-40.SG.bin"
交换机的IOS是从TFTP上载的赶紧配置成从BOOTFLASH里加载
Switch(config)#config-register 0x2102
Switch#copy tftp://172.16.1.1/cat4500-ipbase-mz[1].122-40.SG.bin bootflash:cat4500-ipbase-mz[1].122-      40.SG.bin
Destination filename [cat4500-ipbase-mz[1].122-40.SG.bin]?
Accessing tftp://172.16.1.1/cat4500-ipbase-mz[1].122-40.SG.bin...
Loading cat4500-ipbase-mz[1].122-40.SG.bin ** 172.16.1.1 (via GigabitEthernet1/1): !
%Error copying tftp://172.16.1.1/cat4500-ipbase-mz[1].122-40.SG.bin (Not enough space on device)

出现空间不够,看来只能删除原来的IOS了
Switch#dir bootflash:
   File size                  Checksum      File name
   --------------------------------------------------
  12535060 bytes (0xbf4514)   0x165c41b7    cat4000-i9s-mz.122-25.EWA8.bin
  10160512 bytes (0x9b0980)   0xb7d23aca    k2diags.5-2.bin

Switch#delete bootflash:?
bootflash:cat4000-i9s-mz.122-25.EWA8.bin    bootflash:k2diags.5-2.bin
Switch#delete bootflash:cat4000-i9s-mz.122-25.EWA8.bin  \\删除掉此IOS 就够空间了,好了继续COPY
Switch#copy tftp://172.16.1.1/cat4500-ipbase-mz[1].122-40.SG.bin bootflash:cat4500-ipbase-mz[1].122-      40.SG.bin
Destination filename [cat4500-ipbase-mz[1].122-40.SG.bin]?
Accessing tftp://172.16.1.1/cat4500-ipbase-mz[1].122-40.SG.bin...
Loading cat4500-ipbase-mz[1].122-40.SG.bin ** 172.16.1.1 (via GigabitEthernet1/1): !
%Error copying tftp://172.16.1.1/cat4500-ipbase-mz[1].122-40.SG.bin (Not enough space on device)
我晕了。。。怎么还是不够空间。。。[em43]

Switch#sh bootflash: all
-#- ED ----type---- --crc--- -seek-- nlen -length- ---------date/time--------- name
1   .D image        165C41B7  C34594   30 12535060 Jul 2 2007 01:50:09 +00:00 cat4000-i9s-mz.122-25.EWA8.bin
2   .. **ii text   B7D23ACA 15E4F94   15 10160512 Jul 2 2007 01:51:07 +00:00 k2diags.5-2.bin
4567148 bytes available (22695828 bytes used)

哎。。。麻烦呢。。。用delete删不干净,看来只能出绝招了" />" />" />" />" />
Switch#squeeze bootflash:  \\squeeze命令为全部清楚FLASH的文件,危险度还是满高的,所以不到万不得以千万不用。
All deleted files will be removed. Continue? [confirm]
Squeeze operation may take a while. Continue? [confirm]
Squeezing...Erased squeeze bufferWrote squeeze buffer Erased sector: 1    Wrote sector: 1 Erased sector: 2Wrote sector: 2 Erased sector: 3Wrote sector: 3 Erased sector: 4Wrote sector: 4 Erased sector: 5Wrote sector: 5 Erased sector: 6Wrote sector: 6 Erased sector: 7Wrote sector: 7 Erased sector: 8Wrote sector: 8 Erased sector: 9Wrote sector: 9 Erased sector: 10Wrote sector: 10 Erased sector: 11Wrote sector: 11 Erased sector: 12Wrote sector: 12 Erased sector: 13Wrote sector: 13 Erased sector: 14Wrote sector: 14 Erased sector: 15Wrote sector: 15 Erased sector: 16Wrote sector: 16 Erased sector: 17Wrote sector: 17 Erased sector: 18Wrote sector: 18 Erased sector: 19Wrote sector: 19 Erased sector: 20Wrote sector: 20 Erased sector: 21Wrote sector: 21 Erased sector: 22Wrote sector: 22 Erased sector: 23Wrote sector: 23 Erased sector: 24Wrote sector: 24 Erased sector: 25Wrote sector: 25 Erased sector: 26Wrote sector: 26 Erased sector: 27Wrote sector: 27 Erased sector: 28Wrote sector: 28 Erased sector: 29Wrote sector: 29 Erased sector: 30Wrote sector: 30 Erased sector: 31Wrote sector: 31 Erased sector: 32Wrote sector: 32 Erased sector: 33Wrote sector: 33 Erased sector: 34Wrote sector: 34 Erased sector: 35Wrote sector: 35 Erased sector: 36Wrote sector: 36 Erased sector: 37Wrote sector: 37 Erased sector: 38Wrote sector: 38 Erased sector: 39Wrote sector: 39 Erased sector: 40Erased sector: 41Erased sector: 42Erased sector: 43Erased sector: 44Erased sector: 45Erased sector: 46Erased sector: 47Erased sector: 48Erased sector: 49Erased sector: 50Erased sector: 51Erased sector: 52Erased sector: 53Erased sector: 54Erased sector: 55Erased sector: 56Erased sector: 57Erased sector: 58Erased sector: 59Erased sector: 60Erased sector: 61Erased sector: 62Erased sector: 63Erased sector: 64Erased sector: 65Erased sector: 66Erased sector: 67Erased sector: 68Erased sector: 69Erased sector: 70Erased sector: 71Erased sector: 72Erased sector: 73Erased sector: 74Erased sector: 75Erased sector: 76Erased sector: 77Erased sector: 78Erased sector: 79Erased sector: 80Erased sector: 81Erased sector: 82Erased sector: 83Erased sector: 84Erased sector: 85Erased sector: 86Erased sector: 87Erased sector: 88Erased sector: 89Erased sector: 90Erased sector: 91Erased sector: 92Erased sector: 93Erased sector: 94Erased sector: 95Erased sector: 96Erased sector: 97Erased sector: 98Erased sector: 99Erased sector: 100Erased sector: 101Erased sector: 102Erased sector: 103Erased sector: 104Erased squeeze log                  
Squeeze of bootflash complete   \\就是这么几分钟的时间,俺的心跳的快了半拍。。。出了问题可就没了。还好顺利" />" />" />" />" />

呵呵,小样的终于干净了。[em1]
Switch#copy tftp://172.16.1.1/cat4500-ipbase-mz[1].122-40.SG.bin bootflash:ca$/172.16.1.1/cat4500-ipbase-mz[1].122-40.SG.bin bootflash:cat         4500-ipba1/cat4500-ipbase-mz[1].122-40.SG.bin bootflash:cat4500-ipbas         e-mz[1].1ipbase-mz[1].122-40.SG.bin bootflash:cat4500-ipbase-mz[1].12         2-40.SG.b1].122-40.SG.bin bootflash:cat4500-ipbase-mz[1].122-40.SG.bi         n
Destination filename [cat4500-ipbase-mz[1].122-40.SG.bin]?
Accessing tftp://172.16.1.1/cat4500-ipbase-mz[1].122-40.SG.bin...
Loading cat4500-ipbase-mz[1].122-40.SG.bin ** 172.16.1.1 (via GigabitEthernet1/1): !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
[OK - 13406880 bytes]
CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC
13406880 bytes copied in 61.220 secs (218995 bytes/sec)

再次灌IOS成功。。OK reload下[em3]
这时重开机还是会出现

rommon 4 >
rommon 4 > boot bootflah sh:cat4500-ipbase-mz[1].122-40.SG.bin

OK, 重新引导下
Switch#sh version
Cisco IOS Software, Catalyst 4500 L3 Switch Software (cat4500-IPBASE-M), Version 12.2(40)SG, RELEASE SOFTWARE (fc2)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2007 by Cisco Systems, Inc.
Compiled Wed 07-Nov-07 19:03 by prod_rel_team
Image text-base: 0x10000000, data-base: 0x1169F318
ROM: 12.2(20r)EW1
Dagobah Revision 226, Swamp Revision 4
Switch uptime is 0 minutes
System returned to ROM by reload
System image file is "bootflash:cat4500-ipbase-mz[1].122-40.SG.bin"
cisco WS-C4503-E (MPC8245) processor (revision 4) with 262144K bytes of memory.

问题解决。