[Dspace-tech] dspace migration

2015-05-20 Thread hayet Amila
Hi all,
I have installed DSpace 4.2 on Windows 7 but it is still running on localhost 
with tomcat server 7.I need to point this to the internet. Please, how i can 
migrate installed DSpace on windows to a remote server ?
--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Dspace migration from 1.7 to 4 in new setup

2015-03-05 Thread helix84
Please, don't cross-post. Your question belongs to dspace-tech only.

The bi_* tables are the old browse index. Since DSpace 4, it's not
used by default anymore unless you explicitly configure to use the
Postgres DAO rather then the Solr DAO [1].

In your dspace.log I don't see any problem which would pertain to
these bi_* tables. What did you do when those postgres errors were
logged?

Anyway, there's another problem in dspace.cfg, unrelated to bi_*
tables. Your DSpace cannot connect to Solr, which now provides the
browse and search functionality. Make sure that you deployed the solr
webapp, that it's running and that you configured DSpace to point to
their correct URL (which may be different from the example below):

server=http://localhost:8080/solr/statistics in
[dspace]/config/modules/solr-statistics.cfg.
solr.url=http://localhost:8080/solr/oai in [dspace]/config/modules/oai.cfg and
search.server=http://localhost:8080/solr/search in
[dspace]/config/modules/discovery.cfg
All of these can be changed at once at build time by changing
solr.server=http://localhost:8080/solr in [dspace-source]/build.properties


[1] 
https://github.com/DSpace/DSpace/blob/dspace-4_x/dspace/config/dspace.cfg#L1016-1017


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] DSpace migration from 1.6.2 to 3 or 5 in new setup (due to harddisk crash)

2015-02-25 Thread इन्‍दु भूषण Indu Bhushan
Apache Maven *3.0.5* , Java version: 1.8.0_31, Apache Ant(TM) version 1.8.2
,  postgres (PostgreSQL) 9.0.3, Linux RHEL 5, backup of sql database and
assetstore. assetstore is some days older then database.  I had added some
bibliographic field and thumbnail creation.I have no backup of dspace.cfg.

 Dear Sir

After many efforts i am unable to up dspace 5 with above condition now i am
planning to setup with Dspace 3. Please let us know right procedure
specially:-

1. database restore from which login
2. database schema update from which login
3 The fields (advisor, conf name, place date , apge etc) and thumnail
creation, media filter will be displayed automatically after import or
before import i will have to add these field and rebuild the Dspace.

Please provide your suggestion as soon as possible.

Regards

Indu Bhushan
SIRC,RRCAT-Indore
--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Dspace Migration 1.8.2 to 4.0

2014-01-27 Thread helix84
On Sat, Jan 25, 2014 at 7:51 PM, nirav dhami niravdh...@gmail.com wrote:
 How do we Upgrade(Migrate) from 1.8.2 to 4.0?

Hi Nirav,

follow these instructions:
https://wiki.duraspace.org/display/DSDOC4x/Upgrading+DSpace

Please, note that if you're using Discovery or Solr statistics in 1.8,
you *have to* upgrade to and run DSpace 3 first, then run the Solr
optimize command and then upgrade to DSpace 4. This is described in
the 3-4 upgrade steps.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments  Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] Dspace Migration 1.8.2 to 4.0

2014-01-25 Thread nirav dhami
Hello All,

We have Dspace 1.8.2 installed on our server.

How do we Upgrade(Migrate) from 1.8.2 to 4.0?

Thanks,
Nirav
--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments  Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Dspace Migration 1.8.2 to 4.0

2014-01-25 Thread Hilton Gibson
Hi Nirav

Briefly, do all the database upgrades per version.
Then do a comparison of your configuration and customisation between 1.8.2
and 4.0.
Perhaps this will help:
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Upgrading

Cheers

hg


*Hilton Gibson*
Ubuntu Linux Systems Administrator
JS Gericke Library
Room 1025D
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa

