| Author |
Message |
gibsmk2
Guest
|
Posted:
Tue Oct 25, 2005 8:51 am Post subject:
cluster application wizard |
|
|
I've gotten my cluster up and running, but I'm having difficulty configuring
a program to run within the cluster. When I go through the cluster
application wizard through the cluster administrator snap-in, I don't know
what to enter for the paths of the program.
Can anyone give me an example of how to do this? |
|
| Back to top |
|
 |
Chuck Timon [MSFT]
Guest
|
Posted:
Tue Oct 25, 2005 8:50 pm Post subject:
Re: cluster application wizard |
|
|
What type of resource are you configuring? A Generic Application or a
Generic Service?
--
Chuck Timon, Jr.
Microsoft Corporation
CCS Beta Engineer
This posting is provided "AS IS" with no
warranties, and confers no rights.
"gibsmk2" <gibsmk2@discussions.microsoft.com> wrote in message
news:255F5A23-F6DF-43F8-B163-16B3911A32E8@microsoft.com...
| Quote: | I've gotten my cluster up and running, but I'm having difficulty
configuring
a program to run within the cluster. When I go through the cluster
application wizard through the cluster administrator snap-in, I don't know
what to enter for the paths of the program.
Can anyone give me an example of how to do this? |
|
|
| Back to top |
|
 |
John Toner [MVP]
Guest
|
Posted:
Tue Oct 25, 2005 8:50 pm Post subject:
Re: cluster application wizard |
|
|
Here's a couple of quick examples that I like to use:
HA Notepad
-------------
Create a file called "test.txt" on one of your physical disk resources. I'll
use Q: for this example.
In the generic application parameters screen, type the following:
Command Line: notepad.exe "q:\test.txt"
Current Directory: q:\
Check allow application to interact with desktop so you can see the
application.
Finish and start the resource. It should open your test.txt file and you can
add text, save it, then fail it over.
HA Solitaire
------------
Copy sol.exe to one of your physical disk resources. I'll use Q: for this
example.
In the generic application parameters screen, type the following:
Command Line: q:\sol.exe
Current Directory: q:\
Check allow application to interact with desktop so you can see the
application.
Finish and start the resource. It should open solitaire on your desktop
whenever it fails over.
BTW, if you access the cluster node through terminal services, you won't see
the applications unless you connect to /console.
Regards,
John
"gibsmk2" <gibsmk2@discussions.microsoft.com> wrote in message
news:255F5A23-F6DF-43F8-B163-16B3911A32E8@microsoft.com...
| Quote: | I've gotten my cluster up and running, but I'm having difficulty
configuring
a program to run within the cluster. When I go through the cluster
application wizard through the cluster administrator snap-in, I don't know
what to enter for the paths of the program.
Can anyone give me an example of how to do this? |
|
|
| Back to top |
|
 |
gibsmk2
Guest
|
Posted:
Wed Oct 26, 2005 12:50 am Post subject:
Re: cluster application wizard |
|
|
I'm trying to configure a Generic Application resource.
_______________________________________________
"Chuck Timon [MSFT]" wrote:
| Quote: | What type of resource are you configuring? A Generic Application or a
Generic Service?
--
Chuck Timon, Jr.
Microsoft Corporation
CCS Beta Engineer
This posting is provided "AS IS" with no
warranties, and confers no rights.
"gibsmk2" <gibsmk2@discussions.microsoft.com> wrote in message
news:255F5A23-F6DF-43F8-B163-16B3911A32E8@microsoft.com...
I've gotten my cluster up and running, but I'm having difficulty
configuring
a program to run within the cluster. When I go through the cluster
application wizard through the cluster administrator snap-in, I don't know
what to enter for the paths of the program.
Can anyone give me an example of how to do this?
|
|
|
| Back to top |
|
 |
Chuck Timon [MSFT]
Guest
|
Posted:
Wed Oct 26, 2005 12:50 pm Post subject:
Re: cluster application wizard |
|
|
OK, then you have to enter the path to the executabel and the path must be
the same on both nodes.
Review this as an example of using notepad
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetserv/html/wns-introclustermscs.asp
--
Chuck Timon, Jr.
Microsoft Corporation
CCS Beta Engineer
This posting is provided "AS IS" with no
warranties, and confers no rights.
"gibsmk2" <gibsmk2@discussions.microsoft.com> wrote in message
news:6A0522D5-2D8E-4681-9139-AA5F9EFCE780@microsoft.com...
| Quote: | I'm trying to configure a Generic Application resource.
_______________________________________________
"Chuck Timon [MSFT]" wrote:
What type of resource are you configuring? A Generic Application or a
Generic Service?
--
Chuck Timon, Jr.
Microsoft Corporation
CCS Beta Engineer
This posting is provided "AS IS" with no
warranties, and confers no rights.
"gibsmk2" <gibsmk2@discussions.microsoft.com> wrote in message
news:255F5A23-F6DF-43F8-B163-16B3911A32E8@microsoft.com...
I've gotten my cluster up and running, but I'm having difficulty
configuring
a program to run within the cluster. When I go through the cluster
application wizard through the cluster administrator snap-in, I don't
know
what to enter for the paths of the program.
Can anyone give me an example of how to do this?
|
|
|
| Back to top |
|
 |
|
|
|
|