Author |
Message
|
pamm |
Posted: Thu Mar 09, 2006 2:23 am Post subject: [SOLVED] Three Tier (two WF Servers) System administration |
|
|
Novice
Joined: 27 Dec 2005 Posts: 14
|
Hi All,
I've a three tier configuration with two mq workflow servers in the same group.
Everything works ok, but we have the ADMIN user for SERVER01 but we don't have any admin user for SERVER02. We are able to start both servers, but we don't to stop the SERVER02.
We need to define anoter user admin for SERVER02 ?? and if we need it, the user would have the same name ??
for example:
PERSON 'ADMIN'
GROUP 'GRP'
SYSTEM 'SERVER01'
ROLE 'System administrator'
.....
END 'ADMIN
and
PERSON 'ADMIN'
GROUP 'GRP'
SYSTEM 'SERVER02'
ROLE 'System administrator'
......
END 'ADMIN'
or would be:
PERSON 'ADMIN'
GROUP 'GRP'
SYSTEM 'SERVER01'
ROLE 'System administrator'
.....
END 'ADMIN
and
PERSON 'ADMIN2'
GROUP 'GRP'
SYSTEM 'SERVER02'
ROLE 'System administrator'
......
END 'ADMIN2'
Kind Regards |
|
Back to top |
|
 |
jmac |
Posted: Thu Mar 09, 2006 6:18 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
You should be able to access the second system with the same users. Try fmcautil -y<config of system2) and you should be able to see system 2 and start/stop/administer. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
pamm |
Posted: Thu Mar 09, 2006 6:55 am Post subject: |
|
|
Novice
Joined: 27 Dec 2005 Posts: 14
|
|
Back to top |
|
 |
jmac |
Posted: Thu Mar 09, 2006 7:41 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
It is my opinion that as long as you can see the QM for system 2 you should be able to run fmcautil, so if System1 can see System2's QM then I would say yes. Perhaps I am missing something, but I am pretty sure this should be the way it would work _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
vennela |
Posted: Thu Mar 09, 2006 3:18 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
jmac wrote: |
It is my opinion that as long as you can see the QM for system 2 you should be able to run fmcautil, so if System1 can see System2's QM then I would say yes. Perhaps I am missing something, but I am pretty sure this should be the way it would work |
Maybe not John:
Because when you issue fmcautil from system1, it would never make it to system2.
Anyway, back to the first question:
ADMIN should work on both the systems
You cannot define the same user twice in the same group
You can define ADMIN2 as you mentioned in the second option. But, you can use ADMIN and ADMIN2 on both the systems. |
|
Back to top |
|
 |
jmac |
Posted: Thu Mar 09, 2006 3:36 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
vennela wrote: |
Maybe not John:
Because when you issue fmcautil from system1, it would never make it to system2. |
My understanding:
System1 MQWF config SYS1
System2 MQWF config SYS2
Group SysGrp contains System1 and System2
When this is the case how could the following command not work when entered from System1 (assuming the proper MQ connectivity between the QMs):
Code: |
fmcautil -uadmin -ppassword -ySYS2 |
_________________ John McDonald
RETIRED |
|
Back to top |
|
 |
vennela |
Posted: Thu Mar 09, 2006 5:38 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Your command will not work because there is no configuration called SYS2 on System1 I guess.
I don't have workflow installed on any of my machines to atleast try something though. |
|
Back to top |
|
 |
jmac |
Posted: Thu Mar 09, 2006 5:41 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Venny.... that would explain why it works for me, since I have both systems defined on my box _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
pamm |
Posted: Mon Mar 13, 2006 5:54 am Post subject: |
|
|
Novice
Joined: 27 Dec 2005 Posts: 14
|
Hi,
I've been trying to connect from System1 to System2 and viceversa and didn't works
neither fmcautil -uadmin -ppassword -ySYS2 (from SYS1) or fmcautil -uadmin -ppassword -ySYS1 (from SYS2) works. We only get a message like: "Configuration Profile Error" no SYS2 profile defined or "Configuration Profile Error" no SYS1 profile defined
Any other idea
Regards |
|
Back to top |
|
 |
pamm |
Posted: Tue Mar 21, 2006 3:59 am Post subject: RE: Solved |
|
|
Novice
Joined: 27 Dec 2005 Posts: 14
|
Ok, it's solved adding the system to the fmcautil command:
fmcautil -uADMIN -ppassword -sSYS2
Thanks all |
|
Back to top |
|
 |
|