Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Notifications
Login / Register
Community
Community
Notifications
close
  • Forums
  • Knowledge Center
  • Events & Webinars
  • Ideas
  • Blogs
Help
Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Login / Register
Sustainability
Sustainability

Join our "Ask Me About" community webinar on May 20th at 9 AM CET and 5 PM CET to explore cybersecurity and monitoring for Data Center and edge IT. Learn about market trends, cutting-edge technologies, and best practices from industry experts.
Register and secure your Critical IT infrastructure

APC SMT1500 Impossible to update

APC UPS Data Center & Enterprise Solutions Forum

Schneider, APC support forum to share knowledge about installation and configuration for Data Center and Business Power UPSs, Accessories, Software, Services.

cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Home
  • Schneider Electric Community
  • APC UPS, Critical Power, Cooling and Racks
  • APC UPS Data Center & Enterprise Solutions Forum
  • APC SMT1500 Impossible to update
Options
  • Subscribe to RSS Feed
  • Mark Topic as New
  • Mark Topic as Read
  • Float this Topic for Current User
  • Bookmark
  • Subscribe
  • Mute
  • Printer Friendly Page
Invite a Co-worker
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send Invite Cancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Send New Invite Close
Top Experts
User Count
BillP
Administrator BillP Administrator
5060
voidstar_apc
Janeway voidstar_apc
196
Erasmus_apc
Sisko Erasmus_apc
112
TheNotoriousKMP_apc
Sisko TheNotoriousKMP_apc
108
View All

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Solved Go to Solution
Back to APC UPS Data Center & Enterprise Solutions Forum
Solved
jonatanc
jonatanc
Cadet

Posted: ‎2025-01-17 07:08 AM

0 Likes
1
209
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2025-01-17 07:08 AM

APC SMT1500 Impossible to update

Hi!

I've just purchased a second-hand APC SMT1500RMI2U that included the AP9630 card. I connected everything, loaded the web panel, and it was working fine; however, I noticed it was quite outdated, so I proceeded to upgrade everything.

Based on the product page, I downloaded the file "apc_hw05_aos718_sumx718_bootmon109" that should have upgraded everything correctly. However, that was not the case. On the first try, it gave an error (I can't remember it), but it looks like some things got upgraded and others didn't.

I've been trying to fix it by reading several forum posts. I can access it through FTP (view only, can't upload anything) with the apc/apc user. I can also connect to Telnet. SSH says it's disabled, and I can't access the web panel anymore; it says, "The Application Was Not Able to Load."

Over Telnet, I tried to reset to defaults with no success. No SCP because SSH is disabled, and it seems the only way to enable it is through the web panel. No FTP upload, so I can't upload a new .bin file (currently, it shows "apc_hw05_aos_650.bin" in the root directory).

Not really sure what else to do.

Also, here's an output of the about command over Telnet.

 

apc>about
E000: Success
Hardware Factory
---------------
Model Number: AP9630
Serial Number: ZA1804028034
Hardware Revision: 08
Manufacture Date: 01/29/2018
MAC Address: 28 29 86 03 3E F4
Management Uptime: 0 Days 0 Hours 0 Minutes

Application Module
---------------
Name: bootmon
Version: v1.0.9
Date: Mar 27 2019
Time: 16:23:06

APC OS(AOS)
---------------
Name: aos
Version: v6.5.0
Date: Jun 9 2017
Time: 13:41:00

APC Boot Monitor
---------------
Name: bootmon
Version: v1.0.9
Date: Mar 27 2019
Time: 16:23:06

Reply

Link copied. Please paste this link to share this article on your social media post.

  • All forum topics
  • Previous Topic
  • Next Topic

Accepted Solutions
KarimEissa
Commander KarimEissa Commander
Commander

Posted: ‎2025-02-25 10:52 PM

0 Likes
0
116
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2025-02-25 10:52 PM

Hello,

 

if you are able to access the NMC card using console then in CLI ,you can check the PNA status to check if the application Bin file of the firmware is correctly uploaded as shown below :

 

