Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MQ build custom image link to PassportAdvantage was moved? #565

Open
RapTho opened this issue Jun 18, 2024 · 2 comments
Open

MQ build custom image link to PassportAdvantage was moved? #565

RapTho opened this issue Jun 18, 2024 · 2 comments

Comments

@RapTho
Copy link

RapTho commented Jun 18, 2024

Task

I tried to build my own MQ container image and followed the following instructions:
https://github.com/ibm-messaging/mq-container/blob/master/docs/building.md#building-a-production-image

Problem

Turns out that the documented link is no longer valid or access is not provided despite the fact that I signed into Passport Advantage: https://www.ibm.com/support/pages/downloading-ibm-mq-930

Could the following link be the correct one?
https://www.ibm.com/support/pages/downloading-ibm-mq-93-lts#930other

Expectated behavior

I can download the required MQ archive from the documented link.

@arthurbarr
Copy link
Member

I think the link should just be https://www.ibm.com/support/pages/downloading-ibm-mq-93.

@alemert
Copy link

alemert commented Jul 23, 2024

I'm using getMQFix.jar to download prod image from Passport Advantage.
Makefile snippet:

mq-container/downloads/$(VER)-IBM-MQ-Advanced-Non-Install-LinuxX64.tar.gz:
        $(CAT) etc/.passwd |$(JAVA) -Dhttps.proxyHost=$(HTTP_PRX_IP)   \
                        -Dhttps.proxyPort=$(HTTP_PRX_PORT)           \
                        -jar bin/GetMQFix.jar -u $(IBM_USER) \
                        -o $(dir $@) $(basename $(basename $(notdir $@)))```
                        
at the runtime:

/usr/bin/cat etc/.passwd |/usr/bin/java -Dhttps.proxyHost=x.x.x.x
-Dhttps.proxyPort=3128
-jar bin/GetMQFix.jar -u [email protected]
-o mq-container/downloads/ 9.3.5.1-IBM-MQ-Advanced-Non-Install-LinuxX64
5724-H72 (C) Copyright IBM Corp. 2022, 2024.
Requesting fix IDs: 9.3.5.1-IBM-MQ-Advanced-Non-Install-LinuxX64
Submitting fix request query...
Polling for query response...
Polling for query response...

Downloading file 9.3.5.1-IBM-MQ-Advanced-Non-Install-LinuxX64.tar.gz
11% [==> ] downloaded 70348800 of 593737376 bytes

for automation pupose I call make from directory above mq-container

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants