Tao Tao mall virtual machine startup command

Modify Click the Virtual Network Editor to edit the next segment before starting the virtual machine, modify it to a lower segment

 

 

 Click Properties under each connection, modify its ip address, user name and password

 

 

 

 

The first step: start the virtual machine zookeeper, redis, solr, activemq, images-server

Step Two: Using shell to connect, the connection is successful, every one to boot

1、zookeeper

ll (show all files)

cd zookeeper-3.4.6 / bin (the bin zookeeper jump to a file)

./zkServer.sh start (start command)

./zkServer.sh status (see zookeeper Launch OK)

2, repeat

cd / usr / local / redis (jumps to the first stand-alone version before installation redis server)

ll

cd bin (jump to the next redis bin file)

./redis-server redis.conf (start command)

ps -f | grep redis (see redis process)

3、solr

cd / usr / locall / solr (jump to the stand-alone version of solr)

ll

cd apache-tomcat-7.0.47 (tomcat to the server under solr)

bin / startup.sh (boot server)

tail -f logs / catalina.out (view the log file)

4、activemq

ll

cd apache-activemq-5.13.0 (jump to the next server activemq)

cd bin

./actviemq start (start)

 In each successful installation of a server in order to determine the server installation was successful, the first use of the server for testing, the test is successful, a detailed configuration file is modified in the project, in order to put into the project.

Guess you like

Origin www.cnblogs.com/cye9971-/p/11129593.html
Recommended