2007年7月19日 星期四

AIX管理

1.查詢AIX主機安裝的device
lsdev -C sort -d -f

2.查詢IBM AIX主機的系統硬體規格
lscfg -vp more

3.AIX基礎
http://www.aixchina.net/?action_category_catid_31.html

4.設定日期
System Environments----Change / Show Date and Tim---- Change / Show Date & Time

date 1007001504
2004 10-07 00:15

5.查詢OS版本
root@systex3000:/var/adm>oslevel
5.1.0.0

http://www.ibm.com/developerworks/cn/aix/aixfaq/1.html?S_TACT=105AGX52&ca=dgr-cn-aixclub

10.如何启动和停止系统服务?

在 AIX 上,服务也可以称为子系统(Subsystem),它是受控于系统资源控制器(System Resource Controller,SRC)的。SRC 提供了一套命令来控制整个 AIX 系统的子系统,所以,启动和停止相关的服务(子系统)也是要通过这些命令来实现的。

1.启动子系统:

startsrc 负责启动 AIX 上的子系统,一般的用法为:

startsrc -s inetd 启动 Internet 服务

startsrc -t ftp 启动 ftp 服务(由于 ftp 服务是属于 inetd 子系统,所以启动 ftp 需要使用 -t 选项。)

startsrc -g tcpip 启动全部的 tcpip 子系统

2.停止子系统:

stopsrc -h zork -s srctest -f 强制停止主机 zork 上的 secret 子系统。

stopsrc -a 停止本机的所有子系统

3.刷新子系统

refresh -g tcpip 刷新子系统,以应用相应的配置修改。

4.查看系统上的所有子系统

lssrc -a 列出本机的所有子系统(无论运行还是没有运行)

lssrc -g tcpip 列出所有属于 tcpip 组中的子系统

部署企業燒錄環境 NeroNET以一當百

http://www.wretch.cc/blog/editorsid&article_id=1903412

建立日誌服務器

http://searchserver.techtarget.com.cn/60/3374060.shtml

2007年6月21日 星期四

VMware ESX Server 3學習紀錄

1.VMware ESX Server 3安裝好後,在瀏覽器上輸入Server的ip位址顯示Welcome網頁
2.點選 Download the VMware Infrastructure Client下載並安裝Client端管理程式
3.點選 Download the Quick Start Guide 可瀏覽使用說明文件

4.使用VI Client建立虛擬主機
OS的安裝方式有三種
a.從Client PC的光碟機安裝
b.從Server光碟機安裝
c.從Datastores選擇iso檔安裝(Datastores資料存放於Server /vmimages下)

2007年6月20日 星期三

Adobe Apollo project

Adobe apollo 是一個將網頁程式桌面化的應用方案
使用者端只要安裝 apollo runtime環境後即可在桌面執行封裝成.air的應用程式
.air的封裝程式是用apollo DSK tools將xml,html,txt,js等網頁相關的檔案封裝成一個檔案

1.安裝 apollo runtime

2007年6月4日 星期一

Windows PowerShell 1.0 for Windows XP Pro

In order to take advantage of Windows PowerShell on your Windows XP Pro machine, you must download and install it. Follow these steps:
1.Go to the How to Get Windows PowerShell 1.0 page.
2.Download and install .NET Framework 2.0 if it's not already installed on your system.
3.After .NET Framework 2.0 is installed, download and install the Windows XP Service Pack 2 -- Windows PowerShell 1.0 version that matches your platform (x86 or x64).

Once Windows PowerShell is installed, go to the Scripting with Windows PowerShell page and take a look at the resources in the Getting Started section. If you want to see sample Windows PowerShell scripts, check out the Script Center Script Repository

Windows PowerShell
http://blogs.msdn.com/powershell/

ubuntu 安裝完kubernetes後做apt-get update會出現錯誤

root@k8s02:~# sudo apt-get update 已有:1 http://tw.archive.ubuntu.com/ubuntu xenial InRelease 已有:2 http://tw.archive.ubuntu.com/ubuntu xenia...