Based on Ubuntu – Server – install NFS on Ubuntu  – aptitude -y install nfs-kernel-server create a “Share” `mkdir /nfs` make sure u have at least the following options specified in /etc/exports /nfs 192.168.0.0/255.255.255.0(rw,no_subtree_check,no_ro…
环境准备 软件:vmware workstation 9.0    ubuntu-12.04.2-server-amd64(官方下载) 硬件:确认CPU支持虚拟化VM-T vmware设置 vmware修改配置如下: 打开虚拟化功能. 然后安装ubuntu12.04 server,安装过程非常简单,这里不再详细描述了. 安装xen server 首先切换到root用户: sudo -s 然后安装系统所需要的软件和补丁: sudo apt--dev gcc-multilib texinfo zli…
在服务器运行过程中如果出现意外情况突然断电很容易引起服务器故障,服务器中的硬件设备损坏可以修复或者购买,但是服务器中的数据一旦发生故障丢失,对于企业来说将是不可估量的损失.那么服务器数据一旦丢失就除了痛哭之外别无他法了吗?不是的,下面我将引用一个真实案例为大家讲解意外断电导致服务器数据丢失的数据恢复方法和过程.文中若有歧义之处欢迎探讨. 虚拟机数据丢失情况描述因服务器突然断电原因导致Xen Server服务器中一台VPS(即Xen Server虚拟机)不可用,虚拟磁盘文件丢失.硬件环境是Dell…
查看Xen Server 信息 (1)查看pool信息 [root@xenserver-243 ~]# xe pool-list uuid ( RO) : e29037aa-0dca-f95a-1932-bf6c8ba9206a name-label ( RW): name-description ( RW): master ( RO): 9d71b444-d2de-4d50-a42d-214ac71d0fd1 default-SR ( RW): 4583c5fc-4329-b93b-abdd-…
参考: Python pip安装模块报错 Mac升级到EI Captain之后pip install 无法使用问题 error: could not create '/System/Library/Frameworks/Python.framework/Versions/2.7/share': Operation not permitted 在OSX下用pip安装networkx时报错: error: could not create '/System/Library/Frameworks/Py…
错误提示:Unable to create Debug Bridge: Unable to start adb server: adb server version (32) doesn't match this client (40) 错误原因:有已经运行的adb,端口被占用了. 解决方法:Ctrl + Alt + Del ,三个键子一起按,进入“任务管理器”,找到abd.exe,杀死正在运行的它. 参考: https://stackoverflow.com/questions/4934043…
打开Android Studio时报如下错误提示: Unable to create Debug Bridge:Unable to start adb server:error:cannot parse versionstring:kg01 'xxxxxxxxxxxxxxx' failed -- run manually if necessary 这是因为adb.exe使用的5037端口被占用了 解决办法: 根据提示查看adb的端口号5037被谁占用 通过 netstat -aon|findst…
最近有个需求,需要在多台系统安装程序,安装文件是iso 格式的,最普通的办法就是拷贝到其它系统,然后mount loop 到本地目录. 但是比较麻烦,而且当前已经有一个nfs 服务端了,于是想出一个办法: 先将iso 拷贝到nfs 服务端, 然后mount 到nfs 路径下 /nfsshare/ 下的一个子目录 iso mount -o loop iso /nfsshare/iso 到其它系统里再mount 这个nfs shell mount -t nfs4 192.168.4.5:/nfssh…
转:http://community.bamboosolutions.com/blogs/sharepoint-2010/archive/2012/06/21/create-a-sharepoint-2010-project-without-sharepoint-server.aspx As a SharePoint developer, Visual Studio 2010 is essential for creating SharePoint solutions. One of the l…
Error: when click "New Database Diagram", a error popped up and said "Attempted to read or write protected memory. This is often an indication that other memory is corrupt. (Microsoft.VisualStudio.OLE.Interop)" Related Link: https://so…
Citrix Xen sucks! When u try to install linux stuff on its Xen servers, u will get an error complaining errors like below: ' ......the bootloader for this VM returned an error -- did the VM installation succeed? INVALID_SOURCE Unable to access a requ…
悲剧的一台windows的虚拟机无法重启无法关机.如下图,一直卡住不动. 首先找到这台机器: [root@xenserver- xen]# xe vm-list name-label=-vss\ server uuid ( RO) : 2109ad5d-ba26-d51f-aa61-326f02ded276 name-label ( RW): -vss server power-state ( RO): running 命令行强制关机无果. [root@xenserver- xen]# xe v…
hdiutil makehybrid -iso -joliet -o test1.iso /users/test/test1…
  系统环境:操作系统Win7 64位,装在虚拟机VM中,ArcGIS for Server 10.2.1 问题描述:ArcGIS for Server 10.2.1安装并授权完成后,站点初始化时显示如上图所示,但是检查系统用户名为“WIN_3H4ED1E8KU2”                    解决办法:修改以下路径中两个文件中服务器的命名,刷新后OK C:\Program Files\ArcGIS\Server\framework\etc\machine-config.xml C:\…
1. First, you have to determine the Storage-Repository-UUID: xe sr-list -> write down / take note of SR-UUID of the SR to delete 2. Find the corresponding Physical Block Device (PBD): xe pbd-list sr-uuid=your-SR-uuid -> write down / take note of PBD…
How to create a Windows Server 2008 cluster from the command line? Creating a cluster in Server 2008 using the cluster.exe command follows essentially the same process as creating a cluster by using the Microsoft Management Console (MMC) Failover Clu…
跟老板申请买了一台配置相对较好的计算机回来做GPU计算,当然,不能独享,所以做成服务器让大家都来用. 这篇日志用来记录配置过程中遇到的一些问题,以方便下次不需要到处谷歌度娘. 安装Server版系统 我使用的是最新版的Ubuntu Server 13.04 64bit版,这个安装好不表. # 配置好中文显示的问题 sudo sed -e '$a\LANG="zh_CN.UTF-8"' -e '$a\LANGUAGE="zh_CN:zh:en_US:en"' -i /…
首先, 你在一台服务器上面配置好NFS 服务器:然后按照一下步骤: mounting the nfs on windows server 2008 r2: open Windows Server 的Dos window(not powershell),typing:servermanagercmd.exe -install FS-NFS-Services to ensure that the disk map still exists after the system is restarted:…
https://blogs.msdn.microsoft.com/askjay/2009/12/29/basic-debugging-concepts-and-setup/ You can create a memory dump of the SQL Server process space in several ways.  There are many external tools that can help you accomplish this such as userdump.exe…
Refer to : http://www.178linux.com/14764 目录:   1. Xen的简介   1.1  Xen的大体结构   1.2 Xen对VM的称呼   1.3 Xen对CPU和内存的虚拟化过程   1.4 Xen对IO设备的虚拟化过程   1.5 Linux Kernel对Xen的支持   1.6 Xen版本发布简史   1.7 Xen的工具栈   1.8 XenStore   1.9  虚拟化中的四种网络模型   1.10 Xen的安全问题导读   2. Xen的…
目录:1. Xen的简介1.1 Xen的大体结构1.2 Xen对VM的称呼1.3 Xen对CPU和内存的虚拟化过程1.4 Xen对IO设备的虚拟化过程1.5 Linux Kernel对Xen的支持1.6 Xen版本发布简史1.7 Xen的工具栈1.8 XenStore1.9 虚拟化中的四种网络模型1.10 Xen的安全问题导读2. Xen的安装及配置文件说明2.1.1 在CentOS6.6上运行Xen的条件2.1.2 Xen的配置2.2.1 Xen 启动DomU的配置文件说明2.2.1.1 如何…
转自:http://www.2cto.com/os/201302/190713.html 环境信息:XenServer Version:6.0.2XenCenter Version:6.0.2NFS server OS Version:CentOS 6.3 Citrix XenServer 是免费的企业级面向云计算的虚拟平台,和 VMware ESX/ESXi 是同级别的竞争产品.XenServer 的安装过程和 VMware ESX/ESXi 一样,都比较简单.和 VMware ESX/ESX…
http://cooker.techsnail.com/index.php/XEN,_KVM,_Libvirt_and_IPTables XEN, KVM, Libvirt and IPTables Alternate Title: "Libvirt overwrites the existing iptables rules" Author: Muhammad Kamran Azeem [CISSP, RHCE, OCP (DBA), CCNA] (http://wbitt.com…
Xen is the new virtualization kid on the block. It's gaining visibility and importance at a speed only projects such as Linux and Apache have seen before. Xen has been around for a couple of years: it was originally part of the Xenoserver platform, w…
http://sqlserverbuilds.blogspot.jp/   What version of SQL Server do I have? This unofficial build chart lists all of the known Service Packs (SP), Cumulative Updates (CU), patches, hotfixes and other builds of MS SQL Server 2016, 2014, 2012, 2008 R2,…
原文 ASP.NET Core on Nano Server 作者 Sourabh Shirhatti 翻译 娄宇(Lyrics) 校对 刘怡(AlexLEWIS).许登洋(Seay).谢炀(kiler).孟帅洋(书缘) 注意:本教程使用 Windows Server Technical Preview 5 的预发行版本的 Nano Server 安装选项. 你可以在虚拟硬盘映像中用来内部演示和评估,但不能在生产环境中使用该软件.可通过 https://go.microsoft.com/fwli…
非常全面的SQL Server巡检脚本来自sqlskills团队的Glenn Berry 大牛 Glenn Berry 大牛会对这个脚本持续更新 -- SQL Server 2012 Diagnostic Information Queries -- Glenn Berry -- April 2015 -- Last Modified: April 27, 2015 -- http://sqlserverperformance.wordpress.com/ -- http://sqlskills…
本文由秀依林枫提供友情赞助,首发于烂泥行天下. 以前有关NFS的文章,我们介绍的都是NFS的使用挂载等等.这篇文章我们介绍有关NFS作为存储使用. 既然本篇文章的主题是有关NFS的,我们还是先把NFS服务器搭建完毕.具体搭建过程可参考<烂泥:NFS存储与VSphere配合使用>,这篇文章. 在此有关NFS配置文件/etc/exports中的几个参数,我们需要先介绍下: ro 该主机对该共享目录有只读权限. rw 该主机对该共享目录有读写权限,需要配合no_root_squash参数使用. ro…
题外话:最近看到各种吐槽.NET怎么落寞..NET怎么不行了..NET工资低的帖子.我也吐槽一句:一个程序猿的自身价值不是由他选择了哪一门技术来决定,而是由他自身能创造出什么价值来决定. 在进入本篇内容之前,这里有几个问题: 1.一般程序猿都知道怎样创建.修改.登录账号,但知不知道登陆账号存储在哪个表或者视图? 2.数据库中其实存在登录账号和用户两个概念,你能解释清楚这两个概念吗? 3.对于一个登录账号,我们可以为他设置哪些权限? 4.你清不清楚数据库信息存储在哪些表或试图? 5.我们可以给登录…
P6 Professional Installation and Configuration Guide (Microsoft SQL Server Database) 16 R1       May 2016 Contents About This Guide...................................................................................... 11 Shared Topics in This Guide .…