VMware VS4-STD-C Evaluator Guide - Page 60

Bringing It All Together

Page 60 highlights

VMware vSphere 5.0 Evaluation Guide - Volume One Bringing It All Together The following example shows how to generate a list of the VMFS file systems on an ESXi host that have not been upgraded to VMFS-5. In this example, we will demonstrate the syntax discovery feature of esxcli. Start by looking at the namespaces available under the storage namespace by running the esxcli storage --help command, as follows: Figure 73. esxcli Namespaces Under Storage from ESXi Shell We see here that there is a filesystem name space. Next, we look to see what namespaces and commands are available under the esxcli storage filesystem namespace by running the esxcli storage filesystem --help command, as follows: Figure 74. esxcli Namespaces Under Storage Filesystem from ESXi Shell We see that there is a list command under the filesystem namespace that will list all the volumes on the host along with the VMFS information. We now run the final command, esxcli storage filesystem list, as follows: TECHNICAL WHITE PAPER / 60

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106

TECHNICAL WHITE PAPER / 60
VMware vSphere 5.0 Evaluation Guide –
Volume One
Bringing It All Together
The following example shows how to generate a list of the VMFS file systems on an ESXi host that have not been
upgraded to VMFS-5. In this example, we will demonstrate the syntax discovery feature of esxcli.
Start by looking at the namespaces available under the storage namespace by running the
esxcli storage
--help
command, as follows:
Figure 73.
esxcli Namespaces Under Storage from ESXi Shell
We see here that there is a
filesystem
name space. Next, we look to see what namespaces and commands
are available under the
esxcli storage filesystem
namespace by running the
esxcli storage
filesystem --help
command, as follows:
Figure 74.
esxcli Namespaces Under Storage Filesystem from ESXi Shell
We see that there is a
list
command under the
filesystem
namespace that will list all the volumes on the
host along with the VMFS information. We now run the final command,
esxcli storage filesystem
list,
as follows: