MSE默认的登录账户密码可能是:login/password (admin/admin).
 
l 初始化配置完成后,下次使用root登录时,仅显示Linux shell提示符,而不是安装脚本。 您可以随时重新运行安装脚本,以root身份登录并运行/opt/mse/setup/setup.sh来更改设置。
l 安装脚本生成一个日志文件,可以在/opt/mse/setup/setup.log中找到。
l 如果需要在安装MSE后添加或更改NTP服务器安装,请重新运行自动安装脚本。 您可以仅通过脚本选项卡来配置NTP服务器而无需调整其他值。 要重新运行自动脚本,请以root身份登录并运行/opt/mse/setup/setup.sh
l 要将MSE配置为在启动后自动进入启动,请输入:
[root @mse-server1]#chkconfig msed on
l 要手动启动镜像,请输入:/etc/init.d/msed start
l 您可以随时验证MSE软件状态。 在MSE的CLI界面中,输入:/etc/init.d/msed status
l MSE软件在初始配置后和每次重新引导后自动运行。
请按照以下步骤手动停止并重新启动软件:
步骤1要停止软件,请输入:/etc/init.d/msed stop
步骤2要检查状态,请输入:/etc/init.d/msed status
步骤3要启动软件,请输入:/etc/init.d/msed start
 
l MSE镜像升级更新有两种方法,

其一是通过WCS/PI来升级:
可以参考:
https://www.cisco.com/c/en/us/td/docs/wireless/mse/3350/quick/guide/mse_qsg/mse_qsgmain.html
Downloading Software Using Cisco WCS部分
 
第二是手动在MSE上升级,也就是通过本地console 或者SSH登录升级:
1、 传输新镜像到MSE上。(使用root账户登录。并使用二进制从外部FTP根目录传输镜像到MSE上)
2、 操作情况大体如下所示:
Step 1:使用root账户登录,并传输镜像
a.配置FTP server参数和获取镜像
# cd /opt/installers
# ftp <FTP Server IP address>
Name: <login> 《访问FTP的用户名》
Password: <password> 《访问FFP的密码》
Binary 《二进制方式》
get CISCO-MSE-L-K9-x-x-x-x-64bit.bin.gz 《获取对应镜像》
<CTRL-Z>
#
b. 验证MSE镜像是否在MSE的/opt/installers目录
b. Verify that the image ( CISCO-MSE-L-K9-x-x-x-x-64bit.bin.gz) is in the mobility services engine /opt/installers directory.
c. 解压缩镜像文件
c. To decompress (unzip) the image file enter:
gunzip CISCO-MSE-L-K9-x-x-x-x-64bit.bin.gz

解压缩后产生.bin文件
The decompression yields a bin file.
d. 要确保产生的.bin文件有root用户的执行权限,如果没有按照如下执行
d. Make sure that the CISCO-MSE-L-K9-x-x-x-x.bin file has execute permissions for the root user. If not, enter:
 
chmod 755 CISCO-MSE-L-K9-x-x-x-x.bin
 
为了手动停止MSE,输入如下命令
Step 2 :To manually stop the mobility services engine, login as root and enter:
/etc/init.d/msed stop.

为了安装新的MSE镜像,输入如下命令
Step 3 To install the new mobility services engine image, enter:
/opt/installers/CISCO-MSE-L-K9-x-x-x-x.bin

为了开始新的MSE镜像,输入如下命令
Step 4 To start the new mobility services software, by enter:
/etc/init.d/msed start
Caution Do not complete the next step, which uninstalls the script files, unless the system instructs you to do so. Removing the files unnecessarily erases your historical data.
警告:除非系统指示您执行此操作,否则请勿完成卸载脚本文件的下一步。 删除文件会不必要地删除历史数据
卸载MSE的脚本文件
Step 5 To uninstall the mobility services engine’s script files, enter:
/opt/mse/uninstall
 
恢复密码的过程:
Recovering a Lost Root Password
If you lose or forget the root password for a mobility services engine, follow these steps:

Step 1 When the GRUB screen comes up, press Esc to enter the boot menu.

Caution If you forget the GRUB password, you cannot login and you will need to contact TAC to arrange for an RMA.

Note The connection must be made over the console port, not by connecting a keyboard, mouse and monitor to the unit.

Step 2 Press e to edit.
Step 3 Navigate to the line beginning with "kernel," and press e.
At the end of the line enter a space and the number one (1). Press Enter to save this change.
Step 4 Press b to begin boot sequence.
At the end of the boot sequence, a shell prompt appears.

Note The shell prompt does not appear if you have set up a single user mode password.

Step 5 You can change the root password by entering the passwd command.
Step 6 Enter and confirm the new password.
Step 7 Restart the machine.

