From Fedora Project Wiki

No edit summary
(redirect page to new infra-docs)
Line 3: Line 3:




This SOP has moved to http://infrastructure.fedoraproject.org/infra/docs/
Old content is still available below, but all new edits needs to happen in the /git/infra-docs repo.


This SOP has moved to the fedora Infrastructure SOP git repo. Please see the current document at: http://infrastructure.fedoraproject.org/infra/docs/ibm_rsa_ii.txt


----
For changes, questions or comments, please contact anyone in the Fedora Infrastructure team.
----


Many of our physical machines use RSA II cards for remote management.
== Contact Information ==
Owner: Fedora Infrastructure Team
Contact: #fedora-admin, sysadmin-main
Location: PHX, ibiblio
Servers: All physical IBM machines
Purpose: Provide remote management for our physical IBM machines
== Restarting the RSA II card ==
Normally, the RSA II can be restarted from the web/ssh interface.  If you are locked out of any outside access to the RSA II, follow these instructions on the physical machine.
If the machine can be rebooted without issue, cut off all power to the machine, wait a few seconds, and restart everything.
Otherwise, to restart the card without rebooting the machine:
# Download and install the IBM Remote Supervisor Adapter II Daemon
## yum install usbutils libusb-devel # (needed by the RSA II daemon)
## Download the correct tarball from http://www-947.ibm.com/systems/support/supportsite.wss/docdisplay?lndocid=MIGR-5071676&brandind=5000008 (TODO: check if this can be packaged in Fedora)
## Extract the tarball and run
<pre> sudo ./install.sh --update </pre>
# Download and extract the IBM Advanced Settings Utility (http://www-947.ibm.com/systems/support/supportsite.wss/docdisplay?lndocid=TOOL-ASU&brandind=5000016, warning: this tarball dumps files in the current working directory)
# Issue a <pre> sudo ./asu64 rebootrsa</pre> to reboot the RSA II.
# Clean up: yum remove ibmusbasm64
== Other Resources ==
http://www.redbooks.ibm.com/abstracts/sg246495.html may be a useful resource to refer to when working with this.


[[Category:Infrastructure SOPs]]
[[Category:Infrastructure SOPs]]

Revision as of 18:20, 19 December 2011

Shortcut:
ISOP:RSAII


This SOP has moved to the fedora Infrastructure SOP git repo. Please see the current document at: http://infrastructure.fedoraproject.org/infra/docs/ibm_rsa_ii.txt

For changes, questions or comments, please contact anyone in the Fedora Infrastructure team.