meta data de esta página
  •  

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisión
Revisión previa
Próxima revisiónAmbos lados, revisión siguiente
hardware:cabina_iscsi [2012/12/19 08:44] – [3.- Asignar las tarjetas de red] lcvarios:bicicleta:biomecanica:almacenamiento:cabina_iscsi [2017/10/10 09:52] – ↷ Page moved from almacenamiento:cabina_iscsi to varios:bicicleta:biomecanica:almacenamiento:cabina_iscsi lc
Línea 65: Línea 65:
   * No usar Sapnning-Tree (STP) usar rstp   * No usar Sapnning-Tree (STP) usar rstp
   * Deshabilitar LLDP (Link Layer Discovery Protocol)   * Deshabilitar LLDP (Link Layer Discovery Protocol)
 +
 +Revisar -> http://hasanmansur.com/2012/10/14/switch-fabric-setup-for-equalogic-iscsi-powerconnect-switches/
  
 <note tip> <note tip>
Línea 82: Línea 84:
 mtu 9216 mtu 9216
 exit</code> exit</code>
 +En los agregados configurarlos también para soportar Jumbo Frames 
 +<code>
 +Switch1>enable
 +Switch1#configure
 +|Switch1(config)#interface port-channel 1
 +Switch1(config-if-ch1)# mtu 9216
 +</code>
 +<note>En los switch dejar el mtu a 9216 y en los servidores esx ponerlos a 9000 por las cabeceras que se añaden a los paquetes </note>
  
 === deshabilita LLDP === === deshabilita LLDP ===
Línea 201: Línea 211:
 La recomendación ha cambiado, ahora se recomienda un VMkernel por cada tarjeta física La recomendación ha cambiado, ahora se recomienda un VMkernel por cada tarjeta física
 <file> <file>
-[root@ord1309 ~]# esxcfg-vswitch -A ISCSI1 vSwitch1 +esxcfg-vswitch -A ISCSI1 vSwitch1 
-[root@ord1309 ~]# esxcfg-vmknic -a -i 172.17.1.2 -n 255.255.255.0 -m 9000 ISCSI1 +esxcfg-vmknic -a -i 172.17.1.2 -n 255.255.255.0 -m 9000 ISCSI1 
-[root@ord1309 ~]# esxcfg-vswitch -A ISCSI2 vSwitch1                              +esxcfg-vswitch -A ISCSI2 vSwitch1                              
-[root@ord1309 ~]# esxcfg-vmknic -a -i 172.17.1.3 -n 255.255.255.0 -m 9000 ISCSI2 +esxcfg-vmknic -a -i 172.17.1.3 -n 255.255.255.0 -m 9000 ISCSI2 
-[root@ord1309 ~]# esxcfg-vswitch -A ISCSI3 vSwitch1                              +esxcfg-vswitch -A ISCSI3 vSwitch1                              
-[root@ord1309 ~]# esxcfg-vmknic -a -i 172.17.1.4 -n 255.255.255.0 -m 9000 ISCSI3 +esxcfg-vmknic -a -i 172.17.1.4 -n 255.255.255.0 -m 9000 ISCSI3 
-[root@ord1309 ~]# esxcfg-vswitch -A ISCSI4 vSwitch1                              +esxcfg-vswitch -A ISCSI4 vSwitch1                              
-[root@ord1309 ~]# esxcfg-vmknic -a -i 172.17.1.5 -n 255.255.255.0 -m 9000 ISCSI4 +esxcfg-vmknic -a -i 172.17.1.5 -n 255.255.255.0 -m 9000 ISCSI4 
-[root@ord1309 ~]# esxcfg-vswitch -A ISCSI5 vSwitch1                              +esxcfg-vswitch -A ISCSI5 vSwitch1                              
-[root@ord1309 ~]# esxcfg-vmknic -a -i 172.17.1.6 -n 255.255.255.0 -m 9000 ISCSI5 +esxcfg-vmknic -a -i 172.17.1.6 -n 255.255.255.0 -m 9000 ISCSI5 
-[root@ord1309 ~]# esxcfg-vswitch -A ISCSI6 vSwitch1                              +esxcfg-vswitch -A ISCSI6 vSwitch1                              
-[root@ord1309 ~]# esxcfg-vmknic -a -i 172.17.1.7 -n 255.255.255.0 -m 9000 ISCSI6+esxcfg-vmknic -a -i 172.17.1.7 -n 255.255.255.0 -m 9000 ISCSI6
 </file> </file>
  
Línea 391: Línea 401:
   * http://www.delltechcenter.com/page/A+"Multivendor+Post"+on+using+iSCSI+with+VMware+vSphere   * http://www.delltechcenter.com/page/A+"Multivendor+Post"+on+using+iSCSI+with+VMware+vSphere
   * http://blogs.kraftkennedy.com/index.php/2010/05/07/set-round-robin-mpio-as-default-for-vsphere-4equallogic-sans/   * http://blogs.kraftkennedy.com/index.php/2010/05/07/set-round-robin-mpio-as-default-for-vsphere-4equallogic-sans/
 +  * http://www.cosonok.com/2012/07/configuring-powerconnect-and-cisco.html
 +  * http://en.community.dell.com/techcenter/enterprise-solutions/w/oracle_solutions/1422.how-to-configure-the-optimal-switch-settings-for-an-ip-based-san.aspx