Changes between Version 9 and Version 10 of installation_QCG_BES_AR
- Timestamp:
- 05/16/11 13:53:57 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
installation_QCG_BES_AR
v9 v10 690 690 }}} 691 691 * Create an advance reservation: 692 :* copy the provided sample reservation description file (expressed in ARDL - Advance Reservation Description Language) 692 * copy the provided sample reservation description file (expressed in ARDL - Advance Reservation Description Language) 693 {{{ 694 #!div style="font-size: 90%" 695 {{{#!sh 693 696 $ cp /opt/QCG/smoa/share/smoa-comp/doc/examples/ardl/oneslot.xml oneslot.xml 694 :* Edit the <code>oneslot.xml</code> and modify the ''StartTime'' and ''EndTime'' to dates that are in the near future, 695 :* Create a new reservation: 697 }}} 698 }}} 699 * Edit the `oneslot.xml` and modify the ''!StartTime'' and ''!EndTime'' to dates that are in the near future, 700 * Create a new reservation: 701 {{{ 702 #!div style="font-size: 90%" 703 {{{#!sh 696 704 $ smoa-comp -c -D oneslot.xml 697 705 Reservation Id: aab6b04a-887b-4027-633f-412375559d7d 698 :* List all reservations: 706 }}} 707 }}} 708 * List all reservations: 709 {{{ 710 #!div style="font-size: 90%" 711 {{{#!sh 699 712 $ smoa-comp -l 700 713 Reservation Id: aab6b04a-887b-4027-633f-412375559d7d 701 714 Total number of reservations: 1 702 :* Check which hosts where reserved: 715 }}} 716 }}} 717 * Check which hosts where reserved: 718 {{{ 719 #!div style="font-size: 90%" 720 {{{#!sh 703 721 $ smoa-comp -s -r aab6b04a-887b-4027-633f-412375559d7d 704 722 Reserved hosts: 705 723 worker.example.com[used=0,reserved=1,total=4] 706 :* In the end delete the reservation: 724 }}} 725 }}} 726 * In the end delete the reservation: 727 {{{ 728 #!div style="font-size: 90%" 729 {{{#!sh 707 730 $ smoa-comp -t -r aab6b04a-887b-4027-633f-412375559d7d 708 731 Reservation terminated. 732 }}} 733 }}}