https://github.com/froggdev/bash_froggesxiremountnfs
Script to remount NFS share after NFS server being offline has ESXI doesn't mount it back automaticaly
https://github.com/froggdev/bash_froggesxiremountnfs
nfs shell-script vmware-esxi
Last synced: 8 months ago
JSON representation
Script to remount NFS share after NFS server being offline has ESXI doesn't mount it back automaticaly
- Host: GitHub
- URL: https://github.com/froggdev/bash_froggesxiremountnfs
- Owner: FroggDev
- Created: 2016-10-13T09:45:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-13T09:48:43.000Z (over 9 years ago)
- Last Synced: 2025-05-17T04:07:22.015Z (about 1 year ago)
- Topics: nfs, shell-script, vmware-esxi
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BASH_froggESXIremountNFS
Script to remount NFS share after NFS server being offline has ESXI doesn't mount it back automaticaly
To add cron task on ESXI, it has been to set in /etc/rc.local.d/local.sh" wich is a permanent file
#add to crontab a task
> Edit File "/etc/rc.local.d/local.sh"
echo "0 * * * * root /vmfs/volumes/datastore1/script/mountNFS.sh >> /vmfs/volumes/datastore1/log/mount.log" >> /var/spool/cron/crontabs/root
more information on ESXI available at https://wiki.frogg.fr/VMWare_Esxi