メインコンテンツまでスキップ

システム構成バックアップのFTPSアップロードが「Access denied:530」で失敗する

Views:
23
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
core<a>2009677555</a>
Last Updated:

環境

  • ONTAP 9
  • ONTAPシステム構成のバックアップ
  • FTPS(ftp over TLS)

問題

  • ONTAPクラスタ構成バックアップのアップロードが外部FTPSサーバに設定されています。
::>set adv
Warning: These advanced commands are potentially dangerous; use them only when directed to do so by NetApp personnel.
Do you want to continue? {y|n}: y

 
::*>system configuration backup settings show -instance
                  Backup Destination URL: ftps://10.0.0.1/upload
                Username for Destination: ftpuser
            Validate Digital Certificate: false
                              Schedule 1: 8hour
Number of Backups to Keep for Schedule 1: 2
                              Schedule 2: daily
Number of Backups to Keep for Schedule 2: 2
                              Schedule 3: weekly
Number of Backups to Keep for Schedule 3: 2

 
  • 設定されているURLおよび関連付けられているユーザにパスワードが設定されている例を次に示します。 ftpuser
::>system configuration backup settings set-password

Enter the password:
Confirm the password:
 
  • 同じURLへの手動設定のアップロードが、アクセス拒否エラー550で失敗します。
::*>system configuration backup show
Node       Backup Name                               Time               Size
---------  ----------------------------------------- ------------------ -----
node01     test.7z                   10/02 13:37:00     42.42MB

::*>system configuration backup upload -node node01 -destination ftps://10.0.0.1/upload -backup test.7z
Uploading the configuration backup file.
Uploading configuration backup file.

Error: command failed: Upload operation of configuration backup file exited with error: Failed to upload configuration backup file "/mroot/etc/backups/config/test.7z" to "ftps://10.0.0.1/upload/test.7z". Error: Login denied : Access denied: 530.
  • ftpサーバのログにanonymous loginが記録されます。

2023-10-02 10:05:37,187 ralfk-debian proftpd[26010] debian.local (10.0.0.1[10.0.0.1]): USER anonymous (Login failed): Incorrect password

  • 手動アップロードで system configuration backup upload は、を使用する場合、保存先URLでユーザ名とパスワードを明示的に指定する必要があります。そうしないと、匿名ログインが試行されます。

::*> system configuration backup upload -node cluster1-01 -destination ftps://10.10.10.10/upload -backup test.7z
Uploading the configuration backup file.
Uploading configuration backup file.
Error: command failed: Upload operation of configuration backup file exited with error: Failed to upload configuration backup file "/mroot/etc/backups/config/test.7z" to "ftps://10.10.10.10/upload/test.7z". Error: Login denied : Access denied: 530.

Sign in to view the entire content of this KB article.

New to NetApp?

Learn more about our award-winning Support

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.