第一步:systemctl: command not found
第二步:Status of node rabbit@control ...
[{pid,23594},
{running_applications,[{rabbit,"RabbitMQ","3.2.4"},
{os_mon,"CPO CXC 138 46","2.2.14"},
{mnesia,"MNESIA CXC 138 12","4.11"},
{xmerl,"XML parser","1.3.5"},
{sasl,"SASL CXC 138 11","2.3.4"},
{stdlib,"ERTS CXC 138 10","1.19.4"},
{kernel,"ERTS CXC 138 10","2.16.4"}]},
{os,{unix,linux}},
{erlang_version,"Erlang R16B03 (erts-5.10.4) [source] [64-bit] [smp:12:12] [async-threads:30] [kernel-poll:true]\n"},
{memory,[{total,1366164240},
{connection_procs,1150836920},
{queue_procs,1000128},
{plugins,0},
{other_proc,2297480},
{mnesia,205976},
{mgmt_db,0},
{msg_index,64208},
{other_ets,33520192},
{binary,104355144},
{code,16522377},
{atom,594537},
{other_system,56767278}]},
{vm_memory_high_watermark,0.4},
{vm_memory_limit,13452404326},
{disk_free_limit,50000000},
{disk_free,31842877440},
{file_descriptors,[{total_limit,924},
{total_used,59},
{sockets_limit,829},
{sockets_used,57}]},
{processes,[{limit,1048576},{used,292190}]},
{run_queue,0},
{uptime,24294}]
...done.
第三步:beam.smp 23594 rabbitmq 22u IPv6 132364 0t0 TCP control:amqp->compute:36164 (ESTABLISHED)
beam.smp 23594 rabbitmq 37u IPv6 130471 0t0 TCP control:amqp->compute:36160 (ESTABLISHED)
beam.smp 23594 rabbitmq 57u IPv6 130961 0t0 TCP control:amqp->compute:36166 (ESTABLISHED)
beam.smp 23594 rabbitmq 60u IPv6 135599 0t0 TCP control:amqp->compute:36167 (ESTABLISHED)
beam.smp 23594 rabbitmq 62u IPv6 130963 0t0 TCP control:amqp->compute:36168 (ESTABLISHED)
(control是控制节点,compute是计算节点)
这样有问题吗
|