Centos7,oracleVM virtualboxを使用しvagrantを用いて仮想サーバーにアクセスする。
という手順の最中にエラーコード?
本に書いてないメッセージが表示され進まなくなってしまい原因がわからないので質問失礼します。
mysql実習環境を準備するというステップの最後でつまずきました。
質問訂正などなるべく早く修正しますので、修正箇所、不足、補足が必要などありましたらどんどん教えてください。
当方windows でやっております。
なにかと足りない部分あるかと思いますが宜しくお願いします。
朝方に訂正する予定です。
失礼します。
追記vagrantのバージョンは2.2.5です。
以下全文
MySQL
1コード 2Microsoft Windows [Version 10.0.18362.535] 3(c) 2019 Microsoft Corporation. All rights reserved. 4C:\Users\morat>c:\centos 5'c:\centos' は、内部コマンドまたは外部コマンド、 6操作可能なプログラムまたはバッチ ファイルとして認識されていません。 7C:\Users\morat>cd c:\centos 8c:\centos>vagrant status 9Current machine states: 10db01 poweroff (virtualbox) 11db11 not created (virtualbox) 12db12 not created (virtualbox) 13db13 not created (virtualbox) 14This environment represents multiple VMs. The VMs are all listed 15above with their current state. For more information about a specific 16VM, run vagrant status NAME. 17c:\centos>vagrant up db01 18Bringing machine 'db01' up with 'virtualbox' provider... 19==> db01: Clearing any previously set forwarded ports... 20==> db01: Clearing any previously set network interfaces... 21==> db01: Preparing network interfaces based on configuration... 22db01: Adapter 1: nat 23db01: Adapter 2: hostonly 24==> db01: Forwarding ports... 25db01: 3306 (guest) => 3306 (host) (adapter 1) 26db01: 22 (guest) => 2222 (host) (adapter 1) 27==> db01: Running 'pre-boot' VM customizations... 28==> db01: Booting VM... 29==> db01: Waiting for machine to boot. This may take a few minutes... 30db01: SSH address: 127.0.0.1:2222 31db01: SSH username: vagrant 32db01: SSH auth method: private key 33Timed out while waiting for the machine to boot. This means that 34Vagrant was unable to communicate with the guest machine within 35the configured ("config.vm.boot_timeout" value) time period. 36If you look above, you should be able to see the error(s) that 37Vagrant had when attempting to connect to the machine. These errors 38are usually good hints as to what may be wrong. 39If you're using a custom box, make sure that networking is properly 40working and you're able to connect to the machine. It is a common 41problem that networking isn't setup properly in these boxes. 42Verify that authentication configurations are also setup properly, 43as well. 44If the box appears to be booting properly, you may want to increase 45the timeout ("config.vm.boot_timeout") value. 46c:\centos>vagrant status 47Current machine states: 48db01 running (virtualbox) 49db11 not created (virtualbox) 50db12 not created (virtualbox) 51db13 not created (virtualbox) 52This environment represents multiple VMs. The VMs are all listed 53above with their current state. For more information about a specific 54VM, run vagrant status NAME. 55c:\centos>vagrant ssh db01 56ssh_exchange_identification: read: Connection reset
この最後のsshからの部分がうまくいきません。
本来ならばサーバーのプロンプトが表示されるはずですが、表示されません。
手順としてはこの後仮想サーバーにログインができるようになる予定でした。