Kbase 15405: Install Command - CPIO - They Are All the Same
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
Install Command - CPIO - They Are All the Same
When beginning the Progress installation, the first step for a unix
tape install is to enter the initial cpio command to extract the
install files from the tape. Then you need to run proinstall which
is our installation script.
The initial cpio command is the same for ALL unix tape installations.
It is as follows:
cpio -iudvcBm < /dev/device
Enter in the appropriate device name in place of the word "device".
Beyond the "-i" which means to take input from what follows, the order
of the arguments for cpio does not matter.
Progress Software Technical Support Note # 15405