Lavalys Discussion Forum: Can everest be installed with PSEXEC? - Lavalys Discussion Forum

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Can everest be installed with PSEXEC? What is the command line?

#1 User is offline   Henrique M.

  • Newbie
  • Pip
  • Group: Members
  • Posts: 7
  • Joined: 17-November 06

Post icon  Posted 22 November 2006 - 09:10 PM

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


0

#2 User is offline   Maverick

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 142
  • Joined: 25-November 04

Posted 23 November 2006 - 06:19 AM

QUOTE(Henrique M. @ Nov 22 2006, 10:10 PM) View Post

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, ...

0

#3 User is offline   R.I.V.

  • Newbie
  • Pip
  • Group: Members
  • Posts: 1
  • Joined: 08-December 06

Posted 08 December 2006 - 03:43 PM

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

This post has been edited by R.I.V.: 08 December 2006 - 03:44 PM

0

#4 User is offline   Henrique M.

  • Newbie
  • Pip
  • Group: Members
  • Posts: 7
  • Joined: 17-November 06

Posted 21 December 2006 - 06:25 PM

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

This post has been edited by Henrique M.: 21 December 2006 - 06:32 PM

0

#5 User is offline   Fiery

  • Lavalys Developer
  • PipPipPip
  • Group: Lavalys Moderators
  • Posts: 10,155
  • Joined: 30-July 04

Posted 21 December 2006 - 08:14 PM

QUOTE(Henrique M. @ Dec 21 2006, 07:25 PM) View Post

... 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...
0

#6 User is offline   Harr(y)

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 124
  • Joined: 28-October 04

Posted 21 December 2006 - 09:08 PM

QUOTE(Fiery @ Dec 21 2006, 09:14 PM) View Post

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)
0

#7 User is offline   Fiery

  • Lavalys Developer
  • PipPipPip
  • Group: Lavalys Moderators
  • Posts: 10,155
  • Joined: 30-July 04

Posted 21 December 2006 - 11:23 PM

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


Regards,
Fiery
0

#8 User is offline   Henrique M.

  • Newbie
  • Pip
  • Group: Members
  • Posts: 7
  • Joined: 17-November 06

Posted 22 December 2006 - 05:30 PM

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
0

#9 User is offline   Fiery

  • Lavalys Developer
  • PipPipPip
  • Group: Lavalys Moderators
  • Posts: 10,155
  • Joined: 30-July 04

Posted 23 December 2006 - 12:29 AM

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


Regards,
Fiery
0

#10 User is offline   henno

  • Newbie
  • Pip
  • Group: Members
  • Posts: 2
  • Joined: 07-July 05

Posted 01 January 2009 - 07:48 PM

QUOTE (R.I.V. @ Dec 8 2006, 03:43 PM) <{POST_SNAPBACK}>
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)
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users