@TS79 Thanks again! The TrueNAS NFS path which I see on the existing XCP-NG Hosts has the serverpath: /mnt/Tank/XCP-NG (see screenshot below):
However, when I try to create this SR NFS on the new host, it only shows the serverpath as /mnt/Tank like so:
Using the search icon under the Subdirectory doesn't load anything:
And if I manually enter XCP-NG in the Subdirectory field, I'm presented with two options under the "Storage usage":
FreeNAS shows the following content in /mn/Tank/XCP-NG directory:
The "e027cbe3-c650-d923-fb6f-97626c68c514" and "e140ab5d-8833-fd4b-91fe-68d9ff8652e9" are SR for existing hosts that connect with no issues to TrueNAS via NFS.
On the networking error when trying to install XO using the deploy method, I ran the following command on this host and returned the following:
I'm not using any VLANs and not sure where to check the network configuration files but this is what I have via the XOCE for this host:
[12:24 XCP55 ~]# brctl show
bridge name bridge id STP enabled interfaces
[12:24 XCP55 ~]#
[12:24 XCP55 ~]# ip route show
default via 10.10.10.1 dev xenbr7
10.10.1.0/24 dev xenbr0 proto kernel scope link src 10.10.1.10
10.10.2.0/24 dev xenbr1 proto kernel scope link src 10.10.2.10
10.10.10.0/24 dev xenbr7 proto kernel scope link src 10.10.10.5
[12:25 XCP55 ~]#
[12:32 XCP55 ~]# ip a show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
2: eth4: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master ovs-system state UP group default qlen 1000
link/ether a0:36:9f:8a:18:18 brd ff:ff:ff:ff:ff:ff
3: eth5: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq master ovs-system state DOWN group default qlen 1000
link/ether a0:36:9f:8a:18:19 brd ff:ff:ff:ff:ff:ff
4: eth6: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master ovs-system state UP group default qlen 1000
link/ether a0:36:9f:8a:18:1a brd ff:ff:ff:ff:ff:ff
5: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9000 qdisc mq master ovs-system state UP group default qlen 1000
link/ether e4:43:4b:c8:51:84 brd ff:ff:ff:ff:ff:ff
6: eth7: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master ovs-system state UP group default qlen 1000
link/ether a0:36:9f:8a:18:1b brd ff:ff:ff:ff:ff:ff
7: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9000 qdisc mq master ovs-system state UP group default qlen 1000
link/ether e4:43:4b:c8:51:85 brd ff:ff:ff:ff:ff:ff
8: eth2: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq master ovs-system state DOWN group default qlen 1000
link/ether e4:43:4b:c8:51:86 brd ff:ff:ff:ff:ff:ff
9: eth3: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq master ovs-system state DOWN group default qlen 1000
link/ether e4:43:4b:c8:51:87 brd ff:ff:ff:ff:ff:ff
10: ovs-system: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether 1e:13:9f:39:76:f9 brd ff:ff:ff:ff:ff:ff
11: xenbr4: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000
link/ether a0:36:9f:8a:18:18 brd ff:ff:ff:ff:ff:ff
14: xenbr2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000
link/ether e4:43:4b:c8:51:86 brd ff:ff:ff:ff:ff:ff
15: xenbr6: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000
link/ether a0:36:9f:8a:18:1a brd ff:ff:ff:ff:ff:ff
16: xenbr5: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000
link/ether a0:36:9f:8a:18:19 brd ff:ff:ff:ff:ff:ff
17: xenbr3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000
link/ether e4:43:4b:c8:51:87 brd ff:ff:ff:ff:ff:ff
18: xenbr7: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000
link/ether a0:36:9f:8a:18:1b brd ff:ff:ff:ff:ff:ff
inet 10.10.10.5/24 brd 10.10.10.255 scope global xenbr7
valid_lft forever preferred_lft forever
19: xenbr1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9000 qdisc noqueue state UNKNOWN group default qlen 1000
link/ether e4:43:4b:c8:51:85 brd ff:ff:ff:ff:ff:ff
inet 10.10.2.10/24 brd 10.10.2.255 scope global xenbr1
valid_lft forever preferred_lft forever
20: xenbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9000 qdisc noqueue state UNKNOWN group default qlen 1000
link/ether e4:43:4b:c8:51:84 brd ff:ff:ff:ff:ff:ff
inet 10.10.1.10/24 brd 10.10.1.255 scope global xenbr0
valid_lft forever preferred_lft forever
Thank you again!
SW