There is a guide or tutorial in spanish, detailed, for the download and instalation of DB2 Express?
I need some one in Spanish for sahre in my work.
I decide to make my own manual, this is a Spanish tutorial for this topic:
http://thenullpointerexceptionx.blogspot.mx/2015/05/instalacion-db2-express-c-database.html
Related
Is there any other ways(Such as tools) than C, C++ APIs to view or export binary format logs in normal readable format?
If tools are available, please provide download links.
Thanks in advance.
I am using DB2 V11.5 on windows (Server Edition).
Try this one: DB2 Recovery Expert for Linux, UNIX and Windows
I have a little problem with finding a monitoring tool for our DB2 Databases.
We are currently using 10.5 LUW Version of DB2.
If already checked the internet for several hours, but the only tool, which is coming close to our use-case, was updated for the last time in 2009. So could someone give me pls an idea, how to monitor our DB2 databases?
Thank you for your help.
IBM Db2 Data Management Console https://ibm.biz/Db2Console is the next generation of db2 monitoring, previously known as "Data Server Manager".
You can also try dsmtop https://www.ibm.com/support/knowledgecenter/en/SSEPGG_11.1.0/com.ibm.db2.luw.admin.cmd.doc/doc/r0070123.html
If neither of the above suit, please explain more about your particular use-case.
I had the same problem and what I did was to develop my own set of tools. The code is in GitHub and it works with Nagios:
https://github.com/angoca/monitor-db2-with-nagios
seen on the virtuell idug summer conference
https://www.idug.org
two vendor tools for LUW Monitoring:
https://www.dbisoftware.com
https://www.itgain-is.de/en
I just read an article and learned about the HHVM which is built on the lines of JVM for Java. I went ahead and tried searching on the web, but found only articles about installing it on Ubuntu build 12 version.
I have been using a WAMP stack and would like to know if I can use the HHVM for any of my application. Also,I would like to understand if the HHVM can be integrated with our existing applications. Earlier an article suggested HipHop was what FB wrote to enhance their performance based on their requirements,and it may not suit yours. Is the same case with HHVM?
At present, HHVM does not support Windows. The HHVM team probably will not be adding Windows support in 2013, though they might pursue it at some point in the future. The team gladly accepts code contributions from developers who want to improve HHVM's support for different platforms at https://github.com/facebook/hiphop-php . You can also open a github issue at https://github.com/facebook/hiphop-php/issues to ask about Windows support.
Just as an update, since this is still popular - there is an official compiling/installation guide here at their Wiki for windows.
Full installation run-through guide.
I want to use nutch and solr integrated in eclipse and my os is windows. I want to use binary files and dependencies with maven then develop code in eclipse. Is there any clear tutorial for doing this?
I have tried RunNutchInEclipse guide but it is so nasty! Any useful links or advices are welcome.
Thnx.
You have to follow RunNutchInEclipse guide. There are no other guides as far as I know. Even I tried initially to run on windows and I gave up later and started using on Ubuntu/Mac. There will be many issues which you will see even if you follow the guide. There is some problem with hadoop on windows. The hadoop version which comes with Nutch 1.3+ does not work on windows. So we need to change hadoop version to some older version. Or we should use Nutch 1.2. I remember seeing a tutorial in youtube. See if that helps. But that said it is definitely easier to use Nutch on Unix flavors.
I would like to install Ruby1.9.2/Rails3.0.3 on my Windows Vista machine with PostgreSQL 9.0 as my database.
I have seen many different instructions on the web as to what works and what does not work.
Can anybody tell me which gem(s) I must install to get Ruby1.9.2/Rails 3.0.3 to drive PostgreSQL 9.0 on Windows Vista?
I appreciate any help you can give me.
I made a how-to for exactly this topic on:
http://netpie.wordpress.com/2011/03/17/setting-up-rails-3-with-postgresql-on-windows/
Please let me know if it worked for you and tell me where you had problems so that I can improve this how-to.
Best regards
Here you can get the Ruby 1.9.2 installer
http://rubyforge.org/frs/?group_id=167
Just click on it and it does all the work, after that go for Rails
Rails is easy, just download and follow the site instructions
http://rubyonrails.org/
About PostGre, you are on your own because I never used it...
But if you follow the instructions on the Rails web site you should be fine, they point the right ways to connect to several DBs