× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Unlike IBM i, when there are patches to certain cards one has to download
the patches and apply them to the cards directly through a process call
invscout and other stuff.

When you order the fix from Fix Central it will give you an example on how
to get the files directly to them using ftps. What I'm experiencing here
is that our network technician was clueless about the weird port usage in
ftps. And, when he finally started getting an inkling about what was going
on he begged me to seek an alternative. I did some research and found how
to use sftp from the command line in vios and aix.

Basically when you get that Fix Central screen and it shows you a server
like this:
Server: delivery04-bld.dhe.ibm.com
user: yvVrnIwn
password: goonyGooHoo
then you concatenate the user id and the server to make
yvVrnIwn@xxxxxxxxxxxxxxxxxxxxxxxxxx and then do the following (vios
example):
$ oem_setup_env

# sftp yvVrnIwn@xxxxxxxxxxxxxxxxxxxxxxxxxx
yvVrnIwn@xxxxxxxxxxxxxxxxxxxxxxxxxx's password:
Connected to delivery04-bld.dhe.ibm.com.
sftp> ls
EN1A-EN1B-14.2.624.6_20231027000000_AIX.dd.xml
EN1A-EN1B-14.2.624.6_20231027000000_AIX.pd.sdd
EN1A-EN1B-14.2.624.6_20231027000000_LNX.dd.xml
EN1A-EN1B-14.2.624.6_20231027000000_LNX.pd.sdd
EN1A-EN1B-EN2A-EN2B-EN1C-EN1D-Readme_14.2.624.6.html
EN1A-EN1B-EN2A-EN2B-EN1C-EN1D-Readme_14.2.624.6.txt
df1000e314101506.00014000020062400006.aix.rpm
df1000e314101506.00014000020062400006.grp.linux.rpm
sftp> get df1000e314101506.00014000020062400006.aix.rpm
Fetching /df1000e314101506.00014000020062400006.aix.rpm to
df1000e314101506.00014000020062400006.aix.rpm
/df1000e314101506.00014000020062400006.aix.rp 100% 1071KB 2.7MB/s 00:00
sftp>

sftp doesn't care about passive and binary is assumed.

I submitted feedback to Fix Central that they need to discard their ftps
example and use sftp as network technicians are impossible to work with.
They're very willing to work with and asked for screen shots, etc

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.