HP-UX GUID Manager v1.0 Administrator Guide

This command starts the daemons and uses the existing database that you have already
configured. If you receive the two Warnings, you have already created a wwn_db database,
and it will be reused. If you do not receive Warnings, you are setting up a GUID server for
the first time.
NOTE: There is no harm in running the guid_server_prepare.sh command while the
GUID server daemons are running. The script checks that all the daemons needed by the GUID
server are running.
2. Check that your GUID client is set up to run with the GUID server you want. Verify that you
are pointing to the GUID server you want by using the guidconfig l command:
:/opt/guid/bin/guidconfig -l
HOST=hptem027
BE_LIBS=wwn
If HOST= does not point to where you want, reset the HOST by using the guidconfig h
“” command. Then find a GUID server automatically in your subnet by using the
guid_client_prepare a command. If you find only one GUID server, it is configured
automatically with the guid_client_prepare a command. If you receive none or more
than one GUID server is found, you need to do a manual configuration.
The following example resets the host variable and issues a guid_client_prepare a
with multiple servers found:
:guidconfig -h ""
HOST=
:/opt/guid/bin/guid_client_prepare -a
Find new GUID server: 16.92.97.29 hpvmu2s1.cup.hp.com
Find new GUID server: 16.92.96.209 hptem514.cup.hp.com
Find new GUID server: 16.92.96.219 hptem027.cup.hp.com
Install pubkey on GUID server(hpvmu2s1.cup.hp.com) succeeded.
Install pubkey on GUID server(hptem514.cup.hp.com) succeeded.
Install pubkey on GUID server(hptem027.cup.hp.com) succeeded.
ListRange of wwn from GUID server(hpvmu2s1.cup.hp.com) succeeded.
wwn:HP-DEFINED-PWWN:50014c2000000000:50014c20000000ff::GLOBAL:
wwn:HP-DEFINED-PWWN:50014c2000000100:50014c20000001ff::GLOBAL:
wwn:HP-DEFINED-PWWN:50014c2000000300:50014c20000003ff::GLOBAL:
wwn:HP-DEFINED-PWWN:50014c2000010000:50014c20000100ff::GLOBAL:
wwn:HP-DEFINED-PWWN:50014c2000020000:50014c20000200ff::GLOBAL:
wwn:HP-DEFINED-NWWN:50014c2800000000:50014c28000000ff::GLOBAL:
wwn:HP-DEFINED-NWWN:50014c2800000100:50014c28000001ff::GLOBAL:
wwn:HP-DEFINED-NWWN:50014c2800000300:50014c28000003ff::GLOBAL:
wwn:HP-DEFINED-NWWN:50014c2800010000:50014c28000100ff::GLOBAL:
wwn:HP-DEFINED-NWWN:50014c2800020000:50014c28000200ff::GLOBAL:
No wwn range is set on GUID server(hptem514.cup.hp.com).
No wwn range is set on GUID server(hptem027.cup.hp.com).
NOTE:
We found multipule available GUID servers. Please refer to
/opt/guid/var/guid_client_prepare.log for details of each
GUID server. You'll need to configure your client connecting
to target host by command:
guidconfig -h host1,host2,...,host10
GUIDMGR client preparation accomplished.
18 Using GUIDMgr commands