ZFS command line tools missing from SCALE?

HeyRay2

Cadet
Joined
Aug 8, 2015
Messages
5
I just recently spun up a new NAS server on SCALE and was attempting to send a few datasets over to it from my NAS on CORE and found that the ZFS Send and Receive commands do not appear to be present on SCALE. In fact, it doesn't appear that any ZFS tool are present on SCALE currently:

1625005239450.png


Are these tools not installed by default on SCALE and, if not, what package(s) need to be installed to add them?

Thanks!
 

marmoset

Dabbler
Joined
Dec 18, 2020
Messages
27
Maybe something is up with your shell $PATH ?
Code:
root@truenas:~# which zfs
/usr/sbin/zfs
root@truenas:~# 
 

mroptman

Dabbler
Joined
Dec 2, 2019
Messages
23
In your root @ scale system, make sure to "su -" so you get a login shell as root, which fixes the PATH issues @marmoset mentioned in the previous thread. This was my mistake when SSH is setup as a standard user trying to switch to root.
 

HeyRay2

Cadet
Joined
Aug 8, 2015
Messages
5
In your root @ scale system, make sure to "su -" so you get a login shell as root, which fixes the PATH issues @marmoset mentioned in the previous thread. This was my mistake when SSH is setup as a standard user trying to switch to root.

Thanks, it does appear that the PATH issue was the source of my problem.

The help is greatly appreciated!
 
Top