- Community Home
- >
- Servers and Operating Systems
- >
- ProLiant
- >
- Server Management - Remote Server Management
- >
- Remotely changing passwords in multiple iLO server...
-
- Forums
-
Blogs
- Alliances
- Around the Storage Block
- Behind the scenes @ Labs
- HPE Careers
- HPE Storage Tech Insiders
- Infrastructure Insights
- Inspiring Progress
- Internet of Things (IoT)
- My Learning Certification
- OEM Solutions
- Servers: The Right Compute
- Shifting to Software-Defined
- Telecom IQ
- Transforming IT
- Infrastructure Solutions German
- L’Avenir de l’IT
- IT e Trasformazione Digitale
- Enterprise Topics
- ИТ для нового стиля бизнеса
- Blogs
-
Quick Links
- Community
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Contact
- Email us
- Tell us what you think
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Enterprise.nxt
- Marketplace
- Aruba Airheads Community
-
Forums
-
Blogs
-
InformationEnglish
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-03-2008 04:48 PM
01-03-2008 04:48 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-03-2008 09:46 PM
01-03-2008 09:46 PM
Solutionyes there is way that I know
using CPQLOCFG.EXE
http://urlao.com/CPQLOCFG
and of course the XML scripts
http://urlao.com/xmlscript
and look in this manual for CPQLOCFG (search)
http://urlao.com/ilomanual2
basically
Commands like this could do the trick:
C:\>cpqlocfg -s 192.168.1.1 -f script_to_be_used.xml -u Admin -p pword
C:\>cpqlocfg -s 192.168.1.2 -f script_to_be_used.xml -u Admin -p pword
.....
.....
* you invoke the utility cpqlocfg
* parameter
-S is the switch that determines the iLO 2 that is to be updated. This switch is either the DNS name or IP address of the target server.
* well ip address
*parameter
-F is the switch that gives the full path location and name of the RIBCL file that contains the actions to
be performed on the board.
* script to be used (power off - change password - ...)
-u which is for the Administator user in that ilo
- p which is the password in that ilo
note the script must include the new password
this is the one you need
also there is way using HP SIM but I dont know about that
I added the txt file with this explanation I think much better look
regards
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-04-2008 06:17 AM
01-04-2008 06:17 AM
Re: Remotely changing passwords in multiple iLO servers
in the previous command line you can also add -l filename.txt
that is to check the results when the script is applied
"C:\ilo_script>cpqlocfg -s 16.90.108.68 -l information.txt -f change_password.xml -u Administrator -p Password"
regards
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-04-2008 08:49 AM
01-04-2008 08:49 AM
Re: Remotely changing passwords in multiple iLO servers
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-04-2008 09:13 AM
01-04-2008 09:13 AM
Re: Remotely changing passwords in multiple iLO servers
let me know the results
I've done several times using an XP computer that can see the server IPs.
if you need something else let me know
you as you can see ilo scripts let us work with different types of scripts
regards
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-11-2008 04:13 PM
01-11-2008 04:13 PM
Re: Remotely changing passwords in multiple iLO servers
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-11-2008 08:15 PM
01-11-2008 08:15 PM
Re: Remotely changing passwords in multiple iLO servers
you mean something like these people are talking in this thread
http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=1192234
??
regards
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-16-2008 02:29 PM
01-16-2008 02:29 PM
Re: Remotely changing passwords in multiple iLO servers
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-25-2008 07:12 AM
01-25-2008 07:12 AM
Re: Remotely changing passwords in multiple iLO servers
for /f %i in (c:\srvlist.txt) do cpqlocfg -s %i -f script_to_be_used.xml -u Admin -p pword
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-25-2008 08:17 AM
01-25-2008 08:17 AM
Re: Remotely changing passwords in multiple iLO servers
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-25-2008 08:33 AM
01-25-2008 08:33 AM
Re: Remotely changing passwords in multiple iLO servers
Check this link i think this will solve the problem...Make sure you run the same script.
I have tried it on my XP. It Works fine.
http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=1102561
Regards,
Raghuarch
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2019 Hewlett Packard Enterprise Development LP