ESXI: Difference between revisions
(Created page with "== Finding a Missing Volume == # esxcfg-volume -l <pre> Scanning for VMFS-6 host activity (4096 bytes/HB, 1024 HBs). VMFS UUID/label: 5dd0e02b-ae64ea6d-7d1d-0026b942f36f/fre...") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Finding a Missing Volume == | == Finding and Mounting a Missing Volume == | ||
To Find the Missing Volume | |||
<pre>esxcfg-volume -l</pre> | |||
<pre> | <pre> | ||
Line 12: | Line 14: | ||
Mount the Datastore With | Mount the Datastore With | ||
<pre>esxcfg-volume -m 5dd0e02b-ae64ea6d-7d1d-0026b942f36f</pre> | <pre>esxcfg-volume -m 5dd0e02b-ae64ea6d-7d1d-0026b942f36f</pre> | ||
== Add WAN/LAN for PFSense == | |||
# From Virtual Switches, Add a LAN and WAN virtual switch with each 2 separate NICs | |||
# From Port Groups, Add a LAN/WAN and use the corresponding switches created in step 1 | |||
# Add the WAN/LAN cards to 1 or more virtual machines |
Latest revision as of 05:51, 18 December 2023
Finding and Mounting a Missing Volume
To Find the Missing Volume
esxcfg-volume -l
Scanning for VMFS-6 host activity (4096 bytes/HB, 1024 HBs). VMFS UUID/label: 5dd0e02b-ae64ea6d-7d1d-0026b942f36f/freenas da2 Can mount: Yes Can resignature: Yes Extent name: naa.6d4ae5208da10400282993e31470b791:1 range: 0 - 7630079 (MB)
Mount the Datastore With
esxcfg-volume -m 5dd0e02b-ae64ea6d-7d1d-0026b942f36f
Add WAN/LAN for PFSense
- From Virtual Switches, Add a LAN and WAN virtual switch with each 2 separate NICs
- From Port Groups, Add a LAN/WAN and use the corresponding switches created in step 1
- Add the WAN/LAN cards to 1 or more virtual machines