On Ubuntu NFS client machine we need install NFS client software:
apt-get install nfs-common
Create new folder (RRHH for example):
mkdir /home/amaya/RRHH
Then mount NFS share:
sudo mount 10.222.54.10:/mnt/VOL1/Dataset1 /home/amaya/RRHH/
Now we are connected with the NFS share. If we restart client machine share will be unmounted.
For permanent mount NFS share at client end on startup we need to add the NFS share in fstab file on Linux client.
nano /etc/fstab
and add next line into fstab file:
10.222.54.10:/mnt/VOL1/Dataset1 /home/amaya/RRHH/ nfs defaults 0 0
Now NFS share will mounted on startup after reboot.
jueves, 23 de enero de 2020
martes, 21 de enero de 2020
Cómo configurar Synology NAS como datastore del servidor VMware
esxcfg-nics -l
/sbin/services.sh restart
PRÁCTICA
https://www.synology.com/es-mx/knowledgebase/DSM/tutorial/Virtualization/How_to_set_up_Synology_NAS_as_VMware_server_datastore
APUNTES
https://mega.nz/#F!nZMFkCoA!6_npAZlSLPRt9VUwmjGbhg
/sbin/services.sh restart
PRÁCTICA
https://www.synology.com/es-mx/knowledgebase/DSM/tutorial/Virtualization/How_to_set_up_Synology_NAS_as_VMware_server_datastore
APUNTES
https://mega.nz/#F!nZMFkCoA!6_npAZlSLPRt9VUwmjGbhg
jueves, 16 de enero de 2020
Redundancia
3. f. Cierta repetición de la información contenida en un mensaje, que permite, a pesar de la pérdida de una parte de este, reconstruir su contenido.
RAID 0, 1, 5, 10, matriz RAID, listo para RAID para las placas y Kits
RAID Calculator
sábado, 11 de enero de 2020
jueves, 9 de enero de 2020
Suscribirse a:
Entradas (Atom)