王朝网络
分享
 
 
 

DPA9.1.85升级到DPA10.0.352流程

王朝学院·作者佚名  2016-08-27  
宽屏版  字体: |||超大  

SolarWinds DPA的升级其实是一件非常简单的事情,这里介绍一下从DPA 9.1.95升级到 DPA 10.0.352版本的流程。为什么要升级呢? DPA给用户发的邮件已经写的非常清楚了(如下所示),DPA 10.0这个版本已开始支持MySQL了,另外它解决了一些Bug,在性能上有所改进、提升。Our records indicate that you might haveDatabase Performance Analyzer (DPA) 9.0installed 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 forOracle, 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 theCustomer Portalbefore 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?

DPA will start technically enforcing licenses for Oracle, DB2 and Sybase on November 10, 2015. If you are under your license limit, DPA will continue to collect data from all licensed database instances.If you have exceeded your licensing limit, DPA will unlicense all registered databases and stop monitoring them, and you will have to select which databases you want to monitor up to your license limit.

How many licenses will I have once I upgrade to a later version?

If you purchased Oracle, DB2 or Sybase licenses before August 1, 2014 and have not purchased more licenses since that time, your licenses were core-based. Core-based licenses have been converted to instances at a 4:1 ratio, and the new license keys in your Customer Portal reflect this converted amount.If you initially purchased or bought additional licenses after August 1, 2014, your licenses are instance-based. The new license keys in your Customer Portal will reflect the purchased amount.What should I do?

We recommend that you upgrade to the latest version of DPA available in yourCustomer Portaland activate your license keysbefore November 10, 2015. This will correctly alignPRoduct enforcement with the licenses you purchased.

Are there other benefits to upgrading?

Yes, DPA has made a lot of progress since 9.0 was released:

9.1 added support for Amazon RDS databases, excluding SQL Statements from trend graphs and event annotations9.2 added integration with Orion10.0 added MySQL supportBug fixes, security updates, and speed improvementsIf you have any questions or concerns, pleasecontact customer serviceat your earliest convenience. We apologize for the inconvenience and look forward to helping you quickly through this final transition of DPA licensing.

升级步骤:

1:首先你必须通过账号去官网下载安装文件。它提供Windows和linux两个版本。我下载了Linux版本安装文件SolarWinds-DPA-v10.0.352-SR1--Linux-Unix.tar.gz2:解压SolarWinds-DPA-v10.0.352-SR1--Linux-Unix.tar.gz安装包,然后查看 readme.txt,你会看到下面升级指导步骤。强烈建议升级前,先看看reade.txt的UPGRADE INSTRUCTIONS。3:还是建议将指导文档的步骤调整一下,首先停止DPA的服务,禁用任何关于SolarWinds DPA的cron jobs。

[root@lnxmonitor ~]# cd /home/solarwinds/dpa_9_1_85/

[root@lnxmonitor dpa_9_1_85]# ls

iwc license.txt shutdown.sh SolarWindsEula.rtf startup.sh

[root@lnxmonitor dpa_9_1_85]# ./shutdown.sh

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

*

* If thisscriptfails you can manually stop the program by

* doing the following steps:

*

* 1) Set thejava_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 ./shutdown.sh

*

*

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

Catalog exists...

Found java 1.6 or 1.7

JAVA HOME IS SET TO /home/solarwinds/dpa_9_1_85/iwc/jre_linux

PATH IS SET TO /home/solarwinds/dpa_9_1_85/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

IBM Jvm Is Set To NO

Setting the -server optionforJVM

JAVA_OPTS is -server -Xss256k -Xms256m -Xmx1024m -Djsse.enableCBCProtection=false -XX:MaxPermSize=192m -Dcom.sun.management.jmxremote -Djava.net.preferIPv4Stack=true -Dnet.sf.ehcache.skipUpdateCheck=true

Using CATALINA_BASE: /home/solarwinds/dpa_9_1_85/iwc/tomcat

Using CATALINA_HOME: /home/solarwinds/dpa_9_1_85/iwc/tomcat

Using CATALINA_TMPDIR: /home/solarwinds/dpa_9_1_85/iwc/tomcat/temp

Using JRE_HOME: /home/solarwinds/dpa_9_1_85/iwc/jre_linux

Using CLASSPATH: /home/solarwinds/dpa_9_1_85/iwc/tomcat/bin/bootstrap.jar:/home/solarwinds/dpa_9_1_85/iwc/tomcat/ignite_config

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

*

* DPA is shutting down.

*

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

Exitingscriptafter webserver stopped.

[root@lnxmonitor dpa_9_1_85]#

4:安装新版本DPA应用程序。./dpa_10_0_352_x64_installer.sh 安装过程的一些截图如下所示 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.xml'? 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.xml'? 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 thedefaultSolarWinds 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 changeddefaultport values orifyou are using SSL on 9.1.x or

bellow, open server.xml from both the old and the new installation

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.xml

- <NEW_home>/iwc/tomcat/conf/server.xml

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 thisscriptfails 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)inyour 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 optionforJVM

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 linksinyour 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.

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

xitingscriptafter webserver launched.

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

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
2023年上半年GDP全球前十五强
 百态   2023-10-24
美众议院议长启动对拜登的弹劾调查
 百态   2023-09-13
上海、济南、武汉等多地出现不明坠落物
 探索   2023-09-06
印度或要将国名改为“巴拉特”
 百态   2023-09-06
男子为女友送行,买票不登机被捕
 百态   2023-08-20
手机地震预警功能怎么开?
 干货   2023-08-06
女子4年卖2套房花700多万做美容:不但没变美脸,面部还出现变形
 百态   2023-08-04
住户一楼被水淹 还冲来8头猪
 百态   2023-07-31
女子体内爬出大量瓜子状活虫
 百态   2023-07-25
地球连续35年收到神秘规律性信号,网友:不要回答!
 探索   2023-07-21
全球镓价格本周大涨27%
 探索   2023-07-09
钱都流向了那些不缺钱的人,苦都留给了能吃苦的人
 探索   2023-07-02
倩女手游刀客魅者强控制(强混乱强眩晕强睡眠)和对应控制抗性的关系
 百态   2020-08-20
美国5月9日最新疫情:美国确诊人数突破131万
 百态   2020-05-09
荷兰政府宣布将集体辞职
 干货   2020-04-30
倩女幽魂手游师徒任务情义春秋猜成语答案逍遥观:鹏程万里
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案神机营:射石饮羽
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案昆仑山:拔刀相助
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案天工阁:鬼斧神工
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案丝路古道:单枪匹马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:与虎谋皮
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:李代桃僵
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:指鹿为马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:小鸟依人
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:千金买邻
 干货   2019-11-12
 
>>返回首页<<
推荐阅读
 
 
频道精选
静静地坐在废墟上,四周的荒凉一望无际,忽然觉得,凄凉也很美
© 2005- 王朝网络 版权所有