Websphere registry and repository (WSRR) - websphere

I'm trying to install WSRR on Linux (Ubuntu 11.04), but without success. I think I'm lacking some important information about installation. I've read that it's a prerequisite to have WebSphere Application Server (WAS) and DB2 installed, but when I downloaded WSRR package it has its own version of WAS and during installation it offers me Derby DB. In order to install it I had to change bash for dash (or vice versa). In the end I tried create profile of standalone WSRR in Profile Management Tool but with no success. Did anybody success in installation of standalone WSRR? Please help me, I need it for my thesis.
Thank you.

So finally I managed to install and run WSRR.
First of all you have to have OpenSuse installed.
Log in as root
Reinstall you web browser (I changed mozilla 4 to mozilla 6)
Launch installation ./launchpad.sh
Create profile with Profile Management Tool GUI
Run First steps console => change directory to profile_root/firststeps/wsrr, for example, opt/IBM/WebSphere/ServiceRegistry/profiles/WSRRSrv01/firststeps/wsrr and ./launchpad.sh
Run server
Start the WSRR Web UI (if you have stand-alone server)

Not a final answer... it seems you're installing on an unsupported platform. Never try this with commercial software, you will fail or will need hours and hours to get it up and running.

Related

I install the Neo4j service. Which files are they exactly and where are they?

From Windows installation - Operations Manual:
Neo4j can also be run as a Windows service. Install the service with bin\neo4j install-service, and start it with bin\neo4j start.
But where is the service installed? Googling with the query where is neo4j service installed doesn't give any meaningful result.
This question is about installing Neo4j as windows service in Windows OS. What you missed is the first step in installing Neo4j. In step 3 of topic 1 of Windows Installation, it says;
Right-click the downloaded file, click Extract All.
So when you do that step, it will prompt you where you would want the installation will be. It is not that clear where the location of the installation because you have to go thru the entire installation process to see it.

How to upgrade WebSphere Application Server from 8.5.5.0 to 9.0 using command line?

I have WebSphere Application Server v8.5.5.0 installed on my machine and want to upgrade WAS to v9.0 without uninstalling the current version. How can i do that using the command line as after we successfully upgrade on local machine we need to upgrade WAS on Production Linux server as well. Can anybody help on this with steps?
You can install two versions of WAS side by side, that'll work fine. From there, you can migrate your profiles over using WASPreUpgrade and WASPostUpgrade; I use the steps here: Migrating a cell using the command line tools. Make sure to take good backups of your environment, in case you want to roll back or re-do part of the process.
The command reference for WASPreUpgrade and WASPostUpgrade are useful as well.
Personally, I'd also make sure you install the latest fixpack for 9.0 that you possibly can--each one resolves a bunch of possible bugs and pitfalls.

How to enable wmqJmsClient-1.1 Feature in Websphere Liberty profile?

Hi we are trying to enable wmqJmsClient-1.1,wmqJmsClient-2.0 feature in Liberty profile . We performed feature Intsall using InstallationUtility and Feature Manager as well.
On Installation it shows:
Step 7 of 7: Installation completed
CWWKF1017I: One or more features installed successfully: [wmqJmsClient-2.0].
Start product validation...
Product validation completed successfully.
But when we try to access the feature using Rational Software Architect it shows up Warning: Feature is not available.
But while accessing the same via eclipse it seems to be working.
What needs to be performed in case you want to use Rational Software Architect to perform the same. RSA version being used : 8.5.
You can try to refresh the server in RSA. Go to Servers view, double click the server, click Runtime Environment link, then Advanced options.. link and finally Refresh.
If this wont help, you could try install WebSphere Developer Tools (I didn't try that), run update on RSA , or install newer version as 8.5 is pretty old now.

Apache install on Windows, cannot find installer

I'm trying for a couple of hours to find a MSI or EXE install package for Apache in Windows, and simply could not find it anywhere. All i get is a zip file with the directory structure, but when i extract it obviously the service is not installed / configured.
Can someone please point me to a place where i can find a MSI installer pro Win 2008 / 64bit ?
Thanks in advance.
This is why there are several packages including WAMP, XAMPP etc because it must be compiled and Apache will not provide binaries.
The Apache HTTP Server Project itself does not provide binary releases
of software, only source code.
A quick search would reveal some sources where you can download load them. I suggest to go with one of these to make maintaining it easier for yourself.
http://httpd.apache.org/docs/current/platform/windows.html#down
Here are some suggestions as noted in the docs.
ApacheHaus
Apache Lounge
BitNami WAMP Stack
WampServer
XAMPP
Edit:
I do not know specifically where you can get 2.4 msi and there may not be but 2.2 is still available if you have to have an installer. Which is still the most used version. Which is what I run on all my servers. Get 2.2.25
https://archive.apache.org/dist/httpd/binaries/win32/
If you want 2.4 for windows which is NEWER that is the correct package from Apache Lounge you don't need an installer. The package give you the exact layout for the web sever. You're looking for a pretty little msi that goes through a wizard like WAMP, you're not going to find that. Installing from that zip you downloaded is easy and only takes like 5 minutes to setup. You can also put httpd.exe in the windows startup to so that it starts when it boots. Watch this video, it walks your through setting 2.4 up.
http://www.lynda.com/Apache-HTTP-Server-tutorials/Installing-Apache-HTTP-Server-24-Windows-New/77958/150487-4.html

Installing Moodle using XAMPP on Windows Server 2008 Enterprise edition

I am trying to install Moodle 1.9 using XAMPP on a virtual machine running Windows Server 2008 Enterprise edition.
I can initially access the install.php installer script fine but after I progress past the third page the webpage times out.
If I go to http://localhost/, no webpage is downloaded and the browser just times out.
I have tried to run the install script with IE7 and Chrome to see if it was a browser problem, but the same thing occurs.
Any help would be greatly appreciated.
Thanks,
Ashley
Windows servers are notorious for causing problems with Moodle installations. Here's a few things to try:
Check the dirroot is set correctly your config.php file. Windows requires complete, absolute file names.
Has the failed install created some/all database tables, and populated them? If only some, look for the last successful table, then check for any corrupted or modified code related to that table that could be causing the install to hang. E.g. is the last successful table is forum, check your mods/forum files. It might be worth downloading a fresh weekly build of Moodle.
Your mysql memory_limit might be set too low (Moodle Docs recommend at least 40mb for Moodle 1.8 and higher).
Is this an upgrade, or a clean install? If it's an upgrade, don't try jumping too many versions, and (if possible) uninstall any third-party modules or activities that might cause trouble whilst updating the tables.
There's lots more info in the Moodle Docs, particularly:
http://docs.moodle.org/en/Unexpected_installation_halts
http://docs.moodle.org/en/Installation_FAQ

Resources