Tel: +27 21 808 4100 | Cell: +27 84 646 4758
http://scholar.sun.ac.za
http://bit.ly/goodir
http://library.sun.ac.za
http://za.linkedin.com/in/hiltongibson


On 25 January 2014 20:51, nirav dhami niravdh...@gmail.com wrote:

 Hello All,

 We have Dspace 1.8.2 installed on our server.

 How do we Upgrade(Migrate) from 1.8.2 to 4.0?

 Thanks,
 Nirav


 --
 CenturyLink Cloud: The Leader in Enterprise Cloud Services.
 Learn Why More Businesses Are Choosing CenturyLink Cloud For
 Critical Workloads, Development Environments  Everything In Between.
 Get a Quote or Start a Free Trial Today.

 http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments  Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] DSpace migration problem 1.7.0 to 1.8.2

2013-02-15 Thread Sönmez ÇELİK
Hi,

I'm having an interesting problem when I was migration our metadata and
files from DSpace 1.7.0 to DSpace 1.8.2. The problem is There are no files
associated with this item. under metadata. On the other way new submission
and upload other files isn't posesible. DSpace is giving Internal System
Eror.

I have migration experience 1.7.0 to 1.7.0. I was migrate my DSpace
database 4-5 times and did'nt had any problem.

Do you have any suggestion about this problem?

-- 
Sonmez CELIK
Dogus University Library
http://sonmezcelik.blogspot.com
http://journal.dogus.edu.tr/
http://kutuphane.dogus.edu.tr/
0 216 544 55 14
0 555 472 99 75
--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] DSpace migration problem 1.7.0 to 1.8.2

2013-02-15 Thread helix84
On Fri, Feb 15, 2013 at 1:35 PM, Sönmez ÇELİK snmz...@gmail.com wrote:
 I'm having an interesting problem when I was migration our metadata and
 files from DSpace 1.7.0 to DSpace 1.8.2. The problem is There are no files
 associated with this item. under metadata.

Did you copy over the asset store? Did you clear Cocoon cache? [1]

 On the other way new submission
 and upload other files isn't posesible. DSpace is giving Internal System
 Eror.

We'll need more info about this. You should find the full stacktrace
of this error in your dspace.log, send it here.
Also, describe what you were doing and which page was it on? Which
submission step?

[1] 
https://wiki.duraspace.org/display/DSPACE/TechnicalFaq#TechnicalFaq-ClearingCocoon(XMLUI)cache


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] DSpace migration problem 1.7.0 to 1.8.2

2013-02-15 Thread snmzclk
Hi,

Yes I copied DSpace 1.7.0 assetstore contents and past to DSpace 1.8.2
assetstore content.

I backuped DSpace database via pgadmin3 and restore to 1.8.2.

In line with suggestions I clear Cocoon Cache. The problem is stabil.




-
Sonmez CELIK
Dogus University Library
Istanbul, Turkey
--
View this message in context: 
http://dspace.2283337.n4.nabble.com/DSpace-migration-problem-1-7-0-to-1-8-2-tp4662152p4662156.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] Dspace migration to a new server

2012-05-29 Thread ribin . jones
Hi,

I am a newbie to D-Space. Please correct me if I am wrong and guide me to get a 
solution. 

We have a D-Space server running for several years now and I need to install a 
new server and have the latest 1.8.2 version installed. I come from a 
Networking background and joined recently in this Institute and here I need to 
manage the servers as well. I have installed D-Space in Ubuntu 10.4 and got it 
working. But right now, I need to migrate the contents of my old server to the 
new one. Do we have any process to do it? I tried to take postgre sql dump and 
restored in the new server - but nothing really happened. In fact, I am not 
sure whether I did the right steps also. Please help me out in this issue.

Regards,

Ribin Jones S.B 
Scientist 
IT LAB, Knowledge Resource Centre, 
National Institute for Interdisciplinary Science and Technology (NIIST) 
(Formerly Regional Research Laboratory) 
CSIR, Govt. of India, 
Pappanamcode, Thiruvananthapuram - 695019 
Kerala 
www.niist.res.in 
Mob: +91 9895226242 


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace migration to a new server

2012-05-29 Thread helix84
Hi Ribin,

Upgrade steps are documented here:
https://wiki.duraspace.org/display/DSDOC18/Upgrading+a+DSpace+Installation

It is possible to upgrade over several versions at once - see the note
on that page.

The chapter about upgrading is a part of an extensive DSpace manual:
https://wiki.duraspace.org/display/DSDOC18/DSpace+1.8+Documentation

Regards,
~~helix84

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace migration to a new server

2012-05-29 Thread Hilton Gibson

Hi Ribin

You can try: 
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Asset_Import_and_Export


Cheers

hg

On 05/29/2012 01:11 PM, ribin.jo...@niist.res.in wrote:

Hi,

I am a newbie to D-Space. Please correct me if I am wrong and guide me to get a 
solution.

We have a D-Space server running for several years now and I need to install a 
new server and have the latest 1.8.2 version installed. I come from a 
Networking background and joined recently in this Institute and here I need to 
manage the servers as well. I have installed D-Space in Ubuntu 10.4 and got it 
working. But right now, I need to migrate the contents of my old server to the 
new one. Do we have any process to do it? I tried to take postgre sql dump and 
restored in the new server - but nothing really happened. In fact, I am not 
sure whether I did the right steps also. Please help me out in this issue.

Regards,

Ribin Jones S.B
Scientist
IT LAB, Knowledge Resource Centre,
National Institute for Interdisciplinary Science and Technology (NIIST)
(Formerly Regional Research Laboratory)
CSIR, Govt. of India,
Pappanamcode, Thiruvananthapuram - 695019
Kerala
www.niist.res.in
Mob: +91 9895226242


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


--
Hilton Gibson
Systems Administrator
JS Gericke Library
Room 1025D
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa

Tel: +27 21 808 4100 | Cell: +27 84 646 4758

http://www.sun.ac.za/library


E-pos vrywaringsklousule

Hierdie e-pos mag vertroulike inligting bevat en mag regtens geprivilegeerd 
wees en is slegs bedoel vir die persoon aan wie dit geadresseer is. Indien u 
nie die bedoelde ontvanger is nie, word u hiermee in kennis gestel dat u 
hierdie dokument geensins mag gebruik, versprei of kopieer nie. Stel ook 
asseblief die sender onmiddellik per telefoon in kennis en vee die e-pos uit. 
Die Universiteit aanvaar nie aanspreeklikheid vir enige skade, verlies of 
uitgawe wat voortspruit uit hierdie e-pos en/of die oopmaak van enige lês 
aangeheg by hierdie e-pos nie.

E-mail disclaimer

This e-mail may contain confidential information and may be legally privileged 
and is intended only for the person to whom it is addressed. If you are not the 
intended recipient, you are notified that you may not use, distribute or copy 
this document in any manner whatsoever. Kindly also notify the sender 
immediately by telephone, and delete the e-mail. The University does not accept 
liability for any damage, loss or expense arising from this e-mail and/or 
accessing any files attached to this e-mail.
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace migration to a new server

2012-05-29 Thread helix84
On Tue, May 29, 2012 at 2:36 PM, Hilton Gibson hilton.gib...@gmail.com wrote:
 You can try:
 http://wiki.lib.sun.ac.za/index.php/SUNScholar/Asset_Import_and_Export

Yes, that would be recommended, but was implemented only in 1.7. If
you have an older version, you still have to use the generic upgrade
procedure.

Regards,
~~helix84

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace migration to a new server

2012-05-29 Thread Hilton Gibson
Hi Helix

A friend just handed me a document that explains export/import on DSpace
Version 1.3.2

So since 1.3.2 it has been possible.

Cheers

hg


On 29 May 2012 14:45, helix84 heli...@centrum.sk wrote:

 On Tue, May 29, 2012 at 2:36 PM, Hilton Gibson hilton.gib...@gmail.com
 wrote:
  You can try:
  http://wiki.lib.sun.ac.za/index.php/SUNScholar/Asset_Import_and_Export

 Yes, that would be recommended, but was implemented only in 1.7. If
 you have an older version, you still have to use the generic upgrade
 procedure.

 Regards,
 ~~helix84


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




-- 
Hilton Gibson
Systems Administrator
JS Gericke Library
Room 1025D
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa

Tel: +27 21 808 4100 | Cell: +27 84 646 4758

http://www.sun.ac.za/library
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace migration to a new server

2012-05-29 Thread helix84
Hi Hilton,

my mistake, I misread the article title and thought it was about AIP.

Regards,
~~helix84

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] dspace migration

2008-12-03 Thread Rod Harris
Hi all

I'm migrating the repository in a dspace 1.4 instance to a separate 
server running a dspace 1.5 instance..

On the dspace 1.5 machine I've got about 20G for / and /home but I've 
also got a network mounted 500G drive.

In the dspace.cfg I pointed the assetstore directory to the network 
drive, but is this all I need to do to ensure data is stored on the 
network mounted drive?

If I dump my postgres data from the 1.4 instance and then import it to 
the 1.5 instance where will it go? The reason I ask is that I installed 
postgres through 'yum' and I suspect it'll still try to store data on 
the / file system.

I'd really appreciate if someone can explain (or point me to something 
that explains) the conceptual arrangement of data and directories used 
in dspace + postgres.

Cheers. Rod

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] dspace migration

2008-12-03 Thread Kim Shepherd
Hi Rod,

You're correct as far as configuring your paths for assetstore go.
The postgres database is quite separate to the assetstore, and the location 
will depend on your PostgreSQL configuration rather than your Dspace 
configuration. (look for the data_directory parameter in postgresql.conf, 
IIRC..)

Cheers,

Kim

 -Original Message-
 From: Rod Harris [mailto:[EMAIL PROTECTED]
 Sent: Thursday, 4 December 2008 3:58 p.m.
 To: dspace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] dspace migration
 
 Hi all
 
 I'm migrating the repository in a dspace 1.4 instance to a separate
 server running a dspace 1.5 instance..
 
 On the dspace 1.5 machine I've got about 20G for / and /home but I've
 also got a network mounted 500G drive.
 
 In the dspace.cfg I pointed the assetstore directory to the network
 drive, but is this all I need to do to ensure data is stored on the
 network mounted drive?
 
 If I dump my postgres data from the 1.4 instance and then import it to
 the 1.5 instance where will it go? The reason I ask is that I installed
 postgres through 'yum' and I suspect it'll still try to store data on
 the / file system.
 
 I'd really appreciate if someone can explain (or point me to something
 that explains) the conceptual arrangement of data and directories used
 in dspace + postgres.
 
 Cheers. Rod
 
 ---
 --
 This SF.Net email is sponsored by the Moblin Your Move Developer's
 challenge
 Build the coolest Linux based applications with Moblin SDK  win great
 prizes
 Grand prize is a trip for two to an Open Source event anywhere in the
 world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] dspace migration

2008-12-03 Thread Allen Lam
Hi Rod,

Besides assetstore, there are other directories in dspace that could use 
up plenty of disk space. Depending on your configuration and pattern of 
usage, these directories may include history, log, reports, upload, etc.

Other than redirecting them one-by-one to a remote drive, consider 
installing your whole tomcat and webapps in your remote drive.

Like what Kim suggested in a previous mail, you need to config postgres 
separately.

Regards,
Allen Lam.
HKU Hub Administrator, http://hub.hku.hk

Rod Harris wrote:
 Hi all
 
 I'm migrating the repository in a dspace 1.4 instance to a separate 
 server running a dspace 1.5 instance..
 
 On the dspace 1.5 machine I've got about 20G for / and /home but I've 
 also got a network mounted 500G drive.
 
 In the dspace.cfg I pointed the assetstore directory to the network 
 drive, but is this all I need to do to ensure data is stored on the 
 network mounted drive?
 
 If I dump my postgres data from the 1.4 instance and then import it to 
 the 1.5 instance where will it go? The reason I ask is that I installed 
 postgres through 'yum' and I suspect it'll still try to store data on 
 the / file system.
 
 I'd really appreciate if someone can explain (or point me to something 
 that explains) the conceptual arrangement of data and directories used 
 in dspace + postgres.
 
 Cheers. Rod



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] dspace migration

2008-12-03 Thread Allen Lam
An appendix for something missing...

Other than redirecting them one-by-one to a remote drive, consider
installing your whole dspace home, webapps, and perhaps your apache
document dir in your remote drive.

Regards,
Allen Lam.
HKU Hub Administrator, http://hub.hku.hk

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] dspace migration

2008-12-03 Thread Gary Browne
Hi Rod

Further to the other replies, there is also this documentation page
which I think you'll find useful.

http://www.dspace.org/1_5_1Documentation/ch06.html

Kind regards
Gary

Gary Browne
Development Programmer
Library IT Services
University of Sydney
ph: 9351-5946
 

 -Original Message-
 From: Rod Harris [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, 4 December 2008 1:58 PM
 To: dspace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] dspace migration
 
 Hi all
 
 I'm migrating the repository in a dspace 1.4 instance to 
 a separate server running a dspace 1.5 instance..
 
 On the dspace 1.5 machine I've got about 20G for / and /home 
 but I've also got a network mounted 500G drive.
 
 In the dspace.cfg I pointed the assetstore directory to the 
 network drive, but is this all I need to do to ensure data is 
 stored on the network mounted drive?
 
 If I dump my postgres data from the 1.4 instance and then 
 import it to the 1.5 instance where will it go? The reason I 
 ask is that I installed postgres through 'yum' and I suspect 
 it'll still try to store data on the / file system.
 
 I'd really appreciate if someone can explain (or point me to 
 something that explains) the conceptual arrangement of data 
 and directories used in dspace + postgres.
 
 Cheers. Rod
 
 --
 ---
 This SF.Net email is sponsored by the Moblin Your Move 
 Developer's challenge Build the coolest Linux based 
 applications with Moblin SDK  win great prizes Grand prize 
 is a trip for two to an Open Source event anywhere in the 
 world http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] dspace migration

2008-11-06 Thread gregorcy
Hi All,

I inherited a Dspace setup, I don't have much background with Dspace (or apache 
tomcat for that matter) and was 
wondering if anyone could help me with a few issues that I am running into.  
What I would like to do is just copy the 
existing dspace directories over to the new server.

I am trying to migrate our existing Dspace server from windows to a linux 
server.  It looks like there are 2 dspace 
directories one is in the tomcat webapps directory named dspace.  The other 
is named dspace-1.4.1, it contains a 
config directory with the dspace.cfg.

So my questions are:

1) Are those the only 2 directories I need to worry about?

2) I assume I put the directory that is in the webapp folder, in the webapp 
folder on the new server.  But where do I 
place the other directory how do I make tomcat aware of it.

Any help would be appreciated,


--Brian

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] dspace migration

2008-11-06 Thread gregorcy


