To install a DB2® product on an IBM® zSeries® that is running Linux®, you must make the installation image accessible to the Linux operating system. You can use FTP to send the installation image to the operating system, or use an NFS mount to make the product DVD available to the operating system.
You have already obtained your DB2 product installation image.
From the IBM zSeries computer running Linux:
ftp yourserver.com
where yourserver.com represents the FTP server where the DB2 product installation image resides.
Enter your user ID and password.
bin
get product file
where product file represents the appropriate product package name.
To use the product DVD on a Linux operating system:
Mount the appropriate product DVD.
Export the directory where you mounted the DVD. For example, if you mounted the DVD under /db2dvd, then export the /db2dvd directory.
mount -t nfs -o ro nfsservername:/db2dvd /local_directory_name
where nfsservername represents the host name of the NFS server, db2dvd represents the name of the directory being exported on the NFS server, and local_directory_name represents the name of the local directory.
From the IBM zSeries computer running Linux, change to the directory where the DVD is mounted. You can do this by entering the cd /local_directory_name command, where local_directory_name represents the mount point of your product DVD.