码迷,mamicode.com
首页 > 其他好文 > 详细

安装AAA服务器遇到的问题

时间:2017-09-02 12:13:42      阅读:321      评论:0      收藏:0      [点我收藏+]

标签:received   group   问题:   chm   inux   最新   connected   remote   window   

安装升级AAA服务器的操作思路:

第一种:在原始服务器下更新升级安装包,实现升级;

第二种:重新安装最新版本的IOS,实现版本更新;

 

第一种升级时遇到的问题:

1、copy软件更新包到linux系统中:

注意:使用windown系统中的FTP软件,在LINUX中使用FTP命令实现文件copy

过程操作:

[root@aas ~]# ftp 172.16.200.102
Connected to 172.16.200.102.
220 3Com 3CDaemon FTP 服务器版本 2.0
530 没有登录
530 没有登录
KERBEROS_V4 rejected as an authentication type
Name (172.16.200.102:root): a    //FTP的用户名
331 用户名正确, 需要口令
Password:                                     //FTP密码
230 用户已登录
Remote system type is UNIX.
ftp> ls
227 正在进入被动模式 (172,16,200,102,12,12)
-rwxrwxrwx 1 owner group 116708305 Sep 01 15:30 installer-aas-2.3.1.900-build20140918.sh
226 正在关闭数据连接
ftp>
ftp> get installer-aas-2.3.1.900-build20140918.sh
local: installer-aas-2.3.1.900-build20140918.sh remote: installer-aas-2.3.1.900-build20140918.sh
227 正在进入被动模式 (172,16,200,102,13,232)
125 正在使用现存的数据连接
WARNING! 432946 bare linefeeds received in ASCII mode
File may not have transferred correctly.
226 正在关闭数据连接; 文件传输成功完成.
116708305 bytes received in 15 seconds (7.5e+03 Kbytes/s)
ftp>
ftp> bye
221 服务关闭控制连接 [root@aas ~]#
[root@aas ~]# ls
anaconda-ks.cfg installer-aas-2.3.1.900-build20140918.sh install.log install.log.syslog
[root@aas ~]# ls -ls
total 114120
8 -rw------- 1 root root 1192 Mar 7 18:16 anaconda-ks.cfg
114088 -rw-r--r-- 1 root root 116705234 Sep 1 11:30 installer-aas-2.3.1.900-build20140918.sh
16 -rw-r--r-- 1 root root 10587 Mar 7 18:16 install.log
8 -rw-r--r-- 1 root root 2639 Mar 7 18:16 install.log.syslog

 

2、设置安装包权限并运行安装包

[root@aas ~]# chmod +x installer-aas-2.3.1.900-build20140918.sh

[root@aas ~]# ./installer-aas-2.3.1.900-build20140918.sh
Verifying archive integrity...Error in checksums: 698664160 is different from 2279760278
[root@aas ~]# sh installer-aas-2.3.1.900-build20140918.sh
Verifying archive integrity...Error in checksums: 698664160 is different from 2279760278

 

安装AAA服务器遇到的问题

标签:received   group   问题:   chm   inux   最新   connected   remote   window   

原文地址:http://www.cnblogs.com/zhaoyujiao/p/7466182.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!