Hi If want to run the graph in unix !what command i need to use ?correct me if im wrong :-run

Questions by sekhu_da   answers by sekhu_da

Showing Answers 1 - 57 of 57 Answers

Vishal Aggarwal

  • Nov 30th, 2006
 

You can deploy the graph as script on Unix. This option is available in one of the menu options. It will save a unix script with same name as graph and extension ".ksh" You can execute this script from command line on unix or write a shel wrapper around it.

  Was this answer useful?  Yes

bobby

  • Jan 18th, 2007
 

just type the name of the .ksh file and hit enter

i.e      graphname.ksh

  Was this answer useful?  Yes

mahendra patnaik

  • Feb 5th, 2007
 

if you want to execute the graph through shell script then you need to deploy the graph first then it will create a shell script in the run directory of your sandbox with .ksh extension.now open your Unix and goto the run directory where your deployed graph shell script is saved i.e the run directory of your SANDBOX. then execute the ksh by using the following command ./.ksh

xxxx

  • Apr 20th, 2007
 

1. First design the graph.
2. Save it
3. Run it.
4. Go to runtab, then go to deploy, press deploy.
Now Abintio automatically generates ksh of the graph, in run folder of your sand box.
5. Go to sand box in run folder there you will find your graph.ksh

  Was this answer useful?  Yes

To run a graph in unix follow the simple steps.

1. Deploy the graph to a wrapper script .ksh
2. In unix, run the wrapper script as described below.

script_path/xyz.ksh --> If no parameters defined.

script_path/xyz.ksh -PARAMETER1 <passed value1> -PARAMETER2 <passed value2> In case input parameters are variables and not fixed.

air sandbox run parameter_set__path/xyz.pset --> In case .pset is defined.

njoi!!
Abhisek B - fresh as dew!

  Was this answer useful?  Yes

You can deploy the graph and generate the <graphname>.ksh file which you can directly execute or use the following command to execute the graph:
air sandbox run <graphname>.mp

  Was this answer useful?  Yes

raja

  • Feb 9th, 2015
 

ksh-x scriptname graph and parametes will use only if it is ksh but if you are using mp/pset you have to use air sandbox run

  Was this answer useful?  Yes

sourabh

  • Feb 12th, 2015
 

I you need to run mp directly then you can use below

air sandbox run

  Was this answer useful?  Yes

vinod

  • Mar 10th, 2015
 

Air sandbox run {graph name with full path}

  Was this answer useful?  Yes

Prasanth

  • Mar 13th, 2015
 

Air sandbox run fuladdress of obj

  Was this answer useful?  Yes

rit_kumar

  • May 21st, 2015
 

u can use command--
air sandbox run graph_path....

  Was this answer useful?  Yes

Shilpashree

  • Jul 9th, 2015
 

You can use the following command which will be running the .ksh script of the graph present in run folder of a sandbox:
ksh < graph path >/< graph_name >.ksh -< input parameter name >< "input parameter value" >

  Was this answer useful?  Yes

Ravin

  • Apr 20th, 2016
 

A graph can be run using the below command.
air sandbox run -Param_name Param_value

  Was this answer useful?  Yes

gouse

  • May 27th, 2016
 

Go to run directory in sandbox path > air sandbox run gouse.mp -parm< >

  Was this answer useful?  Yes

Mounika

  • Jul 22nd, 2016
 

Go to run directory path:
/.../sandbox/run > air sandbox run /(graph_path)/sandbox_name/graphname.mp

if any graph level parameter is to be overridden then..
go to run directory path:
/.../sandbox/run > air sandbox run /(graph_path)/sandbox_name/graphname.mp -parameter_name parameter_value

  Was this answer useful?  Yes

vijay

  • Nov 14th, 2017
 

Air sandbox run is the command to run abinitio graphs in Unix.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions