Thứ Năm, 19 tháng 6, 2014

Sử dụng SDM để upgrade một số Java Components

Lâu nay mình vẫn dùng JSPM để update/upgrade cho các Java components (*.SCA,...)
Nhưng hôm nay phải upgrade Wily Introscope Agent từ version 8.2.4.0-2012-01-27 lên 8.2.4.0-2012-06-26
Sau khi tìm và down được file yêu cầu từ SMP, làm hoài với cái JSPM không được.

Thì ra cái này (và một số thứ khác nữa...) phải dùng cái SDM (Software Deployment Manager) để thực hiện
==> Chưa bao giờ làm cái này...

Có một số chỉ dẫn linh tinh khác để tham khảo về các lựa chọn, step... Tuy nhiên, điều cơ bản cần làm là theo cái Note sau là được.

1059901 - How to deploy patches with SDM


Kết quả là: Dữ liệu Java của ISA cho SOLMAN được thu thập và các khoảng mục "Java System Data for SOL" -> "Availability of Java Performance Data" & "Service Data Quality" -> "Quality of Service Data in Solution Manager Diagnostics - BW" to be GREEN.

*********************************************************************************

Solution

To deploy an SCA or SDA, proceed as follows:
    1. Make sure you have downloaded the SCA or SDA from SAP Service Marketplace.
    2. Start the SDM GUI. To do this, execute the following file:
    a) Windows: RemoteGui.bat in folder \usr\sap\<SID>\<instance>\SDM\program
    b) Unix: RemoteGui.sh in folder /usr/sap/<SID>/<instance>/SDM/program
    3. The SDM GUI screen appears.
    Note: With SAP Web Application Server 6.30 the SDM server is started whenever you start the SAP system. To check whether the SDM server is running, use the tools SAP Management Console (Windows) or jcmon (UNIX).
    4. Choose "SDM Gui -> Login" or the icon "Connect to SDM Server". The dialog box "Enter Login Information for SDM Server" appears.
    5. Enter the following information:
    a) Password
    The initial password is "sdm" (without quotes).
    b) User description (optional)
    c) Hostname
    d) Port
    With instance number 00, the default port number is 50018. If your instance number is different from 00, the port number changes to
    Port = 50018 + 100 x <instance number>.
    You have to calculate the new port number and enter it manually.
    6. Choose "Login". The SDM GUI appears.
    7. Choose tab "Deployment".
    8. Choose "Add SCA/SDA to Deployment List (Local File Browser)". A file selection screen appears.
    9. Select the SCA or SDA file you would like to deploy.
    10. In the Deployment Configuration area of the screen, which you can open or close with the arrow icons, choose "Update deployed SDAs/SCAs that have any version"
    11. Choose "Next" until the "Start" button appears.
    12. Choose "Start". After the SCA or SDA has been completely deployed, a success message appears.
    13. Choose "Confirm" to return to the SDM GUI.
    14. When you have finished work, log out from the SDM server. Choose "Deployment -> Logout" or the icon "Disconnect from SDM server" for this.
For more information on deploying Java Support Packages, see the SDM online documentation.