我正在尝试在AWS实例(pcf-dev
)上设置m4.xlarge
。我能够从48个中开始46个进程。剩下的进程无法启动。
剩余流程:cf-mysql-broker
,quota-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
路径中的日志,但没有发现任何错误。
答案 0 :(得分:1)
Pivotal并未正式支持在AWS上运行PCF Dev。我们发布了一个AWS Vagrant框,仅用于我们自己的CI系统。用户的AWS功能在路线图上,但可能在几个月内没有准备好。我们甚至可能会在将来某个时候暂时停止发布AWS框。
也就是说,我们的CI管道每天多次将PCF Dev部署到m4.xlarge实例。你是如何开始PCF Dev的?您使用其他PCFDEV_DOMAIN
进行部署吗?你修改了Vagrantfile吗?你能发布vagrant up
的输出吗?
我们发现使用400 GB EBS根卷可显着提高I / O性能。你可以尝试运行AWS_EBS_DISK_SIZE=400 vagrant up --provider=aws
吗?
-Stephen
答案 1 :(得分:0)
谢谢..斯蒂芬..
我通过提供aws凭据和域名使用“vagrant up --provider = aws”来运行Vagrant。 Vagrant将启动48 CF进程,所以在我的情况下它盯着46进程并且无法启动2进程并且它继续轮询消息说“启动进程46的48”。当我签入CF实例时,“cf-mysql-broker,quota-enforcer”进程无法启动。