SlideShare a Scribd company logo
GDPS FTP Server Access Instructions
                                                   (last update: 5/25/09)



Overview
The GDPS Customer Support FTP Site provides GDPS customers access to documents and code
releases. The FTP server is located in Boulder, Colorado and managed by the Software Delivery,
Enablement, and Support department of IBM. The server is accessible by customers.
There are multiple GDPS/RCMF products: RCMF/PPRC, RCMF/XRC, GDPS/PPRC HyperSwap
Manager, GDPS/PPRC, GDPS/XRC, GDPS/Global Mirror, GDPS/MzGM, and GDPS/GM. There is one
userid/password for each GDPS/RCMF product and the password will be periodically updated. The
userid will provide read-only access to a segment in the FTP site associated with specific GDPS/RCMF
product and is intended to download files. There are three key subdirectories per each GDPS/RCMF
product segment:
    the docs subdirectory contains documentation for the base version/release.
    the code subdirectory contains the new version/release
    the fixes subdirectory is no longer used.
The userid/password for the GDPS/RCMF product installed in your IT center will be sent by email
whenever there is new information in any of the three directories.
To get the new version/release, you are expected to display the content of each of the three directories
and download the relevant files. Before downloading you must make sure to set the appropriate
download mode: either binary for zip/bin files or ASCII for txt files. Detailed instructions are provided in
the download instructions below.
If you have any difficulty accessing the GDPS Customer Support FTP Site, please send an email to
GDPS@us.ibm.com.
This section describes how to download a new GDPS or RCMF version/release and its associated
documentation. The following example uses (1) the gdpspp31 GDPS FTP site userid and (2)
GDPS/PPRC 3.2 for illustrative purposes.
The text format convention in the table is:
   Text in italic font provides an instruction to you
   Text in bold font is input to be provided by you
   Text in normal font is a system-generated response.




    Your action                                                    System response
  1 Connect to the IBM FTP server:                                 Connected to service2.boulder.ibm.com.
    On Windows click “Start” > “Run”                               220 service2.boulder.ibm.com FTP server (Version
    and specify                                                    wu-2.6.2(1) Mon Dec 3 15:26:19 MST 2005) ready.
    “ftp testcase.boulder.ibm.com” or                              User(service2.boulder.ibm.com:(none)):
    “ftp 170.225.15.31 ” and click on OK.
  2 Login into the GDPS FTP Server by specifying the userid &    331 Password required for gdpspp31.
    password for the specific GDPS/RCMF product. Note that the Password:
    userid is case sensitive.
    User(service2.boulder.ibm.com:(none)): gdpspp31
    Note: use the GDPS FTP site userid that is applicable to the
    product you are using.
  3 Enter your password as provided in the email that announced 230 User gdpspp31 logged in. Access restrictions apply.
    the new version/release. Note that the password is case     ftp >
    sensitive.
    Password: “password”
  4 Change to the docs subdirectory for the specific GDPS/RCMF 250 CWD command successful
    product so that you can retrieve the documentation.        ftp >
    ftp> cd docs
  5 Display the contents of the docs subdirectory to show the      200 PORT command successful.
    documentation that is part of the version/release.             150 Opening ASCII mode data connection for /bin/ls.




                                                        Page 1 of 2
GDPS FTP Server Access Instructions
                                                      (last update: 5/25/09)

     ftp> dir                                                         total 10512
                                                                      -rw-rw-r-- 1 20413400 204         1844 Jun 22 13:02
     In a new RCMF/GDPS version release, there will be a              GDPS_PPRC_V3R2_Readme.txt
     readme file and Install and Customization Guide.                 -rw-rw-r-- 1 20413400 204       5336334 Jun 22 07:43
                                                                      zg246703.zip
     In this example, there are two files:                            226 Transfer complete.
           GDPS_PPRC_V3R2_Readme.txt                                  ftp: 247 bytes received in 0,04Seconds 6,17Kbytes/sec.
           zg246703.zip                                               ftp >
  6 Issue the command “ascii” to indicate that you intend to          200 Type set to A.
    download a file in ASCII format.                                  ftp >
    ftp> ascii
  7 Download the Readme file in text format.                          200 PORT command successful.
    ftp> get                                                          150 Opening ASCII mode data connection for
    remote file GDPS_PPRC_V3R2_Readme.txt                             GDPS_PPRC_V3R2_Readme.txt (1844 bytes).
    local file drive:dirGDPS_PPRC_V3R2_Readme.txt                   226 Transfer complete.
    where drive indicates the target hard drive on our system and     ftp: 1902 bytes received in 0,41Seconds 4,64Kbytes/sec
    dir indicates the target directory.                               ftp >
  8 Issue the command “binary” to indicate that you intend to         200 Type set to I.
    download a file in binary format. Note that a zip file needs to   ftp >
    be downloaded as a binary file.
    ftp> binary
  9 Download the Installation and Customization Guide .               200 PORT command successful.
    ftp> get                                                          150 Opening BINARY mode data connection for
    remote file zg246703.zip                                          zg246703.zip (5336334 bytes).
    local file drive:dirzg246703.zip                                226 Transfer complete.
                                                                      ftp: 5336334 bytes received in 1379.23Seconds
                                                                      3.87Kbytes/sec.
                                                                      ftp >
 10 Change to the subdirectory where the code is.                     250 CWD command successful
    ftp > cd code                                                     ftp >
 11 Display the contents of the code subdirectory.                    200 PORT command successful.
    ftp > dir                                                         150 Opening ASCII mode data connection for /bin/ls.
                                                                      Total 4024
                                                                      -rw-rw-r-- 1 20413400 204       2056968 Jun 22 05:37
                                                                      GDPS_PPRC_V3R2.zip
                                                                      226 Transfer complete.
                                                                      ftp: 86 bytes received in 0.05Seconds 1.72Kbytes/sec.
                                                                      ftp >
 12 The file tranfer mode is still set to binary, so proceed to       200 PORT command successful.
    download the file.                                                150 Opening BINARY mode data connection for
    ftp > get                                                         GDPS_PPRC_V3R2.zip (2056968 bytes).
    remote file GDPS_PPRC_V3R2.zip                                    226 Transfer complete.
    local file drive:dirGDPS_PPRC_V3R2.zip                          ftp: 2056968 bytes received in 519.33Seconds
                                                                      3.96Kbytes/sec.
                                                                      ftp >
 13 Close the FTP session.                                            221-You have transferred 0 bytes in 0 files.
    ftp > close                                                       221-Total traffic for this session was 267 bytes in 0 transfers.
                                                                      221-Thank you for using the FTP service on
                                                                      service2.boulder.ibm.com.
                                                                      221 Goodbye.
                                                                      ftp>

Now you have downloaded all files that are part of the new GDPS or RCMF shipment. Please follow the
instructions in the Readme file to continue the installation.




                                                            Page 2 of 2

More Related Content

What's hot

Solving the Problems of FTP
Solving the Problems of FTPSolving the Problems of FTP
Solving the Problems of FTP
FileCatalyst
 
Redhat 6 & 7
Redhat 6 & 7Redhat 6 & 7
Redhat 6 & 7
r9social
 
[India Merge World Tour] Meru Networks
[India Merge World Tour] Meru Networks[India Merge World Tour] Meru Networks
[India Merge World Tour] Meru Networks
Perforce
 
Web Server Clustering - OSSCAMP
Web Server Clustering - OSSCAMPWeb Server Clustering - OSSCAMP
Web Server Clustering - OSSCAMP
Abhishek Singh
 
Ftp server linux
Ftp server linuxFtp server linux
Ftp server linux
Pawan Kumar
 
3_System_Requirements_and_Scaling
3_System_Requirements_and_Scaling3_System_Requirements_and_Scaling
3_System_Requirements_and_Scaling
webuploader
 
