File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.4.16.2
2
+
3
+ ### Added
4
+
5
+ - dx_get_osversion - will report an upgrade verification status
6
+ - dx_get_appliance - will show UUID and engine type (masking / virtualisation )
7
+
1
8
## 2.4.16.0
2
9
3
10
### Added
Original file line number Diff line number Diff line change 204
204
=head1 SYNOPSIS
205
205
206
206
dx_get_osversions [-engine|d <delphix identifier> | -all ]
207
- [-report]
207
+ [-steps | - report ]
208
208
[-target targetversion]
209
209
[-format csv|json]
210
210
[-help|? ] [ -debug ]
@@ -241,6 +241,9 @@ =head1 OPTIONS
241
241
=item B<-report >
242
242
Print a verification report of the upgrade check
243
243
244
+ =item B<-steps >
245
+ Print a verification steps of the upgrade check
246
+
244
247
245
248
=item B<-target targetversion >
246
249
Limit a verification report output to a target version specified by targetversion
@@ -271,7 +274,7 @@ =head1 EXAMPLE
271
274
53sys 5.3.3.0 CURRENTLY_RUNNING 2019-04-12 12:05:47 IST
272
275
273
276
274
- dx_get_osversions -d myenginesys -report -target 6.0.10.1
277
+ dx_get_osversions -d myenginesys -steps -target 6.0.10.1
275
278
276
279
engine name from to step status Start test date
277
280
----------------------------------- --------------- --------------- ------------------------------ --------------- ------------------------------
@@ -289,4 +292,12 @@ =head1 EXAMPLE
289
292
SnapdirsVisibilityCheck SUCCESS 2022-02-02 12:46:21 GMT
290
293
291
294
295
+ dx_get_osversions -d mask -report -target 6.0.15.0
296
+
297
+ engine name to title status severity
298
+ ----------------------------------- --------------- ------------------------------ --------------- ---------------
299
+ mask 6.0.15.0
300
+ Legacy algorithms are being re ACTIVE WARNING
301
+ Legacy algorithms are being re ACTIVE WARNING
302
+
292
303
=cut
You can’t perform that action at this time.
0 commit comments