After installing mq v7.1 trial version (server) in redhat Linux I am not able to run any mq commands like dspmqver crtmqm. I am getting the error bellow. Could someone please advise me in this regard.
AMQ8594: WebSphere MQ commands are no longer available in /usr/bin.
In order to run MQ commands you must manage your path configuration as
described in the WebSphere MQ product documentation. In particular review the
topic on "Choosing a primary installation".
Thanks in advance.
In particular review the topic on "Choosing a primary installation".
If you follow the instructions in the MQ InfoCenter on "Choosing a primary installation" then everything will work just fine. If you use Google then it would take you to: http://pic.dhe.ibm.com/infocenter/wmqv7/v7r1/topic/com.ibm.mq.doc/zi00700_.htm
Run this command setmqinst -i -p /opt/mqm to set the primary installation.
Related
I'm trying to generate a plugin-cfg.xml file for IBM HTTP Server (IHS) to point to a WebSphere Application Server (WAS) environment. I've tried using several commands and tools to generate the file, but they don't seem to be working for my specific environment. Can anyone recommend a reliable way to generate the plugin-cfg.xml file for IHS on my system? I'm running WAS version 9.5. Any suggestions or guidance would be greatly appreciated. Thank you!
We tried several commands and options to generate a plugin-cfg.xml file for IBM HTTP Server (IHS) to point to a WebSphere Application Server (WAS) environment from the command line. However, these commands did not work as expected or were not applicable for your specific environment.
You didnt write what did you try and how it is not working.
Brief solutions are described here: 3 ways to generate the plugin-cfg.xml.
If you want to do it via cmd line this should work for you:
app_server_root/bin/GenPluginCfg.sh
You have detailed description here - https://www.ibm.com/docs/en/was-zos/8.5.5?topic=SS7K4U_8.5.5/com.ibm.websphere.base.doc/ae/rxml_genplugincfg1.htm
What creates the profiles under {install_dir}/IBM/WebSphere/Appserver/profiles
I'm working on RHEL. Installed WAS 7 and WebSphere Commerce. All of this is scripted given to me by others.
At some point a folder gets created under profiles. However, I must have done something to mess this up, because on subsequent attempts to repeat this on new servers the folder doesn't get created.
WebSphere application server profiles are created and managed either using IBM Profile Management Tool (PMT) GUI or the command line version, manageProfiles in the bin dir. More general infomation about profiles can be found in this IBM KnowledgeCenter topic.
Found the answer. This is WAS meets Commerce. So the WAS "profile" gets created when Commerce creates what it calls an "instance". On my system, this is performed within the script:
{scripts}/IBM_WCS/instance_Creation.sh
Whether that comes from the vendor or is an invention of my predecessor, I have no idea. But once I got that to run, the profile appeared.
Is there a guide that can help me install PeopleSoft, PeopleTools, Tuxedo, Weblogic etc. and connect it to an existing Oracle DB configured for CS?
I'm fine with doing the setup from scratch, but how do I skip the DB creation and just configure the rest to connect to a DB called CSSND2.
Can anyone help with some steps?
The guide I followed is:
http://psst0101.digitaleagle.net/step-by-step/
Oracle has official installation guide for every PeopleTools version.
This is the one for the latest version, 8.55: http://docs.oracle.com/cd/E68526_01/psft/acrobat/PeopleTools_855_Installation_for_Oracle_122015.pdf
If your version is lower, google 'PeopleTools Installation guide ', replacing by your version.
Install all the software on your server, add the details of your schema/database to the tnsnames.ora file, then you can add the App server domain, Process Scheduler domain and web domain. See the guide for details on installation and configuration
I am trying to install 'Job Manager' for WAS Liberty
Where can I find docs to install 'Job Manager' for WAS LIBERTY profile
Please let me know if any of you are already aware of
IBM does not currently offer a Job Manager that runs on the Liberty profile.
We have a machine with multiple MQ clusters and listeners defined. Is there any script which can be used to create an exact replica on another machine. Are there any commands/tools available?
Our platform is Windows.
Backing up a QMgr to restore else where entails the following:
Back up object definitions. WMQ v7.1 has the dmpmqcfg command for this. Prior versions use SupportPac MS03, a.k.a saveqmgr.
Back up authorizations. Same options as previous bullet.
Back up the .ini files
Back up any exits and their parameter files
Note that the best practice is to restore these objects into a QMgr with a different name. There are issues in trying to keep the QMgr name identical, especially if you have clusters or use a commercial certificate authority to sign SSL certs.
The index of SupportPacs is here. There are many which can help with scripting and deployment but MS03 is my personal favorite for this task.