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+
18## 2.4.16.0
29
310### Added
Original file line number Diff line number Diff line change 204204=head1 SYNOPSIS
205205
206206 dx_get_osversions [-engine|d <delphix identifier> | -all ]
207- [-report]
207+ [-steps | - report ]
208208 [-target targetversion]
209209 [-format csv|json]
210210 [-help|? ] [ -debug ]
@@ -241,6 +241,9 @@ =head1 OPTIONS
241241=item B<-report >
242242Print a verification report of the upgrade check
243243
244+ =item B<-steps >
245+ Print a verification steps of the upgrade check
246+
244247
245248=item B<-target targetversion >
246249Limit a verification report output to a target version specified by targetversion
@@ -271,7 +274,7 @@ =head1 EXAMPLE
271274 53sys 5.3.3.0 CURRENTLY_RUNNING 2019-04-12 12:05:47 IST
272275
273276
274- dx_get_osversions -d myenginesys -report -target 6.0.10.1
277+ dx_get_osversions -d myenginesys -steps -target 6.0.10.1
275278
276279 engine name from to step status Start test date
277280 ----------------------------------- --------------- --------------- ------------------------------ --------------- ------------------------------
@@ -289,4 +292,12 @@ =head1 EXAMPLE
289292 SnapdirsVisibilityCheck SUCCESS 2022-02-02 12:46:21 GMT
290293
291294
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+
292303=cut
You can’t perform that action at this time.
0 commit comments