Problém 16:
Stejně jako instalace nové verze OMS, tak i instalace agenta nebyla bez problémů. Problém při instalaci nastane hned na začátku, protože poté co rozbalíte agenta a pokusíte se spustit instaler, dostanete hlášku o chybějícím souboru emnoseed.rsp.
oracle@server:~/source/gc_agent_x86-64/linux_x64/agent> ./runInstaller ERROR: /opt/oracle/source/gc_agent_x86-64/linux_x64/agent//install/response//emnoseed.rsp file doesnot exists.

Řešení:

Chybové hlášení je oprávněné, neboť v instalačním balíku žádný takový soubor není. Tahle věc se probírá i v různých diskusích, ale nějaké řešení jsem nenašel a tak po badání, jak tento problém vyřešit jsem dospěl k závěru, že agenta nainstaluji pomocí response souboru, který zde je. Jediné co jsem musel udělat, je pár úprav v response souboru additional_agent.rsp.
Po prvním spuštění jsem dostal tnásledující chybové hlášení:
oracle@server:~/source/gc_agent_x86-64/linux_x64/agent> ./runInstaller -silent -responseFile /opt/oracle/source/gc_agent_x86-64/linux_x64/response/additional_agent.rspERROR: You have not provided an email address.Do you wish to remain uninformed of critical security issues in your configuration?ERROR: Silent Install has failed. Please check the log files for more details.

Řešení první chyby

SECURITY_UPDATES_VIA_MYORACLESUPPORT=FalseDECLINE_SECURITY_UPDATES=True
Druhý pokus a opět chyba:
ERROR: Error:Oracle Agent Home Location cannot be null.

Řešení druhé chyby

ORACLE_AGENT_HOME_LOCATION=/opt/oracle/Oracle/Middleware
Třetí pokus a opět chyba:
ERROR: Error:The Management Service host name cannot be null.

Řešení třetí chyby

OMS_HOST= můj OMS serverOMS_PORT=4901 (pork používáte-li šifrované spojeni)AGENT_REGISTRATION_PASSWORD=registrační heslo

A teď prošlo všechno v pořádku.

Přikládám částečný výpis logu z obrazovky.
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-05-24_07-42-03AM. Please wait …oracle@server:~/source/linux_x64/agent> *** Check for updates ****** Select Installation Type ****** Check Prerequisites ****** Specify Oracle Management Service Location ****** Customize Ports ****** Review ***—————————————————————————–SummaryGlobal Settings Source: /opt/oracle/source/linux_x64/agent//stage/../stage/products.xml Oracle Home: /opt/oracle/Oracle/Middleware/agent11g (agent11g1) Installation Type: CompleteProduct Languages EnglishSpace Requirements /opt/ Required 1.04GB : Available 35.51GB / Required 34MB (only as temporary space) : Available 11.78GBNew Installations (58 products)

Finished one-offs apply… Deleting the files… Finished deleting the above files…Running Configuration assistant „Agent Configuration Assistant“Performing free port detection on host=serverSecuring the agentPerforming targets discovery and agent configurationStarting the agentConfiguration assistant „Agent Configuration Assistant“ SucceededAgentPlugIn:agent configuration finished with status = trueRunning Configuration assistant „Agent Add-on Plug-in“Configuration assistant „Agent Add-on Plug-in“ Succeeded



Komentáře