Using LWP software from a non-LWP: Difference between revisions

From LWP-Wiki
Jump to navigation Jump to search
(Created page with "Category:software-faq Q: I'm not using an LWP, but I want/need software X (e.g. MatLab). A: Use the LWP. === Alternative === Some software that is available on the LWP b...")
 
No edit summary
Line 6: Line 6:
=== Alternative ===
=== Alternative ===
Some software that is available on the LWP but not on Linux in general comes from the NFS share /opt/netapps that we offer.
Some software that is available on the LWP but not on Linux in general comes from the NFS share /opt/netapps that we offer.
You can create the directory /opt/netapps on your own PC and put this line in /etc/fstab:


  129.125.36.111:/netapps /opt/netapps nfs4 defaults,ro,async,rsize=32768,wsize=32768,clientaddr=129.125.14.122 0 0
You can mount this share on your own machine '''(only when connected to the wired network of the university)''' with these instructions:<br/>
Make sure you have the package 'nfs-common' (on Debian and derivatives) installed.<br/>
Create the directory '/opt/netapps' on your own PC and put these lines in /etc/fstab:<br/>
# LWP netapps
lwp16.service.rug.nl:/netapps   /opt/netapps   nfs4   ro,async,sec=sys,rsize=32768,wsize=32768,noauto,x-systemd.automount,nofail,_netdev 0 0


Then mount it (sudo mount -a), and add /opt/netapps/bin to your path.
NOTE
previously 129.125.36.111:/netapps  /opt/netapps nfs4 defaults,ro,async,rsize=32768,wsize=32768,clientaddr=129.125.14.122 0 0
need 2 check this


Now you can use the software (type 'matlab' in a shell).
Then mount it (sudo mount -a), and add /opt/netapps/bin to your path.<br/>
Now you can use the software (type 'matlab' in a shell).<br/>


If you want to access the software offline, copy it to your own /opt/netapps instead of mounting. You can also do this for performance reasons (speed), although the gain is often negligible.
If you want to access the software offline, copy it to your own /opt/netapps instead of mounting. You can also do this for performance reasons (speed), although the gain is often negligible.

Revision as of 15:11, 8 February 2017

Q: I'm not using an LWP, but I want/need software X (e.g. MatLab).

A: Use the LWP.

Alternative

Some software that is available on the LWP but not on Linux in general comes from the NFS share /opt/netapps that we offer.

You can mount this share on your own machine (only when connected to the wired network of the university) with these instructions:
Make sure you have the package 'nfs-common' (on Debian and derivatives) installed.
Create the directory '/opt/netapps' on your own PC and put these lines in /etc/fstab:

# LWP netapps
lwp16.service.rug.nl:/netapps   /opt/netapps    nfs4    ro,async,sec=sys,rsize=32768,wsize=32768,noauto,x-systemd.automount,nofail,_netdev 0 0
NOTE
previously 129.125.36.111:/netapps  /opt/netapps nfs4 defaults,ro,async,rsize=32768,wsize=32768,clientaddr=129.125.14.122 0 0
need 2 check this

Then mount it (sudo mount -a), and add /opt/netapps/bin to your path.
Now you can use the software (type 'matlab' in a shell).

If you want to access the software offline, copy it to your own /opt/netapps instead of mounting. You can also do this for performance reasons (speed), although the gain is often negligible.

Licenses

Licensed software uses online license management servers. If you take the software outside of the RuG network (e.g. on a laptop), you 'll have to arrange for a personal license. You 've reached the edge of our service.