IBM Connections: Instalando o IBM Connections 4.5 no Linux: Difference between revisions

From Wiki
(Criou página com: ' = Criando os Banco de Dados do Connectins 4.5 Manualmente = Desempacotar cd /tmp mkdir c45 chmod a+rw c45 db2 -td@ -vf activities/db2/createDb.sql -z /tmp/c45/act...')
(No difference)

Revision as of 21:48, 29 July 2014


Criando os Banco de Dados do Connectins 4.5 Manualmente

Desempacotar

cd /tmp
mkdir c45
chmod a+rw c45

db2 -td@ -vf activities/db2/createDb.sql -z /tmp/c45/activities_create.log ;
db2 -td@ -vf activities/db2/appGrants.sql -z /tmp/c45/activities_grants.log ;
db2 -td@ -vf blogs/db2/createDb.sql -z /tmp/c45/blogs_create.log ;
db2 -td@ -vf blogs/db2/appGrants.sql -z /tmp/c45/blogs_grants.log ;
db2 -td@ -vf communities/db2/createDb.sql -z /tmp/c45/communities_create.log ;
db2 -td@ -vf communities/db2/appGrants.sql -z /tmp/c45/communities_grants.log ;
db2 -td@ -vf communities/db2/calendar-createDb.sql -z /tmp/c45/communities_createcalendar.log ;
db2 -td@ -vf communities/db2/calendar-appGrants.sql -z /tmp/c45/communities_grantscalendar.log ;
db2 -td@ -vf dogear/db2/createDb.sql -z /tmp/c45/dogear_create.log ;
db2 -td@ -vf dogear/db2/appGrants.sql -z /tmp/c45/dogear_grants.log ;
db2 -td@ -vf files/db2/createDb.sql -z /tmp/c45/files_create.log ;
db2 -td@ -vf files/db2/appGrants.sql -z /tmp/c45/files_grants.log ;
db2 -td@ -vf forum/db2/createDb.sql -z /tmp/c45/forum_create.log ;
db2 -td@ -vf forum/db2/appGrants.sql -z /tmp/c45/forum_grants.log ;
db2 -tvf homepage/db2/createDb.sql -z /tmp/c45/homepage_create.log ;
db2 -tvf homepage/db2/appGrants.sql -z /tmp/c45/homepage_grants.log ;
db2 -tvf profiles/db2/createDb.sql -z /tmp/c45/profiles_create.log ;
db2 -tvf profiles/db2/appGrants.sql -z /tmp/c45/profiles_grants.log ;
db2 -td@ -vf wikis/db2/createDb.sql -z /tmp/c45/wikis_create.log ;
db2 -td@ -vf wikis/db2/appGrants.sql -z /tmp/c45/wikis_grants.log ;

db2 -td@ -vf metrics/db2/createDb.sql -z /tmp/c45/metrics_create.log ;
db2 -td@ -vf metrics/db2/appGrants.sql -z /tmp/c45/metrics_grants.log ;
db2 -td@ -vf cognos/db2/createDb.sql -z /tmp/c45/cognos_create.log ;
db2 -td@ -vf cognos/db2/appGrants.sql -z /tmp/c45/cognos_grants.log ;

db2 -td@ -vf libraries.gcd/db2/createDb.sql -z /tmp/c45/libraries.gcd_create.log ;
db2 -td@ -vf libraries.gcd/db2/appGrants.sql -z /tmp/c45/libraries.gcd_grants.log ;
db2 -td@ -vf libraries.os/db2/createDb.sql -z /tmp/c45/libraries.os_create.log ;
db2 -td@ -vf libraries.os/db2/appGrants.sql -z /tmp/c45/libraries.os_grants.log ;
db2 -td@ -vf mobile/db2/createDb.sql -z /tmp/c45/mobile_create.log ;
db2 -td@ -vf mobile/db2/appGrants.sql -z /tmp/c45/mobile_grants.log ;