Changes between Version 6 and Version 7 of DRM4G/ResourceConfiguration/EGIFedCloud
- Timestamp:
- Dec 2, 2016 11:49:55 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DRM4G/ResourceConfiguration/EGIFedCloud
v6 v7 96 96 97 97 == How to manage VMs == 98 99 98 100 99 1. Customize your `cloudsetup.json` to match your requirements. You can search for the available system images in [https://appdb.egi.eu/store/vappliance/ EGI's Applications Database Cloud Marketplace]. … … 213 212 214 213 }}} 215 1. To send it jobs, just submit some as you'd normally do 214 1. To send it jobs, just submit some as you'd normally do: 216 215 {{{#!sh 217 216 [user@mycomputer~]$ drm4g job submit path/to/job.job --ntasks 10 … … 229 228 8 8 230 229 9 9 231 232 233 234 }}} 235 1. And then to check that it is actually doing them : 230 }}} 231 1. And then to check that it is actually doing them: 236 232 {{{#!sh 237 233 [user@mycomputer~]$ drm4g job list … … 249 245 250 246 }}} 251 1. To list resources, you'd usually use the command `drm4g resource list`, but that doens't show the created VMs. If you want to see all of them listed, including the created VMs, in case you want to manually connect to it for example, you can use the command option "'''--all'''" 247 1. To list resources, you'd usually use the command `drm4g resource list`, but that doens't show the created VMs. If you want to see all of them listed, including the created VMs, in case you want to manually connect to it for example, you can use the command option "'''--all'''": 252 248 {{{#!sh 253 249 [user@mycomputer~]$ drm4g resource list --all … … 267 263 }}} 268 264 269 1. Finally, once you're done with your VM, destroy it 270 * This command will destroy all of the VMs you've created so far 265 1. Finally, once you're done with your VM, destroy it. 266 * This command will destroy all of the VMs you've created so far: 271 267 {{{#!sh 272 268 [user@mycomputer~]$ drm4g resource destroy … … 278 274 279 275 280 281 282 276 That's it! Now, you can summit jobs to '''VMs''' created using the '''EGI Federated Cloud VO'''.