Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

wadminep 1

Status
Not open for further replies.

twiggy41

IS-IT--Management
Mar 6, 2003
1
0
0
US
Does anyone know how to get wadminep exec_process or spawn_process to actually call a batch file and run it. I get it to call it but it never runs and never errors out on the box I am running it from or in the lcfd.log on the box that the batch lives on.

Any help would be appreciated.
 
It should be something like this:

wadminep <eplabel> /path/to/executable/or/script

If it still doesn't run, there could be an issue with permissions on the script or executable. Usually creating a wrapper script that uses sudo helps in those instances.
 
BTW, the only wadminep command officially supported by Tivoli is &quot;upgrade&quot;

All of the others lost support after Framework release 3.2.
 
The syntax is....

wadminep epname exec_process c:/winnt/system32/calc.exe

Notice the forward slashes, backslashes are not allowed even on Windows based systems.

Good Luck
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top