We just upgraded to cDOT 8.2.1p2 from 7-mode 8.1. There are, as expected, a few hiccups. One of the user-facing ones is this response when users run the 'quota' command on any of our Linux clients (we're an all-NFSv3 environment):
quota: error while getting quota from $filer:/vol/home/0 for $user (id $id): Connection refused
I can tell that the daemon is running on the svm from both the client and filer sides:
$rpcinfo -p $filer
program vers proto port service
.
.
100011 1 udp 4049 rquotad
::> network connections listening show -node $node1
Vserver Name Interface Name:Local Port Protocol/Service
---------------- ------------------------------------- -----------------------
Node: $node1
.
. $filer data1:4049 UDP/unknown
None of the firewall options I can find deal with anything other than basic services. Does anybody have any hints as to how to open this up? Thanks.