The Community is now in read-only mode to prepare for the launch of the new Flexera Community. During this time, you will be unable to register, log in, or access customer resources. Click here for more information.
when we run a manual scan using ndtrack command, the system doesn complete the full scan & it is either get locked or frozen on the below task or it doesn't complete the full scan..
[Thu 31 Mar 2022 03:28:26 PM EDT (G, 0)] {14813} Obtaining semaphore lock (to ensure only one instance is running)...
This device has 6+tb of files, Is that one of the reason it doesn't complete the full scan? How can we complete the manual scan?
‎Apr 01, 2022 09:31 AM
@80jignesh - Can you start by telling us all of the Command Line parameters that you are using when launching NDTRACK.SH?
‎Apr 01, 2022 09:37 AM
./ndtrack -t machine -o Software=True -o Hardware=True -o LogFile=/tmp/log.txt
‎Apr 01, 2022 09:53 AM
If your ndtrack process does not terminate and the last line of logging you see says "Obtaining semaphore lock", that suggests there is likely another ndtrack process already running on the computer - your process is waiting for the earlier process to complete its work.
You could use a command like the following to check if there are running ndtrack processes on a Unix-like operating system:
ps -ef | grep ndtrack
(Change the ps command line options as appropriate to list all processes if your particular operating system uses different options.)
‎Apr 04, 2022 03:18 AM