Cloud foundry vSphere上的BOSH控制器安装失败

Cloud foundry vSphere上的BOSH控制器安装失败,cloud-foundry,cf-bosh,Cloud Foundry,Cf Bosh,这是我第一次为PKS安装BOSH。 环境: vSphere 6.5和VCSA 6.5u2 OpsMgr 2.2构建296 bosh stemcell vsphere ubuntu trusty build 3586.25 使用扁平的100.x网络,不涉及路由/防火墙 摘要部署OpsMgr OVF模板后,我正在配置和安装BOSH Director。 但是,它在仪表板中的“等待代理”时失败。 查看OpsMgr VM中的“当前”日志可以看出,它一直在尝试从/dev/sr0读取设置,因为agent.

这是我第一次为PKS安装BOSH。 环境:

  • vSphere 6.5和VCSA 6.5u2
  • OpsMgr 2.2构建296
  • bosh stemcell vsphere ubuntu trusty build 3586.25
  • 使用扁平的100.x网络,不涉及路由/防火墙
摘要部署OpsMgr OVF模板后,我正在配置和安装BOSH Director。 但是,它在仪表板中的“等待代理”时失败。 查看OpsMgr VM中的“当前”日志可以看出,它一直在尝试从/dev/sr0读取设置,因为agent.json将设置源指定为CDROM。 它找不到任何CDROM,因此失败