Ftp server
Ftp serverFtp server
Ftp server
madhurijaviya
 
An overview of ftp
An overview of ftpAn overview of ftp
An overview of ftp
indhuchezhian
 
Using an FTP client - Client server computing
Using an FTP client -  Client server computingUsing an FTP client -  Client server computing
Using an FTP client - Client server computing
lordmwesh
 
FTP Conflict troubleshooting & MINI-LINK TN FTP
FTP Conflict troubleshooting & MINI-LINK TN FTPFTP Conflict troubleshooting & MINI-LINK TN FTP
FTP Conflict troubleshooting & MINI-LINK TN FTP
Mohamed Abd El Razek Bakry
 
Meeting 4 DNS
Meeting 4   DNSMeeting 4   DNS
Meeting 4 DNS
Syaiful Ahdan
 
RHCE Training
RHCE TrainingRHCE Training
RHCE Training
ajeet yadav
 
Linux or unix interview questions
Linux or unix interview questionsLinux or unix interview questions
Linux or unix interview questions
Teja Bheemanapally
 
Meeting 9 nfs network file system
Meeting 9   nfs network file systemMeeting 9   nfs network file system
Meeting 9 nfs network file system
Syaiful Ahdan
 
RHCE FINAL Questions and Answers
RHCE FINAL Questions and AnswersRHCE FINAL Questions and Answers
RHCE FINAL Questions and Answers
Radien software
 
File transfer protocol (ftp)
File transfer protocol (ftp)File transfer protocol (ftp)
File transfer protocol (ftp)
Cort1026
 
SuperServer in Firebird 3
SuperServer in Firebird 3SuperServer in Firebird 3
SuperServer in Firebird 3
Mind The Firebird
 
Meeting 6 : ftp
Meeting 6 : ftpMeeting 6 : ftp
Meeting 6 : ftp
Syaiful Ahdan
 
Ftp
FtpFtp
Ftp
ARYA TM
 
Ftp tftp
Ftp tftpFtp tftp
Ftp tftp
Prabhat gangwar
 

What's hot (20)

Solving the Problems of FTP
Solving the Problems of FTPSolving the Problems of FTP
Solving the Problems of FTP
 
Redhat 6 & 7
Redhat 6 & 7Redhat 6 & 7
Redhat 6 & 7
 
[India Merge World Tour] Meru Networks
[India Merge World Tour] Meru Networks[India Merge World Tour] Meru Networks
[India Merge World Tour] Meru Networks
 
Web Server Clustering - OSSCAMP
Web Server Clustering - OSSCAMPWeb Server Clustering - OSSCAMP
Web Server Clustering - OSSCAMP
 
Ftp server linux
Ftp server linuxFtp server linux
Ftp server linux
 
3_System_Requirements_and_Scaling
3_System_Requirements_and_Scaling3_System_Requirements_and_Scaling
3_System_Requirements_and_Scaling
 
Ftp server
Ftp serverFtp server
Ftp server
 
An overview of ftp
An overview of ftpAn overview of ftp
An overview of ftp
 
Using an FTP client - Client server computing
Using an FTP client -  Client server computingUsing an FTP client -  Client server computing
Using an FTP client - Client server computing
 
FTP Conflict troubleshooting & MINI-LINK TN FTP
FTP Conflict troubleshooting & MINI-LINK TN FTPFTP Conflict troubleshooting & MINI-LINK TN FTP
FTP Conflict troubleshooting & MINI-LINK TN FTP
 
Meeting 4 DNS
Meeting 4   DNSMeeting 4   DNS
Meeting 4 DNS
 
RHCE Training
RHCE TrainingRHCE Training
RHCE Training
 
Linux or unix interview questions
Linux or unix interview questionsLinux or unix interview questions
Linux or unix interview questions
 
Meeting 9 nfs network file system
Meeting 9   nfs network file systemMeeting 9   nfs network file system
Meeting 9 nfs network file system
 
