Update Virtualization/Proxmox/ProxmoxVE.md

This commit is contained in:
Nicole Rappe
2023-12-28 15:12:27 -07:00
parent 03b9f6bb88
commit 3364fe21c3

View File

@ -43,7 +43,7 @@ To get the iSCSI Initiator IQN of the current Proxmox node, you need to navigate
- Click on "**Shell**" to open a CLI to the server - Click on "**Shell**" to open a CLI to the server
- Run the following command to get the iSCSI Initiator (IQN) name to give to TrueNAS Core for the previously-mentioned steps: - Run the following command to get the iSCSI Initiator (IQN) name to give to TrueNAS Core for the previously-mentioned steps:
``` ```
cat /etc/iscsi/initiatorname.iscsi | grep "InitiatorName=" cat /etc/iscsi/initiatorname.iscsi | grep "InitiatorName=" | sed 's/InitiatorName=//'
``` ```
!!! note !!! note