Changes between Version 2 and Version 3 of PumaIntro
- Timestamp:
- 24/11/15 13:50:10 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PumaIntro
v2 v3 14 14 }}} 15 15 16 If you wish to change your password, do so using the passwdcommand. Passwords should be at least 8 characters long with at least 1 non-alphanumeric character.16 If you wish to change your password, do so using the `passwd` command. Passwords should be at least 8 characters long with at least 1 non-alphanumeric character. 17 17 18 18 == System Maintenance == … … 26 26 == Transferring Files == 27 27 28 File transfer to and from PUMA must be achieved via scp or sftp. For example:28 File transfer to and from PUMA can be achieved via `scp` or `sftp`. For example: 29 29 {{{ 30 30 userid1@host$ scp filename.tar userid2@puma.nerc.ac.uk:. … … 53 53 This section only applies if you are moving from using a local UMUI installation to PUMA. 54 54 55 If you use any personal hand-edit scripts and/or STASHmaster files, then these will need to be copied over to PUMA using scp or sftp(see instructions above).55 If you use any personal hand-edit scripts and/or STASHmaster files, then these will need to be copied over to PUMA using `scp` or `sftp` (see instructions above). 56 56 57 57 It will make life a lot easier if, and hence strongly recommended that, you keep the same directory structure when you copy these files over to PUMA. … … 59 59 E.g. 60 60 {{{ 61 #!ksh 61 62 $ scp -r /home/ros/hand-edits ros@puma:/home/ros/hand-edits 62 63 }}} … … 69 70 70 71 * '''Using the "Submit" button to submit a job to HECToR and MONSooN'''[[br]] 71 If you are submitting your job to run on HECToR or MONSooN then you need to have ssh setup correctly to allow submission to work. See setting up ssh for HECToR and setting up ssh for MONSooN. Once you have ssh set up correctly, then having saved and processed your job you simply need to hit the "Submit" button. Submission to any other machine requires the use of the umsubmitscript.72 If you are submitting your job to run on ARCHER or MONSooN then you need to have `ssh` setup correctly to allow submission to work. See setting up ssh for ARCHER and [wiki:MonsoonSshAgent setting up ssh for MONSooN]. Once you have `ssh` set up correctly, then having saved and processed your job you simply need to hit the "Submit" button. Submission to any other machine requires the use of the `umsubmit` script. 72 73 73 74 * '''Troubleshooting'''[[br]] 74 Should you have problems submitting your job to HECToR using the "Submit" button then it is likely that the problem lies with the execution of the "ssh" commands. Before contacting the UM Helpdeskplease exit the UMUI. Set the following environment variable on the command line and restart the UMUI:75 Should you have problems submitting your job to ARCHER using the "Submit" button then it is likely that the problem lies with the execution of the `ssh` commands. Before contacting the [wiki:CmsHelpdesk CMS Helpdesk] please exit the UMUI. Set the following environment variable on the command line and restart the UMUI: 75 76 {{{ 77 #!ksh 76 78 $ export UMUI_SSH_DEBUG_LEVEL=1 77 79 $ umui 78 80 }}} 79 Resubmit the job. Debug information about the ssh processes will be printed to the terminal window. This may help you diagnose the problem yourself, if not then please contact the UM Helpdeskand include the debug output.81 Resubmit the job. Debug information about the `ssh` processes will be printed to the terminal window. This may help you diagnose the problem yourself, if not then please contact the [wiki:CmsHelpdesk Helpdesk] and include the debug output. 80 82 81 83 For further hints and tips on using the UMUI and customisations that can be made see the webpage - [wiki:UmuiCustomising customising the UMUI].