Configure Secondary HIS Server
Windows Server Forum Index Windows Server
Server discussion on Windows platform.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web winserverhelp.com
Configure Secondary HIS Server

 
Post new topic   Reply to topic    Windows Server Forum Index -> Host Integration Server
Author Message
Mariol
Guest





Posted: Mon May 02, 2005 8:51 am    Post subject: Configure Secondary HIS Server Reply with quote

Hi, I have a server with Host Integration Server 2004 configured as Primary
I have installed a second HIS 2004 configured as backup server in the same
subdomain. I have configured secondary server with the same parametres of
Primary server except for name, connection name and local APPC LU name. My
question is What do I have to do to enable failover ? On the primary server
there are 60 printers, I have read that need to copy printers from primary
to secondary with snacfg, could someone help me?

Regards
Mario
Back to top
Charles Ezzell (MSFT)
Guest





Posted: Mon May 02, 2005 4:52 pm    Post subject: Re: Configure Secondary HIS Server Reply with quote

You will need to create the print queues on the secondary server, then
create new printers. You can use printmig to create the new queues, then
using snacfg, pipe out the print sessions from the primary, change the
following:

PRINTSESSION3270 <originalname>/ADD \
/SERVER:PRIMARYSNA \

to
PRINTSESSION3270 <newname>/ADD \
/SERVER:BACKUPSNA \

where <originalname> is the original printsession name, <newname> is the
printsession name on the backup, and PRIMARYSNA is the primary SNA Server's
name, and BACKUPSNA is the backup SNA Server's name.

Also, you would need to change:
/LUNAME:OriginalLU# \
to
/LUNAME:NewLU# \

where originalu# is the original (primary) 3270 LU name (LU7 for instance)
and NewLU# is the new LU name (IE:BLU7)
You would have to do the above for each print session (search and replace in
notepad helps).
Then import the changes back in.

If you use printmig to create the new queues on the backup, you would not
have to change the printer name (/DEVICENAME:"Generic / Text Only" for
instance).

Once you do this, set the connections on the backup snaserver to start up
on-demand. You will have to manually start the snaprint service. If you
attempt to start the snaprint service, the connections on the backup would
attempt to go active as we attempt to start those print LUs and sessions.
Which you don't really want.

HTH,
Charles

"Mariol" <lambertimarioREMOVETHIS@hotmail.com> wrote in message
news:9BE68551-36F6-4270-A5A2-42B44FB13D2E@microsoft.com...
Quote:
Hi, I have a server with Host Integration Server 2004 configured as
Primary
I have installed a second HIS 2004 configured as backup server in the same
subdomain. I have configured secondary server with the same parametres of
Primary server except for name, connection name and local APPC LU name. My
question is What do I have to do to enable failover ? On the primary
server
there are 60 printers, I have read that need to copy printers from primary
to secondary with snacfg, could someone help me?

Regards
Mario
Back to top
Mariol
Guest





Posted: Tue May 03, 2005 4:53 pm    Post subject: Re: Configure Secondary HIS Server Reply with quote

Thanks for your help.
Is there a link where I can find more information (best practices,
implementing guide) about configuring Secondary HIS Server?

Thanks again

"Charles Ezzell (MSFT)" wrote:

Quote:
You will need to create the print queues on the secondary server, then
create new printers. You can use printmig to create the new queues, then
using snacfg, pipe out the print sessions from the primary, change the
following:

PRINTSESSION3270 <originalname>/ADD \
/SERVER:PRIMARYSNA \

to
PRINTSESSION3270 <newname>/ADD \
/SERVER:BACKUPSNA \

where <originalname> is the original printsession name, <newname> is the
printsession name on the backup, and PRIMARYSNA is the primary SNA Server's
name, and BACKUPSNA is the backup SNA Server's name.

Also, you would need to change:
/LUNAME:OriginalLU# \
to
/LUNAME:NewLU# \

