On Jan 20, 2009, at 1:39 PM, Ben Rockwood wrote: > Have you submitted a CR (Bug) for this?
I should get around to doing that :) > I'll have to try it, so far I've only used the included (/usr/sfw) > version because I didn't realize there were enhancements to the one on > the CD. This was a surprise to me as well. My curiosity was piqued when I found the unbundled ipmitool and wondered why that existed when it's already included in /usr/sfw. The unbundled ipmitool allows you to run any SMASH-CLI command, such as: /opt/ipmitool/bin/ipmitool sunoem cli 'set /SP system_identifier=foo.bar.com' The arguments after the "sunoem cli" part should be quoted. If they're not, a newline is inserted by ipmitool. This will allow you to do things like reset a ilom user's password, where the new password is prompted for a second time: /opt/ipmitool/bin/ipmitool sunoem cli 'set /SP/users/root password=somepasswd' somepasswd /dale _______________________________________________ sysadmin-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/sysadmin-discuss
