Hi all,
I've been asked to implement a UPS solution to our two production P5 570s machines. Now they are both connected to a UPS but there is no RS232 cable between them which means that the UPS is acting as a power equalizer but of no use when power goes off because the LPARs within the P5 machine won't know about it until it discharge.
Now i'm thinking of more than one senario! I can connect the RS232 to one of the LPARs which will be triggered by the power outage and will remotely issue a shutdown to the rest of the LPARs and then shutdown itself (then handing over the task to the HMC to shutdown the P5 racks and finally shutdown itself). But the problem with this senario is that the network switches are not on UPS! so i can't use the external network for this! I can do vertual network and communicate internally among LPARs on the same box but the problem with that is that we still have AIX 5.2 LPARs which doesn't support this and i won't be able to communicate with the HMC to shutdown the P5s!
Is there a way that i can use the HMC internal network for this? I'm not sure how the HMC is cabeled with the Rack of the two P5 machines so i don't have the clear picture to be honest on that! But i feel that there should logically be possible to communicate with the HMC using the internal network (from one LPAR that has the RS232 connection to the UPS).
I had this site but still it doesn't say that i can communicate between the LPARs and the HMC using the interal HMC network (as i beleive this is only connecting the FSP or so):
Could you please share with me your experience in this? how do you maintain your machines on power outage?
Thanks in advance.
Regards,
Khalid
I've been asked to implement a UPS solution to our two production P5 570s machines. Now they are both connected to a UPS but there is no RS232 cable between them which means that the UPS is acting as a power equalizer but of no use when power goes off because the LPARs within the P5 machine won't know about it until it discharge.
Now i'm thinking of more than one senario! I can connect the RS232 to one of the LPARs which will be triggered by the power outage and will remotely issue a shutdown to the rest of the LPARs and then shutdown itself (then handing over the task to the HMC to shutdown the P5 racks and finally shutdown itself). But the problem with this senario is that the network switches are not on UPS! so i can't use the external network for this! I can do vertual network and communicate internally among LPARs on the same box but the problem with that is that we still have AIX 5.2 LPARs which doesn't support this and i won't be able to communicate with the HMC to shutdown the P5s!
Is there a way that i can use the HMC internal network for this? I'm not sure how the HMC is cabeled with the Rack of the two P5 machines so i don't have the clear picture to be honest on that! But i feel that there should logically be possible to communicate with the HMC using the internal network (from one LPAR that has the RS232 connection to the UPS).
I had this site but still it doesn't say that i can communicate between the LPARs and the HMC using the interal HMC network (as i beleive this is only connecting the FSP or so):
Code:
HMC connections
During the installation of the HMC, you have to consider the number of network adapters required. You can have up to three Ethernet adapters installed on an HMC. There are several connections you have to consider when planning the installation of the HMC:
HMC to the FSP (Flexible Service Processor): It is an IP-based network used for management functions of the POWER5 systems; for example, power management and partition management.
Note: It is recommended to configure this connection as a private network.
POWER5 systems have two interfaces (T1 and T2) available for connections to the HMC. It is recommended to use both of them for redundant configuration, and high availability. Depending on your environment, you have multiple options to configure the network between the HMC and FSP. The default mechanism for allocation of the IP addresses for the FSP ports is dynamic. The HMC can be configured as a DHCP server which allocates the IP address at the time the managed system is powered on. Static IP address allocation is also an option. You can configure the FSP ports with a static IP address by using the Advanced System Management Interface (ASMI) menus. However not all POWER5 servers support this mechanism of allocation. Currently p575, p590, and p595 servers support only DHCP.
Note: Either eth0 or eth1 can be a DHCP server on the HMC.
HMC to partitions: HMC requires TCP/IP connection to communicate with the partitions for functions such as dynamic LPAR and Service Focal Point.
Service Agent (SA) connections: SA is the application running on the HMC for reporting hardware failures to the IBM support center. It uses a modem for dial-out connection or an available Internet connection. It can also be used to transmit service and performance information to IBM and also for CoD enablement and billing information.
Remote connection to the HMC using Web-based System Manager (WebSM) or ssh: For accessing the graphical interface, you can use the WebSM Remote Client running on UNIX® (AIX® or Linux®) or Windows®. The command line interface is also available by using the secure shell connection to the HMC. It can be used by an external management system or a partition to perform HMC operations remotely.
When planning for the HMC installation also consider that the distance between the HMC and the managed system must be within 8m (26 ft) distance. The distance complies with IBM maintenance rules.
Could you please share with me your experience in this? how do you maintain your machines on power outage?
Thanks in advance.
Regards,
Khalid