where originalu# is the original (primary) 3270 LU name (LU7 for instance)
and NewLU# is the new LU name (IE:BLU7)
You would have to do the above for each print session (search and replace in
notepad helps).
Then import the changes back in.

If you use printmig to create the new queues on the backup, you would not
have to change the printer name (/DEVICENAME:"Generic / Text Only" for
instance).

Once you do this, set the connections on the backup snaserver to start up
on-demand. You will have to manually start the snaprint service. If you
attempt to start the snaprint service, the connections on the backup would
attempt to go active as we attempt to start those print LUs and sessions.
Which you don't really want.

HTH,
Charles

"Mariol" <lambertimarioREMOVETHIS@hotmail.com> wrote in message
news:9BE68551-36F6-4270-A5A2-42B44FB13D2E@microsoft.com...
Hi, I have a server with Host Integration Server 2004 configured as
Primary
I have installed a second HIS 2004 configured as backup server in the same
subdomain. I have configured secondary server with the same parametres of
Primary server except for name, connection name and local APPC LU name. My
question is What do I have to do to enable failover ? On the primary
server
there are 60 printers, I have read that need to copy printers from primary
to secondary with snacfg, could someone help me?

Regards
Mario


Back to top
Charles Ezzell (MSFT)
Guest





Posted: Tue May 03, 2005 4:53 pm    Post subject: Re: Configure Secondary HIS Server Reply with quote

There is not a "lot", but this article has been around for years and still
applies.

128244 SNA Server load balancing and hot backup
http://support.microsoft.com/?id=128244


"Mariol" <lambertimarioREMOVETHIS@hotmail.com> wrote in message
news:BD5B5DB2-137F-4EF9-9C23-825BB986E7F7@microsoft.com...
Quote:
Thanks for your help.
Is there a link where I can find more information (best practices,
implementing guide) about configuring Secondary HIS Server?

Thanks again

"Charles Ezzell (MSFT)" wrote:

You will need to create the print queues on the secondary server, then
create new printers. You can use printmig to create the new queues, then
using snacfg, pipe out the print sessions from the primary, change the
following:

PRINTSESSION3270 <originalname>/ADD \
/SERVER:PRIMARYSNA \

to
PRINTSESSION3270 <newname>/ADD \
/SERVER:BACKUPSNA \

where <originalname> is the original printsession name, <newname> is the
printsession name on the backup, and PRIMARYSNA is the primary SNA
Server's
name, and BACKUPSNA is the backup SNA Server's name.

Also, you would need to change:
/LUNAME:OriginalLU# \
to
/LUNAME:NewLU# \

where originalu# is the original (primary) 3270 LU name (LU7 for
instance)
and NewLU# is the new LU name (IE:BLU7)
You would have to do the above for each print session (search and replace
in
notepad helps).
Then import the changes back in.

If you use printmig to create the new queues on the backup, you would not
have to change the printer name (/DEVICENAME:"Generic / Text Only" for
instance).

Once you do this, set the connections on the backup snaserver to start up
on-demand. You will have to manually start the snaprint service. If you
attempt to start the snaprint service, the connections on the backup
would
attempt to go active as we attempt to start those print LUs and sessions.
Which you don't really want.

HTH,
Charles

"Mariol" <lambertimarioREMOVETHIS@hotmail.com> wrote in message
news:9BE68551-36F6-4270-A5A2-42B44FB13D2E@microsoft.com...
Hi, I have a server with Host Integration Server 2004 configured as
Primary
I have installed a second HIS 2004 configured as backup server in the
same
subdomain. I have configured secondary server with the same parametres
of
Primary server except for name, connection name and local APPC LU name.
My
question is What do I have to do to enable failover ? On the primary
server
there are 60 printers, I have read that need to copy printers from
primary
to secondary with snacfg, could someone help me?

Regards
Mario


Back to top
 
Post new topic   Reply to topic    Windows Server Forum Index -> Host Integration Server All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




New Topics Powered by phpBB