Connection lost
Trying to reconnect…
Server didn't respond
Recovering…
NFS server + client
v0.1.3Inspect a host's NFS exports, mounted shares, RPC state, active client connections. Plus one narrow operator action (exportfs -r). Read-only except the re-export.
Install
emisar pack install
validates the pack and verifies its content hash before copying it into /etc/emisar/packs.
The --hash
below pins the
install to the exact bytes on this page — a tampered copy is rejected. After
install, reload the runner; it re-reads the catalog and advertises every action.
content hash: sha256:adcdf896cb1c34c85e99838d516d72d12d11fca9f77cb0a1d0e5748c11c09461
sudo emisar pack install nfs \ --hash sha256:adcdf896cb1c34c85e99838d516d72d12d11fca9f77cb0a1d0e5748c11c09461 \ --dest /etc/emisar/packs # Reload so the runner re-reads the catalog: sudo systemctl reload emisar
Actions 9 total
View on GitHub-
cat /var/lib/nfs/etab
-
exportfs -r
-
exportfs -u <client>:<path>
-
exportfs -v
-
NFS mounts on this host
-
nfsstat -c (client)
-
nfsstat -s (server)
-
rpcinfo -p
-
showmount -e