Page 1 of 1
OMC Command Line
Posted: 28 Aug 2015 09:26
by giovanni.attolini
Hi,
I know that omc.exe can be launched with some parameters like /IP=OXOIPAddress. Is there a doc that show all available parameters? Anybody knows about these omc command line parameters?
thanks
Re: OMC Command Line
Posted: 28 Aug 2015 10:39
by giovanni.attolini
I discovered some parameters here using a disassembler.
For example, a simple IP connection:
omc.exe /STANDALONEMODE /IP=OXOIPAddress /PASSWORD=InstallerPassword
Now I need to know how to include port info in case of NAT. I tested ":port" after IP address but not working this way.
Re: OMC Command Line
Posted: 28 Aug 2015 13:12
by cavagnaro
O.o seems you have a lot of free time hehe
Thanks for sharing
Enviado de meu C6602 usando Tapatalk
Re: OMC Command Line
Posted: 28 Aug 2015 13:12
by cavagnaro
Tried ip:port?
Enviado de meu C6602 usando Tapatalk
Re: OMC Command Line
Posted: 28 Aug 2015 16:41
by giovanni.attolini
heheh... yes, a lot of free time...
Cavagnaro, yes, I tried but it doesn't accept this syntaxe.
Re: OMC Command Line
Posted: 16 Sep 2015 07:35
by fe80
To tell omc.exe the Port of the oxo xmlsrv you need to use the following switches:
omc.exe /IP_PBX=
<your_oxo_ip_address:yourport /password=
<your_installer_pw>
for example:
Code: Select all
omc.exe /IP_PBX=192.168.92.246:50443 /password=omcwoodoo
Re: OMC Command Line
Posted: 16 Sep 2015 07:53
by giovanni.attolini
It's working... Thanks...
Have you docs about omc command line?
Re: OMC Command Line
Posted: 16 Sep 2015 10:42
by fe80
Hi Giovanni,
sorry I don't have any special omc documentation. The command line options are from AST 2.3.0.1 (alcatel save tool). AST invokes omc.exe with parameters to save batches of system configs.
Re: OMC Command Line
Posted: 16 Sep 2015 10:45
by giovanni.attolini
Ok, I will look for this parameters here.
Thanks fe80!
Re: OMC Command Line
Posted: 31 May 2021 21:03
by Demonslayer4000
fe80 wrote: ↑16 Sep 2015 07:35
To tell omc.exe the Port of the oxo xmlsrv you need to use the following switches:
omc.exe /IP_PBX=
<your_oxo_ip_address:yourport /password=
<your_installer_pw>
for example:
Code: Select all
omc.exe /IP_PBX=192.168.92.246:50443 /password=omcwoodoo
I just wanted to say Thank you this works really well
