Advertisement
Guest User

Untitled

a guest
Jun 11th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. Open Terminal: Go to Computer -> More Applications -> Accessories -> Terminal
  2. Use the su command to Login to Linux as a root user:
  3. [masri@KCW1LXX disk1]$ su root
  4. Password: (type in password)
  5. [root@KCW1LXX disk1]#
  6. Type the following commands to mount the install drive:
  7. mkdir -p /mnt/torbld
  8. mount -t cifs //wellington/torbld -o username=torolab/<username>,password=<yourPassword> /mnt/torbld
  9. Change to the directory where launchpad.sh is, for example:
  10. cd /mnt/torbld/RDp80/v80-drvr20100720-0056/image/UNZIPPED_ESD/disk1
  11. pwd (to see what directory you are in)
  12. ls (to see the content)
  13. Now launch the product install:
  14. [root@KCW1LXX disk1]# ./launchpad.sh (you will see some authentication errors that can be ignored)
  15. The driver install should default automatically to the normal directories, for root installs, it would usually go under /opt/ibm, for user installs, it would go under /home/<userid>
  16. For example, you can install in /opt/IBM/SDP_RDp80_0720
  17. The following should be visible in Computer -> More Applications:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement