http://www.vnephos.com/index.php/2012/02/all-aboard-the-nexus-1000v-1-5-train/
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.
Thursday, February 23, 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
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
Sunday, January 29, 2012
Wednesday, January 25, 2012
DELL racadm on CentOS 5.7
Here are 4 simple steps to get, setup and use DELL RACADM cli tool.
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/
- Install and configure minimal installation of CENTOS 5.7 x86_64
- wget http://linux.dell.com/repo/hardware/OMSA_6.1/platform_independent/rh50_64/racadm/mgmtst-racadm-6.1.0-648.i386.rpm
- yum install compat-libstdc++-33
- 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/
Labels:
CentOS,
DELL,
linux,
racadm,
system monitoring
Sunday, January 22, 2012
Friday, January 06, 2012
VMware vCenter Orchestrator
http://www.vcoteam.info/newsflash/vmware-released-the-vcenter-orchestrator-plug-in-update-for-vcloud-director-15.html
MDS Fibre Channel Switching Basics for Network Engineers
Monday, January 02, 2012
Sunday, January 01, 2012
Tuesday, December 20, 2011
Data Center Networking – Victor Lama's White Paper Series
http://en.community.dell.com/techcenter/extras/w/wiki/2841.aspx
Saturday, December 17, 2011
Wednesday, December 14, 2011
Subscribe to:
Posts (Atom)