Changes between Version 4 and Version 5 of Resources/Services/Array Mgmt
- Timestamp:
- Feb 17, 2022, 5:42:16 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Resources/Services/Array Mgmt
v4 v5 139 139 '''Please note that, if you see a long delay in ''curl'' command execution, chances are you forgot to turn the array on''' 140 140 141 In the returned status messages, 141 In the returned status messages, "duration" attribute is the operation/step duration time in seconds. 142 142 143 143 ===== Single command/static array operation … … 145 145 {{{ 146 146 omf tell -a on -t rfdev4-in1.sb1.cosmos-lab.org 147 curl "http://am1.orbit-lab.org:5054/array_mgmt/configure \?dev_name=rfdev4-in1.sb1.cosmos-lab.org\&theta=16"147 curl "http://am1.orbit-lab.org:5054/array_mgmt/configure?dev_name=rfdev4-in1.sb1.cosmos-lab.org\&theta=16" 148 148 }}} 149 149 … … 153 153 154 154 {{{ 155 curl "http://am1.orbit-lab.org:5054/array_mgmt/cleanup \?dev_name=rfdev4-in2.sb1.cosmos-lab.org"155 curl "http://am1.orbit-lab.org:5054/array_mgmt/cleanup?dev_name=rfdev4-in2.sb1.cosmos-lab.org" 156 156 omf tell -a offh -t rfdev4-in2.sb1.cosmos-lab.org 157 157 }}}