Home
|
Table of Contents
|
Overview Map
|
Icon Legend
iLO Password Changes - Part 1
Daniel Paessens
ega@paessens.org
Home
1. Scripts
File Structure
Password.pl
Change_Password.xml
Password.bat
Change_Password.bat
2. Configuration Files
Data.ini
zone.txt
ServerList.txt
3. Launching Scripts
Actions performed
4. Results
Result.txt
iloConfig.log
2.
Configuration Files
Data.ini
Script:
# Written by Daniel Paessens
# INI-file determines all working variables for all scripts
# Remark: Don't work with tabs but with space around "="
version = 0.2
date = 19/03/2007
workdir = C:\iLO-Script
zone.txt
This text file contains a list of all zones available, for which this script has to run.
For example:
Site1_Backend
Site1_ClientFacing
Site2_Backend
Site2_ClientFacing
Internet
ServerList.txt
This text file contains a list of all servers as well mentioning to which zone the belong.
For example:
Server01 Site1_Backend
Server02 Site1_Backend
Server03 Site1_ClientFacing
Server04 Site2_Backend
Server05 Site2_ClientFacing
Server06 Internet
Top
Powered By Ega's Inc
Last updated:
4/18/2007