× 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 have been meaning to follow up on Larry's post from a few months ago, and
get my partitions to use one PTF image catalog to upgrade all 5 of my
active partitions. His post copied below.

As I have been going through the directions, both his and the IBM
documentation on the Information Center for V7.1, I have run into a snag in
setting up the Service Tools Server.

We have an HMC to serve as the console for all our partitions, so LAN
Console is not setup. I try going into SST to configure a service tools
LAN adapter, and It tells me "No valid LAN Console adapter available".

Is this something that can only be done if you have a LAN Console adapter
installed? What about those of us with HMC controlled systems?

I will keep researching, but this seems to be a limitation to older??
technology and excludes HMC console configured partitions.

Any insight will be appreciated.

Thanks!

Jim Essinger
Western Power Sports
Boise Id

...

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 <http://www.idevcloud.com/>
www.iInTheCloud.com <http://www.iinthecloud.com/>

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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.