dsmwatchd spams console with "cannot initialize the DMAPI interface" message

murzic

Active Newcomer
Joined
Jul 14, 2010
Messages
15
Reaction score
0
Points
0
Hello

I installed TSM Server 5.5.5
Then I Installed HSM client on it.

After I try to start HSM daemon

# /opt/tivoli/tsm/client/hsm/bin/dsmwatchd nodetach &
And this program starts spam my console with this message

ANS9505E dsmwatchd: cannot initialize the DMAPI interface. Reason: Success
ANS9505E dsmwatchd: cannot initialize the DMAPI interface. Reason: Success
ANS9505E dsmwatchd: cannot initialize the DMAPI interface. Reason: Success
ANS9505E dsmwatchd: cannot initialize the DMAPI interface. Reason: Success
ANS9505E dsmwatchd: cannot initialize the DMAPI interface. Reason: Success
ANS9505E dsmwatchd: cannot initialize the DMAPI interface. Reason: Success
ANS9505E dsmwatchd: cannot initialize the DMAPI interface. Reason: Success
...

And I can't add file system to HSM

# dsmmigfs add /media0
IBM Tivoli Storage Manager
Command Line Space Management Client Interface
Client Version 5, Release 5, Level 0.0
Client date/time: 05/29/11 15:16:23
(c) Copyright by IBM Corporation and other(s) 1990, 2007. All Rights Reserved.

ANS9505E dsmmigfs: cannot initialize the DMAPI interface. Reason: Success

# cat /etc/issue
Welcome to SUSE Linux Enterprise Server 10 SP1 (i586) - Kernel \r (\l).

# uname -a
Linux media3 2.6.16.46-0.12-smp #1 SMP Thu May 17 14:00:09 UTC 2007 i686 i686 i386 GNU/Linux

# rpm -qa | grep TIV
TIVsm-license-5.5.0-0
TIVsm-tsmscsi-5.5.5-0
TIVsm-API-5.5.0-0
TIVsm-HSM-5.5.0-0
TIVsm-server-5.5.5-0
TIVsm-BA-5.5.0-0

# df -hT | grep media0
/dev/fs1 gpfs 2.0T 2.4G 2.0T 1% /media0

Please, help me. If you need more information, you can tell me.
Thanks.
 
May be this is GPFS error?
My GPFS works, but getstate return tha GPFS state is down

# mmgetstate -a

Node number Node name GPFS state
------------------------------------------
1 media3 down

# mmstartup -a
Sun May 29 15:41:38 MSD 2011: mmstartup: Starting GPFS ...
media3: The GPFS subsystem is already active.

# mmgetstate -a

Node number Node name GPFS state
------------------------------------------
1 media3 down
 
I fixed problem with GPFS

# mmgetstate -a

Node number Node name GPFS state
------------------------------------------
1 media3 active

But problem is still happenes.
I found that DMAPI is not enabled on my GPFS volume

# mmlsfs /dev/fs1 -z
flag value description
------------------- ------------------------ -----------------------------------
-z no Is DMAPI enabled?

But when I try to change this flag I can't mount fs

# mmumount /dev/fs1
Tue May 31 09:30:10 MSD 2011: mmumount: Unmounting file systems ...

# mmchfs /dev/fs1 -z yes

# mmmount /dev/fs1
Tue May 31 09:30:24 MSD 2011: mmmount: Mounting file systems ...
mount: /dev/fs1: can't read superblock
mmmount: Command failed. Examine previous error messages to determine cause.

# mmchfs /dev/fs1 -z no

# mmmount /dev/fs1
Tue May 31 09:30:46 MSD 2011: mmmount: Mounting file systems ...

I can't mount fs when DMAPI is enabled.
 
Back
Top