Help - Search - Members - Calendar
Full Version: Can everest be installed with PSEXEC?
Lavalys Discussion Forum > Lavalys EVEREST > Network audit, change tracking
Henrique M.
Have you guys tried to install everest on client pcs over the network with PSEXEC?

I would like to know what is the command line to do that.

Thanks!

ico_respect.gif

Maverick
QUOTE(Henrique M. @ Nov 22 2006, 10:10 PM) [snapback]10388[/snapback]

Have you guys tried to install everest on client pcs over the network with PSEXEC?


It's a bad Idea to install Everest local on each client. You only need a servershare where you placed all files of Everest package.
Then set a GPO, a login script with the parameter you need like

\\server\share\everest.exe.....

So you can update very easy, if a new version comes out.

If you want Everest runs with an admin account to get sensor information, smart status, serial of ide-hdd as example you can use 3rd party to set Everest as a scheduled task or as a service...

Maverick

PS: 3rd party includes a script using psexec to get different reports without doing anything on the clients. just scanning and get a report you can select like simpel report, detail report, xml or csv report, ...
R.I.V.
Sorrry my English is bad.

I can run Everest with PSEXEC

Create hosts.txt in EVEREST folder:
CODE

hostname1
hostname2
hostname3
...
hostnameN


Create Collect_Info.bat in EVEREST folder:
CODE

for /F %%i in (hosts.txt) do @call 1.bat %%i


Create 1.bat in EVEREST folder:
CODE

ping %1 -n 1 -w 500
if errorlevel 1 goto 1000
pskill -t \\%1 everest.bin
pskill -t \\%1 cmd
psexec -s \\%1 \\server\everestfolder\start.bat
goto 1100
:1000
echo host down > \\server\everestfolder\work\%1.err.txt
:1100


Create start.bat in EVEREST folder:
CODE

net use x: \\server\everestfolder
x:
cmd /c x:\everest.exe /R x:\work\$HOSTNAME /SILENT /DATABSE /HW /CUSTOM X:\ForConf.rpf


create folder "work" in everest folder

RUN Collect_Info.bat

Reports wold be in \\server\everestfolder\work
Henrique M.
Thanks a lot R.I.V. I'll try that, but does this procedure install everest on the client machine or it just runs the software?

The question of the topic is wrong, I don't really want to install everest on each client machine, I just want to get it to work, but the clients don't have admin rights so I can't get everest to work on the client's machine, that's why I want to learn how to use PSEXEC.

wink.gif
Fiery
QUOTE(Henrique M. @ Dec 21 2006, 07:25 PM) [snapback]10724[/snapback]

... I just want to get it to work, but the clients don't have admin rights so I can't get everest to work on the client's machine, that's why I want to learn how to use PSEXEC.

EVEREST can work without admin rights...
Harr(y)
QUOTE(Fiery @ Dec 21 2006, 09:14 PM) [snapback]10733[/snapback]

EVEREST can work without admin rights...

That's correct - but you must explain following, too:

If Everest is runnning without admin rights you CANNOT get information about:
  1. sensor properties and temperature
  2. SPD - no memory module properties (serial numer for ram module as example)
  3. ATA - no ATA device properties (serial numer for HDD as example)
  4. SMART - no attributes (having info getting Support change HDD before user can't work anymore...)


Maybee that's all? IPMI (if available) ?

You see - if you need only one info from my list - you must be install it as scheduled task/as a service

With regards

Harr(y)
Fiery
IPMI is also not available, so as chipset information (memory timings).


Regards,
Fiery
Henrique M.
Everest is already running on the client's machine, but can I get their pc information without having to manually click on Remote -> "Accept Incoming Remote Connections"?

confused.gif
Fiery
When launching EVEREST on the remote systems you can use the command-line option /ACCEPT or /ACCEPTBG for such purposes.


Regards,
Fiery
henno
QUOTE (R.I.V. @ Dec 8 2006, 03:43 PM) *
I can run Everest with PSEXEC
Create hosts.txt in EVEREST folder:
[...]
RUN Collect_Info.bat
Reports wold be in \\server\everestfolder\work

This collection of scripts is processing the computers sequentially (one by one). Could you think of a way to launch everest on all those machines simultaneously? Then I could get the results 50x faster (I have 50 computers wink.gif)
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.