Démarrer un serveur SAS Lasr
							
							L’exemple de code ci-dessous illustre le démarrage d'une instance de serveur sur le numéro de port réseau 10011.
		
		
			
			
			
			
				
					
			
		
Journal d'exécution
NOTE: The LASR procedure is executing in the distributed computing environment with 3 worker nodes.
NOTE: The server started on 'sasserver.demo.sas.com' port 10011.
NOTE: The LASR Analytic Server port '10011' has been assigned to the macro variable "LASRPORT".
NOTE: The PROCEDURE LASR printed page 1.
NOTE: PROCEDURE LASR used (Total process time):
 real time 6.35 seconds
 cpu time 3.38 seconds
Il est bien-sur possible de démarrer son serveur depuis l'interface d'administration Visual Analytics :
Source : LASR Procedure
 
 							
						
					
													
						
										
					| 
					 1 2 3 4 5 6 7  | 
						proc lasr create PORT=10011 path="/opt/sasinside/sigfiles"  signer="http://SERVEUR_VA:7980/SASLASRAuthorization";  performance host="SERVEUR_VA"  install="/opt/TKGrid"  nodes=ALL; run;  | 
					
Source : LASR Procedure
 
 							
						
					
													
					








