Update Virtualization/Proxmox/ProxmoxVE.md
This commit is contained in:
@ -42,7 +42,7 @@ To get the iSCSI Initiator IQN of the current Proxmox node, you need to navigate
|
|||||||
- On the left-hand side, click on the name of the server node (e.g. `proxmox-node-01` or `proxmox-node-02`)
|
- On the left-hand side, click on the name of the server node (e.g. `proxmox-node-01` or `proxmox-node-02`)
|
||||||
- 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:
|
||||||
```
|
``` sh
|
||||||
cat /etc/iscsi/initiatorname.iscsi | grep "InitiatorName=" | sed 's/InitiatorName=//'
|
cat /etc/iscsi/initiatorname.iscsi | grep "InitiatorName=" | sed 's/InitiatorName=//'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user