Save Configuration and Save and close configuration
Hello,
I noramally create account in command line, if I create the userID in console, I need to do Save configuration or Save and close configruation.
What are the differences?
Within the cluster, the cluster configuration is in memory. If you open the config to add a user id, then you are making the configuration changable. Before the config is committed and saved to a text file (/opt/VRTSvcs/conf/config/main.cf), you have to close the configuration. Both are needed to occur. From the CLI you would run:
# haconf -dump -makero
This is the same as save and close from the console. If you do not close the configuration, all changes are non-permanent. That means that if the cluster nodes reboot, the changes made are lost when the cluster is brought back online. Also, as the cluster configuration was open when the nodes rebooted, there would be issues when the cluster attempted to start back up.
From the CLI, to open the configuration you could run:
# haconf -makerw
This would allow you to run the command to add a user or adjust cluster settings.
Please let us know if you need more info.
Regards,
Anthony
When you only save, you are running haconf -dump
What is being missed is to make the configuration read-only and closing the config.