This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Expired 30 Days Hardware License -Load SW License

Hello,

I have a 525 box. I just purchased a software license for 25 users NWS license. I'm just lucky to own this 525 beast but honestly, I will never need all its features or power...yet.

I finally had all my settings down correctly after hours and hours of fine tuning this and as a result I've backed up my settings before my trial expired.

Question:

Will I be able to install the SW/HW version and just upload my settings from the previous hardware version 8.0 trial?

Please tell me I won't have to do this all over from scratch?

I did not save my work. Won't know until Monday if this works.


anyone? [:S]
Mike


This thread was automatically locked due to age.
  • I may be wrong but, I don't think you can load a SW license on a HW device. You might be able to wipe it and load the SW version though. Never tried it or know any one else who has.

    To answer your question, you should be able to load your configuration backup after reloading the machine.
  • Hi, 
    First, backup your configuration. You WILL be able to re-use it.

    Then, read the following thread for using a software license on an appliance: https://community.sophos.com/products/unified-threat-management/astaroorg/f/52/t/26964

    Basically you just need to delete 
    /etc/asg
    and then re-install from a USB CDROM.

    Then you can import your backed up configuration.

    Barry
  • Thanks guys for the quick reply,

    I really would like help on how to retain the nic cards 1-10 in correct sequence when I load the software version on the 525 appliance. I tried many times locking my self out with incorrect nics. PIA that is.

    In the post below:
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    @Barry: Yes, the problem is the renaming of interfaces in asg220.

    After some investigation i found the cause:

    There is a procedure named "initasg" (the difference between the ssi* and asg* ) to assign the correct names to the interfaces. After deleting /etc/asg initasg wont work correct anymore.

    The following works for me:

    1. Install ASG220 with ssi-7.402-090423-1.iso
    2. rm /etc/lcd.conf (Link to /etc/asg for lcd4linux)
    3. mv /etc/asg /etc/lcd.conf (because i like the lcd-information)
    4. Change in /etc/init.d/initasg the line 34
    ASG_HW_FILE="/etc/asg" to
    ASG_HW_FILE="/etc/lcd.conf"
    5. Install HomeLicense via WebAdmin

    This should work until ep-asg-7.4-33.i686.rpm is overwritten by an update. 



    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    I dont want to sound newbish but how do I do this? Is there a step by step way how to rename/delete linux files? Im lost except with gates.


    In short,
    I'll will wipe w/ dban 1 hour
    Install Software version
    load new license
    "Upload my configuration backup file" even though it came from hardware Trial
    then take updates (if I can find the nics)

    If it works Im golden, if not I can rebuild the puzzle..I think.

    Mike
  • Hi, use ifconfig or ethtool to get the MAC addresses of all the NICs and then after re-installation, do it again to get the new ordering and re-label the ports on the box.

    Barry
  • Barry,

    I reinstalled everything from scratch...several times. All done. I wish I read this post!

    I couldn't figure this out. It was like reading the same sentence over and over stuck.

    Regardless,I am now deeply concerned about taking updates or anything that may cause headaches w/ nics ordering in future! I can't image doing this again in a production environment.. yikes.

    Because of the nic problem Major Pain itA! there was no way for me to tell which one is which except when I physically connect in each Ethernet cable. I wish we had a refresh screen during install but once you go back you get frozen and have to reinstall all over. I have to wait like 20 seconds to see up. Thus, eth#1 might be number 7 on the physical box...for now...it changes not the same. This caused many hours of pain. It gave false reading on wrong ethos.

    I will definitely use the linux version of ipconfig/all or ifconfig next time. That makes sense.

    Those with hardware feel my pain..... [:(] 

    Thanks for the help...wish I'd known better. Lets hope I don't have to do this again.

    Mike
  • You shouldn't need to worry about any future updates changing the ordering again unless you made changes to it with initasg or similar.

    Barry