SlideShare ist ein Scribd-Unternehmen logo
1 von 2
Downloaden Sie, um offline zu lesen
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

Weitere ähnliche Inhalte

Was ist angesagt?

Solving the Problems of FTP
Solving the Problems of FTPSolving the Problems of FTP
Solving the Problems of FTPFileCatalyst
 
Redhat 6 & 7
Redhat 6 & 7Redhat 6 & 7
Redhat 6 & 7r9social
 
[India Merge World Tour] Meru Networks
[India Merge World Tour] Meru Networks[India Merge World Tour] Meru Networks
[India Merge World Tour] Meru NetworksPerforce
 
Web Server Clustering - OSSCAMP
Web Server Clustering - OSSCAMPWeb Server Clustering - OSSCAMP
Web Server Clustering - OSSCAMPAbhishek Singh
 
Ftp server linux
Ftp server linuxFtp server linux
Ftp server linuxPawan Kumar
 
3_System_Requirements_and_Scaling
3_System_Requirements_and_Scaling3_System_Requirements_and_Scaling
3_System_Requirements_and_Scalingwebuploader
 
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 computinglordmwesh
 
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 FTPMohamed Abd El Razek Bakry
 
Linux or unix interview questions
Linux or unix interview questionsLinux or unix interview questions
Linux or unix interview questionsTeja Bheemanapally
 
Meeting 9 nfs network file system
Meeting 9   nfs network file systemMeeting 9   nfs network file system
Meeting 9 nfs network file systemSyaiful Ahdan
 
RHCE FINAL Questions and Answers
RHCE FINAL Questions and AnswersRHCE FINAL Questions and Answers
RHCE FINAL Questions and AnswersRadien software
 
File transfer protocol (ftp)
File transfer protocol (ftp)File transfer protocol (ftp)
File transfer protocol (ftp)Cort1026
 

Was ist angesagt? (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
 

Ähnlich wie GDPS FTP Server Access Instructions

file transfer and access utilities
file transfer and access utilitiesfile transfer and access utilities
file transfer and access utilitiestumetr1
 
7 hands on
7 hands on7 hands on
7 hands onvideos
 
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 serverTomaz 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.pdfAAYAMINDIA
 
Docker HK Meetup - 201707
Docker HK Meetup - 201707Docker HK Meetup - 201707
Docker HK Meetup - 201707Clarence 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 SecurityDatabricks
 
DNS Troubleshooting.pdf
DNS Troubleshooting.pdfDNS Troubleshooting.pdf
DNS Troubleshooting.pdfRitish 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 FlonenkoDatabricks
 
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 KernelThomas Graf
 
Byte blower basic setting full_v2
Byte blower basic setting full_v2Byte blower basic setting full_v2
Byte blower basic setting full_v2Chen-Chih Lee
 

Ähnlich wie 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
 

Mehr von satish090909

Migrating to zos v1r13 part one
Migrating to zos v1r13 part oneMigrating to zos v1r13 part one
Migrating to zos v1r13 part onesatish090909
 
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 migrationsatish090909
 
Configuration of sas 9.1.3
Configuration of sas 9.1.3Configuration of sas 9.1.3
Configuration of sas 9.1.3satish090909
 
Hfs to zfs migration
Hfs to zfs migrationHfs to zfs migration
Hfs to zfs migrationsatish090909
 

Mehr von 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
 

Kürzlich hochgeladen

My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 

Kürzlich hochgeladen (20)

My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 

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