Racktables是一个用来管理机房资产的开源工具,可以用来管理成百上千台的服务器及更多的IP和MAC地址。适用于机房和数据中心的服务器管理。

 

 (1)搭建LAMP
 
 (2)上传racketables安装文件:
     mkdir /racktables
     cd /racktables
     mv  RackTables-0.20.3/wwwroot /var/www/html/racktables
 (3) service mysqld start
     mysqladmin -u root password 'root'
     mysql>create database racktables;
          grant all on racktables.* to root;
          grant all on racktables.* to root@localhost;
          grant all on racktables.* to rackuser;
          grant all on racktables.* to rackuser@localhost;
          set password for rackuser@localhost=password('csdj');
          (创建数据库,及用户、密码)
    service httpd start
(4)访问网站,安装网站的要求填写安装即可!
   touch /var/www/html/racktables/inc/secret.php
   chmod 666 /var/www/html/racktables/inc/secret.php