Hello IRODS users,
We are having the following issue when trying to run irods cmd in an
ICAT env , please bellow the log files, we have checked all the
privileges in ICAT and are fine, any tips will be much appreciate it.
Thank you
Isabella
[irodsadm@archive01 iRODS]$ ils -L
rcAuthResponse failed with error -827000 CAT_INVALID_USER
[irodsadm@archive01 iRODS]$ iadmin lr
rcAuthResponse failed with error -827000 CAT_INVALID_USER
[irodsadm@archive01 iRODS]$ id
uid=5078(irodsadm) gid=5078(irodsadm) groups=5078(irodsadm)
[irodsadm@archive01 iRODS]$
===
The iRODS log file (rodsLog) shows auth check failure.
===
May 26 11:19:56 pid:15874 NOTICE: rsAuthCheck user irodsadm
May 26 11:19:56 pid:15874 DEBUG1: select zone_name from R_ZONE_MAIN
where zone_type_name=?
May 26 11:19:56 pid:15874 LOG_SQL: pid: 15874 sql: SQLPrepare
May 26 11:19:56 pid:15874 LOG_SQL: pid: 15874 sql: bindVar1=local
May 26 11:19:56 pid:15874 LOG_SQL: pid: 15874 sql: select zone_name from
R_ZONE_MAIN where zone_type_name=?
May 26 11:19:56 pid:15874 LOG_SQL: pid: 15874 result: SUCCESS
May 26 11:19:56 pid:15874 DEBUG1: select rcat_password, pass_expiry_ts,
r_user_password.create_ts from r_user_password, r_user_main where
user_name=? and zone_name=? and r_user_main.user_id =
r_user_password.user_id
May 26 11:19:56 pid:15874 LOG_SQL: pid: 15874 sql: SQLPrepare
May 26 11:19:56 pid:15874 LOG_SQL: pid: 15874 sql: bindVar1=irodsadm
May 26 11:19:56 pid:15874 LOG_SQL: pid: 15874 sql: bindVar2=tempZone
May 26 11:19:56 pid:15874 LOG_SQL: pid: 15874 sql: select rcat_password,
pass_expiry_ts, r_user_password.create_ts from r_user_password,
r_user_main where user_name=? and zone_name=? and r_user_main.user_id =
r_user_password.user_id
May 26 11:19:56 pid:15874 LOG_SQL: pid: 15874 result: SUCCESS
May 26 11:19:56 pid:15874 NOTICE: rsAuthCheck: chlCheckAuth status = -827000
May 26 11:19:56 pid:15874 NOTICE: rsAuthResponse: rxAuthCheck failed,
status = -827000
===
--
-----------------------------------------------------------
Isabella A. Ghiurea
Isabella...@nrc-cnrc.gc.ca
Canadian Astronomy Data Centre |http://www.nrc-cnrc.gc.ca/eng/services/hia/data-centre.html
National Research Council of Canada, Herzberg Institute of Astrophysics
5071 West Saanich Road, Victoria BC V9E 2E7, Canada
Phone: 250 363-3446 fax: 250 363-0045
--
"iRODS: the Integrated Rule-Oriented Data-management System; A community driven, open source, data grid software solution" https://www.irods.org
iROD-Chat: http://groups.google.com/group/iROD-Chat
Hello,The CAT_INVALID_USER error means that the user does not exist, or is not completely defined, in the iRODS system (in the catalog, that is). In this case, it is trying to get the user's password and failing. Most likely, the admin needs to run 'iadmin moduser irodsadmin password some-password' to set the password.If looks like the user environment is OK, but you can use the 'ienv' command to show you what your user environment settings are (including your irods user name), which are defined on the client side. The 'user environment' web page explains how this is set up: https://www.irods.org/index_php/user_environment .- Wayne -
Tryed a reinstall...Updating /etc/irods/database_config.json...Stopping iRODS server...-----------------------------Running irods_setup.pl...Step 1 of 4: Configuring database user...Updating user's .pgpass...Skipped. File already uptodate.Step 2 of 4: Creating database and tables...Checking whether iCAT database exists...[ICAT] on [fit-tirods1] found.Updating user's .odbc.ini...Creating iCAT tables...Skipped. Tables already created.Testing database communications...Step 3 of 4: Configuring iRODS server...Updating /etc/irods/server_config.json...Updating /etc/irods/database_config.json...Step 4 of 4: Configuring iRODS user and starting server...Updating iRODS user's ~/.irods/irods_environment.json...Starting iRODS server...Confirming catalog_schema_version... SuccessValidating [/var/lib/irods/.irods/irods_environment.json]... SuccessValidating [/etc/irods/server_config.json]... SuccessValidating [/etc/irods/hosts_config.json]... SuccessValidating [/etc/irods/host_access_control_config.json]... SuccessValidating [/etc/irods/database_config.json]... SuccessOpening iRODS connection...Install problem:Connection to iRODS server failed.
[-] libnative.cpp:336:native_auth_client_response : status [CAT_INVALID_USER] errno [] -- message [Call to rcAuthResponseFailed.]
failed with error -827000 CAT_INVALID_USER
Found 3 processes:Stopping process id 19759Stopping process id 19761Stopping process id 19780Killing process id 19759Killing process id 19761Killing process id 19780Abort.
--
--
"iRODS: the Integrated Rule-Oriented Data-management System; A community driven, open source, data grid software solution" https://www.irods.org
iROD-Chat: http://groups.google.com/group/iROD-Chat
---
You received this message because you are subscribed to the Google Groups "iRODS-Chat" group.
To unsubscribe from this group and stop receiving emails from it, send an email to irod-chat+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.