1833058 Members
2547 Online
110049 Solutions
New Discussion

remsh

 
iranzo
Frequent Advisor

remsh

hello,
here is two server HPUX A and B
when i do command 'date' on system B
it's return :
Wed Mar 17 14:35:06 MET 2004
when i do command 'remsh B date' on system A
it's return :
Mercredi 17 mars 2004 14:35:46
in french , why ?
thank's
Bonjour
6 REPLIES 6
iranzo
Frequent Advisor

Re: remsh

System A and B are installed
in English !
Bonjour
Floyd Curtis
Frequent Advisor

Re: remsh

Check the profile for a "locale" setting for the remsh user.

fwc.
iranzo
Frequent Advisor

Re: remsh

How can i find REMsh user profile ?

Thanks
Bonjour
Floyd Curtis
Frequent Advisor

Re: remsh

#remsh remotehost whoami

fwc
Bill Hassell
Honored Contributor

Re: remsh

remsh remote_host set


Bill Hassell, sysadmin
Floyd Curtis
Frequent Advisor

Re: remsh

Thanks to Bill - that will display the variables for the remsh.

do a man on locale and look at the list of possible environment variables that can affect what/how info is displayed.
I believe that LANG is the most obvious and is usually set to LANG=C

Compare the two systems would be good - and change the profile for the user returned with whoami.

fwc