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



Welcome to the 21st Century where we don't even move the PTF images any longer, we just share them!

This is all documented in the Infocenter but the essentials are this:

Put them on one server. Create image catalog there. When you do the VFYIMGCLG indicate *YES for the NFS Share parameter. Importantly this creates the file VOLUME_LIST in the image catalog director.

Start the NFS Servers on this server.
STRNFSSVR *ALL

Change the authority for the directory tree containing the images (starting at the top) to PUBLIC *READ and *EXECUTE. e.g.
CHGAUT OBJ('/ibmi') USER(*PUBLIC) DTAAUT(*RX) SUBTREE(*ALL)

Export the Directory with CHGNFSEXP. e.g.
CHGNFSEXP OPTIONS('-i -o ro') DIR('/ibmi/v7r1/ptf')

Done on the 'server' side.

Now on the 'client' or 'guest' side, which can be on ANY machine same or not LPARed or not, just needs to be IBM i 6.1 or 7.1.

Configure the Service Tools interface, also known as the Lan Console interface. It must be on a network that is available from the 'server' system. It can be a virtual LAN or a physical LAN and it CANNOT have Jumbo Frames enabled. You MUST be able to PING the service tools interface from the server. Until you can do that do not go further!

Now create a new virtual optical drive. For the local address specify *SRVLAN and for the server address enter that of the 'server'. Enter the directory name EXACTLY as exported in the EXPORTFS. e.g.
CRTDEVOPT DEVD(OPTNET01)
RSRCNAME(*VRT)
LCLINTNETA(*SRVLAN)
RMTINTNETA('172.29.2.41')
NETIMGDIR('/ibmi/v7r1/ptf')
TEXT('Virtual Optical drive across network.')

Vary it on. Now check /QOPT to see if there is a directory in there that matches the first entry in the image catalog on the server.

GO PTF option 8 and watch them fly.

Coolest thing in sysadmin ever.


- Larry "DrFranken" Bolhuis

www.frankeni.com
www.iDevCloud.com
www.iInTheCloud.com

On 10/7/2013 1:06 PM, fbocch2595@xxxxxxx wrote:


Hi Folks, you folks always seem to have creative ways to get things done so how about this one. I have several machines to upgrade including my DR box and I want to avoid loading grpptf's on my DR box, if possible. Do you folks have an automated way to restore grpptf's to another system or a way to put grpptf's on another system? Nav can't be used.
Thanks, Frank


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
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.