Hi All,
I am experiencing a problem using this command. I am trying to remotely install an endpoint.
The script I am trying to use consists of:
n.txt: Which lists ‘n’ so there is no user input needed.
new-inst-ep-list.txt: which has the name of the workstation and the username and password of a account which has domain admin rights.
Lcfhost.eer: the error log
And instlcf.sh: which is below:
#!/bin/sh
winstlcf -d C:\progra~1\\Tivoli\\lcf -f ./new-inst-ep-list.txt -g 10.111.0.127+9494 -N <Endpoint name> -l 9495 -Y < n.txt
It seems to go through halfway and then bounces out with an error. This is what is displayed:
Trying <Workstation name>
All target endpoints must be Windows NT w32-ix86 machines…
LCF Install failed for the following machines
see lcfhost.eer)
<workstation name>
I look in the error log and the workstation name is the only thin displayed.
Can anyone please help, it will be much appreciated.
I am experiencing a problem using this command. I am trying to remotely install an endpoint.
The script I am trying to use consists of:
n.txt: Which lists ‘n’ so there is no user input needed.
new-inst-ep-list.txt: which has the name of the workstation and the username and password of a account which has domain admin rights.
Lcfhost.eer: the error log
And instlcf.sh: which is below:
#!/bin/sh
winstlcf -d C:\progra~1\\Tivoli\\lcf -f ./new-inst-ep-list.txt -g 10.111.0.127+9494 -N <Endpoint name> -l 9495 -Y < n.txt
It seems to go through halfway and then bounces out with an error. This is what is displayed:
Trying <Workstation name>
All target endpoints must be Windows NT w32-ix86 machines…
LCF Install failed for the following machines
<workstation name>
I look in the error log and the workstation name is the only thin displayed.
Can anyone please help, it will be much appreciated.