× 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.



I screwed this up.  to create the UDFS in ASP2 you need to create it this
way.

 CRTUDFS UDFS('/dev/QASP02/asp2.udfs')

This is how I did it on several systems .  Works great!


-------------------------
 Bryan Dietz
3X Corporation
614-410-9205

===============================================================

You will need to create a UDFS
CRTUDFS UDFS('/asp2')
then create a "regular" directory
MKDIR DIR('/mountasp2')
then mount the UDFS over that directory
MOUNT TYPE(*UDFS) MFS('/asp2') MNTOVRDIR('/mountasp2')

then just copy the data from one dir  to the other.

add the mount to your startup program.

 Be aware that whe you want to save the data in the UDFS you need to
UNMOUNT it before the save.

http://publib.boulder.ibm.com/iseries/v5r1/ic2924/index.htm  and search
for UDFS.  You will be blessed(?) with a ton of info.
==============================================
Is there a way to move the contents of the Integrated File Server (IFS) to
an ASP other than ASP 1 (System ASP) ?





As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.