I have an installation of BusinessObjects Enterprise 12.0.
And I need to know is there a name for this deployment that uniquely identifies the boe system over one host(or multiple hosts in one domain)?
How can I get its name having only cmd.exe access(parse commandline of running processes or config files on fs)?
It’ s not in your original parameters, but I’d run the Central Configuration Manager program on your server (does not require a login) - look at the startup tab for the current CMS name and any remote CMSs. Configuration tab will have your cluster name, a hint at your db connections.
Can all be done while system is running, just view the properties of your SIA.
Thanks for this info.
I can see that cms server has name like .CentralManagementCerver.
But seems like it is not what I need. What if system has other cms servers, say remote? So its name would be .CentralManagementCerver. But it is still a component of the same BOE system, isn’t it?
So I need a higher entity that aggregates all management servers(including cms), and seems like it is SIA, please correct me if I missed something.
SIA Display Name says: Server Intelligence Agent (). That means that the only identifier is the hostname itself where the boe system has been installed. If so the question here: Could it(boe system name) be changed anywhere? Say, while installation process providing “someName” name to the system?. And if yes, will display Name of SIA be like Server Intelligence Agent (someName)?
In other words, I need an identifier that will let me to say that this or that component(no matter what exact component and what tier it belongs to - cms, sia, EventServer, fileserver, jobserver) belongs to xyz BOE system.
Another question where can I obtain that information from the cmd.exe interface?
One of the options i’ve found is to parse command line of sia process:
“C:\Program Files\BusinessObjects Enterprise 12.0\win32_x86\sia.exe” //RS//BOE120SIA
can somebody tell me what is that option passed to the process?
and what is “RS”?