In this example on UNIX,
the migration utility executes its analyze phase only, and creates
a migration analysis report in an output directory named
server_tier@host1234.example.com
that
is a child of a parent directory named
/home/sas/smu_packages
. The migration utility uses information in the connection
profile named
md1234.swa
to communicate
with the SAS Metadata Server. The migration utility writes the analysis
report to
SMU.Output.Dir/
tier/AnalysisReport
:
-
./smu.sh -- -sasconfigdir /users/sas/SAS/sas_913/config/Lev1
-sasproductdir /usr/local/SAS/SAS_9.1 -profile md1234
-outputdir "/home/sas/smu_packages" -tier server_tier
-replace -analyze
-
./smu92 -- -sasconfigdir /opt/SAS/config/Lev1
-sasproductdir /opt/SAS -profile md1234
-outputdir "/home/sas/smu_packages" -tier server_tier
-replace -analyze
-
./smu93 -- -sasconfigdir /opt/SAS/config/Lev1
-sasproductdir /opt/SASHome -profile md1234
-outputdir "/home/sas/smu_packages" -tier server_tier
-replace -analyze
-replace
is
specified to make sure that any output from a previous migration utility
session—that might have specified the same output directory
and tier name—is overwritten.