Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note
titleImportant ASM Note

If you are downgrading from 2.0.x (or later) to → 1.3.x (or earlier), all disabled Network Adapters on the ASM must be enabled. This is because the 2.0.x (or later) upgrade disables one of the network adapters (by design), and it must be re-enabled if you're downgrading to 1.3.x (or earlier).

Expand
*Step 1*: Click here to view the instructions for enabling the network adapter
*Step 1*: Click here to view the instructions for enabling the network adapter
  1. From the Start menu - type View network connections and select it
  2. You will find at least one disabled network adapter. Enable it as shown below:

    Caption
    0Figure
    1Enable Network Adaptor

    Image Modified

Once the network adapter is enabled, you must set the necessary permissions to allow the downgraded 

Spacevars
0product
Communication Service to Install ASM packages via the Sonus 
Spacevars
0product
WebUI.

Expand
*Step 2*: Click here to view the instructions for setting the permissions
*Step 2*: Click here to view the instructions for setting the permissions
  1. From the Start menu - type Command Prompt and select it
  2. Enter (or paste in) the following commands - the order is important:

    Code Block
    themerdark
    langnone
    nfsadmin server deletegroup Sonus SBC 1000/2000
    nfsadmin server creategroup Sonus SBC 1000/2000
    nfsadmin server addmembers Sonus SBC 1000/2000 169.254.1.1
    nfsshare public -o rw=Sonus SBC 1000/2000 root=Sonus SBC 1000/2000
    
  3. The results should appear like so:

    Code Block
    themerdark
    langnone
    C:\Users\Administrator>nfsadmin server deletegroup Sonus SBC 1000/2000
    The settings were successfully updated.
    
    C:\Users\Administrator>nfsadmin server creategroup Sonus SBC 1000/2000
    The settings were successfully updated.
    
    C:\Users\Administrator>nfsadmin server addmembers Sonus SBC 1000/2000 169.254.1.1
    169.254.1.1 was successfully added to Sonus SBC 1000/2000.
    The settings were successfully updated.
    
    C:\Users\Administrator>nfsshare public -o rw=Sonus SBC 1000/2000 root=Sonus SBC 1000/2000
    Public was modified successfully
    

...