1748259 Members
3708 Online
108760 Solutions
New Discussion юеВ

ignite cmd line options?

 
Richard Pereira_1
Regular Advisor

ignite cmd line options?

does the ignite binary on my ignite server have any cmd line options? basicly i would like it to spill out the client statuses without having to go into the gui. can this be done?

thanks in adv,
Richard
3 REPLIES 3
RAC_1
Honored Contributor

Re: ignite cmd line options?

Check the commands under /opt/ignite/bin and lbin, binia, binpa, lbibia, lbinpa
Read the man pages of them.

Anil
There is no substitute to HARDWORK
Scot Bean
Honored Contributor

Re: ignite cmd line options?

Not sure about a command to display client status, but there is a flat file for each ignited or igniting machine on the ignite server under

/var/opt/ignite/clients//client_status

If ignite has no command, could be easy to script one yourself and query these files.

Michael Roberts_3
Honored Contributor

Re: ignite cmd line options?

Ignite-UX does _not_ have a command line way to dump the status of all clients for a particular server. As others have said you can script something like:

find /var/opt/ignite/clients/0x* -name client_status ! -path \*recovery\* |
while read cs
do
dir=${cs%/*}
[[ -f ${dir}/client_name ]] && (
print "\n\n==============="
cat ${dir}/client_name
print "==============="
)
cat $cs
done
etouq ot hguone revelc ton m'i