RHCE FINAL Questions and Answers
RHCE FINAL Questions and AnswersRHCE FINAL Questions and Answers
RHCE FINAL Questions and Answers
 
File transfer protocol (ftp)
File transfer protocol (ftp)File transfer protocol (ftp)
File transfer protocol (ftp)
 
SuperServer in Firebird 3
SuperServer in Firebird 3SuperServer in Firebird 3
SuperServer in Firebird 3
 
Meeting 6 : ftp
Meeting 6 : ftpMeeting 6 : ftp
Meeting 6 : ftp
 
Ftp
FtpFtp
Ftp
 
Ftp tftp
Ftp tftpFtp tftp
Ftp tftp
 

Similar to Gdps ftp server access instructions

Upload files-to-zenterprise-server-via-ftp
Upload files-to-zenterprise-server-via-ftpUpload files-to-zenterprise-server-via-ftp
Upload files-to-zenterprise-server-via-ftp
Maintec Technologies Inc.
 
htogcp.docx
htogcp.docxhtogcp.docx
htogcp.docx
suman4tibco
 
Ftp server
Ftp serverFtp server
Ftp server
pawnbeeta
 
file transfer and access utilities
file transfer and access utilitiesfile transfer and access utilities
file transfer and access utilities
tumetr1
 
Ch20
Ch20Ch20
Slim Server Practical
Slim Server PracticalSlim Server Practical
Slim Server Practical
Gaurav Paliwal
 
7 hands on
7 hands on7 hands on
7 hands on
videos
 
ACI DHCP 구성 가이드
ACI DHCP 구성 가이드ACI DHCP 구성 가이드
ACI DHCP 구성 가이드
Woo Hyung Choi
 
FreeBSD, ipfw and OpenVPN 2.1 server
FreeBSD, ipfw and OpenVPN 2.1 serverFreeBSD, ipfw and OpenVPN 2.1 server
FreeBSD, ipfw and OpenVPN 2.1 server
Tomaz Muraus
 
Objective Modify a ProofofConcept PoC vsftpd 234 expl.pdf
Objective Modify a ProofofConcept PoC vsftpd 234 expl.pdfObjective Modify a ProofofConcept PoC vsftpd 234 expl.pdf
Objective Modify a ProofofConcept PoC vsftpd 234 expl.pdf
AAYAMINDIA
 
Docker HK Meetup - 201707
Docker HK Meetup - 201707Docker HK Meetup - 201707
Docker HK Meetup - 201707
Clarence Ho
 
Apache Spark on K8s and HDFS Security
Apache Spark on K8s and HDFS SecurityApache Spark on K8s and HDFS Security
Apache Spark on K8s and HDFS Security
Databricks
 
ACI DHCP Config Guide
ACI DHCP Config GuideACI DHCP Config Guide
ACI DHCP Config Guide
Woo Hyung Choi
 
Ft pv2(1)
Ft pv2(1)Ft pv2(1)
Cl210
Cl210Cl210
DNS Troubleshooting.pdf
DNS Troubleshooting.pdfDNS Troubleshooting.pdf
DNS Troubleshooting.pdf
Ritish H
 
Apache Spark on K8S and HDFS Security with Ilan Flonenko
Apache Spark on K8S and HDFS Security with Ilan FlonenkoApache Spark on K8S and HDFS Security with Ilan Flonenko
Apache Spark on K8S and HDFS Security with Ilan Flonenko
Databricks
 
Howto Pxeboot
Howto PxebootHowto Pxeboot
Howto Pxeboot
Rogério Sampaio
 
Accelerating Envoy and Istio with Cilium and the Linux Kernel
Accelerating Envoy and Istio with Cilium and the Linux KernelAccelerating Envoy and Istio with Cilium and the Linux Kernel
Accelerating Envoy and Istio with Cilium and the Linux Kernel
Thomas Graf
 
Byte blower basic setting full_v2
Byte blower basic setting full_v2Byte blower basic setting full_v2
Byte blower basic setting full_v2
Chen-Chih Lee
 

