Skip to content

Commit 7a1f454

Browse files
author
Marcin Przepiorowski
committed
v2.4.16.2
1 parent 8dd9f82 commit 7a1f454

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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

bin/dx_get_osversions.pl

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
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>
242242
Print 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>
246249
Limit 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

0 commit comments

Comments
 (0)