你的位置:首页 > 软件开发 > 操作系统 > DPA 9.1.85 升级到DPA 10.0.352流程

DPA 9.1.85 升级到DPA 10.0.352流程

发布时间:2015-11-12 14:00:05
SolarWinds DPA的升级其实是一件非常简单的事情,这里介绍一下从DPA 9.1.95升级到 DPA 10.0.352版本的流程。为什么要升级呢? DPA给用户发的邮件已经写的非常清楚了(如下所示),DPA 10.0这个版本已开始支持MySQL了,另外它解决了一些Bug, ...

DPA 9.1.85 升级到DPA 10.0.352流程

  SolarWinds DPA的升级其实是一件非常简单的事情,这里介绍一下从DPA 9.1.95升级到 DPA 10.0.352版本的流程。为什么要升级呢? DPA给用户发的邮件已经写的非常清楚了(如下所示),DPA 10.0这个版本已开始支持MySQL了,另外它解决了一些Bug,在性能上有所改进、提升。

Our records indicate that you might have Database Performance Analyzer (DPA) 9.0 installed and licensed. If you have upgraded all your DPA servers to a later version (v9.1, 9.2, or 10.0), please ignore this email.

While SolarWinds transitioned Confio customers to a new licensing model in August 2014, it delayed the enforcement of core licenses for Oracle, DB2 and Sybase until November 10, 2015. If you are using DPA 9.0 with core licenses for Oracle, DB2 or Sybase, you should upgrade all your DPA servers to the latest version available in the Customer Portal before November 10, 2015. This will ensure that DPA can be configured to monitor all the databases that are licensed.

What will happen if I don’t upgrade?

 

4:安装新版本DPA应用程序。

./dpa_10_0_352_x64_installer.sh 安装过程的一些截图如下所示

DPA 9.1.85 升级到DPA 10.0.352流程

DPA 9.1.85 升级到DPA 10.0.352流程

 

5:Copy/Move一些文件或文件夹到新的安装目录。

[root@lnxmonitor ~]# 
[root@lnxmonitor ~]# cd /home/solarwinds/
[root@lnxmonitor solarwinds]# ls
dpa_10_0_352  dpa_10_0_352_x64_installer  dpa_9_1_85
[root@lnxmonitor solarwinds]# cp -fr /home/solarwinds/dpa_9_1_85/iwc/tomcat/ignite_config/* /home/solarwinds/dpa_10_0_352/iwc/tomcat/ignite_config/
cp: overwrite `/home/solarwinds/dpa_10_0_352/iwc/tomcat/ignite_config/idc/system.properties'? y
cp: overwrite `/home/solarwinds/dpa_10_0_352/iwc/tomcat/ignite_config/idc/repo.properties'? y
cp: overwrite `/home/solarwinds/dpa_10_0_352/iwc/tomcat/ignite_config/idc/server.properties'? y
cp: overwrite `/home/solarwinds/dpa_10_0_352/iwc/tomcat/ignite_config/iwc/properties/sqlformat.properties'? y
cp: overwrite `/home/solarwinds/dpa_10_0_352/iwc/tomcat/ignite_config/iwc/properties/connection.pool.properties'? y
cp: overwrite `/home/solarwinds/dpa_10_0_352/iwc/tomcat/ignite_config/iwc/properties/mail.properties'? y
cp: overwrite `/home/solarwinds/dpa_10_0_352/iwc/tomcat/ignite_config/iwc/analysis/analysis.properties'? y
cp: overwrite `/home/solarwinds/dpa_10_0_352/iwc/tomcat/ignite_config/iwc/analysis/wait_parameters.? y
cp: overwrite `/home/solarwinds/dpa_10_0_352/iwc/tomcat/ignite_config/iwc/readme.txt'? y
cp: overwrite `/home/solarwinds/dpa_10_0_352/iwc/tomcat/ignite_config/iwc/security/sqlauth.? y
cp: overwrite `/home/solarwinds/dpa_10_0_352/iwc/tomcat/ignite_config/oracle_config/name_config_readme.txt'? y
cp: overwrite `/home/solarwinds/dpa_10_0_352/iwc/tomcat/ignite_config/registration/massreg_sql_server_template.csv'? y
cp: overwrite `/home/solarwinds/dpa_10_0_352/iwc/tomcat/ignite_config/registration/massreg_oracle_template.csv'? y
 
 
[root@lnxmonitor solarwinds]# cp -rf /home/solarwinds/dpa_9_1_85/iwc/tomcat/logs/* /home/solarwinds/dpa_10_0_352/iwc/tomcat/logs/ 
[root@lnxmonitor solarwinds]# mv /home/solarwinds/dpa_9_1_85/iwc/tomcat/licensing/ /home/solarwinds/dpa_10_0_352/iwc/tomcat/

如果你使用了SSL或LDPAS,或是修改了DPA的默认端口号。那么就必须参考文档复制下面一些配置文档。由于这里的升级案例不涉及这些,在此略过(其实也很简单),具体参考文档。

If you are:
   - using LDAPS, or 
   - using SSL, or
   - have changed the default SolarWinds DPA ports,
   then also complete the following tasks:
   
   a. Copy the keystore to the new installation.
      cp -fr <OLD_home>/iwc/tomcat/conf/.keystore  <NEW_home>/iwc/tomcat/conf/
   b. If you changed default port values or if you are using SSL on 9.1.x or
      bellow, open server.
      directories and then manually copy over the appropriate values. Make
      sure that ports on the HTTP and HTTPS connector are not conflicting.
      The files are located at:
          - <OLD_home>/iwc/tomcat/conf/server.
          - <NEW_home>/iwc/tomcat/conf/server.

6: 删除安装文件

[root@lnxmonitor solarwinds]# rm SolarWinds-DPA-v10.0.352-SR1--Linux-Unix.tar.gz 
 
rm: remove regular file `SolarWinds-DPA-v10.0.352-SR1--Linux-Unix.tar.gz'? y
 
