Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

2553

October 6th, 2008 13:00

Storage Scope File level Collection Path

Hi,

We have two drives (C:\ and D:\ ) on our infrastructure server and we have enabled a file level collection for all the hosts.
ECC is installed in D:\ and now all the file level collection is stored in C:\.temp folder.
We have ECC6.0 in our environment.
I am looking to change this path to D drive, can anybody suggest how I should be proceeding?

55 Posts

October 7th, 2008 06:00

Hi,

The default location for the host with the FLR archiver agent to process data it collects is C:\temp. To change the location of the FLR archiver agent temp directory, add the TempScanDir key to the SGS.ini file pointing to the new directory location. This is done as follows:

Open the the SGS.ini file for editing. This file is found here:

ecc\exec\SGS600\SGS.ini

In the Global Section, add the TempScanDir key as a new entry. The following shows this key added so that the FLR archiver agent temp archive directory is relocated to the f:\flr_archiver directory:

[[Global Section]]
Vendor = EMC
Internal Name = SGS600
File Name Prefix = sgs600
when installed = xx-xx-200x
ECC Agent port = 10445
Connect retry Counter = 5
Connect retry timer = 2
Restart after Failure = yes
TempScanDir = D:\flr_archiver

I hope this information will help you. If you have any questions please let me know.

Regards
Nimai Sood
EMC Global Services

October 7th, 2008 07:00

Note that if the previous recommendation does not work, you may need to specify two back slashes instead of the one, for example:

TempScanDir = D:\\flr_archiver

34 Posts

October 7th, 2008 07:00

Since, this is a test process, I manually deleted the files in temp folder couple of days ago and now the storage scope would not launch.

Is this a confict of database as it is trying to pull the data from the location and its not being able to locate it?

I did notice that these files turn up again in Temp folder hardly taking up any space.

Should changing the path in SGS.ini file and restarting the infrastructure host bring up storage scope?

Message was edited by:
sriwithfbl

34 Posts

October 7th, 2008 07:00

The previous file level collection, took around 17GB making the C drive less than 2% of free space.

Can I delete the contents in temp folder and again do a file level collection to this new path?

55 Posts

October 7th, 2008 07:00

Hi,

Other processes on the operating system may prevent the FLR Archiver from deleting its temporary files located in C:\temp by default. You may need to delete these files manually, if you notice a pattern of them accumulating over a period of time.
Note: C: is a bad place for anything except the OS.If a key called TempScanDir exists in SGS.INI file, the temporary files will be located in this location instead. TempScanDir is not a default key. It is a custom setting.

If you have any questions please let me know.

Regards
Nimai Sood
EMC Global Services

October 7th, 2008 08:00

If you need to stop the FLR Archiver, ensure that no file level
DCPs are currently running,shut down the Master Agent
on the host, and then end the srmconsole.exe process
through Task Manager.and then kill the process.


You actually want to kill the process named SrmServer.exe in the task manager. It is under control of the Master Agent, so that process should restart automatically.

55 Posts

October 7th, 2008 08:00

After changing the path, you need to stop and start the FLR archiver. The FLR Archiver Agent transfers data from ControlCenter agents running file level DCPs (data collection policies) directly to the StorageScope Repository. It is installed automatically on the same host as the StorageScope Repository and is not designed to be started or stopped like other ControlCenter agents. If you need to stop the FLR Archiver, ensure that no file level DCPs are currently running,shut down the Master Agent on the host, and then end the srmconsole.exe process through Task Manager.and then kill the process.All scans that are underway when the process is killed will fail and you will need to repeat the scans once you restart the FLR Archiver. Note that once the Master Agent is restarted, the FLR Archiver process will restart as well.

If you have any questions please let me know..

Regards
Nimai
EMC Global services.

34 Posts

October 7th, 2008 08:00

Since, the host we are talking about is a infrastructure host. Wouldnt shutting down a master agent requires shutting down other agents too?
Would a reboot be sufficient? Since it is scheduled to reboot the server today.

October 7th, 2008 15:00

Certainly a reboot would be sufficient :-). However, I don't think you actually needed to shut down the master agent. You just needed to kill the SrmServer.exe process so that it would pick up the new setting from it's INI file and the master agent should automatically restart it.

34 Posts

October 10th, 2008 08:00

Killing the srmconsole.exe worked.
Thanks everybody for the input.

Message was edited by:
sriwithfbl
No Events found!

Top