Changes between Version 9 and Version 10 of installation_QCG_BES_AR

Show
Ignore:
Timestamp:
05/16/11 13:53:57 (13 years ago)
Author:
bartek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • installation_QCG_BES_AR

    v9 v10  
    690690}}} 
    691691* 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 
    693696 $ 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 
    696704 $ smoa-comp -c -D oneslot.xml 
    697705 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 
    699712 $ smoa-comp -l 
    700713 Reservation Id: aab6b04a-887b-4027-633f-412375559d7d 
    701714 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  
    703721 $ smoa-comp -s -r aab6b04a-887b-4027-633f-412375559d7d 
    704722 Reserved hosts: 
    705723 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 
    707730 $ smoa-comp -t -r aab6b04a-887b-4027-633f-412375559d7d 
    708731 Reservation terminated. 
     732}}} 
     733}}}