INSTALL DIRECTIONS TO INSTALL PORTING WRAPPERS for MPE release 6.0 1. Download and move compressed tar archive; 2. Move compressed tar archive to HP3000: ftp cd /tmp bin ### put ./posixc60.tar.Z put ./px_wrappers60.tar.Z [Keven 20240321 - I just did this and had trouble with the file name: 550 An invalid character was found in an MPE syntax name. (FILE SYSTEM ERROR -102) So I needed to turn posix on ftp>quote site posix on 200 POSIX command ok. Then try the put again] quit 3. Create account to put POSIX wrappers: :hello manager.sys logon as system manager to create account :newacct POSIXC60,MGR 4. Extract INSTALL command file from tar archive: :xeq sh.hpbin.sys -L to start POSIX shell > cd /POSIXC60 ### > tar -xvozf /tmp/posixc60.tar.Z PUB/INSTALL > tar -xvozf /tmp/px_wrappers60.tar.Z PUB/INSTALL 5. Execute INSTALL command file to set up account capabilities: > callci install.pub POSIXC60 6. Extract files from tar file HPBIN & PUB are MPE groups within the POSIXC60 account ### > tar -xvozf /tmp/posixc60.tar.Z > tar -xvozf /tmp/px_wrappers60.tar.Z