Guest User

Untitled

a guest
Jun 22nd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.02 KB | None | 0 0
  1. [matej@xtreemtej0 deploy]$ ./xreservation.sh -L
  2. b4be04d7-2c98-4018-b720-ae7eb95d1c67
  3. 299d4913-24cd-4364-be2d-e90698839da1
  4. 1e8639c1-0d8e-4a47-b6bb-316371db70e6
  5. bb6b5a9c-1269-49c7-93de-afe0a900a050
  6. 7c737695-68cb-4bb6-8e7a-8c39af754c1d
  7. 451e9da0-c554-48be-b359-d841d341abe5
  8. [matej@xtreemtej0 deploy]$ ./xreservation.sh -qr 7c737695-68cb-4bb6-8e7a-8c39af754c1d
  9. Empty reservation.
  10. [matej@xtreemtej0 deploy]$ ./xreservation.sh -e
  11. 5b96a5ab-dd49-420e-9983-ae4d1a860460
  12. [matej@xtreemtej0 deploy]$ ./xreservation.sh -qr 5b96a5ab-dd49-420e-9983-ae4d1a860460
  13. Empty reservation.
  14. [matej@xtreemtej0 deploy]$ ./xreservation.sh -f /home/matej/cal
  15. cal.jsdl cal.jsdl~
  16. [matej@xtreemtej0 deploy]$ ./xreservation.sh -f /home/matej/cal.jsdl
  17. Incorrect Parameters for XReservation
  18. List of Parameters :
  19. * -a <reservationID> Outputs all the resources of the reservation
  20. * -m Output to MPIRUN special format [File MyResource]
  21. * -1 <reservationID> Outputs first resource of the list
  22. * -n <num resources> specifies number of resources needed
  23. * -f <jsdl>
  24. * -t <durationMinutes> duration of the reservation
  25. * -z <ReservationID> Removes Reservation
  26. * -X exclusive reservation (default Mutual)
  27. * -C <cpu quantity> Specifies the quantity of CPU to reserve [1-100], default 1.
  28. 1dd6ecf3-a801-4c78-ba4c-a4634d50de6f
  29. [matej@xtreemtej0 deploy]$ ./xreservation.sh -f /home/matej/cal.jsdl -n 2
  30. 2e8c79bd-c965-4ff4-8c92-438f8af79c2c
  31. [matej@xtreemtej0 deploy]$ ./xreservation.sh -qr 2e8c79bd-c965-4ff4-8c92-438f8af79c2c
  32. Address = [://172.16.118.193:60000(172.16.118.193)] bdd3010e-4163-4287-a2bb-30b00c9ad097
  33. 29.06.2009 14:41:54 - 29.06.2009 14:48:33
  34. 29.06.2009 14:48:33 - 29.06.2009 14:51:54
  35. Address = [://172.16.117.196:60000(172.16.118.193)] 448a3715-ac78-4158-9af9-5bd021d57914
  36. 29.06.2009 14:41:54 - 29.06.2009 14:48:33
  37. 29.06.2009 14:48:33 - 29.06.2009 14:51:54
  38. [matej@xtreemtej0 deploy]$ ./xreservation.sh -M 2e8c79bd-c965-4ff4-8c92-438f8af79c2c -add -time "29.06.2009 15:30:00 - 29.06.2009 15:41:00" -T 172.16.117.196:60000
  39. Error running the reservations: java.lang.NullPointerException
  40. java.lang.NullPointerException
  41. at eu.xtreemos.xosd.localallocmgr.basic.TTElmFactory.createBasic(TTElmFactory.java:64)
  42. at eu.xtreemos.xati.test.XReservation.updateAddReservation(XReservation.java:478)
  43. at eu.xtreemos.xati.test.XReservation.toolExtensions(XReservation.java:412)
  44. at eu.xtreemos.xati.test.XReservation.main(XReservation.java:544)
  45. Incorrect Parameters for XReservation
  46. List of Parameters :
  47. * -a <reservationID> Outputs all the resources of the reservation
  48. * -m Output to MPIRUN special format [File MyResource]
  49. * -1 <reservationID> Outputs first resource of the list
  50. * -n <num resources> specifies number of resources needed
  51. * -f <jsdl>
  52. * -t <durationMinutes> duration of the reservation
  53. * -z <ReservationID> Removes Reservation
  54. * -X exclusive reservation (default Mutual)
  55. * -C <cpu quantity> Specifies the quantity of CPU to reserve [1-100], default 1.
Add Comment
Please, Sign In to add comment