I believe the Next Generation Computing is Software Defined Infrastructure on top of the robust physical infrastructure. You can ask me anything about enterprise infrastructure (virtualization, compute, storage, network) and we can discuss it deeply on this blog. Don't hesitate to contact me.
Tuesday, March 27, 2012
Friday, March 16, 2012
DELL PCT 6224 (EQL configuration)
- Enable the RSTP on the switch
- Enable “spanning-tree portfast” on all ports connected to the SAN
- Enable Jumbo Frame support on ports connected to the SAN
- Disable the “storm control” feature on ports connected to the SAN
- When you have dedicated SAN network enable Flow Control on the switch
Configuration:
Switch(config)# spanning-tree mode rstp
Switch(config)# interface range ethernet 1/g1-1/g12
Switch(config-if)# spanning-tree portfast
Switch(config-if)# mtu 9216
Switch(config-if)# no storm-control unicast
Switch(config-if)# exit
Switch(config)# flowcontrol (only you have dedicated SAN)
Switch# copy running-config startup-config
Wednesday, March 14, 2012
ESX, NUMA and "Node Interleaving"
Node interleaving disabled equals NUMA which is the best practice for ESX. That's usually default setting in BIOS of NUMA capable servers.
NUMA can be disabled by enabling Node Interleaving in the BIOS of the ESX host but that's not good practice for NUMA systems.
Full explanation at http://frankdenneman.nl/2010/12/node-interleaving-enable-or-disable/
NUMA can be disabled by enabling Node Interleaving in the BIOS of the ESX host but that's not good practice for NUMA systems.
Full explanation at http://frankdenneman.nl/2010/12/node-interleaving-enable-or-disable/
Sunday, March 11, 2012
How to create and send disk image over ssh
dd bs=4m if=/dev/ad0 | ssh accontrol@192.168.4.185 'cat > image.dd'
Monday, March 05, 2012
VMware Linked Clones
Blog post about linked clones:
https://vwade.wordpress.com/2010/02/28/linked-clones/
Linked clone script with Perl SDK:
http://engineering.ucsb.edu/~duonglt/vmware/vGhettoLinkedClone.html
Linked clone script with PowerCLI:
http://www.vmdev.info/?p=40
https://vwade.wordpress.com/2010/02/28/linked-clones/
Linked clone script with Perl SDK:
http://engineering.ucsb.edu/~duonglt/vmware/vGhettoLinkedClone.html
Linked clone script with PowerCLI:
http://www.vmdev.info/?p=40
Saturday, March 03, 2012
MD5/SHA1 calculation
http://www.mydigitallife.info/hash-calculator-to-get-compute-and-calculate-md5-and-sha1-file-checksum-or-hash-value/
SlavaSoft HashCalc - HASH, CRC, AND HMAC CALCULATOR
http://www.slavasoft.com/hashcalc/index.htm
SlavaSoft HashCalc - HASH, CRC, AND HMAC CALCULATOR
http://www.slavasoft.com/hashcalc/index.htm
Friday, March 02, 2012
Subscribe to:
Posts (Atom)