Active IQ Unified Manager Discussions
Active IQ Unified Manager Discussions
Hi,
What is the quickest way to disable fsrm. I am doubting a memory leak in it.
Regards,
Babar
Solved! See The Solution
There are few things to do.
To find the list of walks that are in progress, use the below command.
dfm srm path list
From this stop the ones that are in progress using the below cli.
[root@lnx]# dfm srm walk stop help
NAME
stop -- Stop SRM Walk
SYNOPSIS
dfm srm walk stop { all | <object> ... }
[root@lnx]#
There are few things to do.
To find the list of walks that are in progress, use the below command.
dfm srm path list
From this stop the ones that are in progress using the below cli.
[root@lnx]# dfm srm walk stop help
NAME
stop -- Stop SRM Walk
SYNOPSIS
dfm srm walk stop { all | <object> ... }
[root@lnx]#
Appreciate it. Thanx.
Babar