Search found 13 matches

by jdelrio
Tue Jan 24, 2017 9:34 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: FTP test Folder date
Replies: 9
Views: 25471

thanks for the quick response, but I trying to check when the FTP folder has been modified, in other words, which is the modified date of the folder
by jdelrio
Tue Jan 24, 2017 8:39 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: FTP test Folder date
Replies: 9
Views: 25471

FTP test Folder date

Hi,
I get files from a folder in a trading partner's FTP server.
I need to check the modified date folder to determine how long time they did not left any file.
How can I test it?
by jdelrio
Thu Nov 05, 2015 6:41 am
Forum: Wish list
Topic: OS version RMA Manager
Replies: 2
Views: 15308

Ok, thanks Alex. I will wait for the next version
by jdelrio
Tue Nov 03, 2015 2:31 pm
Forum: Wish list
Topic: OS version RMA Manager
Replies: 2
Views: 15308

OS version RMA Manager

In RMA Manager we can see OS version on field Platform. But in case W2012 and W2012 R2 OS, there are no difference, both show Windows NT 6.2 Build 9200.
by jdelrio
Wed Jan 22, 2014 7:12 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: RMA on W2012 Core
Replies: 3
Views: 10876

Thanks, Alex.

But why do you don´t recomend to install an HM's agent on a W2012?
by jdelrio
Tue Jan 21, 2014 6:22 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: RMA on W2012 Core
Replies: 3
Views: 10876

RMA on W2012 Core

Hi
Does RMA run on W2012 core installation?
How can I install it?
by jdelrio
Sat May 15, 2010 7:52 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Montoring disk usage on a Cluster Share Volume
Replies: 6
Views: 17901

Ok, thanks Alex
by jdelrio
Fri May 14, 2010 2:05 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: Montoring disk usage on a Cluster Share Volume
Replies: 6
Views: 17901

In the Cluster shared volume I have 2 LUNs (VMach1 and VMach2)
The only way I can retrieve the free spaces is running on powershell the command:

Get-WmiObject win32_volume | where-object {$_.Label -eq "VMach1"} | ft Label,FreeSpace
by jdelrio
Tue May 11, 2010 2:17 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: Montoring disk usage on a Cluster Share Volume
Replies: 6
Views: 17901

Alex,
For w2008 the CSV appear as a folder on disk C.
Then if I share this folder the system show as free spaces the disk C freespaces.
by jdelrio
Thu May 06, 2010 8:51 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Montoring disk usage on a Cluster Share Volume
Replies: 6
Views: 17901

Montoring disk usage on a Cluster Share Volume

I’ve installed a cluster W2008 R2.
How can I get the free space for a CSV (Cluster Share Volume) ?
by jdelrio
Fri May 02, 2008 5:16 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: Execute external program by Remote agent
Replies: 4
Views: 14731

Execute external program by Remote agent

Thanks Max.

This resolved my problem
by jdelrio
Fri May 02, 2008 12:56 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: Execute external program by Remote agent
Replies: 4
Views: 14731

Execute external program by Remote agent

Alex:
The process had to execute a bat that writes a file in the same directory where the .bat is located.
I don´t need to see the execution, I need that the bat generate the file (I give Full control access to this directoy for all users)
by jdelrio
Fri May 02, 2008 9:11 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Execute external program by Remote agent
Replies: 4
Views: 14731

Execute external program by Remote agent

Hi, I'm trying to execute a bat file in another host different from HostMonitor host. I have an action profile who execute the bat. When I select Hostmonitor as "Execute by" its works fine. When I select a remote agent and execute it, in the system log appear the msg "02/05/08 11:09:2...