Similar to Gdps ftp server access instructions (20)

Upload files-to-zenterprise-server-via-ftp
Upload files-to-zenterprise-server-via-ftpUpload files-to-zenterprise-server-via-ftp
Upload files-to-zenterprise-server-via-ftp
 
htogcp.docx
htogcp.docxhtogcp.docx
htogcp.docx
 
Ftp server
Ftp serverFtp server
Ftp server
 
file transfer and access utilities
file transfer and access utilitiesfile transfer and access utilities
file transfer and access utilities
 
Ch20
Ch20Ch20
Ch20
 
Slim Server Practical
Slim Server PracticalSlim Server Practical
Slim Server Practical
 
7 hands on
7 hands on7 hands on
7 hands on
 
ACI DHCP 구성 가이드
ACI DHCP 구성 가이드ACI DHCP 구성 가이드
ACI DHCP 구성 가이드
 
FreeBSD, ipfw and OpenVPN 2.1 server
FreeBSD, ipfw and OpenVPN 2.1 serverFreeBSD, ipfw and OpenVPN 2.1 server
FreeBSD, ipfw and OpenVPN 2.1 server
 
Objective Modify a ProofofConcept PoC vsftpd 234 expl.pdf
Objective Modify a ProofofConcept PoC vsftpd 234 expl.pdfObjective Modify a ProofofConcept PoC vsftpd 234 expl.pdf
Objective Modify a ProofofConcept PoC vsftpd 234 expl.pdf
 
Docker HK Meetup - 201707
Docker HK Meetup - 201707Docker HK Meetup - 201707
Docker HK Meetup - 201707
 
Apache Spark on K8s and HDFS Security
Apache Spark on K8s and HDFS SecurityApache Spark on K8s and HDFS Security
Apache Spark on K8s and HDFS Security
 
ACI DHCP Config Guide
ACI DHCP Config GuideACI DHCP Config Guide
ACI DHCP Config Guide
 
Ft pv2(1)
Ft pv2(1)Ft pv2(1)
Ft pv2(1)
 
Cl210
Cl210Cl210
Cl210
 
DNS Troubleshooting.pdf
DNS Troubleshooting.pdfDNS Troubleshooting.pdf
DNS Troubleshooting.pdf
 
Apache Spark on K8S and HDFS Security with Ilan Flonenko
Apache Spark on K8S and HDFS Security with Ilan FlonenkoApache Spark on K8S and HDFS Security with Ilan Flonenko
Apache Spark on K8S and HDFS Security with Ilan Flonenko
 
Howto Pxeboot
Howto PxebootHowto Pxeboot
Howto Pxeboot
 
Accelerating Envoy and Istio with Cilium and the Linux Kernel
Accelerating Envoy and Istio with Cilium and the Linux KernelAccelerating Envoy and Istio with Cilium and the Linux Kernel
Accelerating Envoy and Istio with Cilium and the Linux Kernel
 
Byte blower basic setting full_v2
Byte blower basic setting full_v2Byte blower basic setting full_v2
Byte blower basic setting full_v2
 

More from satish090909

Migrating to zos v1r13 part one
Migrating to zos v1r13 part oneMigrating to zos v1r13 part one
Migrating to zos v1r13 part one
satish090909
 
Zos1.13 migration
Zos1.13 migrationZos1.13 migration
Zos1.13 migration
satish090909
 
Hints for a successful hfs to zfs migration
Hints for a successful hfs to zfs migrationHints for a successful hfs to zfs migration
Hints for a successful hfs to zfs migration
satish090909
 
Configuration of sas 9.1.3
Configuration of sas 9.1.3Configuration of sas 9.1.3
Configuration of sas 9.1.3
satish090909
 
Catalog
CatalogCatalog
Catalog
satish090909
 
Utilities
UtilitiesUtilities
Utilities
satish090909
 
Tso and ispf
Tso and ispfTso and ispf
Tso and ispf
satish090909
 
Hfs to zfs migration
Hfs to zfs migrationHfs to zfs migration
Hfs to zfs migration
satish090909
 

More from satish090909 (8)

Migrating to zos v1r13 part one
Migrating to zos v1r13 part oneMigrating to zos v1r13 part one
Migrating to zos v1r13 part one
 
Zos1.13 migration
Zos1.13 migrationZos1.13 migration
Zos1.13 migration
 
Hints for a successful hfs to zfs migration
Hints for a successful hfs to zfs migrationHints for a successful hfs to zfs migration
Hints for a successful hfs to zfs migration
 
Configuration of sas 9.1.3
Configuration of sas 9.1.3Configuration of sas 9.1.3
Configuration of sas 9.1.3
 
Catalog
CatalogCatalog
Catalog
 
Utilities
UtilitiesUtilities
Utilities
 
Tso and ispf
Tso and ispfTso and ispf
Tso and ispf
 
Hfs to zfs migration
Hfs to zfs migrationHfs to zfs migration
Hfs to zfs migration
 

Recently uploaded

Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Safe Software
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
Kari Kakkonen
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
Matthew Sinclair
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
Aftab Hussain
 
GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
Tomaz Bratanic
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
Neo4j
 
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
Edge AI and Vision Alliance
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
shyamraj55
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
danishmna97
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
Neo4j
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
SOFTTECHHUB
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
Neo4j
 
GenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizationsGenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizations
kumardaparthi1024
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
mikeeftimakis1
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
Daiki Mogmet Ito
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
DianaGray10
 
“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”
Claudio Di Ciccio
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Paige Cruz
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
Neo4j
 

Recently uploaded (20)

Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
 
GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
 
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
 
GenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizationsGenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizations
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
 
“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
 

