[dspace-tech] Set up Dspace 7.2

2023-04-12 Thread LSBU
Hello, I would like to know some parameters for my Dspace 7.2: 
1- How to create a user group on the terminal ?
2- how to add a user on the terminal ?
3- how to import users from the terminal ?
4- what are the services to start after restarting the server to make 
Dspace functional ?
5- how to automate these services so that they start automatically at 
server startup ?
6- how to improve response times if we perform a search from the portal.5 ?
7- What are the data and configuration files to backup so that in case of a 
problem, we can restore our database?

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/9d4699e3-8bc6-4e07-9552-27a84f682da7n%40googlegroups.com.


Re: [dspace-tech] Installation Dspace 7.5

2023-04-12 Thread Mark H. Wood
On Wed, Apr 12, 2023 at 07:05:20AM -0700, LSBU wrote:
> Hello, I recently discovered DSpace and would like to have the installation 
> manual for DSpace 7.5 on Ubuntu 22

https://wiki.lyrasis.org/display/DSDOC7x/Installing+DSpace

-- 
Mark H. Wood
Lead Technology Analyst

University Library
Indiana University - Purdue University Indianapolis
755 W. Michigan Street
Indianapolis, IN 46202
317-274-0749
www.ulib.iupui.edu

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/ZDa9tQX3kOaquSHB%40IUPUI.Edu.


signature.asc
Description: PGP signature


[dspace-tech] Installation Dspace 7.5

2023-04-12 Thread LSBU
Hello, I recently discovered DSpace and would like to have the installation 
manual for DSpace 7.5 on Ubuntu 22

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/4e7ee15a-71d5-4a8e-8a8d-4e8b98043c63n%40googlegroups.com.


Re: [dspace-tech] Disk partitioning for DSpace 7

2023-04-12 Thread Mark H. Wood
On Tue, Apr 11, 2023 at 08:56:07AM -0700, Andrew K wrote:
> What is the optimum disk partitioning for DSpace 7?

"Optimum" will be strongly dependent on (a) your OS and (b) how much
you are storing in your repository.

> I use a VDS, so the space is important. The aim is to have the system 
> partition 20-30GB and keep everything else on another partition, including 
> logs (they are very important AFAIK)..

That seems sensible.

I don't think anyone is going to have a "best way" for you, but here's
what I've done.

o  I like to keep the Solr cores and the database each on its own
   volume.  That way /var can fill up with log files and not stop
   DSpace.  (These days, the DBMS is on a separate host, and I'd like
   to move Solr to yet another since they tend to become busy at the
   same time.)

o  I invented a configuration parameter 'dspace.var' and use it
   throughout the configuration, wherever DSpace is configured to
   store volatile files such as exported materials and the assetstore.
   Code and configuration are installed on the /opt volume and the
   rest is mounted on /var/lib/dspace.  This last is again a separate
   volume.

I've installed Monit to keep Tomcat, Solr and PostgreSQL running,
monitor availability, restart anything that gets wedged, and email me
if there's anything it can't handle.  I also have the critical storage
volumes monitored in case one comes close to filling up.

I strongly recommend using a logical volume layer on top of a very
simple physical partitioning scheme, so that you can add physical
volumes online and portion them out as needed when logical volumes
fill up.  Usually I'll set up physical partitions "/" and "/boot", and
make all the rest a single LVM PV partition, leaving some uncommitted
storage in case I need to expand an LV more quickly than our corporate
virtual-machine infrastructure can respond to my request.  If I need
to add physical storage, I can join it to the existing volume group,
add slices to LVs as needed, and expand the LVs' filesystems into the
new extents, all without interrupting service.  (You don't need to
understand *all* of that on Day 1, but getting the basics done at
installation will make life so much nicer as the repository grows.)

I need to say that usually on a new host I'll take a wild guess about
how much storage will be needed for each of these various functions,
then adjust when I see how the system is really operating.  Some of my
guesses have been quite over-generous.  It's much harder to shrink a
volume than to expand one, even on LVM.  These days I'd probably
request just as much physical storage, but leave more of it
uncommitted and watch growth more closely.

In the end, only a running system can tell you *precisely* what it
needs to function adequately and reliably.  Provide yourself with good
system management tools and the ability to readily add capacity if you
need it.  Always give your systems a thorough inspection for capacity
as annual budget time approaches.

-- 
Mark H. Wood
Lead Technology Analyst

University Library
Indiana University - Purdue University Indianapolis
755 W. Michigan Street
Indianapolis, IN 46202
317-274-0749
www.ulib.iupui.edu

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/ZDamTro5sdb7pxf6%40IUPUI.Edu.


signature.asc
Description: PGP signature


[dspace-tech] Re: index-authority java.lang.NullPointerException after upgrade 6.x to 7.4

2023-04-12 Thread amtuan...@gmail.com
I was able to run the index-authority command successfully now with DSpace 
7.5 and some changes to ORCID authority section in my local.cfg in case 
someone runs into the same issue.

# Configuration settings for ORCID based authority control

plugin.named.org.dspace.content.authority.ChoiceAuthority = \

org.dspace.content.authority.SolrAuthority = SolrAuthorAuthority

solr.authority.server=${solr.server}/authority

choices.plugin.dc.contributor.author = SolrAuthorAuthority

choices.presentation.dc.contributor.author = authorLookup

authority.controlled.dc.contributor.author = true

authority.author.indexer.field.1=dc.contributor.author

event.dispatcher.default.consumers = authority, versioning, discovery, 
eperson

On Wednesday, February 22, 2023 at 8:39:32 AM UTC-5 amtuan...@gmail.com 
wrote:

> Hello all
>
> I am having troubles rebuilding the authority index after upgrading to 7.4 
> and now 7.5. When I run /dspace/bin/dspace index-authority I get an 
> exception immediately. This used to work perfectly on our 6.x server. Any 
> help is much appreciated. Thanks.
>
> $ /dspace/bin/dspace index-authority
>
> Retrieving all data
>
> Initialize org.dspace.authority.indexer.DSpaceAuthorityIndexer
>
> Exception: null
>
> java.lang.NullPointerException
>
> at 
> org.dspace.authority.AuthorityValueServiceImpl.generateRaw(AuthorityValueServiceImpl.java:93)
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/e12ab499-09be-4f5a-ac5c-55a3d05244ben%40googlegroups.com.


[dspace-tech] Problem on accessing front page on local Network

2023-04-12 Thread Nadeem Sohail
Dear All,  

I just installed DSpace 7.5 over Ubuntu 22.04 with all prerequisites 
software.
-  yarn 1.22.17
-  node -v v16.13.0
-  npm -v   8.1.0

I am able to access the back end using  http://192.168.15.32:8983/solr/#/ 
 on LAN 
But I am unable to access page(Angualr) using http://172.21.6.150:4000/ on 
LAN
Please guide me how may I access the front end on LAN 

Regards
Nadeem Sohail

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/f831f56c-aea3-4093-a609-250b10fa2074n%40googlegroups.com.


[dspace-tech] Re: How to put links in next to "Dspace Home"

2023-04-12 Thread Tom Obrien
Hi all,
I would like to put some links such as our website, OPAC, link below the
main logo, next to "Dspace Home",
Requesting for help on how to go about. I am using Dspace 6.3 installed on
Ubuntu 22, XMLUI interface.
Thank you in advance,
Tom

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/CAE%2B4i984HCEHFhShFfjKQ1KgKoLhiZhPMRm-zOfhiuc2%2B_LYww%40mail.gmail.com.