cd /neo4j/neo4j-enterprise-5.26.2/bin
./neo4j-admin server license --accept-commercial
./neo4j start
cat /neo4j/neo4j-enterprise-5.26.2/logs/neo4j.log
终端输出信息
neo4j@VMware-neo4jNode1:/neo4j/neo4j-enterprise-5.26.2/bin$ ./neo4j start
Directories in use:
home: /neo4j/neo4j-enterprise-5.26.2
config: /neo4j/neo4j-enterprise-5.26.2/conf
logs: /neo4j/neo4j-enterprise-5.26.2/logs
plugins: /neo4j/neo4j-enterprise-5.26.2/plugins
import: /neo4j/neo4j-enterprise-5.26.2/import
data: /neo4j/neo4j-enterprise-5.26.2/data
certificates: /neo4j/neo4j-enterprise-5.26.2/certificates
licenses: /neo4j/neo4j-enterprise-5.26.2/licenses
run: /neo4j/neo4j-enterprise-5.26.2/run
Starting Neo4j.
Started neo4j (pid:11866). It is available at http://0.0.0.0:7474
There may be a short delay until the server is ready.
成功日志信息
2025-02-15 09:58:32.913+0000 INFO Starting...
2025-02-15 09:58:36.412+0000 INFO ======== Neo4j 5.26.2 ========2025-02-15 09:58:36.432+0000 INFO This instance is ServerId{29d57ea3}(29d57ea3-7b15-40e4-8eb3-a4c3d77dbda9)2025-02-15 09:58:36.807+0000 INFO Resolved endpoints with LIST{endpoints:'[node1:6000, node2:6000, node3:6000]'} to '[node1:6000, node2:6000, node3:6000]'2025-02-15 09:58:36.920+0000 INFO Resolved endpoints with LIST{endpoints:'[node1:6000, node2:6000, node3:6000]'} to '[node1:6000, node2:6000, node3:6000]'2025-02-15 09:59:08.532+0000 INFO Default database 'neo4j' is created
2025-02-15 09:59:09.684+0000 INFO Sending metrics to CSV file at /neo4j/neo4j-enterprise-5.26.2/metrics
2025-02-15 09:59:09.730+0000 INFO Anonymous Usage Data is being sent to Neo4j, see https://neo4j.com/docs/usage-data/
2025-02-15 09:59:09.735+0000 INFO Bolt enabled on 0.0.0.0:7687.
2025-02-15 09:59:09.738+0000 INFO Bolt (Routing) enabled on 0.0.0.0:7688.
2025-02-15 09:59:10.380+0000 INFO Connected to node3/172.16.144.133:7000 [Category[name=RAFT] version:3.0]2025-02-15 09:59:10.382+0000 INFO Connected to node2/172.16.144.132:7000 [Category[name=RAFT] version:3.0]2025-02-15 09:59:10.610+0000 INFO Connected to node3/172.16.144.133:7000 [Category[name=RAFT] version:3.0]2025-02-15 09:59:10.639+0000 INFO Connected to node2/172.16.144.132:7000 [Category[name=RAFT] version:3.0]2025-02-15 09:59:12.784+0000 INFO HTTP enabled on 0.0.0.0:7474.
2025-02-15 09:59:12.785+0000 INFO Remote interface available at http://node1:7474/
2025-02-15 09:59:12.794+0000 INFO id: 8DD72F08684DDB2495F846C930EB8383E01C9F19187118F1F4F8D31CCF4FE01A
2025-02-15 09:59:12.794+0000 INFO name: system
2025-02-15 09:59:12.795+0000 INFO creationDate: 2025-02-15T09:59:07.141Z
2025-02-15 09:59:12.797+0000 INFO Started.