Gdps ftp server access instructions

  • 1. GDPS FTP Server Access Instructions (last update: 5/25/09) Overview The GDPS Customer Support FTP Site provides GDPS customers access to documents and code releases. The FTP server is located in Boulder, Colorado and managed by the Software Delivery, Enablement, and Support department of IBM. The server is accessible by customers. There are multiple GDPS/RCMF products: RCMF/PPRC, RCMF/XRC, GDPS/PPRC HyperSwap Manager, GDPS/PPRC, GDPS/XRC, GDPS/Global Mirror, GDPS/MzGM, and GDPS/GM. There is one userid/password for each GDPS/RCMF product and the password will be periodically updated. The userid will provide read-only access to a segment in the FTP site associated with specific GDPS/RCMF product and is intended to download files. There are three key subdirectories per each GDPS/RCMF product segment: the docs subdirectory contains documentation for the base version/release. the code subdirectory contains the new version/release the fixes subdirectory is no longer used. The userid/password for the GDPS/RCMF product installed in your IT center will be sent by email whenever there is new information in any of the three directories. To get the new version/release, you are expected to display the content of each of the three directories and download the relevant files. Before downloading you must make sure to set the appropriate download mode: either binary for zip/bin files or ASCII for txt files. Detailed instructions are provided in the download instructions below. If you have any difficulty accessing the GDPS Customer Support FTP Site, please send an email to GDPS@us.ibm.com. This section describes how to download a new GDPS or RCMF version/release and its associated documentation. The following example uses (1) the gdpspp31 GDPS FTP site userid and (2) GDPS/PPRC 3.2 for illustrative purposes. The text format convention in the table is: Text in italic font provides an instruction to you Text in bold font is input to be provided by you Text in normal font is a system-generated response. Your action System response 1 Connect to the IBM FTP server: Connected to service2.boulder.ibm.com. On Windows click “Start” > “Run” 220 service2.boulder.ibm.com FTP server (Version and specify wu-2.6.2(1) Mon Dec 3 15:26:19 MST 2005) ready. “ftp testcase.boulder.ibm.com” or User(service2.boulder.ibm.com:(none)): “ftp 170.225.15.31 ” and click on OK. 2 Login into the GDPS FTP Server by specifying the userid & 331 Password required for gdpspp31. password for the specific GDPS/RCMF product. Note that the Password: userid is case sensitive. User(service2.boulder.ibm.com:(none)): gdpspp31 Note: use the GDPS FTP site userid that is applicable to the product you are using. 3 Enter your password as provided in the email that announced 230 User gdpspp31 logged in. Access restrictions apply. the new version/release. Note that the password is case ftp > sensitive. Password: “password” 4 Change to the docs subdirectory for the specific GDPS/RCMF 250 CWD command successful product so that you can retrieve the documentation. ftp > ftp> cd docs 5 Display the contents of the docs subdirectory to show the 200 PORT command successful. documentation that is part of the version/release. 150 Opening ASCII mode data connection for /bin/ls. Page 1 of 2
  • 2. GDPS FTP Server Access Instructions (last update: 5/25/09) ftp> dir total 10512 -rw-rw-r-- 1 20413400 204 1844 Jun 22 13:02 In a new RCMF/GDPS version release, there will be a GDPS_PPRC_V3R2_Readme.txt readme file and Install and Customization Guide. -rw-rw-r-- 1 20413400 204 5336334 Jun 22 07:43 zg246703.zip In this example, there are two files: 226 Transfer complete. GDPS_PPRC_V3R2_Readme.txt ftp: 247 bytes received in 0,04Seconds 6,17Kbytes/sec. zg246703.zip ftp > 6 Issue the command “ascii” to indicate that you intend to 200 Type set to A. download a file in ASCII format. ftp > ftp> ascii 7 Download the Readme file in text format. 200 PORT command successful. ftp> get 150 Opening ASCII mode data connection for remote file GDPS_PPRC_V3R2_Readme.txt GDPS_PPRC_V3R2_Readme.txt (1844 bytes). local file drive:dirGDPS_PPRC_V3R2_Readme.txt 226 Transfer complete. where drive indicates the target hard drive on our system and ftp: 1902 bytes received in 0,41Seconds 4,64Kbytes/sec dir indicates the target directory. ftp > 8 Issue the command “binary” to indicate that you intend to 200 Type set to I. download a file in binary format. Note that a zip file needs to ftp > be downloaded as a binary file. ftp> binary 9 Download the Installation and Customization Guide . 200 PORT command successful. ftp> get 150 Opening BINARY mode data connection for remote file zg246703.zip zg246703.zip (5336334 bytes). local file drive:dirzg246703.zip 226 Transfer complete. ftp: 5336334 bytes received in 1379.23Seconds 3.87Kbytes/sec. ftp > 10 Change to the subdirectory where the code is. 250 CWD command successful ftp > cd code ftp > 11 Display the contents of the code subdirectory. 200 PORT command successful. ftp > dir 150 Opening ASCII mode data connection for /bin/ls. Total 4024 -rw-rw-r-- 1 20413400 204 2056968 Jun 22 05:37 GDPS_PPRC_V3R2.zip 226 Transfer complete. ftp: 86 bytes received in 0.05Seconds 1.72Kbytes/sec. ftp > 12 The file tranfer mode is still set to binary, so proceed to 200 PORT command successful. download the file. 150 Opening BINARY mode data connection for ftp > get GDPS_PPRC_V3R2.zip (2056968 bytes). remote file GDPS_PPRC_V3R2.zip 226 Transfer complete. local file drive:dirGDPS_PPRC_V3R2.zip ftp: 2056968 bytes received in 519.33Seconds 3.96Kbytes/sec. ftp > 13 Close the FTP session. 221-You have transferred 0 bytes in 0 files. ftp > close 221-Total traffic for this session was 267 bytes in 0 transfers. 221-Thank you for using the FTP service on service2.boulder.ibm.com. 221 Goodbye. ftp> Now you have downloaded all files that are part of the new GDPS or RCMF shipment. Please follow the instructions in the Readme file to continue the installation. Page 2 of 2