Unsolved
This post is more than 5 years old
2 Intern
•
132 Posts
0
8835
June 15th, 2008 17:00
Multiple password changes
Hi There,
It would be great if we could select multiple DRACs, right click and have "Change password" as an option... failing this... any option which makes it easier to change DRAC passwords on multiple devices.... the idea here is to make it easier to comply with security policies (frequent change of passwords… every 3 months in our case)
Thanks,
Stuart.
It would be great if we could select multiple DRACs, right click and have "Change password" as an option... failing this... any option which makes it easier to change DRAC passwords on multiple devices.... the idea here is to make it easier to comply with security policies (frequent change of passwords… every 3 months in our case)
Thanks,
Stuart.
No Events found!


Tandava
2 Posts
0
July 17th, 2008 19:00
1. config_drac.sh this script configures the username, password, active directory and all components of the drac
2. ipaddr.txt: This text file contains a list of ip address which need to be configured
3. drac.cfg: This file contains the configurations needed to be set/unset on the DRAC.
To use the script the user has to do the following.
1. Copy these files into one directory (say /home/scripts)
2. Make the necessary changes in the drac.cfg file. This includes the configuration the user needs to automate.
3. Add all the ip addresses of the DRACs which needs to be configured using the drac.cfg file in ipaddr.txt file.
4. Run the script config_drac.sh
5. This scripts uses the information from the above mentioned files and attempts to configure the DRAC.
6. All the logs are stored in config.log file under the same folder as these files.
I have added sample files for both drac.cfg and ipaddr.txt with some description in them for easy usage.
Hope this helps:
Tandava
2 Posts
0
July 17th, 2008 19:00
Scott Hanson
342 Posts
0
July 18th, 2008 07:00
Scott Hanson
342 Posts
0
July 18th, 2008 07:00
Scott Hanson
342 Posts
0
July 18th, 2008 14:00
http://www.delltechcenter.com/page/Multiple+DRAC+Password+Changes
Thanks again !
Stooartbaby
2 Intern
•
132 Posts
0
July 20th, 2008 21:00
Is there a way to covert the .sh to vbs? (please say yes)
Thanks,
Stuart.