質問編集履歴
2
バージョン情報の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -20,31 +20,29 @@
|
|
20
20
|
|
21
21
|
|
22
22
|
|
23
|
+
追記vagrantのバージョンは2.2.5です。
|
24
|
+
|
23
25
|
以下全文
|
26
|
+
|
27
|
+
```MySQL
|
28
|
+
|
29
|
+
コード
|
24
30
|
|
25
31
|
Microsoft Windows [Version 10.0.18362.535]
|
26
32
|
|
27
|
-
(c) 2019 Microsoft Corporation. All rights reserved.
|
33
|
+
(c) 2019 Microsoft Corporation. All rights reserved.
|
28
|
-
|
29
|
-
|
30
34
|
|
31
35
|
C:\Users\morat>c:\centos
|
32
36
|
|
33
37
|
'c:\centos' は、内部コマンドまたは外部コマンド、
|
34
38
|
|
35
|
-
操作可能なプログラムまたはバッチ ファイルとして認識されていません。
|
39
|
+
操作可能なプログラムまたはバッチ ファイルとして認識されていません。
|
36
40
|
|
37
|
-
|
38
|
-
|
39
|
-
C:\Users\morat>cd c:\centos
|
41
|
+
C:\Users\morat>cd c:\centos
|
40
|
-
|
41
|
-
|
42
42
|
|
43
43
|
c:\centos>vagrant status
|
44
44
|
|
45
|
-
Current machine states:
|
45
|
+
Current machine states:
|
46
|
-
|
47
|
-
|
48
46
|
|
49
47
|
db01 poweroff (virtualbox)
|
50
48
|
|
@@ -52,17 +50,13 @@
|
|
52
50
|
|
53
51
|
db12 not created (virtualbox)
|
54
52
|
|
55
|
-
db13 not created (virtualbox)
|
53
|
+
db13 not created (virtualbox)
|
56
|
-
|
57
|
-
|
58
54
|
|
59
55
|
This environment represents multiple VMs. The VMs are all listed
|
60
56
|
|
61
57
|
above with their current state. For more information about a specific
|
62
58
|
|
63
|
-
VM, run
|
59
|
+
VM, run vagrant status NAME.
|
64
|
-
|
65
|
-
|
66
60
|
|
67
61
|
c:\centos>vagrant up db01
|
68
62
|
|
@@ -74,15 +68,15 @@
|
|
74
68
|
|
75
69
|
==> db01: Preparing network interfaces based on configuration...
|
76
70
|
|
77
|
-
|
71
|
+
db01: Adapter 1: nat
|
78
72
|
|
79
|
-
|
73
|
+
db01: Adapter 2: hostonly
|
80
74
|
|
81
75
|
==> db01: Forwarding ports...
|
82
76
|
|
83
|
-
|
77
|
+
db01: 3306 (guest) => 3306 (host) (adapter 1)
|
84
78
|
|
85
|
-
|
79
|
+
db01: 22 (guest) => 2222 (host) (adapter 1)
|
86
80
|
|
87
81
|
==> db01: Running 'pre-boot' VM customizations...
|
88
82
|
|
@@ -90,27 +84,23 @@
|
|
90
84
|
|
91
85
|
==> db01: Waiting for machine to boot. This may take a few minutes...
|
92
86
|
|
93
|
-
|
87
|
+
db01: SSH address: 127.0.0.1:2222
|
94
88
|
|
95
|
-
|
89
|
+
db01: SSH username: vagrant
|
96
90
|
|
97
|
-
|
91
|
+
db01: SSH auth method: private key
|
98
92
|
|
99
93
|
Timed out while waiting for the machine to boot. This means that
|
100
94
|
|
101
95
|
Vagrant was unable to communicate with the guest machine within
|
102
96
|
|
103
|
-
the configured ("config.vm.boot_timeout" value) time period.
|
97
|
+
the configured ("config.vm.boot_timeout" value) time period.
|
104
|
-
|
105
|
-
|
106
98
|
|
107
99
|
If you look above, you should be able to see the error(s) that
|
108
100
|
|
109
101
|
Vagrant had when attempting to connect to the machine. These errors
|
110
102
|
|
111
|
-
are usually good hints as to what may be wrong.
|
103
|
+
are usually good hints as to what may be wrong.
|
112
|
-
|
113
|
-
|
114
104
|
|
115
105
|
If you're using a custom box, make sure that networking is properly
|
116
106
|
|
@@ -120,21 +110,15 @@
|
|
120
110
|
|
121
111
|
Verify that authentication configurations are also setup properly,
|
122
112
|
|
123
|
-
as well.
|
113
|
+
as well.
|
124
|
-
|
125
|
-
|
126
114
|
|
127
115
|
If the box appears to be booting properly, you may want to increase
|
128
116
|
|
129
|
-
the timeout ("config.vm.boot_timeout") value.
|
117
|
+
the timeout ("config.vm.boot_timeout") value.
|
130
|
-
|
131
|
-
|
132
118
|
|
133
119
|
c:\centos>vagrant status
|
134
120
|
|
135
|
-
Current machine states:
|
121
|
+
Current machine states:
|
136
|
-
|
137
|
-
|
138
122
|
|
139
123
|
db01 running (virtualbox)
|
140
124
|
|
@@ -142,21 +126,19 @@
|
|
142
126
|
|
143
127
|
db12 not created (virtualbox)
|
144
128
|
|
145
|
-
db13 not created (virtualbox)
|
129
|
+
db13 not created (virtualbox)
|
146
|
-
|
147
|
-
|
148
130
|
|
149
131
|
This environment represents multiple VMs. The VMs are all listed
|
150
132
|
|
151
133
|
above with their current state. For more information about a specific
|
152
134
|
|
153
|
-
VM, run
|
135
|
+
VM, run vagrant status NAME.
|
154
|
-
|
155
|
-
|
156
136
|
|
157
137
|
c:\centos>vagrant ssh db01
|
158
138
|
|
159
|
-
ssh_exchange_identification: read: Connection reset
|
139
|
+
ssh_exchange_identification: read: Connection reset
|
140
|
+
|
141
|
+
```
|
160
142
|
|
161
143
|
|
162
144
|
|
1
見出しの追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
Centos7,oracleVM v
|
1
|
+
Centos7,oracleVM virtualboxを使用しvagrantを用いて仮想サーバーにアクセスする。
|
2
2
|
|
3
3
|
という手順の最中にエラーコード?
|
4
4
|
|