Ryan writes:

> The command:
> ./omconfig chassis frontpanel lcdindex=1 config=custom text=txt
>
> The result:
> Error! Invalid LCD Index.

You don't need to use OMSA to set the LCD; you can use syscfg from the DTK 
(http://support.us.dell.com/support/downloads/format.aspx?releaseid=R240491), 
or the Dell-modified ipmitool 
(http://linux.dell.com/files/openipmi/ipmitool/ipmitool-1.8.6-13.4.DELL.13.src.rpm
 or
https://launchpad.net/ubuntu/karmic/+source/ipmitool):

# syscfg --lcd=user --lcd1="Your LCD message here"
lcd=user
lcd1=Your LCD message here

# ipmitool delloem lcd set mode userdefined "Your LCD message here"

# ipmitool delloem lcd help

   lcd set {mode}|{lcdqualifier}|{errordisplay}

   lcd set mode {none}|{modelname}|{ipv4address}|{macaddress}|
   {systemname}|{servicetag}|{ipv6address}|{ambienttemp}
   {systemwatt }|{assettag}|{userdefined}<text>

   lcd set lcdqualifier {watt}|{btuphr}|{celsius}|{fahrenheit}

   lcd set errordisplay {sel}|{simple}

   lcd info
      Show LCD text that is displayed during non-fault conditions


   lcd set vkvm{active}|{inactive}
        Set vKVM active and inactive, message will be displayed on lcd
        when vKVM is active and vKVM session is in progress

   lcd set frontpanelaccess {viewandmodify}|{viewonly}|{disabled}
      Set LCD mode to view and modify, view only or disabled

   lcd status
        Show LCD Status for vKVM display<active|inactive>
        and Front Panel access mode {viewandmodify}|{viewonly}|{disabled}

@alex

-- 

mailto:alex.du...@mac.com

_______________________________________________
Linux-PowerEdge mailing list
Linux-PowerEdge@dell.com
https://lists.us.dell.com/mailman/listinfo/linux-poweredge
Please read the FAQ at http://lists.us.dell.com/faq

Reply via email to