标签 ‘OpenSolaris’ 归档文章

设置 OpenSolaris 上的 NTP client

建立 /etc/inetd/ntp.conf? 包含:
server pool.ntp.org
driftfile /etc/inet/ntp.driftfile

检查是否能连接到时间服务器: # ntpdate pool.ntp.org
启动 ntp:
# svcadm enable ntp

OpenSolaris 上的 iSCSI

本文介绍在 OpenSolaris 2008.11 上的 zfs 的文件系统,作为 iSCSI target 被 Microsoft iSCSI Initiator 软件识别,并挂接为一个 NTFS 磁盘的过程。

(more…)

Install BCM4311 wireless WLAN driver on OpenSolaris 2008.11 For Dell D610

It is exciting after several tries on Dell E6400 without success when I got this one work on Dell D610 successfully.

It is basically from the OpenSolaris NDIS driver page.

(more…)

OpenSolaris 软件包管理命令

有句难听的话,狗改不了吃屎,作为 Unix SA,使用命令行的优秀习惯怎么也不能改变。 :-)

(more…)

在 Dell E6400 上安装 OpenSolaris 2008.11

公司的笔记本原先的 OS 是 Windows XP ,安装了 VirtualBox 后,试跑了 OpenSolaris 2008.11,感觉其中的 Time Slider 十分的不错。决定再分一个区,直接安装 OpenSolaris , 于是 PqMagic 分区,在原来的基本分区和逻辑分区中间空出一个25G新的基本分区来。从做好的 USB 启动盘启动 OpenSolaris 开始安装到这个分区。

(more…)

生成 USB Bootable 的 OpenSolaris 2008.11

在 Sun OpenStorage 的蛊惑下,对 OpenSolaris 产生了浓厚的兴趣,今天一位将要去 EMC 的同事称我我 Geek ,得意一下。

(more…)