自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

hotsolaris的专栏

声明:本博客中的大部分内容收集自互联网,供学习交流使用。

  • 博客(441)
  • 资源 (9)
  • 收藏
  • 关注

原创 Solaris x86 FAQ

很不错的一个联接,总结了Solaris x86的常见问题:http://www.sun.drydog.com/faq/s86faq.html值得收藏。

2008-09-24 16:14:00 518

原创 Intel最新一代处理器--Nehalem

Intel has branded the first of its next-generation desktop processor, previously codenamed “Nehalem”, the Core i7.The full name of the new processors will be ”Intel® Core™ i7 processor,”  but for

2008-09-16 13:54:00 676

原创 IOMMU comes to Solaris x86

This weekend, the code for the IOMMU for Solaris on Intel (PSARC 2008/560) was pushed.This has potentially profound ramifications for folks working onSolaris device drivers, and I thought Id take

2008-09-16 01:28:00 669

原创 Installing xVM on OpenSolaris

 I used this as a starting point to get Xen running.1. Install the base xVMpkg install SUNWxvmhvmpkg install SUNWvirtinstpkg install SUNWlibvirtpkg install SUNWurlgrabber 2. Configure GRUB (I did

2008-09-15 06:49:00 813

原创 pkgbuild tips - 1

 I have been thinking for some time that I should publish some tips for building packages using pkgbuild.If you have created more then one spec file using pkgbuild, then youwill know that many thi

2008-09-15 06:39:00 751

原创 How small can you make Open Solaris - Part 1

Solarisstarted its life as operating system for workstations and thenprogressed to servers. It has always been an operating system dominatedby features, showing Suns R&D capability. This is gre

2008-09-15 06:32:00 619

原创 Best Practices for Paravirtualization Enhancements from Intel® Virtualization Technology: EPT and VT-d

 OverviewParavirtualization is a technique for increasingthe performance of virtualized systems by reducing the proportion ofhardware resources that the virtual machine monitor (VMM) mustdynam

2008-09-09 08:11:00 1211

原创 An introduction to Microcode

Microprogramming (i.e. writing microcode) is a method that can be employed to implement machine instructions in a CPUrelatively easily, often using less hardware than with other methods.It is a se

2008-09-09 08:00:00 1109

原创 Get xVM information from Domain 0

 ch12.htmlYou should now be comfortable with creating and managing guest images, including using different types of images as well as distributing different devices and resources to the guests

2008-09-08 09:06:00 2089

原创 Clone ZFS-based Solaris xVM domain

  IntroductionIf youre using a ZFS volume as the root disk for a domain, you canmake use of the snapshotting facilities to quickly "clone" a

2008-09-06 07:31:00 706

原创 Setting Up NAT on Solaris Using IP Filter

 Introduction So, youve got several computers on your home or business network, and youd like to be able to access the Internet from all of them, probably via a ca

2008-09-06 07:05:00 571

原创 Virtual Switching in Solaris with Crossbow VNICs

Virtual NICs, also known as VNICs, are a core components of projectCrossbow. They allow physical NICs to be shared by multiple Zones orvirtual machines such as Xen domains. VNICs appear to the r

2008-09-06 07:01:00 527

原创 Private virtual networks for Solaris xVM and Zones with Crossbow

Virtualization is great: save money, save lab space, and save theplanet. So far so good! But how do you connect these virtual machines,allocate them their share of the bandwidth, and how do they t

2008-09-06 06:55:00 644

原创 SMF Hypervisor Services

In Solaris, all of the properties from xend-config.sxp have been put into SMF xvm/xend (config/*). To modify an existing property:# svccfg -s xvm/xend listprop# svccfg -s xvm/xend s

2008-09-06 01:44:00 576

原创 establish Solaris xVM virtual machine on zfs disk

1. Create a Solaris partition[allen@araj-nhm:~]sudo formatSearching for disks...doneAVAILABLE DISK SELECTIONS:       0. c0d0           /pci@0,0/pci-ide@1f,2/ide@0/cmdk@0,0Specify disk (enter its numbe

2008-09-05 06:10:00 1407

原创 Access to Solaris para and full virtual guest

Access OpenSolaris HVM guest=============================1. vnc access from domain 0VNC for HVM guest is default supported by xVM, so after create the HVM guest, domain 0 can access it through VNC:% s

2008-09-04 09:36:00 570

原创 access Solaris xVM virtual guest

Non-graphical domain:=====================[allen@araj-nhm:~]sudo virsh list    Id Name                 State----------------------------------  0 Domain-0             running  2 para-osol-b93        b

2008-09-04 05:23:00 499

原创 Solaris xVM x86 configure file

[allen@araj-nhm:~]sudo xm listName                                        ID   Mem VCPUs      State   Time(s)Domain-0                                     0   962     8     r-----    362.5para-osol-b93

2008-09-04 05:15:00 630

原创 virt-install demo

[allen@araj-nhm:~]sudo virt-installWhat is the name of your virtual machine? para-osol-b93 How much RAM should be allocated (in megabytes)? 1024 What would you like to use as the disk (file path)? /de

2008-09-04 05:11:00 1136

原创 OpenSolaris documentation

OpenSolaris documentation: http://www.opensolaris.org/os/community/documentation/doc_index/dev/

2008-09-04 02:52:00 482

原创 What is OpenSolaris

What is opensolaris?Opensolaris is three things:A codebase that consists of most of Sun Solaris. (Some elements which could not be open-sourced are not included).A community that has formed arou

2008-09-04 02:47:00 470

原创 Disable the useless service in Solaris

1. You can get some basic information about any SMF service with svcs-x . That information generally includes a man page where you canread a detailed description of what the service does.2

2008-09-04 02:34:00 451

原创 Install OpenSolaris on a Windows + Ubuntu system

 Installing OpenSolaris 2008.05 is very similar to the process I used for installing Ubuntu 8.04: download the .iso image file, burn it to a CD, and then boot the CD.  On startup the CD will display

2008-09-02 11:19:00 937

原创 SAMP: Solaris+Apache+MySql+PHP

  Today Im doing a review about the new OpenSolaris 2008.05, the one released from project Indiana on 05/05/2008.     OpenSolaris 2008.05 has all the benefits of Solaris Kernel anduses ZFS (the

2008-09-02 11:07:00 1501

原创 A short introduction to Open Firmware

Open Firmware, or OpenBoot in Sun Microsystems parlance, is a standard defining the interfaces of a computer firmware system, formerly endorsed by the IEEE. It originated at Sun, and is used by Sun, A

2008-09-02 10:56:00 786

原创 default user/passwd for OpenSolaris

username: jackpassword: jackusername: rootpassword: opensolaris

2008-09-02 10:45:00 608

原创 如何获取Solaris/OpenSolaris的页面大小

User Commands                                         pagesize(1)NAME     pagesize - display the size or sizes of a page of memorySYNOPSIS     /usr/bin/pagesize [-a]DESCRIPTION     The pagesize utilit

2008-08-30 06:33:00 553

原创 Getting xVM to work in Opensolaris 2008.05

OpenSolaris 2008.05 came outthe other day, and its pretty nice as far as OS’s go. One of the thingsthat’s great about OpenSolaris is by coupling Xen with ZFS you can get a really powerful virtuali

2008-08-30 04:43:00 710

原创 Solaris的运行级别

系统运行级别有8种,分别为:     运行级别 意义   0 进入PROM状态(OK状态)   1 管理状态(所有文件系统都挂上的单用户模式,禁止其他用户登录)   2 多用户模式(没有网络文件共享服务)   3 多用户模式(有网络文件共享服务)   4 未使用   5 退出操作系统并关机   6 重新启动机器   S,s 单用户模式     init   init命令用于改变操作系统的运行级别。

2008-08-29 00:42:00 1277

原创 Guide to porting from Solaris to Linux on x86

 Among the flavors of UNIX, Solaris is considered to be the closest toLinux, so before starting a port of large Unix-based application toLinux, the operating system-dependent code is generally p

2008-08-27 05:02:00 1285

原创 Solaris shared library FAQ

 Solaris shared library FAQ$Revision: 1.2 $ $Date: 1995/11/20 19:58:01 $Copyright 1995 Phillip Vandry Distribute freelyThanks to: Casper H.S. Dik Rory Chisholm Scott Seligman

2008-08-27 04:56:00 845

原创 How to add directories to the dynamic library path ld.config on Solaris

 You can ofcourse always add stuff via LD_LIBRARY_PATH for a shell butthat will only work for the shell that you are logged in. To make apermanent changes:su - root/usr/bin/crle -c /var/ld/ld.co

2008-08-27 04:53:00 728

原创 The Executable and Linking Format (ELF)

 The Executable and Linking Format (ELF)The executable and linking format (ELF) was originally developed byUnix System Laboratories and is rapidly becoming the standard in fileformats[8].

2008-08-27 04:37:00 1076

原创 Shared Libraries for Solaris

  Shared libraries use version numbers to allow for upgrades to the libraries used by applications while preserving compatibility for older applications. This article reviews whats real

2008-08-27 04:35:00 808

原创 scanpci: PCI utility on Solaris

/usr/X11/bin/scanpciusage:======NAME     scanpci - scan/probe PCI busesSYNOPSIS     /usr/X11/bin/scanpci [-v12OfV]DESCRIPTION     Scanpci is a utility that can be used to scan PCI buses  and     repor

2008-08-26 06:38:00 1950

原创 VNC server on OpenSolaris 2008,05

some useful link for this:http://docs.sun.com/app/docs/doc/819-2450/gfwcu?l=en&a=view&q=Xvnchttp://blogs.sun.com/darren/entry/vnc_for_opensolaris_2008_05http://blogs.sun.com/timthomas/entry/a_simple_v

2008-08-26 02:11:00 585

原创 man page for lspci

lspci(8) The PCI Utilities lspci(8)NAME lspci - list all PCI devicesSYNOPSIS lspci [options]DESCRIPTION lspci is a utility for displayin

2008-08-22 07:26:00 878

原创 pciutils的架构分析

1. Basice definations====================="struct pci_access", the structure used to communicate with lipcilib/pci.h: 43 struct pci_access { 44   /* Options you can change: */ 45   unsigned int method

2008-08-22 06:35:00 2292

原创 在OpenSolaris上编译pciutils

这两天由于项目需要,在OpenSolaris  Nevada build 86上编译了pciutils。具体过程如下:1. download the source code from:http://mj.ucw.cz/pciutils.shtml2. dump the zipped tar achive into a directory:$ gzcat pciutils-3.0.0.tar.gz

2008-08-22 04:40:00 1056

原创 命令行方式创建OpenSolaris用户

 在OpenSolaris上,有时候命令行方式创建一个用户非常有用,特别是在远程登录或者图形界面已经被disable掉后。下面的例子使用useradd/passwd创建一个用户:userdel artemuseradd  -d /export/home/artem -m -u 1000 -g 10 -s /usr/bin/bash artempasswd artem

2008-08-22 02:16:00 509

solaris virtualization

solaris virtualization

2007-07-31

solaris virtualization

solaris virtualization

2007-07-31

solaris virtualization

solaris virtualization

2007-07-31

Sharemgr

sharemgr presentation foils

2007-07-26

Install and Config Xen

Install and Config Xen

2007-07-20

图片9

扫雷游戏

2007-07-12

图片8

Office软件

2007-07-12

图片7

Realplayer

2007-07-12

最近在OpenSolaris社区的discuss mail list上大家在热烈地讨论是否需要为OpenSolaris开发一个开源的anti-virus软件,大牛们似乎不屑讨论这个项目,而是认为真正的安全来自于管理者为自己的系统指定一

最近在OpenSolaris社区的discuss mail list上大家在热烈地讨论是否需要为OpenSolaris开发一个开源的anti-virus软件,大牛们似乎不屑讨论这个项目,而是认为真正的安全来自于管理者为自己的系统指定一个比较好的安全policy。如何让自己的OpenSolaris变得更安全成为system administrator比较关心的问题。

2007-06-18

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除