Configuring Service Module Packages
The following topics describe how to configure the service module packages on the Mobility Master:
Viewing Service Module Packages
You can view the list of service module packages using the WebUI or CLI Command-Line Interface. A console interface with a command line shell that allows users to execute text input as commands and convert these commands to appropriate functions..
To view the list of service module packages using the WebUI, in the
node-hierarchy, navigate to .To view the list of service module packages using the CLI Command-Line Interface. A console interface with a command line shell that allows users to execute text input as commands and convert these commands to appropriate functions., execute the following command:
(host) [mynode] #show packages
Adding Service Module Package
The following procedure describes how to add a service module package.
1. Obtain the required service package from the Aruba Support site.
2. In the node-hierarchy, navigate to .
3. Click at the bottom of the table.
4. In the window, configure the parameters described in the following table:
Parameter |
Description |
|
Select the protocol to access the service module package. Local file |
|
Specify the IPv4 or IPv6 address of the image server where the service module package resides. Specify this parameter if , , or is used as the access method to access the service module package. |
|
Enter the exact service package name as residing on the image server. Use the button to navigate to the image file if is used as the access method to access the service module package. |
|
Specify the destination service module package name. As a best practice, keep the image name same as destination file name. |
|
Specify the username to log in to the image server. Specify this parameter if or is used as the access method. |
|
Specify the username to log in to the image server. Specify this parameter if or is used as the access method. |
5. Click to validate the package.
The following CLI Command-Line Interface. A console interface with a command line shell that allows users to execute text input as commands and convert these commands to appropriate functions. commands add a service module package.
(host) [mynode] #upgrade-pkg copy ftp: <ftphost> <username> <filename> flash: <destfilename>
(host) [mynode] #upgrade-pkg copy scp: <scphost> <username> <filename> flash: <destfilename>
(host) [mynode] #upgrade-pkg copy tftp: <tftphost> <filename> flash: <destfilename>
After downloading a service module package, the LSM feature performs the following compatibility checks to determine if the service module package is compatible with the running version of ArubaOS.
: Determines if the package must run on a specific platform.
ArubaOS running on the system.
: Determines if the package version matches the version ofIf validation is successful, the installation process can continue. If validation is unsuccessful, the package is removed, and an error message appears.
Activating Service Module Package
The following procedure describes how to activate a service module package
1. In the node hierarchy, navigate to .
2. Select a service module package from the table.
3. In the section, set to .
4. Click .
The following CLI Command-Line Interface. A console interface with a command line shell that allows users to execute text input as commands and convert these commands to appropriate functions. command activates a service module package.
(host) [mynode] #upgrade-pkg activate <packagename>
The service module package is halted and upgraded with the new service module package, during which time the service module package is unavailable to all users. After the service module package is activated, the service restarts.
Removing Service Module Package
The following procedure describes how to remove a service module package.
1. In the node hierarchy, navigate to .
2. Select a service module package from the table.
3. Click the icon.
4. Click in the service module package delete window.
The following CLI Command-Line Interface. A console interface with a command line shell that allows users to execute text input as commands and convert these commands to appropriate functions. command removes a service module package.
(host) [mynode] #upgrade-pkg remove <packagename>