SPARC T4 RAID Setup (ZT)】的更多相关文章

http://www.confignotes.com/2013/09/sparc-t4-raid-setup/ How to configure a RAID volume with the internal Hard Drives on Oracle/SUN SPARC T4-1 and T4-2. The RAID setup procedure below was tested in SPARC T4-1. This procedure also works on Netra SPARC…
>FOR FREEDOM!< {A} Introduction Here's a short description of what is supported in the Linux RAID drivers. RAID is not a guarantee for data integrity, it just allows you to keep your data if a disk dies. The current RAID drivers in Linux support the…
常规安装模式: STEP 1 进入bios 将高级设置中,引导模式设置为传统(旧模式)模式,一般存在legacy (旧模式),uefi with csm ,uefi without csm 三个模式,选择legacy 或旧模式. STEP 2 在高级设置里,将设备设置里的设备模式设置成RAID ,并且 将CTRL+I 选项打开. 保存重启系统 STEP 3 开机时同时按ctrl +I 进入 raid 设置界面. STEP 4 进入raid 设置界面之后,可以看到SSD 出于cache 状态.选择…
很久之前做ubuntu的PXE配置ubuntu的preseed费了很大的力气,总结的不多,现在温习一下. 就我所接触的,有分区普通磁盘,LVM,和raid三种方式.其中前两中方式比较多,raid方式是建立软raid,如果有硬件raid,不许要这个. 先看我配置成功的例子: # Partitioning d-i partman-auto/method string regular d-i partman-lvm/device_remove_lvm boolean trued-i partman-m…
Ubuntu Server 部署手册 pxe+tftp+vsftp+apache2 ======================================================================= 服务器配置 TFTP配置 安装tftp apt-get install tftp-hpa tftpd-hpa ,或者 apt-get install tftp-hpa tftpd-hpa xinetd 配置TFTP TFTP有两种应用方式,一种作为独立的服务,一种作为xi…
这些选项是特定于Java HotSpot虚拟机的通用选项.-X 显示所有可用-X选项的帮助. -Xbatch 禁用后台编译.默认情况下,JVM将该方法编译为后台任务,以解释器模式运行该方法,直到后台编译完成.该-Xbatch标志禁用后台编译,以便所有方法的编译作为前台任务继续进行,直到完成. 此选项相当于-XX:-BackgroundCompilation. -Xbootclasspath:path 指定以冒号(:)分隔的目录,JAR文件和ZIP存档的列表,以搜索引导类文件.这些用于代替JDK中…
原文地址:http://h3x.no/2011/05/10/guide-solr-performance-tuning Introduction I have for the last year been working a lot with the Solr search engine, and figuring out how to get the best performance from a Solr instance.  And it is almost funny how much…
Launches a Java application. Synopsis java [options] classname [args] java [options] -jar filename [args] javaw [options] classname [args] javaw [options] -jar filename [args] options Command-line options separated by spaces. See Options. classname T…
http://blog.sina.com.cn/s/blog_4a6151550100iowl.html 判断依据:1.具有相同core id的cpu是同一个core的超线程.2.具有相同physical id的cpu是同一颗cpu封装的线程或者cores. 英文版:1.Physical id and core id are not necessarily consecutive but they are unique. Any cpu with the same core id are hyp…
1 概述 CPU架构是CPU商给CPU产品定的一个规范,主要目的是为了区分不同类型的CPU.目前市场上的CPU分类主要分有两大阵营,一个是intel.AMD为首的复杂指令集CPU,另一个是以IBM.ARM为首的精简指令集CPU.不同品牌的CPU,其产品的架构也不相同,Intel.AMD的CPU是X86架构,IBM公司的CPU是PowerPC架构,ARM公司的CPU是ARM架构,国内的飞腾CPU也是ARM架构.此外还有MPIS架构.SPARC架构.Alpha架构. 2 X86架构 X86架构(Th…