Changes between Version 6 and Version 7 of FrequentlyAskedQuestions
- Timestamp:
- Sep 17, 2010 11:49:50 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FrequentlyAskedQuestions
v6 v7 8 8 9 9 == How do I copy files from my workstation to a node in an experiment? == 10 Your home directory from {{{ users }}} is available on the nodes in your experiment. Any files you copy to {{{ users.isi.deterlab.net }}} using scp or sftp will therefore be available.10 Your home directory from {{{ users }}} is available on the nodes in your experiment. Copy your files to {{{ users.isi.deterlab.net }}} using scp or sftp to make them available on your nodes. 11 11 12 12 == How can I copy files from a node in the testbed to my workstation? == … … 14 14 15 15 == How can I install software on my nodes? == 16 The currently supported operating system images ( See the [https://www.isi.deterlab.net/showosid_list.php3 Recommended list] for currently supported images) images have access to full package repositories on a local mirror. You can therefore use {{{ yum }}} or {{{ apt-get }}} (respectively) to install software that's been pre-packaged for each distro.16 The currently supported operating system images (see the [https://www.isi.deterlab.net/showosid_list.php3 Recommended list] for currently supported images) images have access to full package repositories on a local mirror. Depending on your OS you can use {{{ yum }}}, {{{ apt-get }}}, or {{ pkg_add }} to install software that's been pre-packaged for each OS. 17 17 18 18 If there is no package for the software you wish to install, you can install from source. Copy the source tarball to the testbed (see [#HowdoIcopyfilesfrommyworkstationtoanodeinanexperiment How do I copy files from my workstation to a node in an experiment?] or use {{{ wget }}} or {{{ curl }}} on {{{ users }}}), then follow the package's installation instructions.