码迷,mamicode.com
首页 >  
搜索关键字:idrac dell racadm    ( 839个结果
DELL OMSA在ESXi服务器上安装部署
前言本页详述了在一台VMwareESXi(ESXi5.5)服务器上部署安装OMSA的通用做法,包括OMSA软件的获取方法和安装步骤。演示环境:DELLPowerEdgeR620,VMwareESXi5.5相关软件的下载和准备1.VMwarevSphereCLI5.5。我们需要在管理员的操作机(笔记本)上,通过CLI进行远程ESXi服务器的..
分类:其他好文   时间:2014-11-12 18:01:39    阅读次数:560
Dell服务器设置iDRAC(远控卡)的ip地址(linux)
Centos下yum -y install OpenIPMI OpenIPMI-toolschkconfig ipmi onservice ipmi startipmitool lan set 1 ipsrc static 改为静态IPipmitool -I open lan set 1...
分类:系统相关   时间:2014-11-10 17:18:36    阅读次数:262
Dell R410, R710设置iDRAC(远控卡)的ip地址
CentOS下# yum -y install OpenIPMI OpenIPMI-tools就安装好ipmi的工具了。# chkconfig impi on# service ipmi start设置iDRAC的ip信息及启用IPMI网络控制# ipmitool -I open lan set 1...
分类:其他好文   时间:2014-11-10 17:11:59    阅读次数:577
Install CUDA 6.0 on Ubuntu 14.04 LTS
Ubuntu 14.04 LTS is out, loads of new features have been added. Here are some procedures I followed to install CUDA 6.0 on my DELL Inspiron.First of a...
分类:系统相关   时间:2014-11-09 00:49:56    阅读次数:300
Intermezzo: A Data Analysis Session
# -*- coding: utf-8 -*-"""Created on Wed Nov 05 15:18:17 2014@author: dell"""import pandas as pdimport numpy as npimport datetimeimport matplotlib.pyp...
分类:其他好文   时间:2014-11-06 12:22:03    阅读次数:295
quiver
# -*- coding: utf-8 -*-"""Created on Tue Nov 04 21:22:29 2014@author: dell"""import numpy as npimport matplotlib.pyplot as pltx, y = np.meshgrid(np.li...
分类:其他好文   时间:2014-11-04 22:31:31    阅读次数:422
stackplot
# -*- coding: utf-8 -*-"""Created on Tue Nov 04 15:46:32 2014@author: dell"""import numpy as npimport matplotlib.pyplot as pltif __name__ == '__main__...
分类:其他好文   时间:2014-11-04 19:36:46    阅读次数:200
封装短信猫,dell类库生成,在vs2008中创建类库项目.并在mobilesp中建立pulbic类型的gms类.
usingSystem;usingSystem.Collections.Generic;usingSystem.Text;usingSystem.Runtime.InteropServices;namespaceMobileSP{publicclassGMS{//codego.net初始化gsmmodem,并连接gsmmodem[DllImport("dllforvc.dll",EntryPoint="GSMModemInitNew",CharSet=CharSet.Ansi,CallingCon..
分类:其他好文   时间:2014-11-01 12:02:53    阅读次数:187
ubantu下配置android开发环境(Ubuntu 12.04.4 LTS x64 dell 3420)
鉴于每次重装系统都要重新安装软件,重新配置选项,而ubantu下的安装步骤往往比较麻烦,在此将具体的操作步骤记录下来,以便于后来的查看,从而省去重新查找安装步骤的麻烦.1.Android SDK中的adb程序是32位的,Ubuntu x64系统需要安装32位库文件,用于兼容32位的程序。我的系统是6...
分类:移动开发   时间:2014-10-31 20:38:25    阅读次数:209
修复VirtualBox "This kernel requires the following features not present on the CPU: pae Unable to boot
问题描述:1、机器:Linux主机,特别是主机为大内存,比如: 4G内存的使用pae内核的Ubuntu系统的dell电脑。2、情况:使用VirtualBox安装Linux系统时,比如:通过Virtalbox安装 ChromeOS、安装YLMF OS等。3、原因:需要安装的linux系统需要启动 pa...
分类:Windows程序   时间:2014-10-27 12:30:42    阅读次数:269
839条   上一页 1 ... 75 76 77 78 79 ... 84 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!