Which three actions should you perform?

You create a service-oriented architecture (SOA) application that will be deployed on a Windows HPC Server 2008 cluster.
The application includes a Windows Communication Foundation (WCF) service. You add the following XML fragment to the service registration file. (Line numbers are included for reference only.)

01 <microsoft.Hpc.Session.ServiceRegistration>
02 <service assembly=""
03 contract="IMyService"
04 type="MyService"
05 architecture="AnyCpu">
06 </service>
07 </microsoft.Hpc.Session.ServiceRegistration>

The WCF service application assembly named MyService.dll is located in the C:Services folder on the head node of an HPC cluster. The C:Services folder is shared as \headnodeServices. You need to ensure that the WCF service is accessed by using a shared location on the HPC cluster.

Which three actions should you perform? (Each correct answer presents part of the solution. Choose three.)

You create a service-oriented architecture (SOA) application that will be deployed on a Windows HPC Server 2008 cluster.
The application includes a Windows Communication Foundation (WCF) service. You add the following XML fragment to the service registration file. (Line numbers are included for reference only.)

01 <microsoft.Hpc.Session.ServiceRegistration>
02 <service assembly=""
03 contract="IMyService"
04 type="MyService"
05 architecture="AnyCpu">
06 </service>
07 </microsoft.Hpc.Session.ServiceRegistration>

The WCF service application assembly named MyService.dll is located in the C:Services folder on the head node of an HPC cluster. The C:Services folder is shared as \headnodeServices. You need to ensure that the WCF service is accessed by using a shared location on the HPC cluster.

Which three actions should you perform? (Each correct answer presents part of the solution. Choose three.)

A.
Set the assembly attribute at line 02 to the following value:
MyService.dll

B.
Set the assembly attribute at line 02 to the following value:
C:ServicesMyService.dll

C.
Run the following command on the head node of the HPC cluster:
cluscfg setenvs CCP_SERVICEREGISTRATION_PATH=\headnodeServices

D.
Run the following command on the head node of the HPC cluster:
cluscfg setenvs CCP_SERVICEREGISTRATION_PATH=\headnodeServiceRegistration

E.
Store the service registration file on each compute node in the following location:
%CCP_HOME%ServiceRegistration

F.
Store the service registration file on the head node of the HPC cluster in the following shared location: \headnodeServiceRegistration



Leave a Reply 0

Your email address will not be published. Required fields are marked *