3 Advanced topics
Using a provided script to create an Intelligent Provisioning update mirror
For Windows environments, HP provides a script that can populate the Intelligent Provisioning update mirror repository for you. When creating this mirror, you upload the software and firmware delivered through SPP to a server within your local network. Then, when updating servers in your network, they can access the firmware and software on the local server instead of the HP website, and can therefore greatly increase the speed of updates to the servers.
This script uses
1.Obtain the script from the HP FTP site: ftp://ftp.hp.com/pub/softlib2/software1/
2.If a Proxy server is required, enter the following command:
>set http_proxy=http://myproxyserver:myproxyport
3.Sync the files, to copy the files from the HP website to your web server
>
4.When complete, access ftp://iisserver/ipupdates to access Intelligent Provisioning Preferences.
Creating an Intelligent Provisioning update mirror
Use an Intelligent Provisioning update mirror to access software and firmware delivered through SPP from a server within your local network, increasing the speed of updates.
The mirror requires a web server running on a server with any OS capable of serving files over FTP or HTTP.
To create an Intelligent Provisioning update mirror for an SPP:
1.Download the SPP and copy the files to your web server:
a.Download the .iso file from the HP website: http://www.hp.com/go/spp/download
b.Mount the SPP ISO and copy the contents to your web server. The following example uses UNIX commands and assumes that the web server is serving the files from /srv/
#mkdir
#mount
#mkdir
#cp
#umount sppmount
#rmdir sppmount
Using a provided script to create an Intelligent Provisioning update mirror | 73 |