- 博客(69)
- 资源 (9)
- 收藏
- 关注
原创 不看死不瞑目的文档 :Solaris container - workload Management
Running multiple applications on a single computer system without a means to control how applications use system resources can lead to unpredictable service levels. By default, the Solaris OS treats e
2007-07-31 17:52:00
1213
原创 不看死不瞑目的文档 :Solaris container - Introduction
IntroductionToday, businesses often design their systems with extra capacity to handle occasional peak loads to maximize revenue during periods of high demand. This extra system capacity remains unu
2007-07-31 14:43:00
1180
原创 Solaris Virtualization Presentation
Solaris有着很好的针对市场的virtualization策略和产品,这里列出的一些presentation foils都很好的解释了这些技术和相关的产品。1.OpenSolaris Virtualization TechnologiesAgenda• Virtualization Overview• Xen• Zones• BrandZ• CrossBow•
2007-07-31 13:59:00
675
原创 Solaris Networking Projects
在看Solaris技术文档的时候,有时候会遇到很多术语,比如crossbow,fireengine,nemo等等。这些术语都是Solaris网络相关的一些项目,这里做一个总结:CrossbowSolaris网络虚拟化和资源管理项目。 We are determined to lead in the area of network virtualization. The upcomi
2007-07-31 11:34:00
1033
原创 看图识技术 - Crossbow
IntroductionCrossbow provides the building blocks for network virtualization and resource control by virtualizing the stack and NIC around any service (HTTP, HTTPS, FTP, NFS, etc.), protocol or Virt
2007-07-31 11:05:00
1793
原创 Solaris Virtualization & Resource Control - Crossbow
1. CrossBow (the name):It makes some sense to explain the relatonship between the technology (Network Virtualization and Resource Control) and the project name (CrossBow). It is believed that Crossb
2007-07-31 10:03:00
1482
原创 Solaris container – Resource Management
1.为项目中的每个任务设置最大LWP数使用带有 -K 选项的 projadd 命令创建名为 x-files 的项目。将在此项目中创建的每个任务的最大 LWP 数设置为 3:# projadd -K task.max-lwps=(privileged,3,deny) x-files执行完此过程中的步骤之后,当超级用户在项目 x-files 中创建新任务(使用 newtask 将新任务
2007-07-30 16:50:00
1149
原创 Solaris container – Extended Accounting
1.如何激活进程、任务和流的扩展记帐激活进程的扩展记帐:# acctadm -e extended -f /var/adm/exacct/proc process激活任务的扩展记帐:# acctadm -e extended,mstate -f /var/adm/exacct/task task激活流的扩展记帐:# acctadm -e extended -f /var/a
2007-07-30 15:33:00
685
原创 Solaris container - Project and Task
1. 系统如何确定用户的缺省项目?要登录到系统,必须为用户指定一个缺省项目。即使用户不在缺省项目中指定的用户或组列表中,此用户仍会自动成为该项目的成员。根据getdefaultproj()库函数逻辑,系统按顺序执行以下步骤,以确定用户的缺省项目:1) 如果用户在 /etc/user_attr 扩展用户属性数据库中为某个条目定义了 project 属性,则 project 属
2007-07-30 14:47:00
959
原创 Solaris Xen Drop 66 - Setup Solaris HVM domU on Linux dom0
Just summarize how I managed to install and boot an opensolaris domU (latest drop, nv66) under a Linux dom0 (RHEL 5, x64)1. The instructions in the community documentation here doesnt include a kerne
2007-07-30 11:09:00
1184
原创 DomUs and memory allocation
some questions regarding DomUs and memory. >From the man page for xm at http://linux.die.net/man/1/xm I read that its not possible to allocate more memory to a DomU than the amount of memory the
2007-07-30 10:44:00
792
原创 OpenSolaris的文件系统分配
Another question, is this filesystem allocation ok? Ive heard something weird about Solaris /tmp that shares it with swap partition or something? Are they both the same? swap and /tmp???I am install
2007-07-30 09:14:00
843
原创 Solaris的历史和现在
Solaris 是Sun Microsystems研发的计算机操作系统。它被认为是UNIX操作系统的衍生版本之一。 目前Solaris仍旧属于私有软件。2005年6月14日,Sun公司将正在开发中的Solaris 11的源代码以CDDL许可开放,这一开放版本就是OpenSolaris。 历史Sun的操作系统最初叫做SunOS,由于Sun Microsystem的创始人之一,Bill Joy来自U.
2007-07-27 15:05:00
1378
原创 DTrace Graphical User Interface
The purpose of this message is to announce the availability of the NetBeans plug-in module for DTrace.The NetBeans DTrace plug-in module is a Graphical User Interface (GUI) for running DTrace scripts.
2007-07-27 10:20:00
700
原创 手动设置或改变Solaris的IP v4地址
Solaris 2.5 through Solaris 9Change IP in the following file(s): /etc/hosts Solaris 10 prior to update 4Change IP in the following file(s): /etc/hosts /etc/inet
2007-07-27 10:18:00
2377
原创 改变Solaris网络接口的配置方式:手动 or DHCP?
If you have build 62 or laternwamd is a system daemon to manage network interfaces. This daemon is started automatically and should not be invoked directly. It does not constitute a programming inte
2007-07-27 10:13:00
1536
原创 Solaris Xen Drop 66 – Enable VNC in Fedora HVM DomU
Since the Fedora HVM DomU (on Solaris Dom0) boots to the text mode shell, I am looking for the graphic interface through the VNC remote login. The following instructions lead you to the magic graphic
2007-07-26 16:42:00
953
原创 Solaris Xen Drop 66 - Setup Fedora HVM DomU
Download the ISO Images FC-6-i386-DVD.iso FC-6-x86_64-DVD.isoNotes: 1. The Fedora ISO images can be downloaded here. Or, any other Fedoras mirror site.2. When you ha
2007-07-26 15:46:00
2783
原创 sharemgr - Solaris管理共享文件新工具
1. Introduction to sharemgr This is the first in a series of posts about the new NFS management facility called "sharemgr" that is now part of OpenSolaris. Sharemg
2007-07-26 11:34:00
1859
原创 制作可以启动的DVD ISO文件
这篇文章介绍了如何制作ISO image文件,同时介绍如何从5个FC6的CD iso image,制作可以启动的DVD image。1。 如何制作iso文件。如果要将资料备份,存成iso文档是个很不错的选择。因为这是所有系统上共用的格式。iso文件的制作分为两种,一种为一般资料,即不可bootable的,这比较简单,一般用来,保存文档,其功能和tar差不多,iso格式文档可以用于虚拟机的host和
2007-07-26 09:32:00
4732
原创 Xserver configuration under Solaris
1. Use kdmconfig command to select the Xserver. Two XServers are used in the current Open Solaris: Xorg server It is the default X server on Open Solaris. More info can be gotten from ww
2007-07-25 10:59:00
1030
原创 Slice 2 on Solaris system
On sparc, s2 is the size of the entire disk. On the i86pc platform (i.e. x86 and x64), it is the size of the entire partition devoted to Solaris and Solariss slices.Never touch or modify slice 2. Eve
2007-07-25 10:29:00
733
原创 Solaris Xen Drop 66 – Setup Solaris HVM DomU
<!-- @page { size: 8.5in 11in; margin: 0.79in } P { margin-bottom: 0.08in } H3 { margin-bottom: 0.08in } H5 { margin-bottom: 0.08in } --> Once you have d
2007-07-24 17:26:00
1126
原创 Get Started With Blastwave.org for Solaris 10 Users
Step 1 - Install pkg-getTo do much of anything you will need pkg-get on your system. Thanks to a few new features in the pkgadd command you can do this directly from the Blastwave.org site with no n
2007-07-24 16:55:00
1023
原创 Solaris Xen Drop 66 – Setup Solaris DomU
!-- @page { size: 8.5in 11in; margin: 0.79in } P { margin-bottom: 0.08in } H3 { margin-bottom: 0.08in } TD P { margin-bottom: 0in } TH P { margin-bottom: 0in } --> Installing a So
2007-07-24 15:50:00
1142
原创 Solaris Xen Drop 66 – Xen System Administration
Overview Introduction to the HypervisorThe machine monitor within the Solaris Operating System can securely execute multiple virtual machines simultaneously, each running its own operating syste
2007-07-24 11:32:00
1640
原创 Solaris Xen Drop 66 – Setup Dom0
<!-- @page { size: 8.5in 11in; margin: 0.79in } P { margin-bottom: 0.08in } PRE { font-family: "Cumberland", "Courier New", monospace } TT { font-family: "Cumb
2007-07-24 11:29:00
1046
原创 Solaris Xen Drop 66 - Release Notes
<!-- @page { size: 8.5in 11in; margin: 0.79in } P { margin-bottom: 0.08in } H3 { margin-bottom: 0.08in } H3.western { font-family: "Albany", sans-serif } --> 1. Download
2007-07-24 10:42:00
888
原创 Linux 2.6.23将使用用户空间驱动程序API
The stable driver API was already announced a year ago by Greg Kroah-Hartman. Now the last patches where uploaded and the API was included in Linus’ tree. The idea of the API is to make life easier
2007-07-24 09:00:00
886
原创 Write privileges in sparse root zone
I know that /usr directory is mounted as read-only in default in a sparse root zone. Is there no way to give specific users write privileges to /usr in a sparse root zone either using Solariss role p
2007-07-24 08:11:00
513
原创 在Linux Dom0上安装Solaris DomU
Just thought Id give the people on the list who maybe interested apointer as to how I managed to install an opensolaris domU (latestdrop) under a Linux dom0 (Ubuntu Feisty to be exact)... The
2007-07-24 08:10:00
703
原创 Solaris中的Milestone和runlevel
Sarting with Solaris 10 the svc.startd daemon replaces the init process as the master starter and restarter; in other words svc.startd assumes the role of starting system services. The services s
2007-07-24 08:09:00
989
原创 在Solaris系统中发送email
1.确认sendmail服务on-line如果sendmail服务已经启动,则下面的命令输出:# svcs –a | grep sendmailOnline Jul_22 svc:/network/smtp:sendmail否则,# svcs –a | grep sendmaildisabled 3:33:43 svc:
2007-07-20 15:36:00
1476
原创 Installing and configuring Xen
Please read this article at this link:Install and Configure Xen on VMware guset.
2007-07-20 13:07:00
533
原创 OpenSolaris系统调用在x86系统上的实现
x86 syscall primer Getting started on a project as complex as an operating system can be quite a daunting task. To help OpenSolaris newcomers sort out their head from their tail, heres a look at t
2007-07-20 09:33:00
723
原创 OpenSolaris发布基于build66的Xen版本
Solaris Xen update After an undesirably long time, Im happy to say that another drop of Solaris on Xen is available here. Documentation can be found at our community site. Sources and other
2007-07-19 10:15:00
1043
原创 在RHEL上安装Xen DomU
Most of our machines have used the Centos4 image from Jailtime.org. Editing a File system image using loopback device: [root@arch1 xen]# mount -o loop /opt/xen/centos.4-3.i
2007-07-18 13:51:00
1777
原创 在RHEL上安装Xen Dom0
Get Xen pre-compiled Kernel from here: http://www.xensource.com/download/index.html (Click on link "Get the latest open source release of Xen!" link. Get the url for compiled Tarb
2007-07-18 13:46:00
1505
原创 Solaris安装历险记
I have installed a couple of times Solaris 10 on some workstations, it was pretty straightforward and found it to be relatively easy for a UNIX system. I expect OpenSolaris to be even more intuiti
2007-07-18 10:24:00
1216
原创 front-end block device behavior in solaris guest (b44)
Description:I noticed that if i pass a disk partition (phy) through to a solaris guest, the guest sees the whole disk rather than the specific partition handed through. example:disk = [ phy:sdb3,5,w
2007-07-18 10:03:00
2038
最近在OpenSolaris社区的discuss mail list上大家在热烈地讨论是否需要为OpenSolaris开发一个开源的anti-virus软件,大牛们似乎不屑讨论这个项目,而是认为真正的安全来自于管理者为自己的系统指定一
2007-06-18
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人