Stuart Lewis wrote:


 So my questions are:

 1) Are those the only 2 directories I need to worry about?
 
 No. There is one more.
 
 When you read DSpace documentation, you'll often see references to [dspace]
 and [dspace-src]:
 
  - [dspace] is where DSpace gets installed, holds the configuration, logs,
 item files etc.
 
  - [dspace-src] is where DSpace is downloaded to, and then built. It will
 also contain your local customisations if you have any. When it builds, it
 creates [dspace], and a dspace.war file which when placed in
 [tomcat]/webapps will expand to create the [tomcat]/webapps/dspace directory
 containing the web application.
 
 Your folder called dspace-1.4.1 may be either [dspace] or [dspace-src]
 
 [dspace] contains directories such as assetstore, log, and upload.
 [dspace-src] contains directories such as src, jsp, docs.
 
 So you have two of the three required.
 
 In theory you can recreate the tomcat/webapps/dspace folder easily from
 [dspace-src].
  
 2) I assume I put the directory that is in the webapp folder, in the webapp
 folder on the new server.  But where do I place the other directory how do I
 make tomcat aware of it.
 
 If you just place the 'dspace' directory in the tomcat webapps folder, like
 where you got it from, then restart tomcat, it should recognise that it is
 there.
 
 You've not mentioned the database at all. Are you happy with how that is
 configured, and copying that too (if it is a local database server)?
 

Ok both of these responses really helped thank you.  The directories that I am 
going to move are:

..\webapps\dspace
..\dspace-1.4.1
..\dspace-1.4.1-source

in the webapps\dspace directory there is a file WEB-INF\web.xml I am going to 
modify that file with path to the new 
location of the dspace-1.4.1\config\dspace.cfg

As far as the database it is running on a different host on the same vlan so I 
don't think anything should change there.

Thanks for the help, if I have missed anything let me know.

--Brian


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] dspace migration

2008-11-06 Thread Stuart Lewis
Hi Brian,

 Ok both of these responses really helped thank you.  The directories that I am
 going to move are:
 
 ..\webapps\dspace
 ..\dspace-1.4.1
 ..\dspace-1.4.1-source
 
 in the webapps\dspace directory there is a file WEB-INF\web.xml I am going to
 modify that file with path to the new
 location of the dspace-1.4.1\config\dspace.cfg
 
 As far as the database it is running on a different host on the same vlan so I
 don't think anything should change there.

That all sounds good.
 
 Thanks for the help, if I have missed anything let me know.

Are you running a handle server? If so, I'll email instructions for moving
that too. If you're not sure, look in [dspace]/config/dspace.cfg for
'handle.prefix', and see if it set to 123456789. If is is set to something
different, then you will be running a handle server.

Thanks,


Stuart
_

Gwasanaethau Gwybodaeth  Information Services
Prifysgol Aberystwyth  Aberystwyth University

E-bost / E-mail: [EMAIL PROTECTED]
 Ffon / Tel: (01970) 622860
_


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] dspace migration

2008-11-06 Thread Claudia Juergen
Hi Gregory,

just to be on the save side, check the setting in the
[dspace]/config/dpace.cfg

The directories where DSpace is installed and keeps it's non-db data are
defined there.

Check for:

dspace.dir (the installation directory)
assetstore.dir = ${dspace.dir}/assetstore
history.dir = ${dspace.dir}/history
log.dir = ${dspace.dir}/log
upload.temp.dir = ${dspace.dir}/upload
search.dir = ${dspace.dir}/search
report.dir = ${dspace.dir}/reports/
handle.dir = ${dspace.dir}/handle-server

There might be other directory defined for the assetstore. It's common
practice to seperate the installation directory from the data directory.

Hope that helps

Claudia Jürgen



 Ok both of these responses really helped thank you.  The directories that
 I am going to move are:

 ..\webapps\dspace
 ..\dspace-1.4.1
 ..\dspace-1.4.1-source

 in the webapps\dspace directory there is a file WEB-INF\web.xml I am going
 to modify that file with path to the new
 location of the dspace-1.4.1\config\dspace.cfg

 As far as the database it is running on a different host on the same vlan
 so I don't think anything should change there.

 Thanks for the help, if I have missed anything let me know.

 --Brian


 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's
 challenge
 Build the coolest Linux based applications with Moblin SDK  win great
 prizes
 Grand prize is a trip for two to an Open Source event anywhere in the
 world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech