Penguin

Differences between version 3 and previous revision of iLO.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 3 Last edited on Wednesday, December 30, 2009 9:02:53 am by JohnMcPherson Revert
Older page: version 2 Last edited on Tuesday, December 29, 2009 7:47:31 pm by AristotlePagaltzis Revert
@@ -22,6 +22,11 @@
  
  This confuses old versions of the iLO. If you don't want to install a newer iLO firmware (you can get it from the [HP] website), work around it with 
  
  <pre> 
- LANG= ssh $ilo 
+ unset LANG  
+ ssh $ilo  
+ </pre>  
+ Note that LANG needs to be completely unset; if you just do "<tt>LANG= ssh -v $server</tt>" you'll see that your ssh client still sends  
+ <pre>  
+ debug1: Sending env LANG =  
  </pre>