(转)分布式文件存储FastDFSFastDFS常用命令总结

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了(转)分布式文件存储FastDFSFastDFS常用命令总结相关的知识,希望对你有一定的参考价值。

http://blog.csdn.net/xingjiarong/article/details/50561471

1、启动FastDFS

tracker: /usr/local/bin/fdfs_trackered %FastDFS%/tracker.conf
storage: /usr/local/bin/fdfs_storaged %FastDFS%/storage.conf

 

也可以简写为:

tracker: fdfs_trackered %FastDFS%/tracker.conf
storage: fdfs_storaged %FastDFS%/storage.conf

 

 

其中的%FastDFS%指的是FastDFS的所在目录,根据自己的情况进行替换即可。

2、关闭FastDFS

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

 

或者

killall fdfs_trackered
killall fdfs_storaged

 

 

注意,千万不要使用kill-9强行杀死进程。

3、重启FastDFS

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

 

 

4、查看集群情况

在任意一台storage(tracker也可以)

/usr/local/bin/fdfs_monitor %FastDFS%/storage.conf

 

5、删除一个storage

在任意一台storage(tracker也可以)

/usr/local/bin/fdfs_monitor %FastDFS%/storage.conf delete group2 20.12.1.73

 

6、测试上传

fdfs_test /etc/fdfs/client.conf upload test.txt

以上是关于(转)分布式文件存储FastDFSFastDFS常用命令总结的主要内容,如果未能解决你的问题,请参考以下文章

(转) 分布式文件存储FastDFSFastDFS配置文件详解

(转)分布式文件存储FastDFSFastDFS配置

分布式文件存储FastDFSFastDFS配置文件详解

分布式文件存储FastDFSFastDFS配置文件具体解释

分布式文件存储FastDFSFastDFS配置文件详解

分布式文件存储FastDFSFastDFS多节点配置