how to create simplest database in lotus domino server on redhat machine -


I'm debugging a software that uses lotus and I'm not trying to master Domino Lotus .

Look for the command

1) Create database 2) List database 3) Delete database

I downloaded DOMI_SRV_901_LIN_XS64_EN_-TRIAL.tar and installed on greed 6 machine command domino server started using command

  su - notes -c "cd / local / notes data / opt / IBM / lotus / bin / server"   

How to create the simplest database using the command line

Simple Answer: Do not you Te ...

There is no way to create a database through the command line, and the removal and listing is also usually not done through the command line

You need an IBM Domino Designer Client to create a database. You need the IBM Domino Administration Client to manage the server.

Domino databases are not relational databases, which can be easily created through a command: they are too much

after installing it you have already done a lot on your server The database is eg:

  • names.nsf - aka Domino Directory: Includes the configuration of your domino domains, your users, groups, etc.
  • Log in. NSF - looks: Yes, P> You will not learn to use domino only from a Linux console. Most probably you need an administrative education (lasting up to 3 days) ...

    Domino is complicated for this ...

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -