Class RootVolumeConfig
Modified 15-JAN-2025 13:23:37.00


RtBody attributes pwr_sClass_RootVolumeConfig
String80 Description   Optional description.
VolumeDatabaseEnum Database   Database used to store the volume.
String40 Server   Database server. Used for MySql databases.


Attributes detail


Description Attribute
Klass Attribute
Typ String80
Flags
Kropp RtBody
 Optional description.

Database Attribute
Klass Attribute
Typ VolumeDatabaseEnum
Flags
Kropp RtBody
 Database used to store the volume.

Server Attribute
Klass Attribute
Typ String40
Flags
Kropp RtBody
 Database server. Used for MySql databases.
 The Server attribute can contain username, password,
 port and host that is used to access the mysql database.

 The syntax is 'username:password@port:host'

 The default username is pwrp without password.
 The port can be left out to use the default mysql port.

 Examples
 wagon            Host wagon with user pwrp (no password) and
                  standard port.
 charlie@wagon    User charlie (no password) with host wagon.
 charlie:strawberry@wagon  User charlie with username strawberry
                  with host wagon.
 charlie:strawberry@330:wagon User charlie, password strawberry with
                  host wagon, port 330.
 charlie@localhost User charlie (no password) with server on the current
                  node. In this case a socket is used for the connection
                  that can be specified in /etc/proview.cnf, parameter mysqlSocket.

 If the server attribute is empty, the server on the current node is used
                  with user pwrp, no password.