[Info-vax] decw$default_keyboard_map

Joseph Huber joseph.huber at NIRWANA.web.de
Tue Apr 28 15:36:21 EDT 2009


JKB schrieb:
> 	Hello,
> 
> 	I'm trying to configure a french keyboard on a running OpenVMS 8.3
> (alpha) because my old DEC keyboard is dead the last week. I have a
> french PC keyboard. Thus, I want to use :
> 
> 	BELGIAN_FRENCH_LK444AP_PC.DECW$KEYMAP;1
> 
> 	I have modified SYS$MANAGER:DECW$PRIVATE_SERVER_SETUP.COM to obtain :
> 
> ...
> $ node_list = "COLOR100/FRENCH/TCPIP"
> $ if node_list .eqs. "" then goto DO_DEFAULT
> $ node_number = 0
> $node_loop:
> $ node = f$element(node_number, "/", node_list)
> $ if node .eqs. "/" then goto DO_DEFAULT
> $ if node .eqs. f$getsyi("NODENAME") then goto DO_'node
> $ node_number =  node_number + 1
> $ goto node_loop   
> $ !
> $ ! This node is not in the node list.  Don't specify any setup options.
> $ !
> $DO_DEFAULT:
> $ exit
> $DO_COLOR100:
> $ decw$server_density == "100"
> $ decw$server_default_visual_class == "4"
> $ exit
> $DO_FRENCH:
> $ decw$default_keyboard_map == "BELGIAN_FRENCH_LK444AP_PC"
> $ exit
> $DO_TCPIP:
> $ decw$server_transports == "TCPIP,LOCAL"
> $ exit
> 
> 	When I restart DECW server, french keyboard map is ignored. I don't
> understand where I have made a mistake. Any idea ?
> 

Is FRENCH really the nodename in question ?
What does WRITE SYS$OUTPUT f$getsyi("NODENAME") say ?

If yes, and the node is in a cluster, did You edit 
private-server_setup.com on a different node, so that the edited version 
went into the wrong sys$specific:[sysmgr] directory ?



-- 

  Joseph Huber   - http://www.huber-joseph.de



More information about the Info-vax mailing list