标签:mysql .sql 计费 conf author spl img my.cnf 搭建
机房:2.查看和修改系统时间
[Huawei]display clock
3.修改设备名称
讲设备名称改成123
[Huawei]sysname 123
4.配置console登录认证方式及超时时间
进入console配置模式
Console认证方式为password
设置console密码为密文形式
设置超时时间为30min
5.配置aaa登录认证
aaa认证
authentication(认证)、authorization(授权)、accounting(计费)的简称,是网络安全的一种管理机制;Authentication是本地认证/授权,authorization和accounting是由远处radius(远程拨号认证系统)服务或hwtacacs(华为终端访问控制系统)服务器完成认证/授权;
进入vty配置模式
[123]user-interface vty 0 4
退出vty配置模式后,进入aaa配置模式
[123-ui-vty0-4]aaa
配置本地用户onlyidc密码为密文pakshing
[123-aaa]local-user onlyidc password cipher pakshing
配置onlyidc用户服务类型为telnet
[123-aaa]local-user onlyidc service-type telnet
配置huawei用户特权等级3
[123-aaa]local-user onlyidc privilege level 3
配置完成后查看结果
交换机控制口密码清除: 密码为:Admin@huawei.com
选择7 .Clear password for console user,然后选择1. Boot with default mode,即可以恢复Console密码。
三、控制口连接
使用console线将连接电脑与设备的console口。
个人:
Cacti的搭建
先要完成 Apache MySQL Php的搭建,关闭防火墙,关闭SELINUX。
安装cacti所需要的软件,进入mysql创建一个cacti的库,创建完成在cacti目录下把cacti库的数据导入到cacti.sql的文件里面。
红框是创建数据库用户并授权,绿框是更新权限。
更改cacti目录include/config.php文件里面的mysql配置密码
编辑/etc/my.cnf文件添加参数,然后重启数据库
编辑安装cacti-spine
进入Cd /usr/share/nginx/html/cacti-spine-1.1.26目录
编辑cacti-spine。
spine.conf.dist 这文件在/usr/share/nginx/html/cacti-spine-1.1.26/的目录下,不在文档里说的 /usr/local/spine/etc下面
cp spine.conf.dist spine.conf---复制spine.conf.dist并从明为spine.conf,修改spine.conf里面的数据库密码。
修改文档上面出现的问题;
如果出现这个问题就重启php服务,service php-fpm restart。
标签:mysql .sql 计费 conf author spl img my.cnf 搭建
原文地址:http://blog.51cto.com/12514335/2307065