【轉】同一台Windows機器中啟動多個Memcached服務

來源:互聯網
上載者:User

標籤:des   style   blog   http   io   ar   color   sp   for   

上一篇介紹了Memcached的安裝,但是如果手頭上只有一台機器,又想做多節點測試咋辦?

這就需要在一台機器上啟動多個Memcached服務了。

假設Memcached在如下目錄:C:\memcached\memcached.exe

在CMD中執行如下命令即可再安裝一個Memcached服務(記得換個連接埠號碼啊!):

sc create "Memcached Server1" start= auto binPath= "C:\memcached\memcached.exe -d runservice -m 32 -p 11220" DisplayName= "Memcached Server1"

 

下面是啟動、停止、卸載該服務的命令:

sc description "Memcached Server1"  "快取服務:連接埠11220。"  //服務描述
sc start "Memcached Server1" //啟動sc stop "Memcached Server1" //停止sc delete "Memcached Server1" //卸載該服務

 

如果你在執行命令的時候,遇到如下提示資訊:

Creates a service entry in the registry and Service Database.SYNTAX: sc create [service name] [binPath= ] <option1> <option2>...CREATE OPTIONS:NOTE: The option name includes the equal sign. type= <own|share|interact|kernel|filesys|rec>       (default = own) start= <boot|system|auto|demand|disabled>       (default = demand) error= <normal|severe|critical|ignore>       (default = normal) binPath= <BinaryPathName> group= <LoadOrderGroup> tag= <yes|no> depend= <Dependencies(separated by / (forward slash))> obj= <AccountName|ObjectName>       (default = LocalSystem) DisplayName= <display name> password= <password> 

請好好check下你輸入的命令。

Check Point:

sc cretate命令後面帶的參數比如[binPath= ]的等號後面必須有個空格
同樣,後面的其它參數比如group= , displayname=的等號後面都需要空格,
否則,sc create命令都不能成功建立服務,只會返回給你協助資訊。

【轉】同一台Windows機器中啟動多個Memcached服務

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.