Friday, March 16, 2012

vSphere PowerCLI Administration Guide

http://www.vmware.com/support/developer/PowerCLI/PowerCLI41/doc/viwin_admg.pdf

DELL PCT 6224 (EQL configuration)

  1. Enable the RSTP on the switch
  2. Enable “spanning-tree portfast” on all ports connected to the SAN
  3. Enable Jumbo Frame support on ports connected to the SAN
  4. Disable the “storm control” feature on ports connected to the SAN
  5. 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/

Sunday, March 11, 2012

Friday, February 17, 2012

How to install Apache with perl modules on CENTOS

1/ Install Apache
yum install httpd

2/ Configure Apache on startup
chkconfig httpd on

3/ Allow port 80 and 443 in IPTABLES firewall
edit conf file /etc/sysconfig/iptables and add folowing lines before last reject line

-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 443 -j ACCEPT

4/ Install PERL modules


rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm

yum list *NCFTP*

yum install ncftp

perl -MCPAN -e shell
cpan> install XML::Simple

Wednesday, January 25, 2012

DELL racadm on CentOS 5.7

Here are 4 simple steps to get, setup and use DELL RACADM cli tool.
  1. Install and configure minimal installation of CENTOS 5.7 x86_64
  2. wget http://linux.dell.com/repo/hardware/OMSA_6.1/platform_independent/rh50_64/racadm/mgmtst-racadm-6.1.0-648.i386.rpm
  3. yum install compat-libstdc++-33
  4. rpm -i mgmtst-racadm-6.1.0-648.i386.rpm

and here we go ...

You can use racadm to query for example DELL M1000e CMC
racadm -r 10.10.1.54 -u root -p calvin getsysinfo

Bellow are links to some other posts about RACADM ...

RACADM Command Line Interface for DRAC ...
http://en.community.dell.com/techcenter/systems-management/w/wiki/racadm-command-line-interface-for-drac.aspx

How to setup racadm on Centos ...
http://linux.dell.com/repo/hardware/OMSA_6.1/#yum

Here is some blog about ...
http://yo61.com/install-dell-racadm-on-fedora-11.html

Here is the software repository for racadm install package
http://linux.dell.com/repo/hardware/OMSA_6.1/platform_independent/rh50_64/racadm/