[root@lnxmonitor solarwinds]# rm -rf dpa_10_0_352_x64_installer/

7:启动DPA的服务。

./startup.sh 
*************************************************************************
 
  If this script fails you can manually start the program by 
  doing the following steps: 
 
  1) Set the JAVA_HOME environment variable to your Java installation.
  2) Add <JAVA_HOME>/bin to your PATH environment variable.
  3) Go to the <DPA Home>/tomcat/bin directory. 
  4) Run ./startup.sh 
  5) Bring up the link (http://machine Name:8123 
     or http://machine IP:8123) in your browser.
 
 
**************************************************************************
atalog exists...
ound java 1.6 or 1.7
AVA HOME IS SET TO /home/solarwinds/dpa_10_0_352/iwc/jre_linux
ATH IS SET TO /home/solarwinds/dpa_10_0_352/iwc/jre_linux/bin:/usr/java/jdk1.7.0_25/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin
he server port is 8127
he HTTP port is 8123
he HTTPS port is 8124
PA is not running.
he port 8123 is open
he port 8124 is open
he port 8127 is open
tarting DPA
TACK_SIZE OVERRIDE = 
IN_HEAP_MEMORY OVERRIDE = 
AX_HEAP_MEMORY OVERRIDE = 
DDITIONAL_JVM_OPTION = 
BM Jvm Is Set To NO
etting the -server option for JVM
AVA_OPTS is  -server -Xss264k -Xms256m -Xmx1024m -XX:MaxPermSize=192m -Dcom.sun.management.jmxremote -Djava.net.preferIPv4Stack=true -Dnet.sf.ehcache.skipUpdateCheck=true
 
aiting on initialization...please be patient
 
*************************************************************************
 
  DPA has been launched, wait one minute then bring up 
  one of the following links in your browser:
 
  http://<Machine Name>:8123 or http://<Machine IP>:8123
  https://<Machine Name>:8124 or https://<Machine IP>:8124
 
  If the link does not work, check <iwc_dir>/tomcat/logs
  and make sure a firewall is not running on this machine.
 
**************************************************************************
xiting script after webserver launched.

然后从浏览器登录系统时,你可能需要稍等一会,DPA也会在数据库升级一些脚本。一般你会看到下面截图,时间较短,升级完成后就会跳到登录页面。至此DPA的升级流程完成了。

DPA 9.1.85 升级到DPA 10.0.352流程

 

海外公司注册、海外银行开户、跨境平台代入驻、VAT、EPR等知识和在线办理:https://www.xlkjsw.com

原标题:DPA 9.1.85 升级到DPA 10.0.352流程

关键词:

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。

可能感兴趣文章

我的浏览记录