Back to Knowledgebase
SYSTEM

OsBC_SYS_400 032_D Installation OPERA V505

OPERA 5.0.5.

Guide d’Installation

  1. Installation Database

Pré Installation :

  • Garder une Seule carte réseau et désactiver les autres carte ou faire un regroupement des cartes
  • Disable Windows DEP

bcdedit.exe /set {current} nx AlwaysOff

  • Disable IPv6

reg add hklm\system\currentcontrolset\services\tcpip6\parameters /v DisabledComponents /t REG_DWORD /d 2

  • Disable User Account Control (UAC)

C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f

  • Modify the Elevation Prompt Behavior (only if UAC has not been disabled)

Open a command prompt and type “secpol.msc” to launch the Security Policy Console management utility.

  • Modify Admin Approval Mode (only if UAC has not been disabled)

Open a command prompt and type “secpol.msc” to launch the Security Policy Console management utility.

  • Disabling the Windows Firewall
  • Reboot the server

Installation Database Oracle :

Aller sur le DVD2 et lancer operaInstallation.exe

A la fin de l’installation, le système nous demande de redémarrer le serveur on clique sur OK.

Après redémarrage du serveur, il faut activer l’archive log de Oracle comme suit :

>sqlplus sys/pwdOracle@opera as sysdba

>shutdown immediate;

>Startup mount ;

>Alter database archivelog ;

>Alter database open ;

>Archive log list ;

  1. Installation Application

Pré Installation :

Les étapes suivantes on doit les suivre si l’installation d’OPERA 5.5 se fait sur deux serveurs :

  • Disable Windows DEP

bcdedit.exe /set {current} nx AlwaysOff

  • Disable IPv6

reg add hklm\system\currentcontrolset\services\tcpip6\parameters /v DisabledComponents /t REG_DWORD /d 255

  • Disable User Account Control (UAC)

C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f

  • Modify the Elevation Prompt Behavior (only if UAC has not been disabled)

Open a command prompt and type “secpol.msc” to launch the Security Policy Console management utility.

  • Modify Admin Approval Mode (only if UAC has not been disabled)

Open a command prompt and type “secpol.msc” to launch the Security Policy Console management utility.

  • Disabling the Windows Firewall
  • Reboot the server.

Installation

Sous le dossier DV1->Media lancer OPERAV5_FRM11G_Setup.exe

Le mot de passe standard du Weblogic est opera321

  • WebLogic

https://localhost:7042/console/login/LoginForm.jsp

Username :weblogic

Password :opera10g

-Control des services WebLogic

-Control des services Oappcfg

-Control des services

user

  • Connexion Opera

  • Change passwords for 505
  1. stop all services through oappcfged
  2. change pass from oracle
  3. sqlplus /nolog
  4. conn sys/opera10g@opera as sysdba
  5. alter user opera identified by « password »
  6. change pass from weblogic

->Connexion Pool

  1. change pass from oappcged
  2. start services through oappcfged

Related Info