https://www.se.com/uk/en/faqs/FA156130/

 

you can enable the FTP using the command ftp -s enable and try to reupload the firmware bin files again as shown in the below steps

 

1. To perform a firmware flash with this method the Management Card must have been previously configured with a System IP, Subnet Mask, and Default Gateway and attached to the network. In addition, FTP Server must be enabled.

2. Open an MS-DOS command prompt window on a PC which is connected to the network. Change to the directory which contains the firmware upgrade files. Some example commands which need to be entered are shown in bold in order to change directories. Please note, this is just an example. You may need to enter a full path to a directory which requires different syntax.
C:\> cd apc
C:\apc>

 
3. Open an FTP client session.

C:\apc> ftp 192.168.1.100 (192.168.1.100 being the IP address of the web card)

 
4. Log in. This must be the Super User Account or an Administrator account. By default, the Super User username and password is apc. Press enter.
Typically, the password will appear on the screen as *** or not at all as you type.
 

Connected to 192.168.1.100
220- APC FTP server ready.
User (192.168.1.100 :(none)): apc
331 User name okay, need password.
Password: apc
230 User logged in, proceed.
ftp>
 
5. Upgrade the bootmonitor file first. If the boot monitor module must be updated, a boot monitor module is included in the firmware release. Otherwise, the bootmonitor module that is installed on the card is compatible with the firmware update and can be skipped. If there is no included bootmonitor file, or you are using NMC1, upgrade the AOS first. The AOS module is the file with the AOS prefix.

 

ftp> bin (specifies binary transfer mode which is required)
200 Command okay.

ftp> hash (optional - enables hash mark printing as a way of monitoring file transfer progress)
ftp> put aosXXX.bin (XXX being the version number downloaded) Tip: With Windows Command Prompt in most OS versions, besides Vista, command prompt, you can drag and drop the file onto the command prompt window which will paste the full file path automatically here for you.
200 Command okay.

150 Opening data connection for aos301.bin
###############################################################

250 Requested file action okay, completed. Management Card Rebooting....
327680 bytes sent in 5.99 seconds (54.70 Kbytes/sec)
ftp>
 

6. Close the FTP client session to allow the card to continue rebooting as your FTP session will be disconnected and need to be re-opened for any further transfers.
 
ftp>bye
C:\apc>

 
7. Wait about 20 - 30 seconds.

8. Repeat Steps 3 - 8 again for the application module (sumx for Smart UPS/Matrix, sy for Symmetra, etc). In Step 6, substitute the sumx module file name, in place of the AOS module file name. Or the sy prefix for the Symmetra.
 
NOTE: To upgrade multiple Management Cards using an FTP client or using SCP, write a script which automatically performs the procedure.


NOTE: If using MacOSX, the full filepath of the destination folder will need to be included in the "put" command. An example command would read:
ftp> put /Users/Admin/Downloads/aosXXX.bin /aosXXX.bin

 

you can refer to the below FAQ for more information

 

https://www.se.com/uk/en/faqs/FA156047/

 

all CLI commands are available below :

 

https://download.schneider-electric.com/files?p_Doc_Ref=SPD_LFLG-ACVDQ9_EN&p_enDocType=System+user+g...

 

Regards,

 

Karim

See Answer In Context

Reply

Link copied. Please paste this link to share this article on your social media post.

Reply 1
KarimEissa
Commander KarimEissa Commander
Commander

Posted: ‎2025-02-25 10:52 PM

0 Likes
0
117
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2025-02-25 10:52 PM

Hello,

 

if you are able to access the NMC card using console then in CLI ,you can check the PNA status to check if the application Bin file of the firmware is correctly uploaded as shown below :

 

https://www.se.com/uk/en/faqs/FA156130/

 

you can enable the FTP using the command ftp -s enable and try to reupload the firmware bin files again as shown in the below steps

 

1. To perform a firmware flash with this method the Management Card must have been previously configured with a System IP, Subnet Mask, and Default Gateway and attached to the network. In addition, FTP Server must be enabled.

