Hello Paulos,
Dr Paulos Nyirenda píše v Po 27. 10. 2008 v 10:15 +0200:
Hello,
Will there be anyone from .CZ at the ICANN Cairo meeting whom I could
meet to consult on FRED?
I will not be in Cairo, but our CEO Ondrej Filip is there. I thing he
can answer some questions about FRED.
It would really help if I could have a brief technical
meeting on
FRED.
I have installed FRED on fedora8 and I need a few pointer on a few
areas including
(a) how I could finalise httpd, epp configuartion,
(b) how to use it successfully
I don't know how to answer these questions. If you installed all
components using 'yum install fred-*'. You have to start all servers.
sudo /etc/init.d/postgresql initdb
sudo /etc/init.d/postgresql start
sudo /etc/init.d/omniNames start
sudo /etc/init.d/fred-server start
sudo /etc/init.d/httpd start
sudo /etc/init.d/fred-webadmin-server start
Then you can connect to server with:
/usr/bin/fred-client
(c) how I could efficiently or quickly import our
current .mw ccTLD
registry data into FRED
First you will have to configure FRED for .mw. You shoud add your system
registrar and your zone to FRED and allow this registrar to register
this zone.
/usr/sbin/fred-admin --zone_add --zone_fqdn=tz
/usr/sbin/fred-admin --registrar_add --registrar_handle=REG-MW
Now change in /etc/fred/fred-client.conf username from REG-FRED_A to
REG-MW. You sould be able to connect with this registrar
When we migrated from old system to FRED we used normal fred-client. You
will have to create commands (create_contact, create_nsset,
create_domain) that reflect your current database and use fred-client to
process these commands.
Regards,
Jaromir