码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2017-06-09 15:20:33      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:storage   start.s   bsp   number   load   dfs   fastdfs   使用   constant   

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

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

标签:storage   start.s   bsp   number   load   dfs   fastdfs   使用   constant   

原文地址:http://www.cnblogs.com/love540376/p/6971756.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!