×
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.
Recently I asked a question on this group for setting up ASP02 and using
it for backups that are subsequently saved to external storage by mounting
a NFS directory to the IFS from an Linux backup server.
This is now all working but had a few issues along the way.
This may assist someone else doing the same or similar.
We used a second ASP (2) that had been previously created.
Create the file system
CRTUDFS UDFS('/dev/QASP02/qasp02.udfs')
Create the directories in ASP02
CRTDIR DIR('/asp02/')
CRTDIR DIR('/asp02/backup')
Mount the file system
MOUNT TYPE(*UDFS) MFS('/dev/qasp02/qasp02.udfs') MNTOVRDIR('/asp02')
Note: Mount is not preserved across IPLs. Therefore, you must mount after
every IPL. I would suggest adding the MOUNT command in the system start-up
program.
Create the Image Catalogue, add an entry and load it.
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.