BladeSystem - General
1756927 Members
3561 Online
108857 Solutions
New Discussion

Re: How to configure SSL key and SSL certificate of iLO4 at client, before execution of locfg.pl

 
priyotoshtsp
Occasional Contributor

How to configure SSL key and SSL certificate of iLO4 at client, before execution of locfg.pl

Is there any need to configure SSL key and SSL certificate of iLO4 at the ubuntu machine where we are executing locfg.pl script? 

We need to execute locfg.pl from a ubuntu machine, so that we can send command using xml file to the iLO server. 

But during execution of locfg.pl, it has been observed that connection is getting terminated. 

What are the information to be configured before execution of locfg.pl script? 

Kindly mention.

 

 

1 REPLY 1
Sridhar_Gopal
HPE Pro

Re: How to configure SSL key and SSL certificate of iLO4 at client, before execution of locfg.pl

A valid iLO user account and password is required for each XML script when using LOCFG.PL. The user account must have appropriate lights-out privileges to process the request.

The locfg.pl script connects to the iLO management processor using a Secure Sockets Layer (SSL) connection.

So to answer you question you need an valid SSL cert and key.

It can be cert which is set from factory or you may use CA siged certs which included private key

Refer to the installation instructions in the following HPE Lights-Out XML PERL Scripting Sample

https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_76bfa460792d4f7cbc0aac234e#tab3

Refer to the following documents for more details

https://support.hpe.com/hpsc/doc/public/display?sp4ts.oid=1009143853&docLocale=en_US&docId=emr_na-a00026171en_us&withFrame

https://support.hpe.com/hpsc/doc/public/display?sp4ts.oid=1009143853&docLocale=en_US&docId=emr_na-c03334051&withFrame

I am a HPE Employee