Advertisement
Guest User

Untitled

a guest
Jul 29th, 2014
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. [root@esx2 ~]# hponcfg -w ilo.xml
  2. HP Lights-Out Online Configuration utility
  3. Version 4.0.1 Date 09/24/2012 (c) Hewlett-Packard Company, 2012
  4. Firmware Revision = 1.16 Device type = iLO 3 Driver name =
  5. Management Processor configuration is successfully written to file "ilo.xml"
  6.  
  7. <RIBCL VERSION="2.22">
  8. <LOGIN USER_LOGIN="Administrator" PASSWORD="password">
  9. <USER_INFO MODE="write">
  10. <MOD_USER USER_LOGIN="Administrator">
  11. <USER_NAME value="admin"/>
  12. <USER_LOGIN value="admin"/>
  13. <PASSWORD value="neener-nanner-poo-poo"/>
  14. <ADMIN_PRIV value="Yes"/>
  15. <REMOTE_CONS_PRIV value="No"/>
  16. <RESET_SERVER_PRIV value="Yes"/>
  17. <VIRTUAL_MEDIA_PRIV value="Yes"/>
  18. <CONFIG_ILO_PRIV value="Yes"/>
  19. </MOD_USER>
  20. </USER_INFO>
  21. </LOGIN>
  22. </RIBCL>
  23.  
  24. [root@esx2 ~]# hponcfg -f mod_user.xml
  25. HP Lights-Out Online Configuration utility
  26. Version 4.0.1 Date 09/24/2012 (c) Hewlett-Packard Company, 2012
  27. Firmware Revision = 1.16 Device type = iLO 3 Driver name =
  28. </-- ERROR : STATUS= 0x0001
  29. MESSAGE= Error: Line #1: syntax error near "?>". -->
  30. Script failed
  31.  
  32. [root@esx2 ~]# hponcfg -f ilo.xml
  33. HP Lights-Out Online Configuration utility
  34. Version 4.0.1 Date 09/24/2012 (c) Hewlett-Packard Company, 2012
  35. Firmware Revision = 1.16 Device type = iLO 3 Driver name =
  36. </-- ERROR : STATUS= 0x0001
  37. MESSAGE= Error: Line #1: syntax error near "?>". -->
  38. Script failed
  39.  
  40. <RIBCL VERSION="2.0">
  41. <LOGIN USER_LOGIN="Administrator" PASSWORD="does-not-matter">
  42. <USER_INFO MODE="write">
  43. <MOD_USER USER_LOGIN="Administrator">
  44. <PASSWORD value="new-password"/>
  45. </MOD_USER>
  46. </USER_INFO>
  47. </LOGIN>
  48. </RIBCL>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement