VMware VCP4

Category - ESX(i) Storage

What command is used to add a VMkernel port to the software-based ISCSI initiator?
  1. esxcli swiscsi nic add -n <vmkX> -d vmhba33
  2. esxcli swiscsi nic add -n <vmkX> -d vmhba38
  3. esxcli swiscsi nic add -d <vmkX> -d vmhba33
  4. esxcli swiscsi nic add -n <vmkX> -d vmhba34
Explanation
Answer: A - The command used to add a VMkernel port to a software-based ISCSI initiator is esxcli swiscsi nic add -n <vmkX> -d vmhba33, where <vmkX> is the vmkernel port you are adding, e.g. vmk2. The command is repeated for each VMkernel port you wish to add to the ISCSI initiator, e.g.
esxcli swiscsi nic add -n vmk2 -d vmhba33
esxcli swiscsi nic add -n vmk3 -d vmhba33
esxcli swiscsi nic add -n vmk4 -d vmhba33
Was this helpful? Upvote!
Login to contribute your own answer or details

Top questions

Related questions

Most popular on PracticeQuiz