Jump to content
XPEnology Community

Messenger

Member
  • Posts

    70
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Messenger

  1. - Outcome of the update:  SUCCESSFUL

    - DSM version prior update: DSM 6.2.3 - 25423

    - Loader version and model: JUN'S LOADER v1.03b - DS3615XS

    - Using custom extra.lzma: NO

    - Installation type: BAREMETAL - HP Microserver  Gen7 N54L

    - Additional comments: Reboot required

  2. - Outcome of the update:  SUCCESSFUL

    - DSM version prior update: DSM 6.2-23739 Update 2

    - Loader version and model: Jun's Loader v1.03b 3615XS

    - Using custom extra.lzma: No

    - Installation type: BAREMETAL - HP ProLiant MicroServer N54L

    - Additional comment: onboard nic, update pat file with control panel

  3. Hello all,

    i am on hp n54l microserver gen7 and have no additional nic.

     

    I am on dsm 6.2-23739 update 2 and now i read its possible to update out of the box with old 6.2 drivers to new dsm 6.2.3???

    For this old version (6.2), i don´t use additional lzma - just junes DS3615xs out of the box.

     

    For 6.2.2 i remembered must need an additinoal nic or custom lzma - but now just update in control panel, reboot and all fine and finished?

     

    Greetings
    messenger

  4. On 1/27/2020 at 9:14 AM, deaduser said:

    Upgrade n54l (with internal NIC) 3615xs from 6.1.7 to 6.2.2 + extra.lzma (with adding 2 kernel files to image as described) as "migration" seems not completely successfull. After the procedure system is accessible on the previously assigned IP, but any action through web-interface leads to freezes and unavailability within a couple of minutes. With no login - files and folders accessible through LAN, but I cannot even get access to Control Panel or update packages. Repeats after reboot. Any advice how to fix it without clean install / downgrade? What to check first?

    someone migrated successfull n54l without data, settings loss?

  5. On 5/15/2019 at 6:38 PM, Aigor said:

    Onboard nic not workig why? 
    There isn't any driver in boot image or what? 
    If we have kernel source we can compile HP driver and add this into bootimage 

     

    Is there someone here to make onboard nic compatible in next loader fo HP N54L?

  6. Is it possible to integrate in next loader driver for onboard nic for hp N54l / N40L in ds918?

    Or build similar loader for 3615xs (3617xs)?

     

    people buy additional nic for there systems but maybe possible to integrate?

  7. - Outcome of the update: SUCCESSFUL

    - DSM version prior update: DSM 6.1.7 15284

    - Loader version and model: JUN'S LOADER v1.03b - DS3615xs

    - Using custom extra.lzma: NO

    - Installation type: BAREMETAL - HP N54L

    - Additional comments: must delete .xpenoboot folder to get access to network and filesystem in dsm

  8. - Outcome of the update: SUCCESSFUL

    - DSM version prior update: DSM 6.1.7-15284 Update 1

    - Loader version and model: Jun's loader v1.02b - DS3615xs

    -  Using custom extra.lzma: NO

    - Installation type: BAREMETAL - HP Microserver Gen7 N54L

    - Additional comments: REBOOT REQUIRED

  9. Outcome of the update: SUCCESSFUL

    - DSM version prior update: DSM 6.1.5-15254 Update 1

    - Loader version and model: JUN'S LOADER v1.02b - DS3615xs

    - Using custom extra.lzma: NO

    - Installation type: BAREMETAL - N54L G7

    - Additional comments: REBOOT REQUIRED

  10. 54 minutes ago, aundroid said:

    Hello,

    Just have a few questions regarding DSM 6.1:

    Is the "power schedule" working which can be found in "hardware & power"?
    In DSM 5.2 you can only make a scheduled power off cause it always writes to the bios!

    When I migrate from 5.2 to 6.1 will it still be possible to attach more than 4 HDDs?

    Do I need the Loader from the first page in this thread or did you just go through the "Tutorial: Install/Migrate DSM 5.2 to 6.0.2 (Jun's loader)"  and just used the 1.02b Loader and DSM 6.1??

     

    Thanks for helping!

    i´ve got 5 hdd´s in a raid and one single hdd. Just jun´s loader (modified with my mac, sn, vid, pid) with custom bios. no problems ´till now.

  11. 20 minutes ago, pmchan said:

    Hello, regarding WOL, did you also have to modify the synoinfo.conf file, as explained in this S99ZZZ_Shutdown.sh how-to?

    I'm not using the same hardware (asrock Q1900-itx) but my WOL isn't working and I'm trying to understand why. Thank you for your help!

    on n54l you didn´t have to modify.

    • Like 1
  12. ok i´ve got wol working:

     

    start putty

    login as admin

    sudo -i
    cd /usr/local/etc/rc.d
    vi S99ZZZ_Shutdown.sh

    paste the commands from the scipt with copy and paste:

    #!/bin/sh
    case $1 in
    start)
     if [ -f /var/packages/shutdown_script/DSShutdown.sh ]; then
      /var/packages/shutdown_script/DSShutdown.sh &
     fi
        ;;
    stop)
     if [ -f /var/tmp/shut.down ]; then
      rm /var/tmp/shut.down
     fi
     ifconfig eth0 down
        ;;
    *)
        echo "Usage: $0 [start|stop]"
        ;;
    esac

    then save with: wq!

    chmod 755 S99ZZZ_Shutdown.sh

    the wol is working again

    • Like 1
  13. 20 hours ago, synook said:

    There is no problem with WOL, I had to copy the attached script to "/usr/local/etc/rc.d" same I did in DSM 5.2 and versions before and enable WOL in control panel "hardware and power" section, it works fine.

    S99ZZZ_Shutdown.sh

     

    can u explain how u exactly did it?

     

    with winscp i cannot verify with root and with admin i ve got permission denied to copy in this share.

    with putty i can login with admin and switch to root with "sudo -i" but i don´t know how to copy.

  14. 11 minutes ago, djvas335 said:

    Upgrade with assistant and choose to keep data and settings

    with the modified 1.02 from june with all drivers for hp n54l from this topic or just native 1.02

×
×
  • Create New...