Tuesday 31 May 2016


How to make HAWK UP in server?

HAWK Location pathà <install_dir>/tibco/tra/domain/<DomainName>



Command to UP hawkagentà ./hawkagent_<HawkagentName>

Scenario: If hawkagent_<HawkagentName>.sh file is missing in server, because of that HAWK/MACHINES will be go DOWN in admin

Solution: In that scenario we have to create hawkagent_<HawkagentName>.sh file using below command
vi hawkagent_<HawkagentName>.sh
then write below script,

nohup <install_dir>/tibco/tra/domain/<>/hawkagent_<> &

then use :wq! this cmd to save and come out of that script file.

Cmd to read that scriptà cat/less/more/tail hawkagent_<HawkagentName>.sh

Command to run hawkagentà ./hawkagent_<HawkagentName>


...permission denied error you might get if you are not belongs to that perticular admin group.

Super user alone has those permissions.

Note: If you are super user then using below cmd we’ll run that script file.

chmod 777 hawkagent_<HawkagentName>.sh


./hawkagent_<HawkagentName>

No comments:

Post a Comment