On 04/03/2013 10:52 AM, Gilad Berman wrote: > Hello, > > We are trying to run bmcsetup on HP new SL230 servers and get output below > (not > even sure they are errors). it seems that user and password can not be set. > Does anyone has any experience with working with HP ILO4 machines (the new > gen)? > > everything else works as expected. > > thx in advance.
First - we don't use bmcsetup - but I believe it should work with minor changes. The default bmc admin user varies by vendor # Note it's user id 2 on sun,dell,ibm machines and id 3 on HP machines - Just look at what user list shows ipmitool -H "$2 " -U "$4 " -P " $5 " user list As you know default user is admin and I believe the password is admin if I remember right. Hope this helps...I'm not sure about the model SL230 but hopefully your password isn't set separately at the factory and on the tag on the machine. We use xcat with the HP DL165 and SL165 without problem - it'll just take more work if your password is on the tag. Rich > > rm: cannot remove `/tmp/ipmicfg.xml': No such file or directory > /bin/bmcsetup: line 45: 2529 Terminated allowcred.awk > Auto detecting LAN channel....Detected LAN channel 2 > Setting LAN IP Address to 172.17.20.119 > Setting LAN Subnet Mask to 255.255.0.0 > Setting LAN Default Gateway IP to 172.17.10.8 > Set User Password command failed (user 3): Invalid data field in request > Set User Password command failed (user 4): Invalid data field in request > Get User Access command failed (channel 1, user 1): Parameter out of range > Set User Access (channel 2 id 2) failed: Invalid data field in request > . > . > . > Set User Access (channel 2 id 2) failed: Invalid data field in request > Set up following user table: > ID Name Callin Link Auth IPMI Msg Channel Priv Limit > 1 Administrator true false false NO ACCESS > 2 Admin true false true ADMINISTRATOR > 3 (Empty User) true false false NO ACCESS > 4 (Empty User) true false false NO ACCESS > 5 (Empty User) true false false NO ACCESS > 6 (Empty User) true false false NO ACCESS > 7 (Empty User) true false false NO ACCESS > 8 (Empty User) true false false NO ACCESS > 9 (Empty User) true false false NO ACCESS > 10 (Empty User) true false false NO ACCESS > 11 (Empty User) true false false NO ACCESS > 12 (Empty User) true false false NO ACCESS > Enabling Channel 2: Unable to send RAW command (channel=0x0 netfn=0x6 lun=0x0 > cmd=0x40 rsp=0x83): Unknown (0x83) > Unable to send RAW command (channel=0x0 netfn=0x6 lun=0x0 cmd=0x40 rsp=0x83): > Unknown (0x83) > > > Regards, > > Gilad Berman > HPC Architect > IBM System & Technology Group. Israel > > E-mail: [email protected] > Tel: 972-3-9188262 > Mobile: 972-52-2554262 > > The information contained in this email is being provided by IBM as a matter > of > courtesy and provided "AS-IS" without any direct and implied warranty; IBM > assumes no liability. It is your responsibility to ensure that any resulting > customer proposal has been correctly designed to meet your clients' > requirements > and to have an active review process which ensures an appropriate level of > solution assurance is performed for all proposals. IBM does not take > responsibility for the solution or solution assurance. > > > ------------------------------------------------------------------------------ > Minimize network downtime and maximize team effectiveness. > Reduce network management and security costs.Learn how to hire > the most talented Cisco Certified professionals. Visit the > Employer Resources Portal > http://www.cisco.com/web/learning/employer_resources/index.html > > > > _______________________________________________ > xCAT-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/xcat-user > -- Rich Sudlow University of Notre Dame Center for Research Computing - Union Station 310 West South St South Bend, In 46601 (574) 631-7258 (office) (574) 807-1046 (cell) ------------------------------------------------------------------------------ Minimize network downtime and maximize team effectiveness. Reduce network management and security costs.Learn how to hire the most talented Cisco Certified professionals. Visit the Employer Resources Portal http://www.cisco.com/web/learning/employer_resources/index.html _______________________________________________ xCAT-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xcat-user
