Changes between Version 18 and Version 19 of JBSsandbox/PlasticSlices
- Timestamp:
- 04/22/14 13:06:08 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JBSsandbox/PlasticSlices
v18 v19 51 51 }}} 52 52 53 Fetch myuser and slice credentials:53 Fetch your user and slice credentials: 54 54 55 55 {{{ … … 150 150 }}} 151 151 152 Fetch my user and slice credentials: 152 Renew the slices to expire in 55 days: 153 154 {{{ 155 renewdate="$(date +%Y-%m-%d -d 'now + 55 days') 23:00 UTC" 156 for slicename in $slices ; do omni --usercredfile=$HOME/.gcf/$USER-geni-usercred.xml renewslice $slicename "$renewdate" ; done 157 }}} 158 159 Fetch your user and slice credentials: 153 160 154 161 {{{