[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.hyades] Re: Solairs: question about piAgent printouts
|
Hi,
On Solaris, the RAC requires some of the system command to do the following:
- sysdef: used determine the system defined max shared memory. RAC will use
a predefind max if this command is not available.
- grep, awk: used to query the pid of the RAServer process and send a
SIGINT signal to terminate it during a shutdown request via the RAStop.sh
script. Users will need to manually run "kill -s INT <pid of RAC>" to
terminate the RAC process if these commands are not available.
"LO" <lars@xxxxxxxxxxxxxx> wrote in message
news:cns52g$n9f$1@xxxxxxxxxxxxxxxxxx
> Hi,
> When the piAgent (e.g. JVMPI engine) is started (or gets a connection from
> the RAC server?) the following lines are written to the console
>
> sh: sysdef: not found
> sh: grep: not found
> sh: awk: not found
>
> I realize that it does not find these commands. But is it a product
> requirement that these commands must be available?
>
> /Lars
>
>