搜索""的结果
vsphere client 上传文件:Failed to log into NFC ServerFailed to log into NFC Server:          用户通过vCenter 向某一个ESXi 4.1主机上的数据存储,上传任何文件,都会报错:“Failed to log into NFC Server”。                      但是,如果通过 vSphere Client 直接登录ESXi 4.1主机,上传文件却没有任何问题。故障分析:因此,怀疑是vCenter 的问题,而且,也有资料显示,有可能是vCenter 的问题。   vCenter连接ESXi主机时是用的主机名而不是主机的IP,所以可能是使用vSphere Client的PC对ESXi主机的域名解析有问题,最后在C:\Windows\System32\drivers\etc\hosts文件中加入ESXi主机名和其IP的对应关系,保存。最测试,上传文件,文件夹没有问题。
红旗Linux SP3 正确配置cmi8738声卡安装红旗Linux SP3 系统 后,原来的独立PCI CMI8738 声卡没法驱动,后来直接安装 linux 3.6.5 内核后。却可以正常识别硬盘,但是系统 还是没有声音。因为声卡配置重新配置后才能使用。点击系统 的喇叭图标。然后 点击 -混音器 - 开关 Line-in mode 选项为 Rear-out最后再点击打开: Four Channel Mode 关闭 选项: Exchange DAC然后就可以正常使用声卡了。
Compiling the Realtek RTL8111 driver on XenServerPosted on March 3, 2010 I have been using Citrix XenServer for a short while now and it has become my virtual(is/iz)ation solution of choice.Things were going great until I started to have problems after upgrading… It seems my onboard Realtek network interface (Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)) was not officially supported in XenServers HCL and became subjected to known driver problems.RX packets:97840 errors:0 dropped:1203654335 overruns:0 frame:0Although the network interface is still usable, as you can imagine – things are incredibly slow… especially if you rely on Remote Desktops/VNC/Terminal Services etc…The solution was to use the Citrix XenServer Driver Development Kit (DDK) to compile the kernel module for the network interface card.First we need to download the DDK VM, burn it to disk and then import it using XenCenter (this may seem an odd ...
fsockopen函数被PHPDDOS利用攻击的解决办法 通用解决方法: 找到程序里的fsockopen 函数,替换为:pfsockopen,即可解决所有问题,两个函数的区别在于pfsockopen 保持keep-alive,使得黑客无法进行 连接数攻击。已知使用fsockopen 函数的程序文件路径(在fsockopen 前加p, 即fsockopen 修改为pfsockopen  即可 )[其他程序可通过错误提示的文件路径查看更改]:Discuz X2  安装提示不支持fsockopen:将/include/install_var.php  文件里的$func_items = array(‘mysql_connect’, ‘fsockopen‘, ‘gethostbyname’, ‘file_get_contents’, ‘xml_parser_create’);替换为:$func_items = array(‘mysql_connect’, ‘pfsockopen‘, ‘gethostbyname’, ‘file_get_contents’, ‘xml_parser_create’);即可正常安装。X2全部包含fsockopen的文件(如果用邮件只修改邮件即可,其他文件都是自动判断pfsockopen): \api\manyou\Manyou.php\api\trade\api_alipay.php\install\include\install_function.php\install\include\install_lang.php\install\include\install_var.php\source\admincp\admincp_addons.php\source\admincp\admincp_checktools.p...
Cnyunwei.com-Cacti+Nagios 是由运维网集成制作发布的一个基于CentOS 6.2系统集成Cacti及Nagios的全自动安装系统,并集成Cacti的相关常用插件,及集成Nconf在线配置 Nagios,及集成简单实用的MySQL数据库管理工具phpMyAdmin等实用工具,省去自己一步一步安装的麻烦……Cacti、Nagios采用全源码编译,方便以后更新升级,有更新时只需要替换更新文件即可(升级可不能忽视哦,第一次选择对了,以后就省了很多的麻烦)Nconf在线web方式配置Nagios,配置信息全部写入数据库,方便备份、更新发布,迁移也很方便哦集成更多实用的模板,集成Apache模板、IIS模板、MySQL数据库模板、SQL Server数据库模板、Squid模板、Nginx模板、打印机模板、多CPU图合一模板、HP EVA Commandview模板、Cisco - 2900/3500模板、Huawei S3900 Series模板、Memcached Server模板、F5模板…………保持和官方同步一至,方便采用官方的版本无缝升级,保证稳定性,运维的是追求稳定……集成Monitor、Thold、Manage、Syslog、NPC、Clog、Weathermap等等近40个扩展插件(默认只安装了部分,自己可以有选择的安装)还集成pnp4nagios哦,图形展示Nagios监控……永不停止,持续更新,保持与Cacti、Nagios官方同步...
注:图片太小看不清,可以点击图片会弹出放大图片!一、CentOS系统部分1、修改服务器的IP地址:安装完后默认的IP地址是192.168.0.8,网关是192.168.0.253,DNS是8.8.8.8,自己按需修改,修改方法如下:(1)修改配置文件/etc/sysconfig/network-scripts/ifcfg-eth0vi /etc/sysconfig/network-scripts/ifcfg-eth0DNS1="8.8.8.8"GATEWAY="192.168.0.253"IPADDR="192.168.0.8"修改后,重启服务使修改生效:/etc/init.d/network restart(2)通过Web方式登录http://IP:10000进行修改2、登录CentOS操作系统密码:(建议尽快修改)初始密码:user: root                        pass: www.cnyunwei.com修改方法:以root帐号登录系统后直接输入passwd即可修改3、Webmin地址及默认密码:(建议尽快修改)地址:http://192.168.0.8:10000初始密码:user:root                pass:www.cnyunwei.com修改方法:登录系统执行以下密码即可修改/usr/libexec/webmin/changepass.pl /etc/webmin root ********4、登录phpMy...
XenServer: HowTo Convert HVM to PV (RHEL/SuSE)  In order to make paravirtual work on a linux distro 2 things need to be done, first we need to install on the guest a kernel that support Xen, second, we need to change some parameters on the host system to let it know that we want it to boot in a paravirt environment. the following procedure can be applied on a fresh installation of a HVM system but can also be applied to manually p2v a already working system.in order to install the OS in an HVM mode you will need to choose "other media", that will allow the xenserver to install the system from the a CDROMInstalling the kernel:as a condition for paravirtual to work, a kernel that support Xen hypervisor need to be install on the guest, both SLES10SP1 and RHEL5 have Xen enabled kernels as part of there virtualization packages but we when we install SLES i386 version (oppose to x86_64) we'll find more than one xen kernel. specifically on xen we w...
intel的东西越来越垃圾。垃圾主板芯片级型号搞一大堆。实际上性能肯本没有提升。多个USB3 功能 ,就是一个新型号。多个SATA6Gb接口,又是一个新型号两个SATA6Gb 接,又是一个新型号全是 SATA 6Gb接口,又是一个新型号。真是一大堆垃圾。AMD 芯片级性能强。升级后性能提升好。集成显卡也NB。AMD主板早就全都是SATA6Gb,USB3的接口。intel 还是垃圾成堆。一个芯片级支持一个Sata6Gb,别一个支持2个SATA6Gb。真他妈垃圾。
技嘉 880G主板不支持AMD FXCPU的L3缓存功能两个 880GM-USB3主板,两个880G-USB3,二个M5A88-M与一个M5a97主板,还有FX6100与1090T 主板。安装Linux系统后,查看系统信息.880GM-USB3与880G-USB3 主板都是 L3 Cache Handle: Not Provided不支持L3 Cache .#dmidecode Version: AMD FX(tm)-6100 Six-Core Processor             Voltage: 0.9 VExternal Clock: 200 MHzMax Speed: 3000 MHzCurrent Speed: 3300 MHzStatus: Populated, EnabledUpgrade: Socket 754L1 Cache Handle: 0x000AL2 Cache Handle: 0x000CL3 Cache Handle: Not ProvidedSerial Number:  Asset Tag:  而华硕M5a88-M 与M5a97主板都是正常的。可以支持L3 cache#dmidecode Handle 0x0004, DMI type 4, 40 bytesProcessor Information        Socket Designation: AM3R2        Type: Central Processor        Family: <OUT OF SPEC>        Manufacturer: AMD  &nbs...
dmesg 检测到的硬件和启动的消息 lsdev 关于已安装硬件的信息译注 Linux # cat /proc/cpuinfo # CPU 讯息 # cat /proc/meminfo # 内存信息 # grep MemTotal /proc/meminfo # 显示物理内存大小 # watch -n1 'cat /proc/interrupts' # 监控内核处理的所有中断 # free -m # 显示已用和空闲的内存信息 (-m 为 MB)译注:包括 SWAP 分区 # cat /proc/devices # 显示当前核心配置的设备 # lspci -tv # 显示 PCI 设备 # lsusb -tv # 显示 USB 设备 # lshal # 显示所有设备属性列表 # dmidecode # 显示从 BIOS 中获取的硬件信息 unix # sysctl hw.model # CPU 讯息 # sysctl hw # 得到很多硬件信息 # sysctl vm # 虚拟内存使用情况 # dmesg | grep "real mem" # 物理内存 # sysctl -a | grep mem # 内核内存的设置和信息 # sysctl dev ...
    总共269页,当前第216页 | 页数:
  1. 206
  2. 207
  3. 208
  4. 209
  5. 210
  6. 211
  7. 212
  8. 213
  9. 214
  10. 215
  11. 216
  12. 217
  13. 218
  14. 219
  15. 220
  16. 221
  17. 222
  18. 223
  19. 224
  20. 225
  21. 226