无法在pcf-dev中启动cf mysql代理



我正在尝试在AWS实例(m4.xlarge)上设置pcf-dev。我可以启动48个进程中的46个。其余进程无法启动。

剩余进程:cf-mysql-brokerquota-enforcer

root@agent-id-pcfdev-0:/var/vcap/sys/log/cf-mysql-broker# monit summary
The Monit daemon 5.2.5 uptime: 4h 8m
Process 'consul_agent'              running
Process 'mariadb_ctrl'              running
Process 'galera-healthcheck'        running
Process 'gra-log-purger-executable' running
Process 'cloud_controller_clock'    running
Process 'cloud_controller_ng'       running
Process 'cloud_controller_worker_local_1' running
Process 'cloud_controller_worker_local_2' running
Process 'nginx_cc'                  running
Process 'cloud_controller_migration' running
Process 'cloud_controller_worker_1' running
Process 'blobstore_nginx'           running
Process 'blobstore_url_signer'      running
Process 'doppler'                   running
Process 'gorouter'                  running
Process 'loggregator_trafficcontroller' running
Process 'metron_agent'              running
Process 'nats'                      running
Process 'route_registrar'           running
Process 'uaa'                       running
Process 'etcd'                      running
Process 'garden'                    running
Process 'auctioneer'                running
Process 'bbs'                       running
Process 'cc_uploader'               running
Process 'converger'                 running
Process 'file_server'               running
Process 'nsync_listener'            running
Process 'nsync_bulker'              running
Process 'rep'                       running
Process 'route_emitter'             running
Process 'ssh_proxy'                 running
Process 'stager'                    running
Process 'tps_listener'              running
Process 'tps_watcher'               running
Process 'syslog-configurator'       running
Process 'process-watcher'           running
Process 'cf-redis-broker'           running
Process 'broker-nginx'              running
Process 'cf-redis-route-registrar'  running
Process 'cf-mysql-broker'           not monitored
Process 'cf-mysql-route-registrar'  running
Process 'quota-enforcer'            not monitored
Process 'rabbitmq-broker'           running
Process 'rabbitmq-broker-route-registrar' running
Process 'rabbitmq-management-route-registrar' running
Process 'rabbitmq-server'           running
System 'system_localhost'           running
root@agent-id-pcfdev-0:/var/vcap/sys/log/cf-mysql-broker#

我验证了/var/vcap/sys/log/cf-mysql-broker路径中的日志,没有发现任何错误。

Pivotal不正式支持在AWS上运行PCF Dev。我们发布了一个AWS Vagrant盒子,仅供我们自己的CI系统使用。AWS为用户提供的功能已列入路线图,但可能要几个月才能准备好。我们甚至可能在未来的某个时候暂时停止发布AWS盒子。

也就是说,我们的CI管道每天都会将PCF Dev部署到m4.xlarge实例,一天多次。你是如何开始PCF开发的?您是否使用不同的PCFDEV_DOMAIN进行部署?你修改流浪者档案了吗?你能发布vagrant up的输出吗?

我们发现,使用400 GB EBS根卷可以显著提高I/O性能。你能试着运行AWS_EBS_DISK_SIZE=400 vagrant up --provider=aws吗?

-Stephen

谢谢。。斯蒂芬。。

我通过提供aws凭据和域,使用"流浪者向上--provider=aws"运行Vagrant。Vagrant将启动48 CF流程,所以在我的情况下,它启动了46流程,无法启动2流程,它一直在轮询消息,说"启动48的46流程"。当我检查CF实例"CF mysql broker,quota enforcer"过程时,无法启动。

最新更新