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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Command CLI over SSH, OpenScape 4000 V7 1

Status
Not open for further replies.

Nasredine

Programmer
May 1, 2022
33
0
6
DZ
Hi,

I want to execute commands like: DISPLAY-SDAT:STNO=3430,TYPE=SUBDATA; from SSH access ? which command should I use ?

Thanks in advance.
 
Comwin is the access -you can get to it via the Assistant - Expert mode
 
Thank you @adibv, that what was looking for.
Is there any documentation about that ?
Is there any webservice that can call to perform changes or get information from the system ? I want to access information grammatically.
For example, I want to get information displayed on "Gateway Dashboard"
22222_r9yvjz.png


Thank you in advance.
 
To perform changes or get information "grammatically" you need to use AMO commands via Comwin/RMX.
e.g. to get gw board status :
dis-bscsu ...
dis-sdsu ....

 
I fact, I'm trying to access those commands from my python/php scripts.
If i've understand it well, Comwin is the UI that allows executing commands over the system.
What RMX ?
Could you please give me some resources (documentation/tutorial,etc) to learn more how to use such tools ?

Regards.
 
I would suggest you to ask for some OS4K basic trainings.
You can find useful documentation here:


Click on Guest

Username: hipath4000
Password: hipath4000
 
Thank you for the resources.
I cannot find docs about DIPAS_BATCH and other commands.
How to use "dis-bscsu " ?
I want to execute dipas_batch to execute "DISPLAY-SDAT:STNO=3430,TYPE=SUBDATA;" without getting inside.
I've understood that we can pass -a, -n, -i, -o params, but I have no idea how to use them to execute the above command.
Could you give me more details about how using such commands.

Thank you in advance.
Regards.
 
To give feedback,
I was able to pass commands to "dipas_batch" by using piplines in terminal.
For example :
"DISPLAY-SDAT:STNO=3430,TYPE=SUBDATA;" | dipas_batch

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top