×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Wow. Thanks Scott. The issue I'm running into (and not really an issue
at all) is that I need to end all subsystems on the target for the
restore.
Thanks again.
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Scott Klement
Sent: Thursday, April 23, 2009 1:17 PM
To: Midrange Systems Technical Discussion
Subject: Re: How do I save usrprf & restore to another box w/o using
tapeor...?
This is off the top of my head, and I may have missed a detail or two,
but....
On source system:
--------------------
a) CRTSAVF FILE(QGPL/SECDTA)
b) SAVSECDTA DEV(*SAVF) SAVF(QGPL/SECDTA) DTACPR(*YES)
On target system:
--------------------
a) CRTSAVF FILE(QGPL/SECDTA)
b) FTP to source system.
c) Make sure you're in binary mode.
d) get QGPL/SECDTA
e) quit FTP
f) RSTUSRPRF DEV(*SAVF) SAVF(QGPL/SECDTA)
g) RSTAUT
Casey Saltness wrote:
I'm looking for a quick and dirty way to copy user profiles from one
box
to another without using tape or bringing the originating box down to
a
restricted state. I'm thinking that I'll need to FTP user data in a
savf? If so, how?
As an Amazon Associate we earn from qualifying purchases.