slozosnitram wrote:Sorry guys one more question,
Absolutely no worries.
slozosnitram wrote:I'm getting following password problem
What I'm doing wrong ??
So there are two distinct issues going on here. Let's deal with the first one, the password problem.
You appear to be trying to log into OMERO as 'omero-system-user', and it's failing.
The user you're trying to log in with, 'omero-system-user' has a name which implies 'operating system user' - and you can see, in this case, your shell tells you that you are logged into this linux server as 'omero-system-user'. This will most likely be the operating system user that OMERO is running as. i.e. a linux user.
OMERO has it's own concept of users/groups, known as 'OMERO users', distinct from the users the operating system knows about [1]. So an OMERO instance will start off it's life with a single Administrative OMERO user (i.e. not a linux or operating system user), called 'root'. It is with the 'root' OMERO user account one would log in to OMERO to set up the rest of the system for the users of OMERO.
So you likely need to log into OMERO with an _OMERO_ administrative account, not an operating system account. Find out what admin account you normally use to manage the server, and try a CLI log-in, and let us know if you are still having problems there.
i.e.
- Code: Select all
bin/omero login
[1]
https://www.openmicroscopy.org/site/sup ... g-password