FastDFS常见命令

1: 启动FastDFS

          tracker: /usr/local/bin/fdfs_trackered /etc/fdfs/tracker.conf

          storage: /usr/local/bin/fdfs_storaged /etc/fdfs/storage.conf

2:关闭FastDFS

          tracker:/usr/local/bin/stop.sh /usr/local/bin/fdfs_tracker

          storage:/usr/local/bin/stop.sh /usr/local/bin/fdfs_storage

        或者 killall fdfs_trackered(storaged)  -------注意,千万不要使用-9强行杀死进程。

3:重启FastDFS

          tracker:/usr/local/bin/restart.sh /usr/local/bin/fdfs_trackered

          storage:/usr/local/bin/restart.sh /usr/local/bin/fdfs_storaged

4:查看集群情况

          在任意一台storage(tracker也可以) /usr/local/bin/fdfs_monitor /etc/fdfs/storage.conf

5:删除一个storage:

           在任意一台storage(tracker也可以) /usr/local/bin/fdfs_monitor /etc/fdfs/storage.conf delete group2 20.12.1.73

CentOS 6.2下fastDFS的完整安装和配置步骤 http://www.linuxidc.com/Linux/2012-12/75989.htm

FastDFS在Ubuntu下的安装,PHP客户端 http://www.linuxidc.com/Linux/2012-09/71459.htm

FastDFS分布式文件服务器安装,及配置,测试 http://www.linuxidc.com/Linux/2012-09/71458.htm

FastDFS 整合Nginx问题整理 http://www.linuxidc.com/Linux/2012-09/71232.htm

CentOS下搭建FastDFS http://www.linuxidc.com/Linux/2012-09/70995.htm

Ubuntu安装FastDFS全程记录 http://www.linuxidc.com/Linux/2012-03/56377.htm

FastDFS 的详细介绍:请点这里
FastDFS 的下载地址:请点这里

本文永久更新链接地址:http://www.linuxidc.com/Linux/2014-10/107575.htm


你可能感兴趣的:(FastDFS常见命令)