有几个问题:

  • 我如何登录到BOSH在更改虚拟机时创建的虚拟机 在Ops Mgr中将所有虚拟机设置为“默认BOSH密码”
  • 下面没有波什 /var/tempest/workspace/default/deployments。 一些文件指出了这一点。所以我不知道它应用了什么设置。是 位置不对
  • 是否有办法更改OpsMgr VM使用的干细胞?也许我会喝咖啡 使用以前的版本
  • agent.json实际上是如何填充的
  • 关于这个问题的疑难解答有什么建议吗
  • 所有日志/JSON如下:

    GUI仪表板日志:

    ===== 2018-07-30 08:20:52 UTC Running "/usr/local/bin/bosh --no-color --non-interactive --tty create-env /var/tempest/workspaces/default/deployments/bosh.yml"
    Deployment manifest: '/var/tempest/workspaces/default/deployments/bosh.yml'
    Deployment state: '/var/tempest/workspaces/default/deployments/bosh-state.json'
    
    Started validating
    Validating release 'bosh'... Finished (00:00:00)
    Validating release 'bosh-vsphere-cpi'... Finished (00:00:00)
    Validating release 'uaa'... Finished (00:00:00)
    Validating release 'credhub'... Finished (00:00:01)
    Validating release 'bosh-system-metrics-server'... Finished (00:00:01)
    Validating release 'os-conf'... Finished (00:00:00)
    Validating release 'backup-and-restore-sdk'... Finished (00:00:04)
    Validating release 'bpm'... Finished (00:00:02)
    Validating cpi release... Finished (00:00:00)
    Validating deployment manifest... Finished (00:00:00)
    Validating stemcell... Finished (00:00:14)
    Finished validating (00:00:26)
    
    Started installing CPI
    Compiling package 'ruby-2.4-r4/0cdc60ed7fdb326e605479e9275346200af30a25'... Finished (00:00:00)
    Compiling package 'vsphere_cpi/e1a84e5bd82eb1abfe9088a2d547e2cecf6cf315'... Finished (00:00:00)
    Compiling package 'iso9660wrap/82cd03afdce1985db8c9d7dba5e5200bcc6b5aa8'... Finished (00:00:00)
    Installing packages... Finished (00:00:15)
    Rendering job templates... Finished (00:00:06)
    Installing job 'vsphere_cpi'... Finished (00:00:00)
    Finished installing CPI (00:00:23)
    
    Starting registry... Finished (00:00:00)
    Uploading stemcell 'bosh-vsphere-esxi-ubuntu-trusty-go_agent/3586.25'... Skipped [Stemcell already uploaded] (00:00:00)
    
    Started deploying
    Waiting for the agent on VM 'vm-87b3299a-a994-4544-8043-032ce89d685b'... Failed (00:00:11)
    Deleting VM 'vm-87b3299a-a994-4544-8043-032ce89d685b'... Finished (00:00:10)
    Creating VM for instance 'bosh/0' from stemcell 'sc-536fea79-cfa6-46a9-a53e-9de19505216f'... Finished (00:00:12)
    Waiting for the agent on VM 'vm-fb90eee8-f3ac-45b7-95d3-4e8483c91a5c' to be ready... Failed (00:09:59)
    Failed deploying (00:10:38)
    
    Stopping registry... Finished (00:00:00)
    Cleaning up rendered CPI jobs... Finished (00:00:00)
    
    Deploying:
    Creating instance 'bosh/0':
        Waiting until instance is ready:
        Post https://vcap:<redacted>@192.168.100.201:6868/agent: dial tcp 192.168.100.201:6868: connect: no route to host
    
    Exit code 1
    ===== 2018-07-30 08:32:20 UTC Finished "/usr/local/bin/bosh --no-color --non-interactive --tty create-env /var/tempest/workspaces/default/deployments/bosh.yml"; Duration: 688s; Exit Status: 1
    Exited with 1.
    
    agent.json

    ubuntu@opsmanager-2-2:~$ sudo cat /var/vcap/bosh/agent.json
    {
    "Platform": {
        "Linux": {
    
        "DevicePathResolutionType": "scsi"
        }
    },
    "Infrastructure": {
        "Settings": {
        "Sources": [
            {
            "Type": "CDROM",
            "FileName": "env"
            }
        ]
        }
    }
    }
    ubuntu@opsmanager-2-2:~$
    
    最后,当前波什日志

    /var/vcap/bosh/log/current
    
    
    2018-07-30_08:42:22.69934 [main] 2018/07/30 08:42:22 DEBUG - Starting agent
    2018-07-30_08:42:22.69936 [File System] 2018/07/30 08:42:22 DEBUG - Reading file /var/vcap/bosh/agent.json
    2018-07-30_08:42:22.69937 [File System] 2018/07/30 08:42:22 DEBUG - Read content
    2018-07-30_08:42:22.69937 ********************
    2018-07-30_08:42:22.69938 {
    2018-07-30_08:42:22.69938   "Platform": {
    2018-07-30_08:42:22.69939     "Linux": {
    2018-07-30_08:42:22.69939
    2018-07-30_08:42:22.69939       "DevicePathResolutionType": "scsi"
    2018-07-30_08:42:22.69939     }
    2018-07-30_08:42:22.69939   },
    2018-07-30_08:42:22.69939   "Infrastructure": {
    2018-07-30_08:42:22.69940     "Settings": {
    2018-07-30_08:42:22.69940       "Sources": [
    2018-07-30_08:42:22.69940         {
    2018-07-30_08:42:22.69940           "Type": "CDROM",
    2018-07-30_08:42:22.69940           "FileName": "env"
    2018-07-30_08:42:22.69940         }
    2018-07-30_08:42:22.69941       ]
    2018-07-30_08:42:22.69941     }
    2018-07-30_08:42:22.69941   }
    2018-07-30_08:42:22.69941 }
    2018-07-30_08:42:22.69941
    2018-07-30_08:42:22.69941 ********************
    2018-07-30_08:42:22.69943 [File System] 2018/07/30 08:42:22 DEBUG - Reading file /var/vcap/bosh/etc/stemcell_version
    2018-07-30_08:42:22.69944 [File System] 2018/07/30 08:42:22 DEBUG - Read content
    2018-07-30_08:42:22.69944 ********************
    2018-07-30_08:42:22.69944 3586.25
    2018-07-30_08:42:22.69944 ********************
    2018-07-30_08:42:22.69945 [File System] 2018/07/30 08:42:22 DEBUG - Reading file /var/vcap/bosh/etc/stemcell_git_sha1
    2018-07-30_08:42:22.69946 [File System] 2018/07/30 08:42:22 DEBUG - Read content
    2018-07-30_08:42:22.69946 ********************
    2018-07-30_08:42:22.69946 dbbb73800373356315a4c16ee40d2db3189bf2db
    2018-07-30_08:42:22.69947 ********************
    2018-07-30_08:42:22.69948 [App] 2018/07/30 08:42:22 INFO - Running on stemcell version '3586.25' (git: dbbb73800373356315a4c16ee40d2db3189bf2db)
    2018-07-30_08:42:22.69949 [File System] 2018/07/30 08:42:22 DEBUG - Checking if file exists /var/vcap/bosh/agent_state.json
    2018-07-30_08:42:22.69950 [File System] 2018/07/30 08:42:22 DEBUG - Stat '/var/vcap/bosh/agent_state.json'
    2018-07-30_08:42:22.69951 [Cmd Runner] 2018/07/30 08:42:22 DEBUG - Running command 'bosh-agent-rc'
    2018-07-30_08:42:22.70116 [unlimitedRetryStrategy] 2018/07/30 08:42:22 DEBUG - Making attempt #0
    2018-07-30_08:42:22.70117 [DelayedAuditLogger] 2018/07/30 08:42:22 DEBUG - Starting logging to syslog...
    2018-07-30_08:42:22.70181 [Cmd Runner] 2018/07/30 08:42:22 DEBUG - Stdout:
    2018-07-30_08:42:22.70182 [Cmd Runner] 2018/07/30 08:42:22 DEBUG - Stderr:
    2018-07-30_08:42:22.70183 [Cmd Runner] 2018/07/30 08:42:22 DEBUG - Successful: true (0)
    2018-07-30_08:42:22.70184 [settingsService] 2018/07/30 08:42:22 DEBUG - Loading settings from fetcher
    2018-07-30_08:42:22.70185 [ConcreteUdevDevice] 2018/07/30 08:42:22 DEBUG - Kicking device, attempt 0 of 5
    2018-07-30_08:42:22.70187 [ConcreteUdevDevice] 2018/07/30 08:42:22 DEBUG - readBytes from file: /dev/sr0
    2018-07-30_08:42:23.20204 [ConcreteUdevDevice] 2018/07/30 08:42:23 DEBUG - Kicking device, attempt 1 of 5
    2018-07-30_08:42:23.20206 [ConcreteUdevDevice] 2018/07/30 08:42:23 DEBUG - readBytes from file: /dev/sr0
    2018-07-30_08:42:23.70217 [ConcreteUdevDevice] 2018/07/30 08:42:23 DEBUG - Kicking device, attempt 2 of 5
    2018-07-30_08:42:23.70220 [ConcreteUdevDevice] 2018/07/30 08:42:23 DEBUG - readBytes from file: /dev/sr0
    2018-07-30_08:42:24.20229 [ConcreteUdevDevice] 2018/07/30 08:42:24 DEBUG - Kicking device, attempt 3 of 5
    2018-07-30_08:42:24.20294 [ConcreteUdevDevice] 2018/07/30 08:42:24 DEBUG - readBytes from file: /dev/sr0
    2018-07-30_08:42:24.70249 [ConcreteUdevDevice] 2018/07/30 08:42:24 DEBUG - Kicking device, attempt 4 of 5
    2018-07-30_08:42:24.70253 [ConcreteUdevDevice] 2018/07/30 08:42:24 DEBUG - readBytes from file: /dev/sr0
    2018-07-30_08:42:25.20317 [ConcreteUdevDevice] 2018/07/30 08:42:25 DEBUG - readBytes from file: /dev/sr0
    2018-07-30_08:42:25.20320 [ConcreteUdevDevice] 2018/07/30 08:42:25 ERROR - Failed to red byte from device: open /dev/sr0: no such file or directory
    2018-07-30_08:42:25.20321 [ConcreteUdevDevice] 2018/07/30 08:42:25 DEBUG - Settling UdevDevice
    2018-07-30_08:42:25.20322 [Cmd Runner] 2018/07/30 08:42:25 DEBUG - Running command 'udevadm settle'
    2018-07-30_08:42:25.20458 [Cmd Runner] 2018/07/30 08:42:25 DEBUG - Stdout:
    2018-07-30_08:42:25.20460 [Cmd Runner] 2018/07/30 08:42:25 DEBUG - Stderr:
    2018-07-30_08:42:25.20461 [Cmd Runner] 2018/07/30 08:42:25 DEBUG - Successful: true (0)
    2018-07-30_08:42:25.20462 [ConcreteUdevDevice] 2018/07/30 08:42:25 DEBUG - Ensuring Device Readable, Attempt 0 out of 5
    2018-07-30_08:42:25.20463 [ConcreteUdevDevice] 2018/07/30 08:42:25 DEBUG - readBytes from file: /dev/sr0
    2018-07-30_08:42:25.20464 [ConcreteUdevDevice] 2018/07/30 08:42:25 DEBUG - Ignorable error from readByte: open /dev/sr0: no such file or directory
    2018-07-30_08:42:25.70473 [ConcreteUdevDevice] 2018/07/30 08:42:25 DEBUG - Ensuring Device Readable, Attempt 1 out of 5
    2018-07-30_08:42:25.70476 [ConcreteUdevDevice] 2018/07/30 08:42:25 DEBUG - readBytes from file: /dev/sr0
    2018-07-30_08:42:25.70477 [ConcreteUdevDevice] 2018/07/30 08:42:25 DEBUG - Ignorable error from readByte: open /dev/sr0: no such file or directory
    2018-07-30_08:42:26.20492 [ConcreteUdevDevice] 2018/07/30 08:42:26 DEBUG - Ensuring Device Readable, Attempt 2 out of 5
    2018-07-30_08:42:26.20496 [ConcreteUdevDevice] 2018/07/30 08:42:26 DEBUG - readBytes from file: /dev/sr0
    2018-07-30_08:42:26.20497 [ConcreteUdevDevice] 2018/07/30 08:42:26 DEBUG - Ignorable error from readByte: open /dev/sr0: no such file or directory
    2018-07-30_08:42:26.70509 [ConcreteUdevDevice] 2018/07/30 08:42:26 DEBUG - Ensuring Device Readable, Attempt 3 out of 5
    2018-07-30_08:42:26.70512 [ConcreteUdevDevice] 2018/07/30 08:42:26 DEBUG - readBytes from file: /dev/sr0
    2018-07-30_08:42:26.70513 [ConcreteUdevDevice] 2018/07/30 08:42:26 DEBUG - Ignorable error from readByte: open /dev/sr0: no such file or directory
    2018-07-30_08:42:27.20530 [ConcreteUdevDevice] 2018/07/30 08:42:27 DEBUG - Ensuring Device Readable, Attempt 4 out of 5
    2018-07-30_08:42:27.20533 [ConcreteUdevDevice] 2018/07/30 08:42:27 DEBUG - readBytes from file: /dev/sr0
    2018-07-30_08:42:27.20534 [ConcreteUdevDevice] 2018/07/30 08:42:27 DEBUG - Ignorable error from readByte: open /dev/sr0: no such file or directory
    2018-07-30_08:42:27.70554 [ConcreteUdevDevice] 2018/07/30 08:42:27 DEBUG - readBytes from file: /dev/sr0
    2018-07-30_08:42:27.70557 [settingsService] 2018/07/30 08:42:27 ERROR - Failed loading settings via fetcher: Getting settings from all sources: Reading files from CDROM: Waiting for CDROM to be ready: Reading udev device: open /dev/sr0: no such file or directory
    2018-07-30_08:42:27.70559 [settingsService] 2018/07/30 08:42:27 ERROR - Failed reading settings from file Opening file /var/vcap/bosh/settings.json: open /var/vcap/bosh/settings.json: no such file or directory
    2018-07-30_08:42:27.70560 [main] 2018/07/30 08:42:27 ERROR - App setup Running bootstrap: Fetching settings: Invoking settings fetcher: Getting settings from all sources: Reading files from CDROM: Waiting for CDROM to be ready: Reading udev device: open /dev/sr0: no such file or directory
    2018-07-30_08:42:27.70561 [main] 2018/07/30 08:42:27 ERROR - Agent exited with error: Running bootstrap: Fetching settings: Invoking settings fetcher: Getting settings from all sources: Reading files from CDROM: Waiting for CDROM to be ready: Reading udev device: open /dev/sr0: no such file or directory
    2018-07-30_08:42:27.71258 [main] 2018/07/30 08:42:27 DEBUG - Starting agent
    
    
    <and this whole block just keeps repeating>
    
    /var/vcap/bosh/log/current
    2018-07-30_08:42:22.69934[main]2018/07/30 08:42:22调试-启动代理
    2018-07-30_08:42:22.69936[文件系统]2018/07/30 08:42:22调试-读取文件/var/vcap/bosh/agent.json
    2018-07-30_08:42:22.69937[文件系统]2018/07/30 08:42:22调试-读取内容
    2018-07-30_08:42:22.69937 ********************
    2018-07-30_08:42:22.69938 {
    2018-07-30_08:42:22.69938“平台”:{
    2018-07-30_08:42:22.69939“Linux”:{
    2018-07-30_08:42:22.69939
    2018-07-30_08:42:22.69939“DevicePathResolutionType”:“scsi”
    2018-07-30_08:42:22.69939     }
    2018-07-30_08:42:22.69939   },
    2018-07-30_08:42:22.69939“基础设施”:{
    2018-07-30_08:42:22.69940“设置”:{
    2018-07-30_08:42:22.69940“来源”:[
    2018-07-30_08:42:22.69940         {
    2018-07-30_08:42:22.69940“类型”:“CDROM”,
    2018-07-30_08:42:22.69940“文件名”:“环境”
    2018-07-30_08:42:22.69940         }
    2018-07-30_08:42:22.69941       ]
    2018-07-30_08:42:22.69941     }
    2018-07-30_08:42:22.69941   }
    2018-07-30_08:42:22.69941 }
    2018-07-30_08:42:22.69941
    2018-07-30_08:42:22.69941 ********************
    2018-07-30_08:42:22.69943[文件系统]2018/07/30 08:42:22调试-读取文件/var/vcap/bosh/etc/stemcell_版本
    2018-07-30_08:42:22.69944[文件系统]2018/07/30 08:42:22调试-读取内容
    2018-07-30_08:42:22.69944 ********************
    2018-07-30_08:42:22.69944 3586.25
    2018-07-30_08:42:22.69944 ********************
    2018-07-30_08:42:22.69945[文件系统]2018/07/30 08:42:22调试-读取文件/var/vcap/bosh/etc/stemcell_git_sha1
    2018-07-30_08:42:22.69946[文件系统]2018/07/30 08:42:22调试-读取内容
    2018-07-30_08:42:22.69946 ********************
    2018-07-30_08:42:22.69946 dbbb73800373356315a4c16ee40d2db3189bf2db
    2018-07-30_08:42:22.69947 ********************
    2018-07-30_08:42:22.69948[应用程序]2018/07/30 08:42:22信息-在stemcell版本“3586.25”上运行(git:dbbb73800373356315a4c16ee40d2db3189bf2db)
    2018-07-30_08:42:22.69949[文件系统]2018/07/30 08:42:22调试-检查文件是否存在/var/vcap/bosh/agent_state.json
    2018-07-30_08:42:22.69950[文件系统]2018/07/30 08:42:22调试-Stat'/var/vcap/bosh/agent_state.json'
    2018-07-30_08:42:22.69951[Cmd Runner]2018/07/30 08:42:22调试-运行命令“bosh代理rc”
    2018-07-30_08:42:22.70116[无限制幽会策略]2018/07/30 08:42:22调试-尝试0
    2018-07-30_08:42:22.70117[DelayedAuditLogger]2018/07/30 08:42:22调试-开始记录到系统日志。。。
    2018-07-30_08:42:22.70181[Cmd Runner]2018/07/30 08:42:22调试-标准输出:
    2018-07-30_08:42:22.70182[Cmd Runner]2018/07/30 08:42:22调试-标准:
    2018-07-30_08:42:22.70183[Cmd Runner]2018/07/30 08:42:22调试-成功:真(0)
    2018-07-30_08:42:22.70184[设置服务]2018/07/30 08:42:22调试-从获取程序加载设置
    2018-07-30_08:42:22.70185[ConcreteudeDevice]2018/07/30 08:42:22调试-踢腿装置,尝试5次中的0次
    2018-07-30_08:42:22.70187[ConcreteUdevDevice]2018/07/30 08:42:22调试-从文件读取字节:/dev/sr0
    2018-07-30_08:42:23.20204[ConcreteudeDevice]2018/07/30 08:42:23调试-踢腿装置,尝试5次中的第1次
    2018-07-30_08:42:23.20206[ConcreteUdevDevice]2018/07/30 08:42:23调试-从文件读取字节:/dev/sr0
    2018-07-30_08:42:23.70217[ConcreteUdevDevice]2018/07/30 08:42:23调试-踢腿装置,尝试5次中的第2次
    2018-07-30_08:42:23.70220[ConcreteUdevDevice]2018/07/30 08:42:23调试-从文件读取字节:/dev/sr0
    2018-07-30_08:42:24.20229[ConcreteudeDevice]2018/07/30 08:42:24调试-踢腿装置,尝试5次中的第3次
    2018-07-30_08:42:24.20294[ConcreteUdevDevice]2018/07/30 08:42:24调试-从文件读取字节:/dev/sr0
    2018-07-30_08:42:24.70249[ConcreteUdevDevice]2018/07/30 08:42:24调试-踢腿装置,尝试5次中的第4次
    2018-07-30_08:42:24.70253[ConcreteUdevDevice]2018/07/30 08:42:24调试-从文件读取字节:/dev/sr0
    2018-07-30_08:42:25.20317[ConcreteUdevDevice]2018/07/30 08:42:25调试-从文件读取字节:/dev/sr0
    2018-07-30_08:42:25.20320[ConcreteUdevDevice]2018/07/30 08:42:25错误-无法从设备中读取红色字节:open/dev/sr0:没有此类文件或目录
    2018-07-30_08:42:25.20321[具体设备]2018/07/30 08:42:25调试-解决设备
    2018-07-30_08:42:25.20322[Cmd Runner]2018/07/30 08:42:25调试-运行命令“udevadm-settle”
    2018-07-30_08:42:25.20458[Cmd Runner]2018/07/30 08:42:25调试-标准输出:
    2018-07-30_08:42:25.20460[Cmd Runner]2018/07/30 08:42:25调试-标准:
    2018-07-30_08:42:25.20461[Cmd Runner]2018/07/30 08:42:25调试-成功:真(0)
    2018-07-30_08:42
    
    /var/vcap/bosh/log/current
    
    
    2018-07-30_08:42:22.69934 [main] 2018/07/30 08:42:22 DEBUG - Starting agent
    2018-07-30_08:42:22.69936 [File System] 2018/07/30 08:42:22 DEBUG - Reading file /var/vcap/bosh/agent.json
    2018-07-30_08:42:22.69937 [File System] 2018/07/30 08:42:22 DEBUG - Read content
    2018-07-30_08:42:22.69937 ********************
    2018-07-30_08:42:22.69938 {
    2018-07-30_08:42:22.69938   "Platform": {
    2018-07-30_08:42:22.69939     "Linux": {
    2018-07-30_08:42:22.69939
    2018-07-30_08:42:22.69939       "DevicePathResolutionType": "scsi"
    2018-07-30_08:42:22.69939     }
    2018-07-30_08:42:22.69939   },
    2018-07-30_08:42:22.69939   "Infrastructure": {
    2018-07-30_08:42:22.69940     "Settings": {
    2018-07-30_08:42:22.69940       "Sources": [
    2018-07-30_08:42:22.69940         {
    2018-07-30_08:42:22.69940           "Type": "CDROM",
    2018-07-30_08:42:22.69940           "FileName": "env"
    2018-07-30_08:42:22.69940         }
    2018-07-30_08:42:22.69941       ]
    2018-07-30_08:42:22.69941     }
    2018-07-30_08:42:22.69941   }
    2018-07-30_08:42:22.69941 }
    2018-07-30_08:42:22.69941
    2018-07-30_08:42:22.69941 ********************
    2018-07-30_08:42:22.69943 [File System] 2018/07/30 08:42:22 DEBUG - Reading file /var/vcap/bosh/etc/stemcell_version
    2018-07-30_08:42:22.69944 [File System] 2018/07/30 08:42:22 DEBUG - Read content
    2018-07-30_08:42:22.69944 ********************
    2018-07-30_08:42:22.69944 3586.25
    2018-07-30_08:42:22.69944 ********************
    2018-07-30_08:42:22.69945 [File System] 2018/07/30 08:42:22 DEBUG - Reading file /var/vcap/bosh/etc/stemcell_git_sha1
    2018-07-30_08:42:22.69946 [File System] 2018/07/30 08:42:22 DEBUG - Read content
    2018-07-30_08:42:22.69946 ********************
    2018-07-30_08:42:22.69946 dbbb73800373356315a4c16ee40d2db3189bf2db
    2018-07-30_08:42:22.69947 ********************
    2018-07-30_08:42:22.69948 [App] 2018/07/30 08:42:22 INFO - Running on stemcell version '3586.25' (git: dbbb73800373356315a4c16ee40d2db3189bf2db)
    2018-07-30_08:42:22.69949 [File System] 2018/07/30 08:42:22 DEBUG - Checking if file exists /var/vcap/bosh/agent_state.json
    2018-07-30_08:42:22.69950 [File System] 2018/07/30 08:42:22 DEBUG - Stat '/var/vcap/bosh/agent_state.json'
    2018-07-30_08:42:22.69951 [Cmd Runner] 2018/07/30 08:42:22 DEBUG - Running command 'bosh-agent-rc'
    2018-07-30_08:42:22.70116 [unlimitedRetryStrategy] 2018/07/30 08:42:22 DEBUG - Making attempt #0
    2018-07-30_08:42:22.70117 [DelayedAuditLogger] 2018/07/30 08:42:22 DEBUG - Starting logging to syslog...
    2018-07-30_08:42:22.70181 [Cmd Runner] 2018/07/30 08:42:22 DEBUG - Stdout:
    2018-07-30_08:42:22.70182 [Cmd Runner] 2018/07/30 08:42:22 DEBUG - Stderr:
    2018-07-30_08:42:22.70183 [Cmd Runner] 2018/07/30 08:42:22 DEBUG - Successful: true (0)
    2018-07-30_08:42:22.70184 [settingsService] 2018/07/30 08:42:22 DEBUG - Loading settings from fetcher
    2018-07-30_08:42:22.70185 [ConcreteUdevDevice] 2018/07/30 08:42:22 DEBUG - Kicking device, attempt 0 of 5
    2018-07-30_08:42:22.70187 [ConcreteUdevDevice] 2018/07/30 08:42:22 DEBUG - readBytes from file: /dev/sr0
    2018-07-30_08:42:23.20204 [ConcreteUdevDevice] 2018/07/30 08:42:23 DEBUG - Kicking device, attempt 1 of 5
    2018-07-30_08:42:23.20206 [ConcreteUdevDevice] 2018/07/30 08:42:23 DEBUG - readBytes from file: /dev/sr0
    2018-07-30_08:42:23.70217 [ConcreteUdevDevice] 2018/07/30 08:42:23 DEBUG - Kicking device, attempt 2 of 5
    2018-07-30_08:42:23.70220 [ConcreteUdevDevice] 2018/07/30 08:42:23 DEBUG - readBytes from file: /dev/sr0
    2018-07-30_08:42:24.20229 [ConcreteUdevDevice] 2018/07/30 08:42:24 DEBUG - Kicking device, attempt 3 of 5
    2018-07-30_08:42:24.20294 [ConcreteUdevDevice] 2018/07/30 08:42:24 DEBUG - readBytes from file: /dev/sr0
    2018-07-30_08:42:24.70249 [ConcreteUdevDevice] 2018/07/30 08:42:24 DEBUG - Kicking device, attempt 4 of 5
    2018-07-30_08:42:24.70253 [ConcreteUdevDevice] 2018/07/30 08:42:24 DEBUG - readBytes from file: /dev/sr0
    2018-07-30_08:42:25.20317 [ConcreteUdevDevice] 2018/07/30 08:42:25 DEBUG - readBytes from file: /dev/sr0
    2018-07-30_08:42:25.20320 [ConcreteUdevDevice] 2018/07/30 08:42:25 ERROR - Failed to red byte from device: open /dev/sr0: no such file or directory
    2018-07-30_08:42:25.20321 [ConcreteUdevDevice] 2018/07/30 08:42:25 DEBUG - Settling UdevDevice
    2018-07-30_08:42:25.20322 [Cmd Runner] 2018/07/30 08:42:25 DEBUG - Running command 'udevadm settle'
    2018-07-30_08:42:25.20458 [Cmd Runner] 2018/07/30 08:42:25 DEBUG - Stdout:
    2018-07-30_08:42:25.20460 [Cmd Runner] 2018/07/30 08:42:25 DEBUG - Stderr:
    2018-07-30_08:42:25.20461 [Cmd Runner] 2018/07/30 08:42:25 DEBUG - Successful: true (0)
    2018-07-30_08:42:25.20462 [ConcreteUdevDevice] 2018/07/30 08:42:25 DEBUG - Ensuring Device Readable, Attempt 0 out of 5
    2018-07-30_08:42:25.20463 [ConcreteUdevDevice] 2018/07/30 08:42:25 DEBUG - readBytes from file: /dev/sr0
    2018-07-30_08:42:25.20464 [ConcreteUdevDevice] 2018/07/30 08:42:25 DEBUG - Ignorable error from readByte: open /dev/sr0: no such file or directory
    2018-07-30_08:42:25.70473 [ConcreteUdevDevice] 2018/07/30 08:42:25 DEBUG - Ensuring Device Readable, Attempt 1 out of 5
    2018-07-30_08:42:25.70476 [ConcreteUdevDevice] 2018/07/30 08:42:25 DEBUG - readBytes from file: /dev/sr0
    2018-07-30_08:42:25.70477 [ConcreteUdevDevice] 2018/07/30 08:42:25 DEBUG - Ignorable error from readByte: open /dev/sr0: no such file or directory
    2018-07-30_08:42:26.20492 [ConcreteUdevDevice] 2018/07/30 08:42:26 DEBUG - Ensuring Device Readable, Attempt 2 out of 5
    2018-07-30_08:42:26.20496 [ConcreteUdevDevice] 2018/07/30 08:42:26 DEBUG - readBytes from file: /dev/sr0
    2018-07-30_08:42:26.20497 [ConcreteUdevDevice] 2018/07/30 08:42:26 DEBUG - Ignorable error from readByte: open /dev/sr0: no such file or directory
    2018-07-30_08:42:26.70509 [ConcreteUdevDevice] 2018/07/30 08:42:26 DEBUG - Ensuring Device Readable, Attempt 3 out of 5
    2018-07-30_08:42:26.70512 [ConcreteUdevDevice] 2018/07/30 08:42:26 DEBUG - readBytes from file: /dev/sr0
    2018-07-30_08:42:26.70513 [ConcreteUdevDevice] 2018/07/30 08:42:26 DEBUG - Ignorable error from readByte: open /dev/sr0: no such file or directory
    2018-07-30_08:42:27.20530 [ConcreteUdevDevice] 2018/07/30 08:42:27 DEBUG - Ensuring Device Readable, Attempt 4 out of 5
    2018-07-30_08:42:27.20533 [ConcreteUdevDevice] 2018/07/30 08:42:27 DEBUG - readBytes from file: /dev/sr0
    2018-07-30_08:42:27.20534 [ConcreteUdevDevice] 2018/07/30 08:42:27 DEBUG - Ignorable error from readByte: open /dev/sr0: no such file or directory
    2018-07-30_08:42:27.70554 [ConcreteUdevDevice] 2018/07/30 08:42:27 DEBUG - readBytes from file: /dev/sr0
    2018-07-30_08:42:27.70557 [settingsService] 2018/07/30 08:42:27 ERROR - Failed loading settings via fetcher: Getting settings from all sources: Reading files from CDROM: Waiting for CDROM to be ready: Reading udev device: open /dev/sr0: no such file or directory
    2018-07-30_08:42:27.70559 [settingsService] 2018/07/30 08:42:27 ERROR - Failed reading settings from file Opening file /var/vcap/bosh/settings.json: open /var/vcap/bosh/settings.json: no such file or directory
    2018-07-30_08:42:27.70560 [main] 2018/07/30 08:42:27 ERROR - App setup Running bootstrap: Fetching settings: Invoking settings fetcher: Getting settings from all sources: Reading files from CDROM: Waiting for CDROM to be ready: Reading udev device: open /dev/sr0: no such file or directory
    2018-07-30_08:42:27.70561 [main] 2018/07/30 08:42:27 ERROR - Agent exited with error: Running bootstrap: Fetching settings: Invoking settings fetcher: Getting settings from all sources: Reading files from CDROM: Waiting for CDROM to be ready: Reading udev device: open /dev/sr0: no such file or directory
    2018-07-30_08:42:27.71258 [main] 2018/07/30 08:42:27 DEBUG - Starting agent
    
    
    <and this whole block just keeps repeating>