2. Open an MS-DOS command prompt window on a PC which is connected to the network. Change to the directory which contains the firmware upgrade files. Some example commands which need to be entered are shown in bold in order to change directories. Please note, this is just an example. You may need to enter a full path to a directory which requires different syntax.
C:\> cd apc
C:\apc>

 
3. Open an FTP client session.

C:\apc> ftp 192.168.1.100 (192.168.1.100 being the IP address of the web card)

 
4. Log in. This must be the Super User Account or an Administrator account. By default, the Super User username and password is apc. Press enter.
Typically, the password will appear on the screen as *** or not at all as you type.
 

Connected to 192.168.1.100
220- APC FTP server ready.
User (192.168.1.100 :(none)): apc
331 User name okay, need password.
Password: apc
230 User logged in, proceed.
ftp>
 
5. Upgrade the bootmonitor file first. If the boot monitor module must be updated, a boot monitor module is included in the firmware release. Otherwise, the bootmonitor module that is installed on the card is compatible with the firmware update and can be skipped. If there is no included bootmonitor file, or you are using NMC1, upgrade the AOS first. The AOS module is the file with the AOS prefix.

 

ftp> bin (specifies binary transfer mode which is required)
200 Command okay.

ftp> hash (optional - enables hash mark printing as a way of monitoring file transfer progress)
ftp> put aosXXX.bin (XXX being the version number downloaded) Tip: With Windows Command Prompt in most OS versions, besides Vista, command prompt, you can drag and drop the file onto the command prompt window which will paste the full file path automatically here for you.
200 Command okay.

150 Opening data connection for aos301.bin
###############################################################

250 Requested file action okay, completed. Management Card Rebooting....
327680 bytes sent in 5.99 seconds (54.70 Kbytes/sec)
ftp>
 

6. Close the FTP client session to allow the card to continue rebooting as your FTP session will be disconnected and need to be re-opened for any further transfers.
 
ftp>bye
C:\apc>

 
7. Wait about 20 - 30 seconds.

8. Repeat Steps 3 - 8 again for the application module (sumx for Smart UPS/Matrix, sy for Symmetra, etc). In Step 6, substitute the sumx module file name, in place of the AOS module file name. Or the sy prefix for the Symmetra.
 
NOTE: To upgrade multiple Management Cards using an FTP client or using SCP, write a script which automatically performs the procedure.


NOTE: If using MacOSX, the full filepath of the destination folder will need to be included in the "put" command. An example command would read:
ftp> put /Users/Admin/Downloads/aosXXX.bin /aosXXX.bin

 

you can refer to the below FAQ for more information

 

https://www.se.com/uk/en/faqs/FA156047/

 

all CLI commands are available below :

 

https://download.schneider-electric.com/files?p_Doc_Ref=SPD_LFLG-ACVDQ9_EN&p_enDocType=System+user+g...

 

Regards,

 

Karim

Reply

Link copied. Please paste this link to share this article on your social media post.

Preview Exit Preview

never-displayed

You must be signed in to add attachments

never-displayed

 
To The Top!

Forums

  • APC UPS Data Center Backup Solutions
  • EcoStruxure IT
  • EcoStruxure Geo SCADA Expert
  • Metering & Power Quality
  • Schneider Electric Wiser

Knowledge Center

Events & webinars

Ideas

Blogs

Get Started

  • Ask the Community
  • Community Guidelines
  • Community User Guide
  • How-To & Best Practice
  • Experts Leaderboard
  • Contact Support
Brand-Logo
Subscribing is a smart move!
You can subscribe to this board after you log in or create your free account.
Forum-Icon

Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.

Register today for FREE

Register Now

Already have an account? Login

Terms & Conditions Privacy Notice Change your Cookie Settings © 2025 Schneider Electric

This is a heading

With achievable small steps, users progress and continually feel satisfaction in task accomplishment.

Usetiful Onboarding Checklist remembers the progress of every user, allowing them to take bite-sized journeys and continue where they left.

of