MSE初始化和基本操作的更多相关文章

  1. Django初始化之基本操作

    1.指定要安装的Django版本 C:\Users\win7>pip install Django==1.11.8 2.查看安装的django版本 C:\Users\win7>pip sh ...

  2. Python Numpy 数组的初始化和基本操作

    一.基础: Numpy的主要数据类型是ndarray,即多维数组.它有以下几个属性: ndarray.ndim:数组的维数 ndarray.shape:数组每一维的大小 ndarray.size:数组 ...

  3. 从源码角度看MySQL memcached plugin——1. 系统结构和引擎初始化

    本章尝试回答两个问题: 一.memcached plugin与MySQL的关系: 二.MySQL系统如何启动memcached plugin. 1. memcached plugin与MySQL的关系 ...

  4. MSE-初始化MSE

    MSE(Mobility Services Engine) Cisco MSE可以配合无线实现很多功能,MSE的功能简单概括有: 1.基本位置服务捕获并聚合关键网络信息,例如设备位置,RF频谱详细信息 ...

  5. [转]Git介绍

    Git是一个分布式的版本控制工具,本篇文章从介绍Git开始,重点在于介绍Git的基本命令和使用技巧,让你尝试使用Git的同时,体验到原来一个版 本控制工具可以对开发产生如此之多的影响,文章分为两部分, ...

  6. Git基础教程

    Git是一个分布式的版本控制工具,本篇文章从介绍Git开始,重点在于介绍Git的基本命令和使用技巧,让你尝试使用Git的同时,体验到原来一个版 本控制工具可以对开发产生如此之多的影响,文章分为两部分, ...

  7. Git使用基础篇

    Git使用基础篇 前言 Git是一个分布式的版本控制工具,本篇文章从介绍Git开始,重点在于介绍Git的基本命令和使用技巧,让你尝试使用Git的同时,体验到原来一个版 本控制工具可以对开发产生如此之多 ...

  8. Git使用基础篇(zz)

    Git使用基础篇 您的评价:          收藏该经验       Git是一个分布式的版本控制工具,本篇文章从介绍Git开始,重点在于介绍Git的基本命令和使用技巧,让你尝试使用Git的同时,体 ...

  9. Tensorboard教程:Tensorflow命名空间与计算图可视化

    Tensorflow命名空间与计算图可视化 觉得有用的话,欢迎一起讨论相互学习~Follow Me 参考文献 强烈推荐Tensorflow实战Google深度学习框架 实验平台: Tensorflow ...

随机推荐

  1. Vue-cli3 项目配置 Vue.config.js( 代替vue-cli2 build config)

    Vue-cli3 搭建的项目 界面相对之前较为简洁 之前的build和config文件夹不见了,那么应该如何配置 如webpack等的配那 只需要在项目的根目录下新建 vue.config.js 文件 ...

  2. 在spring Boot中使用swagger-bootstrap-ui(原文)

    1.swagger简介 Swagger是一个API接口管理工具,支持在线测试接口数据,根据配置自动生成API文档,结合spring mvc而提供界面化方法文档的一个开源框架. 1.1Swagger主要 ...

  3. AcWing 870. 约数个数

    #include <iostream> #include <algorithm> #include <unordered_map> #include <vec ...

  4. python 实现 md文档自动编号

    目录 1. 原理 2. 运行方法 3. 效果 4. 代码 1. 原理 正则匹配对相应字符串进行替换 2. 运行方法 python md_convert.py [a.md, b.md,...] # 转换 ...

  5. 一段代码实现Aplayer+网易云音乐接口

    玩cnblogs的小伙伴可以将以下代码复制到页脚html当中哦 <!-- require APlayer --> <link rel="stylesheet" h ...

  6. 设备驱动基础学习--poll

    使用非阻塞I/O的应用程序通常会使用select()和poll()系统调用查询是否可对设备进行无阻塞的访问,这两个系统调用最终又会引发设备驱动中的poll()函数被执行,所以我们的问题就集中到了如何编 ...

  7. Pascal 错误代码及含义

    DOS 错误代码:1无效DoS功能号 2文件末找到 3路径未找到 4打开文件过多 5禁止文件存取 6无效文件句柄 12无效文件存取代码 15无效驱动器号 16不能删除当前日录 17不能跨驱动器改文件名 ...

  8. JEECG屏蔽在线聊天插件

    如图所示: 找到pom.xml文件将如下代码屏蔽即可: <!-- 在线聊天工具 --> <dependency> <groupId>org.p3framework& ...

  9. 如何创建Maven项目和Spring IOC例子

    把如何创建Maven项目和创建Spring IOC的例子分享给大家,希望能对大家有帮助! 我的博客地址:https://www.cnblogs.com/themysteryofhackers/p/12 ...

  10. 分布式系统:CAP 理论的前世今生

    CAP 理论是分布式系统设计中的一个重要理论,虽然它为系统设计提供了非常有用的依据,但是也带来了很多误解.本文将从 CAP 诞生的背景说起,然后对理论进行解释,最后对 CAP 在当前背景下的一些新理解 ...