<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Updating a Storage Backend on Huawei</title><link>https://huawei.github.io/css-docs/en/v4.11.0/basic-services/storage-backend-management/managing-storage-backends/updating-a-storage-backend/</link><description>Recent content in Updating a Storage Backend on Huawei</description><generator>Hugo</generator><language>en</language><copyright>Copyright © 2025 Huawei Technologies Co., Ltd. All rights reserved.</copyright><atom:link href="https://huawei.github.io/css-docs/en/v4.11.0/basic-services/storage-backend-management/managing-storage-backends/updating-a-storage-backend/index.xml" rel="self" type="application/rss+xml"/><item><title>Updating the Password of a Storage Backend Using oceanctl</title><link>https://huawei.github.io/css-docs/en/v4.11.0/basic-services/storage-backend-management/managing-storage-backends/updating-a-storage-backend/updating-the-password-of-a-storage-backend-using-oceanctl/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://huawei.github.io/css-docs/en/v4.11.0/basic-services/storage-backend-management/managing-storage-backends/updating-a-storage-backend/updating-the-password-of-a-storage-backend-using-oceanctl/</guid><description>&lt;h2 id="section17783193220443">Obtaining the Help Information About Updating a Backend&lt;/h2>
&lt;ol>
&lt;li>
&lt;p>Run the following command to obtain the help information about updating a storage backend.&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#4c4f69;background-color:#eff1f5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-fallback" data-lang="fallback">&lt;span style="display:flex;">&lt;span>oceanctl update backend -h
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>The following is an example of the command output.&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#4c4f69;background-color:#eff1f5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-gdscript3" data-lang="gdscript3">&lt;span style="display:flex;">&lt;span>Update a backend &lt;span style="color:#8839ef">for&lt;/span> Ocean Storage &lt;span style="color:#04a5e5;font-weight:bold">in&lt;/span> Kubernetes
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>Usage:
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> oceanctl update backend &lt;span style="color:#04a5e5;font-weight:bold">&amp;lt;&lt;/span>name&lt;span style="color:#04a5e5;font-weight:bold">&amp;gt;&lt;/span> [flags]
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>Examples:
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span style="color:#9ca0b0;font-style:italic"># Update backend account information in default(huawei-csi) namespace&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> oceanctl update backend &lt;span style="color:#04a5e5;font-weight:bold">&amp;lt;&lt;/span>name&lt;span style="color:#04a5e5;font-weight:bold">&amp;gt;&lt;/span> &lt;span style="color:#04a5e5;font-weight:bold">--&lt;/span>password
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span style="color:#9ca0b0;font-style:italic"># Update backend account information in specified namespace&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> oceanctl update backend &lt;span style="color:#04a5e5;font-weight:bold">&amp;lt;&lt;/span>name&lt;span style="color:#04a5e5;font-weight:bold">&amp;gt;&lt;/span> &lt;span style="color:#04a5e5;font-weight:bold">-&lt;/span>n namespace &lt;span style="color:#04a5e5;font-weight:bold">--&lt;/span>password
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span style="color:#9ca0b0;font-style:italic"># Update backend account information with ldap authentication mode in default(huawei-csi) namespace&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> oceanctl update backend &lt;span style="color:#04a5e5;font-weight:bold">&amp;lt;&lt;/span>name&lt;span style="color:#04a5e5;font-weight:bold">&amp;gt;&lt;/span> &lt;span style="color:#04a5e5;font-weight:bold">--&lt;/span>password &lt;span style="color:#04a5e5;font-weight:bold">--&lt;/span>authenticationMode&lt;span style="color:#04a5e5;font-weight:bold">=&lt;/span>ldap
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span style="color:#9ca0b0;font-style:italic"># Update backend account information with local authentication mode in default(huawei-csi) namespace&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> oceanctl update backend &lt;span style="color:#04a5e5;font-weight:bold">&amp;lt;&lt;/span>name&lt;span style="color:#04a5e5;font-weight:bold">&amp;gt;&lt;/span> &lt;span style="color:#04a5e5;font-weight:bold">--&lt;/span>password &lt;span style="color:#04a5e5;font-weight:bold">--&lt;/span>authenticationMode&lt;span style="color:#04a5e5;font-weight:bold">=&lt;/span>local
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span style="color:#9ca0b0;font-style:italic"># Update backend account information with ldap authentication mode in specified namespace&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> oceanctl update backend &lt;span style="color:#04a5e5;font-weight:bold">&amp;lt;&lt;/span>name&lt;span style="color:#04a5e5;font-weight:bold">&amp;gt;&lt;/span> &lt;span style="color:#04a5e5;font-weight:bold">-&lt;/span>n namespace &lt;span style="color:#04a5e5;font-weight:bold">--&lt;/span>password &lt;span style="color:#04a5e5;font-weight:bold">--&lt;/span>authenticationMode&lt;span style="color:#04a5e5;font-weight:bold">=&lt;/span>ldap
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>Flags:
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span style="color:#04a5e5;font-weight:bold">--&lt;/span>authenticationMode string Specify authentication mode
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span style="color:#04a5e5;font-weight:bold">-&lt;/span>h, &lt;span style="color:#04a5e5;font-weight:bold">--&lt;/span>help help &lt;span style="color:#8839ef">for&lt;/span> backend
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span style="color:#04a5e5;font-weight:bold">-&lt;/span>n, &lt;span style="color:#04a5e5;font-weight:bold">--&lt;/span>namespace string namespace of resources
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span style="color:#04a5e5;font-weight:bold">--&lt;/span>password Update account password
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>Global Flags:
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span style="color:#04a5e5;font-weight:bold">--&lt;/span>&lt;span style="color:#04a5e5">log&lt;/span>&lt;span style="color:#04a5e5;font-weight:bold">-&lt;/span>dir string Specify the directory &lt;span style="color:#8839ef">for&lt;/span> printing &lt;span style="color:#04a5e5">log&lt;/span> files&lt;span style="color:#04a5e5;font-weight:bold">.&lt;/span> (default &lt;span style="color:#40a02b">&amp;#34;/var/log/huawei&amp;#34;&lt;/span>)
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;/li>
&lt;/ol>
&lt;h2 id="section1968753944018">Example of Updating the Password of a Backend&lt;/h2>
&lt;ol>
&lt;li>
&lt;p>Run the following command to update a storage backend. In the command, &lt;em>backend-name&lt;/em> indicates the name of the storage backend to be updated.&lt;/p></description></item><item><title>Updating the Login Authentication Mode of a Storage Backend</title><link>https://huawei.github.io/css-docs/en/v4.11.0/basic-services/storage-backend-management/managing-storage-backends/updating-a-storage-backend/updating-the-login-authentication-mode-of-a-storage-backend/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://huawei.github.io/css-docs/en/v4.11.0/basic-services/storage-backend-management/managing-storage-backends/updating-a-storage-backend/updating-the-login-authentication-mode-of-a-storage-backend/</guid><description>&lt;h2 id="section29338116524">Example of Updating the Backend Login Authentication Type to LDAP&lt;/h2>
&lt;ol>
&lt;li>
&lt;p>Run the following command to update a storage backend. In the command, &lt;em>backend-name&lt;/em> indicates the name of the storage backend to be updated.&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#4c4f69;background-color:#eff1f5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-fallback" data-lang="fallback">&lt;span style="display:flex;">&lt;span>oceanctl update backend backend-name --password --authenticationMode=ldap
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>Enter the user name and new password as prompted:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#4c4f69;background-color:#eff1f5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-fallback" data-lang="fallback">&lt;span style="display:flex;">&lt;span>Please enter this backend user name:admin
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>Please enter this backend password:
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>backend/backend-name updated
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;/li>
&lt;/ol></description></item><item><title>Updating a Storage Backend</title><link>https://huawei.github.io/css-docs/en/v4.11.0/basic-services/storage-backend-management/managing-storage-backends/updating-a-storage-backend/updating-a-storage-backend-75/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://huawei.github.io/css-docs/en/v4.11.0/basic-services/storage-backend-management/managing-storage-backends/updating-a-storage-backend/updating-a-storage-backend-75/</guid><description>&lt;blockquote>
&lt;p>&lt;img src="https://huawei.github.io/css-docs/css-docs/public_sys-resources/en-us/icon-note.gif">&lt;/p>
&lt;ul>
&lt;li>PVC provisioning must be based on a configured storage backend. Therefore, if a PVC has been provisioned on a storage backend, do not change the storage backend.&lt;/li>
&lt;li>The name uniquely identifies a storage backend. The name of a storage backend with a PVC provisioned cannot be changed.&lt;/li>
&lt;li>After a storage backend is modified, the new configuration applies only to volumes to be provisioned.&lt;/li>
&lt;li>Do not perform volume management operations during the modification of a storage backend.&lt;/li>
&lt;/ul>
&lt;/blockquote>
&lt;h2 id="section1223254955011">Procedure&lt;/h2>
&lt;ol>
&lt;li>Delete the storage backend to be modified. For details, see 
&lt;a href="https://huawei.github.io/css-docs/css-docs/en/docs/basic-services/storage-backend-management/managing-storage-backends/deleting-a-storage-backend/">Deleting a Storage Backend&lt;/a>
.&lt;/li>
&lt;li>Create a storage backend with the same name. For details, see 
&lt;a href="https://huawei.github.io/css-docs/css-docs/en/docs/basic-services/storage-backend-management/configuring-the-storage-backend/">Configuring the Storage Backend&lt;/a>
. The storage backend name cannot be changed.&lt;/li>
&lt;/ol></description></item></channel></rss>