一:環境
aix5.3,websphere6(nd
版本,webspherev6.1_for_aix_64-bit_support.tar)
,注意:
aix和
websphere
的版本問題
二:安裝
1.
解壓
tar -xvf webspherev6.1_for_aix_64-bit_support.tar
2.
配置
進入was
安裝目錄,找到
responsefile.nd.txt(base
版本的為
responsefile.base.txt),
修改裡面的部分配置:
-opt silentinstalllicenseacceptance=」true」
-opt disableosprereqchecking=」true」
-opt prof_enableadminsecurity=」true」
-opt prof_adminusername=
使用者名稱
-opt prof_adminpassword=密碼
3.
安裝
輸入命令:
./install -options responsefile.nd.txt -silent
執行靜默安裝,安裝需要一點時間,如果很快結束命令的話,肯定是安裝過程中出現了問題
,安裝日誌會儲存在使用者根目錄的
~/waslog(
沒有的話可以檢視
was的安裝的日子
)目錄中,出現的問題會在上面記錄,一般都是
responsefile
中的配置問題,使用以上的配置絕對可以確保
was的標準安裝,日誌的結尾出現
installall success
表示安裝成功。
4.
驗證
進入was
的安裝目錄,然後進入
profiles/dmgr01/bin
,輸入./startmanager.sh
輸入使用者名稱與密碼啟動整合管理,在瀏覽器中輸入
便可以訪問進行
was管理,進入
was的安裝目錄,然後進入
,輸入./startnode.sh
啟動節點,然後輸入
./startserver.sh server1
啟動應用伺服器至此
was基本安裝結束。
AIX系統下的Makefile
部落格 日期 2013.01.06 因aix下的makefile目前還不支援makefile函式,如果將linux下的makefile放入aix系統下,會出現很多錯誤。因此,很有必要總結一下aix下makefile的使用場景。1 編譯多個c檔案生成可執行檔案 如 test.h test.c main...
aix系統下組的命令
pg etc passwd可以檢視 etc passwd檔案 建立新使用者時候,mkuser命令會呼叫 etc lib security mkuser.sys,這個是乙個shell指令碼,可以修改的,他負責為使用者建立乙個.profile檔案,而這個.profile檔案是從 etc security...
AIX系統下的抓包方式
說明 通常aix平台使用tcpdump抓包,較老的裝置無法使用tcpdump,可使用iptrace,抓包結果都可以使用wireshark或ethereal 開啟。tcpdump抓包 最簡單方式,類似suse抓包命令 tcpdump w myself.cap i en0 x t s 0 host 10...