Jump to content
XPEnology Community

HP microserver Gen8 and hp-ams


Recommended Posts

14 hours ago, iulian_2007 said:

I'm using 6.1 on Microserver gen8 (bare metal). I've installed the module and the task, I can see the hard drives in ILO but I cannot see 04-HD Max sensor.

What can I do to see that sensor in ILO?

 

Screen Shot 2017-06-30 at 11.54.31.png

 

Der iulian_2007, I have the same problem: AS LONG AS "04-HD MAX" temperature is not recieved by the BIOS of Gen8, the fans will not go to the lowest speed...

If you have any solution for this, let me know! Thanks.

 

 

Link to comment
Share on other sites

  • 1 month later...

Cannot get this to work :(

Did it all according to steps mentioned. But now my NAS Boots to the loading screen and i cannot Login. Something about invalid Key.

Same when i try to use Putty to connect via SSH. I enter my Username and Password and it just keeps being stuck there.

but the CIFS network share is there and accesible...

 

Running 6.1.3 Update 3 on a Baremetal Gen8 1610T.

 

Any idea what's going on?

 

Edited by haldi
Link to comment
Share on other sites

jep jep jep. I'm *******.

Whenever i reboot the NAS i get stuck at the Loading screen.

Using SSH to connect to the NAS also get stuck at the Login.

Using WebDav ends with a 403 Method not allowed.

FTP ends with no respons and times out after 60 seconds.

 

Samba is working pretty well and has Data available.

The thing is i can't access Root folder via SMB.

 

So anyone has an idea how i can access root filesystem to delete this amsHelper file in /sbin/

Or how to modify the Synology Task Scheduler to prevent the file from starting at every Startup?

 

 

Edit: Okay i got it!

You have a 10 second time window after Boot when SSH is still working. Then you can Login and remove them....

 

Still, anyone has an idea why it's not working for my Gen8 with Celeron 1610T?

Link to comment
Share on other sites

  • 4 weeks later...

I am on DSM 6.1.3-15152U4 baremetal (as DS3615xs), GEN8 with Xeon E3-1220L V2.

Four hdd in SHR. This ams trick is working, although i did not see fan speed really lowered.

Still the same question - how to make it not so noisy?

 

And what does this mean (DSM has no complains)?:

gen8_amp.PNG

 

 

 

 

Link to comment
Share on other sites

  • 4 months later...
  • 6 months later...
  • 4 weeks later...
On 8/25/2018 at 12:56 AM, 4sag said:

 

Doesn't work for me (Intel Celeron G1610T, DSM 6.2-23739 Update 2).

$ insmod /lib/modules/hpilo.ko
insmod: ERROR: could not insert module /lib/modules/hpilo.ko: Invalid module format

$ /sbin/amsHelper -I0 -M1,5,14,16,18,23,99
hp-ams requires that the hpilo kernel module is loaded

 

Link to comment
Share on other sites

27 минут назад, Dennis14e сказал:

 

Doesn't work for me (Intel Celeron G1610T, DSM 6.2-23739 Update 2).


$ insmod /lib/modules/hpilo.ko
insmod: ERROR: could not insert module /lib/modules/hpilo.ko: Invalid module format

$ /sbin/amsHelper -I0 -M1,5,14,16,18,23,99
hp-ams requires that the hpilo kernel module is loaded

 

от root

# insmod /lib/modules/hpilo.ko
# /sbin/amsHelper -I0 -M1,5,14,16,18,23,99
This program requires the host to have a HP Integrated Lights Out 4 (iLO 4) BMC

 

У меня сейчас нет возможности затестить на HP !)
 

dsm62_ams-hp.zip

Edited by 4sag
  • Thanks 1
Link to comment
Share on other sites

8 hours ago, 4sag said:

от root


# insmod /lib/modules/hpilo.ko
# /sbin/amsHelper -I0 -M1,5,14,16,18,23,99
This program requires the host to have a HP Integrated Lights Out 4 (iLO 4) BMC

 

У меня сейчас нет возможности затестить на HP !)
 

dsm62_ams-hp.zip

Sorry for posting in english here: It works very well! Thank you very much!

 

Copy modules and set the correct rights:

cp /volume2/data/HP_AMS_DSM_6.2/amsHelper /sbin
chown root:root /sbin/amsHelper
chmod 755 /sbin/amsHelper

cp /volume2/data/HP_AMS_DSM_6.2/hpilo.ko /lib/modules
chown root:root /lib/modules/hpilo.ko
chmod 644 /lib/modules/hpilo.ko

