January 9

又學了一招

Posted by 馬克ㄙㄨ . Filed under IBM, IBM Rational, IBM Rational Software Architect | 4 Comments

由於上個週末將電腦重灌的關係
所以陸陸續續也要把相關的軟體灌好

不幸的是
在我重新安裝 RSA 的時候,就那麼剛好給我當機
結果在重新開機之後
雖然 RSA 可以順利的安裝好,但是 RSA 內附的 WAS6 測試環境就是怎麼樣也裝不起來
查看了一下 log
log 裡面說
“請指定另一個目錄或執行手動解除安裝來移除所有套件,之後,再重新安裝到相同目錄。”
找遍了 Windows 上面的 registry 和 temp 檔,就是找不到 WAS6 安裝過的蹤跡。
這個時候只好來找找 IBM WAS6 的 infocenter 了….雖然不是抱著很高的期望….
結果在 infocenter 的搜尋功能上面輸入了 “ISMPWarningDialogAction, wrn”
居然跳出了下面這個頁面
在安裝和建立設定檔時所發出的訊息
接著找到
指定另一個目錄或者以手動方式解除安裝
想不到,居然會有底下這個….

# 編輯 vpd.properties 檔。
這個檔案是位於作業系統的安裝目錄內,例如 C:\WINNT 目錄或 C:\windows 目錄。
請勿刪除 vpd.properties 檔案或將其更名,因為 InstallShield for MultiPlatforms (ISMP) 程式會在它安裝的其他產品使用這個檔案。
如果您要解除安裝的 WebSphere Application Server 產品,是在 vpd.properties 檔中有項目存在的唯一產品,您就可以刪除這個檔案。

看到這個內容
我小心翼翼的將 vpd.properties 裡面,有 base_v6 字樣的那幾行都給移除掉
最後再到 RSA 安裝光碟的第四片底下
在 \external\was6 這個路徑下執行

“f:\rsa6\install\disk4\external\was6\rat_wasinstall.exe”
-silent -options “f:\rsa6\install\disk4\external\was6\rat_responsefile.txt”
-P wasProductBean.installLocation=”D:\IBM\Rational\SDP\6.0\runtimes\base_v6″

這段字串,大家可以在 RSA 的安裝路徑下,找到 log 這個資料夾
應該會看到有一個 was_v6_out.log
打開之後應該可以找的到長的差不多的一串文字
然後在 DOS 下執行就成了

This entry was posted on Monday, January 9th, 2006 at 20:38 and is filed under IBM, IBM Rational, IBM Rational Software Architect. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

4 Responses to “又學了一招”

  1. hdd on January 23rd, 2006 at 18:31

    Thanks!
    It help me a lot!

  2. jackyrong on January 26th, 2006 at 23:46

    HI,想问下,你的WASD6是哪里下载的呢?有破解版下载么?

  3. marksu03 on January 27th, 2006 at 21:27

    RAD 6 試用版可以在

    http://www-128.ibm.com/developerworks/downloads/r/rad/?S_TACT=105AGX28&S_CMP=DLMAIN

    這個網址下載
    至於破解版我想就各憑本事吧
    另外也希望大家不要再這裡討論有關於「破解」、「盜版」的事情
    有這樣內容的回應
    一律砍~~~~~

  4. Mark Su’s Gathering Blog » 回應 Fangchi:如何更新 WebSphere Application Server v6.0 on October 24th, 2006 at 22:00

    [...] 說穿了,還是那個 vpd.properties 檔案(這個檔案在先前的文章又學了一招有提到過), [...]

Leave a Reply