2009年2月25日 星期三
安裝Solaris作業系統 工作表
作者: Bennett Kuo E-mail: chunpo@chu.edu.tw
出處: 研究手稿 日期: 2003年5月8日
文 件 內 容
Software Groupings
基本
包含系統運行所需的最基本的軟體和設備驅動。不包括圖形介面和手冊頁。
最終用戶
除了基本軟體外,還包括圖形介面。
開發者
包括編譯工具、圖形介面、手冊頁。
完整分發和 OEM 支持
包含全部內容和一些OEM地硬體設備驅動。
Installation Information Worksheet
Acquire the following necessary information prior to your installation:
Host name:____________________________________________________
IP address:_____________________________________________________
Name service (NIS, NIS+, DNS or None):_________________________
Subnet (yes or no):______________________________________________
Geographic location:____________________________________________
Time zone information:__________________________________________
Root password:_________________________________________________
Installation Process
1. Insert the CD-ROM into the CD-ROM drive.
2. Boot the release media.
ok boot cdrom
3. Select the appropriate language and locale for your site and click on Continue.
4. Enter the assigned host name for the system
5. Type the IP address
6 . Select the type of the name service
7. Select Time Zone
8. Select Initial to perform an initial install and not preserve current settings
9 . Select the software group
10 . Set the sizes of each disk partition
11 . Type a root (superuser) password
轉至:Solaris資訊站
2009年2月20日 星期五
Solaris 網路管理
|
2009年2月17日 星期二
Solaris 10 網路設定
IP: /etc/inet/ipnodes
127.0.0.1 localhost
192.168.198.3 solaris
Gateway: /etc/defaultrouter
192.168.198.2
Netmask: /etc/netmasks
192.168.198.0 255.255.255.0
DNS: /etc/resolv.conf
nameserver 168.95.1.1
nameserver 168.95.192.1
Host: /etc/hosts (這個檔案與 /etc/inet/ipnodes 相同,不知道其作用是否相同?)
參考網站:http://takor.takol.tw/posts/view/133
2009年2月10日 星期二
Windows 2000 Server上Lotus Domino Server如何移轉到Solaris平台[正在測試中的步驟過程]
在solaris下安裝後目錄如下:
/domino/lotus/notes
/domino/lotus/notesdata
运行文件就在前一个下的bin下,后一个文件就类似windows系统中domino/data目录。
2、数据迁移以及操作
为保障solaris下的邮件系统在我操作失误后还能正常运行特将lotus目录作一次备份(如果你有足够的自信可以不用这么作),然后将notesdata目录改名为notesdata-back,操作指令我就不讲了。
将windows下的domino/data目录压缩为data.zip文件,上传data.zip到solaris系统的/domino下,并解之,然后
mv data notesdata
chown -R notes:notes notesdata(将notesdata目录授权于notes用户)
3、配置文件
将notesdata-back/下的notes.ini文件拷贝到notesdata下。
4、执行服务
执行/domino/notes/bin/server
如果服务正常就一起ok,如果出现file readonly之类的就说明没有完全授权,那就在到notesdata目录下查看还有那些文件或目录不属于notes notes用户,并将其授权于notes。
5、检测
检测的办法很简单,你可以使用outlook,当然我不使用,我采用
telnet mailserip 143
a01 login user pass
a01 OK LOGIN completed
就说明imap正常了
telnet mailserip 110
user username
pass passwd
+OK username has 29 messages
表明pop3服务正常了
telnet mailserip 25
smtp检测命令很费时,你就使用outlook吧。
以上是搜尋到讀相關步驟;等測試完畢再進行補充實作結果。