Then activate it:

insmod /lib/modules/hpilo.ko
/sbin/amsHelper -I0 -M1,5,14,16,18,23,99

 

Automatic activation after every boot:

- Create a startup-script with the following content in \usr\local\etc\rc.d\S99HP-AMS.sh

#!/bin/sh

modprobe hpilo
/sbin/amsHelper -I0 -M1,5,14,16,18,23,99

(make sure to set the startup-script to 755 )

I attached the result as a picture.

All sensors were read and the fan is going down to 10%. :-)

 

2018-08-26 21_06_33-iLO_ ds3.me.local - ilo3.me.local - Internet Explorer.jpg

  • Like 1
Link to comment
Share on other sites

3 минуты назад, Balrog сказал:

Sorry for posting in english here: It works very well! Thank you very much!

 

Copy modules and set the correct rights:


cp /volume2/data/HP_AMS_DSM_6.2/amsHelper /sbin
chown root:root /sbin/amsHelper
chmod 755 /sbin/amsHelper

cp /volume2/data/HP_AMS_DSM_6.2/hpilo.ko /lib/modules
chown root:root /lib/modules/hpilo.ko
chmod 644 /lib/modules/hpilo.ko

Then activate it:


insmod /lib/modules/hpilo.ko
/sbin/amsHelper -I0 -M1,5,14,16,18,23,99

 

Automatic activation after every boot:

- Create a startup-script with the following content in \usr\local\etc\rc.d\S99HP-AMS.sh


#!/bin/sh

modprobe hpilo
/sbin/amsHelper -I0 -M1,5,14,16,18,23,99

(make sure to set the startup-script to 755 )

I attached the result as a picture.

All sensors were read and the fan is going down to 10%. :-)

 

2018-08-26 21_06_33-iLO_ ds3.me.local - ilo3.me.local - Internet Explorer.jpg

 

I create package spk

https://spk.4sag.ru/

  • Like 3
Link to comment
Share on other sites

3 hours ago, 4sag said:

 

I create package spk

https://spk.4sag.ru/

I've installed this Package (v2.5.0 for 3617xs) but when i click on Run nothing happens.

Then i reset the ILO, still shows "Agentless Management Service: Not available"

Do i need to reboot the NAS OS for this to work? Or somehow else start it?

(p.s still running DSM 6.1.6-15266 Update 1)

 

Edit:

Jep, Reboot did it works flawless now :) Thanks a lot!

 

Edited by haldi
Link to comment
Share on other sites

59 минут назад, haldi сказал:

I've installed this Package (v2.5.0 for 3617xs) but when i click on Run nothing happens.

Then i reset the ILO, still shows "Agentless Management Service: Not available"

Do i need to reboot the NAS OS for this to work? Or somehow else start it?

(p.s still running DSM 6.1.6-15266 Update 1)

 

not run it !

reboot

  • Like 1
Link to comment
Share on other sites

  • 4 months later...

Anyone has any experience with switch from AHCI to RAID - will I preserve data or lose everything?

I'm asking as currently got DSM 6.2 deployed fully working with 5 HDD and can't afford to lose anything but want to take advantage of hp-ams and get fans down.

Link to comment
Share on other sites

  • 4 weeks later...
В 12.01.2019 в 23:27, cpuks сказал:

Anyone has any experience with switch from AHCI to RAID - will I preserve data or lose everything?

I'm asking as currently got DSM 6.2 deployed fully working with 5 HDD and can't afford to lose anything but want to take advantage of hp-ams and get fans down.

Switching to RAID will destroy data

Update BIOS for silent fan !

В 11.01.2019 в 10:12, ustinych сказал:

Hello!
There is hp-ams for 6.2.1

6.2 not working ?

Edited by 4sag
Link to comment
Share on other sites

  • 3 weeks later...
On 2/6/2019 at 3:15 PM, 4sag said:

Switching to RAID will destroy data

Update BIOS for silent fan !

6.2 not working ?

Doesn't seem to work for me on 6.2.1

Just gone from ESXI to Baremetal.

Kernel module seems to load but  spits out the following:

[  265.910782] genirq: Flags mismatch irq 0. 00000080 (hpilo) vs. 00015a20 (timer)
[  265.910978] hpilo: probe of 0000:01:00.2 failed with error -16

The helper just returns this:

 

This program requires the host to have a HP Integrated Lights Out 4 (iLO 4) BMC

 

Would appreciate any help with getting this working 😀

Edited by OllieD
Additional Info
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...