Installation Using PXE

Chapter 4. Creating a Kickstart File
%addon com_vstorage --management --storage --bare
%end
If you do not want to install the storage component on the same node, omit the --storage option.
2. Once the installation is complete, execute the following command on the node to configure the manage-
ment panel component:
echo <superadmin_password> | /usr/libexec/vstorage-ui-backend/bin/configure-backend.sh \
-x <public_ip_address> -i <internal_ip_address>
where
<superadmin_password> is the password of the superadmin account of management panel,
<public_ip_address> is the IP address of the management panel for the public network interface,
<internal_ip_address> is the IP address for private network interface.
3. If you also installed the storage component on the node, execute the following command:
echo | /usr/libexec/vstorage-ui-agent/bin/configure-agent.sh -x 127.0.0.1
To install the components without running scripts afterwards, specify the IP addresses for the public (external)
and private (internal) network interfaces and the password for the superadmin account of the management
panel in the end of the kickstart file. For example:
%addon com_vstorage --external-iface=<public_IP_address> --internal-iface=<private_IP_address> \
--password=<password> --management --storage
%end
If you do not want to install the storage component on the same node, omit the --storage option.
4.4.2 Installing Storage Component Only
The storage component alone, without the management panel, is installed by default and does not require
any scripts in the kickstart file unless you want to specify the token.
If you do not want to expose the token in the kickstart file, run the following command on the node after the
installation to register the node in the management panel:
echo <token> | /usr/libexec/vstorage-ui-agent/bin/configure-agent.sh -x <MN_IP_address>
where
12