Consultor Eletrônico



Kbase 12864: DG/UX Trusted Systems Install PROGRESS using -Z on cpio
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/10/1998
DG/UX Trusted Systems Install PROGRESS using -Z on cpio

Because the DG/UX Trusted System does not accept foreign tapes or
disks without a -Z option on the cpio command, the PROGRESS program
fails and all files in the current working directory are deleted.
deleted. The following solution is independent of which version of
PROGRESS (6 or 7) that you are using.

Follow these steps before you installing PROGRESS:

1> Type: mkdir /tmp/bin
2> Type: cd /tmp/bin
3> Type: vi cpio
4> Type one line in the cpio file: /bin/cpio -Z "$@"
5> Save the file.
6> Make the file executable: chmod +x cpio
7> Type: PATH=/tmp/bin:$PATH
8> Type: export PATH

Progress Software Technical Support Note # 12864