Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

There are some configuration settings that are site-specific. These relate to:

  • DNS settings - These are required for proper DHCP configuration.

  • Administrative user name and password - Once these are set, no commands will be accepted by the Platform server without proper authentication.

  • Disk encryption settings - These relate to Encryption at Rest and should be skipped unless otherwise specified by DataCore Support.

To specify these values, run the following command:

zorctl diagnostics config scan_missing

Once the administrative user name and password have been set, this process will be interrupted to allow zorctl to be configured with the administrative user name and password for future interaction with the Platform server. To perform this configuration, run:

zorctl auth login --user {administrative user name}

This command will securely prompt for the administrative password and authenticate with the Platform Server. Once the CLI is logged in, re-run the configuration scan command to resume.

Below is an example of the start of the scanning process:

[root@dhcp-113 ~]# zorctl diagnostics config

Running scan_missing:
======================================================================================================================

Component: network_boot
----------------------------------------------
Name: network.dnsServers
Type: array[str]
Description: Required. DNS servers to be used.
----------------------------------------------

Component Group: network_boot/tonysawesome.cluster.com-172.29.3.0x24 [DEFAULT GROUP]
Instances cannot currently inherit these from the group (since they have not been defined at the group level), so these settings must instead be defined for each instance!
If any new instances are added, please define these settings, or define them at the group level to apply to all instances.  Best practice is to define them at the group level if possible.
----------------------------------------------
Name: network.dnsServers
Type: array[str]
Description: Required. DNS servers to be used.
----------------------------------------------
Missing setting: network_boot/network.dnsServers

Where would you like to update this setting?                                                                          
> As a default at group level                                                                                         
  For each instance in the group                                                                                      
  Skip this setting for now      
  
Missing setting: platform/admin.password

Where would you like to update this setting?                                                                          
> As a default at group level                                                                                         
  For each instance in the group                                                                                      
  Skip this setting for now                                                             
  
Missing setting: platform/admin.username

Where would you like to update this setting?                                                                          
> As a default at group level                                                                                         
  For each instance in the group                                                                                      
  Skip this setting for now            
  • No labels