最新文章列表

Solaris10 下mysql5.5.12的安装

Solaris10下MYSQL安装与维护 MySQL是开源软件中一款非常流行的数据库系统,然而按照MySQL网站上给出的安装手册在Solaris上安装,并不能够成功的启动MySQL。 ...
springqwer 评论(0) 有8人浏览 2011-05-13 18:26

Solaris 系统信息查看

命 令--命令说明--帮 助 date--显示日期和时间--date(1) hostid--显示主机ID号--hostid(1) isainfo--显示系统内核支持的应用程序的比特位数--isainfo(1) isalist--显示在x8 ...
springqwer 评论(0) 有8人浏览 2011-05-13 13:36

Solaris 系统信息查看

命 令--命令说明--帮 助 date--显示日期和时间--date(1) hostid--显示主机ID号--hostid(1) isainfo--显示系统内核支持的应用程序的比特位数--isainfo(1) isalist--显示在x8 ...
springqwer 评论(0) 有5人浏览 2011-05-13 11:27

fdisk

[root@192_168_9_78 ~]# fdisk -l Disk /dev/sda: 146.1 GB, 146163105792 bytes 255 heads, 63 sectors/track, 17769 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes    Device Boot      Start     ...
cocos 评论(1) 有1400人浏览 2011-05-12 23:25

Apache 有一个问题,中文名字的文件不能Download

系统上线,完成后,测试人员发现页面上的报表不能下载.经了解发现,系统上线前正常,上线的模块也不包括这块功能的改动,只是换了一个数据库,就不能正常下载了,真是蹊跷. 经过开发人员的问题定位,仍然没有能解决问题,于是乎,就又开始了有病乱投医的方法论,每个人说着不着边际的解决办法,同时也没有人去静下心来真正的想想办法,毫无思路,真是一丘之貉. 无奈之下,本来不是自己管辖同时也并不懂这些开发的东西,只能 ...
MicroJoey 评论(0) 有6025人浏览 2011-05-12 16:23

Solaris Source Insight: PCI system implementation - Part 1

PCI implementation in Solaris/OpenSolaris Author: baolu.lu@intel.com Date: October 28th, 2009 On a typical x86 platfomr, the PCI system implementation in Solaris/OpenSolaris includes the following m ...
javasee 评论(0) 有742人浏览 2009-10-28 16:56

work with solaris contract subsystem

A process contract is the formal definition of the relationship that exists between a Process A and its monitoring rocess. In case process A terminates abnormally, the monitoring process will be able ...
javasee 评论(0) 有720人浏览 2009-07-20 15:00

PCI device identification and driver binding in Solaris

This is a blog article written by Dan Mick, http://blogs.sun.com/dmick/entry/title_pci_device_identification_and A PCI device has a bunch of device identification numbers associated with it, which ...
javasee 评论(0) 有731人浏览 2009-07-09 13:28

Locking and Synchronization in Solaris kernel

1. Parallel System Architecture SMP - Symmetric multiprocessor with a shared memory model; single kernel image MPP - Message-based model; multiple kernel images NUMA/ccNUMA - Shared memory model; ...
javasee 评论(0) 有365人浏览 2009-07-02 13:31

how to convert a virutal address to physical address in Solaris driver

Below discussion posted in osol-code mailing list tells how to use ddi interface to convert virtual address to physical address in Solaris driver. ==== If you are writing a device driver, or port ...
javasee 评论(0) 有436人浏览 2009-06-19 18:33

how to prevent ZFS from eating too much memory

See this guide: http://www.solarisinternals.com/wiki/index.php/ZFS_Evil_Tuning_Guide#Limiting_the_ARC_Cache This syntax is provided starting in the Solaris 10 8/07 release and Nevada (build ...
javasee 评论(0) 有661人浏览 2009-06-16 15:28

在ZFS环境下nightly + bfu

To build the kernel bits you have to do something like this:download and install the build tools: wgethttp://dlc.sun.com/osol/on/downloads/b115/SUNWonbld.i386.tar.bz2 cp SUNWonbld.i386.tar.bz2 /tmp bun ...
javasee 评论(0) 有630人浏览 2009-06-02 10:14

在Nevada和OpenSolaris上设置使用xvnc

xvnc是Solaris,OpenSolaris支持远程桌面。这在xvm中广泛应用。这里总结了几种设置xvnc的方法,供参考: 1. http://blogs.sun.com/timthomas/entry/script_to_configure_vnc_server Script to Configure VNC Server in Solaris 10 5/08 and Solari ...
javasee 评论(0) 有946人浏览 2009-04-28 11:32

Solaris的minor device

A minor device is a "personality" of a major device. For example, on mylaptop, under /devices, we have:drwxr-xr-x 6 root sys 13 Nov 25 21:48 pci@0,0/crw------- 1 root sys 183, 255 Dec 2 ...
javasee 评论(0) 有409人浏览 2009-01-09 10:20

ZFS root mirror

This is a simple Tutorial how you can create a bootable ZFS Root Mirror with Opensolaris. I had some help from both Opensolaris-Forums (com/org) and this Blog from Malachi.And here we go with the Tut ...
javasee 评论(0) 有377人浏览 2008-12-29 12:47

Where is the memory gone?

But you ran vmstat (or installed top on the system) and noticed you had 200MB free. Worse, you tried starting your Oracle database with a large SGA and it failed because it couldn't allocate the memo ...
javasee 评论(0) 有339人浏览 2008-12-22 15:07

How Solaris disk device names work

Writing this turned out to be surprisingly difficult as the article kept on growing too long. I tried to be complete but also concise to make this a useful introduction to how Solaris uses disks and ...
javasee 评论(0) 有331人浏览 2008-12-22 14:47

Mount NTFS / Ext2 / Ext3 / FAT 16 / FAT 32 in Solaris

Follow the below steps . Note that its only read-only support for NTFS / Ext2 / Ext3 .* Download packagesFSWpartFSWfsmisc Note these are packages for x86 Solaris . * unzip the packages and install it ...
javasee 评论(0) 有755人浏览 2008-12-22 14:25

Minimal OpenSolaris200811 install

Using instructions from Edward Pilatowicz' blog I got small working OpenSolaris 2008.11 in the console version: without Xorg (and Gnome of course).First of all the list of the core packages for normal ...
javasee 评论(0) 有570人浏览 2008-12-15 21:12

如何在Solaris/OpenSolaris上mount ntfs文件系统?

Visit http://ocean1.ee.duth.gr/SolarisX/ [Lots of cool Solaris binary packages are available here!] and first download and install the following prerequisite packages: GNUbase [pkgadd -d GNUbase.pkg] ...
javasee 评论(0) 有623人浏览 2008-12-15 20:59

最近博客热门TAG

Linux(50906) Windows(39381) Ubuntu(12131) OS(11385) Unix(7865) DOS(5983) CentOS(3691) IIS(3338) RedHat(3109) Debian(2038) AIX(1742) FreeBSD(1479) Solaris(1437) SuSE(777) OSX(451)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics