Important Update: Cohesity Products Documentation


All Cohesity product documentation are now managed via the Cohesity Docs Portal: https://docs.cohesity.com/HomePage/Content/home.htm. Some documentation available here may not reflect the latest information or may no longer be accessible.

NetBackup™ for KVM Administrator's Guide

Last Published:
Product(s): NetBackup (11.1)
  1. Introduction
    1.  
      About NetBackup for KVM
  2. Installation and configuration overview
    1. Planning the installation for NetBackup for KVM
      1.  
        Verifying the operating system and platform compatibility
      2.  
        NetBackup server and client requirements
    2.  
      NetBackup configuration overview
  3. Managing KVM hosts
    1.  
      Add KVM hosts
    2. About KVM discovery
      1.  
        Change the autodiscovery frequency of KVM assets
      2.  
        Discover KVM host assets manually
    3.  
      Browse KVM assets
    4.  
      Validate a KVM host
    5.  
      Remove a KVM host
    6.  
      Change resource limits for KVM resource types
  4. Configuring RBAC roles for KVM administrators
    1.  
      RBAC roles for the KVM administrator
    2.  
      Assigning permissions at specific KVM object levels
  5. Protecting KVM virtual machines
    1. About configuring a backup policy for KVM
      1.  
        Limitations for KVM backups
    2.  
      About automatic virtual machine selection
    3.  
      Add a policy for KVM
    4.  
      About policy attributes
    5.  
      Schedule properties
    6.  
      Add KVM hosts to a policy
    7. Configure a query to select KVM virtual machines for backup
      1.  
        Query builder reference for KVM virtual machines
      2.  
        Use Advanced mode to create a query for virtual machine selection
      3.  
        Example queries to select VMs for backup
      4.  
        Test a VM query
      5.  
        About the Reuse VM selection query results option
    8. Backup options on the KVM attributes tab
      1.  
        Optimizations options (KVM)
      2.  
        Primary VM identifier options (KVM)
      3.  
        NetBackup character restrictions for the Primary VM identifier
      4.  
        Existing snapshot handling options (KVM)
      5.  
        KVM - Advanced attributes
    9.  
      View the protection status of KVM virtual machines
    10.  
      Perform a manual backup
  6. Recovering KVM virtual machines
    1.  
      Considerations and limitations for KVM recovery
    2.  
      About the pre-recovery check
    3.  
      Recover a KVM virtual machine
  7. Troubleshooting KVM backups and recovery
    1.  
      NetBackup logging for KVM
    2.  
      Configuring VxMS logging
    3.  
      Troubleshooting a KVM discovery or a validate operation

Query builder reference for KVM virtual machines

You can use the Query builder to enter rules for the automatic selection of KVM virtual machines for backup.

Note: The advanced mode of the Query builder uses OData keywords and operators.

Table: Query builder options for KVM virtual machines describes the fields and options for creating credential rules with the Query builder.

 

Table: Query builder options for KVM virtual machines

Query Builder fields

Description

and

or

When you add two or more conditions, you can select a connector to join the rules.

Field

Select a parameter on which to build the rule.

See Table: Keywords in the Field list .

Operator

Select an operator. The available operators depend on the parameter that is selected for the Field.

See Table: Operators in the Operator list.

Value

Specifies a Value for the Field parameter.

The Value field can be a list of possible values or a manual entry, depending on the selections that are made in the other fields.

See Value.

 

Field (keywords)

Table: Keywords in the Field list describes the keywords that are available in the Field dropdown. The values for each keyword (in the Value field) are case-sensitive.

Note:

Use OData Field keywords are indicated for when you build queries for credential rules with the NetBackup APIs.

Table: Keywords in the Field list

Field keyword

OData field keyword

Description

description

description

The description of the virtual machine.

displayName

displayName

The virtual machine's display name.

kvmHostName

kvmHostName

The name of the KVM host.

powerState

powerState

The power state of the virtual machine.

title

title

The title from the metadata for the virtual machine.

uuid

uuid

The UUID of the virtual machine.

 

Operators

Table: Operators in the Operator list describes the operators available in the Operator list. The table also indicates whether the values for each keyword (in the Value field) are case-sensitive.

Table: Operators in the Operator list

Operator

OData operator

Description

Contains

contains

Matches the value in the Value field wherever that value occurs in the string. Values are case-sensitive.

For example: If the Value entry is 'dev', Contains matches strings such as '01dev', '01dev99', and 'devOP'. The name 'Development_machine' is not matched.

EndsWith

endswith

Matches the value in the Value field when it occurs at the end of a string.

For example: If the Value entry is 'dev', Ends with matches the string '01dev' but not '01dev99', 'devOP', or 'development_machine'.

Equal

equal

Matches only the value that is specified in the Value field. Values are case-sensitive.

For example: If the display name to search for is 'VMtest27', Equal matches the virtual machine name VMtest27. The names VMTest27 or vmtest27 or vmTEST27 are not matched.

Greater

greater

Matches any value that is greater than the specified Value, according to the UTF-8 collating sequence.

GreaterEqual

greaterEqual

Matches any value that is greater than or equal to the value in the Value field, according to the UTF-8 collating sequence.

In

in

Matches any of the specified values in the Value field.

For example: If the hosts in the Value field are 'kvm01','kvm02,'kvm03', In matches any KVM host that has one of those names. If the names of your KVM hosts are not identical to any of the specified values, no match occurs. A host named KVM01A is not a match.

Less

less

Matches any value that is less than the specified Value, according to the UTF-8 collating sequence.

LessEqual

lessEqual

Matches any value that is less than or equal to the specified Value, according to the UTF-8 collating sequence.

NotEqual

ne

Matches any value that is not equal to the value in the Value field.

StartsWith

startswith

Matches the value in the Value field when it occurs at the start of a string.

For example: If the Value entry is 'box', Starts with matches the string 'box_car' but not 'flatbox'.

Value

Table: Characters you can enter for Value describes the characters that can be entered in the Value field. The Field keyword determines case sensitivity.

Note:

The character string you enter in the Value field must be enclosed in single quotes.

Table: Characters you can enter for Value

Character types

String characters allowed

Alphanumerics

A to Z, a to z, 0 to 9, - (minus sign), and special characters.

Note:

Decimal numbers only.

Wildcards

* (asterisk) matches everything.

For example: '*prod*' matches the string 'prod' preceded or followed by any characters.

? (question mark) matches any single character.

For example: 'prod??' matches the string 'prod' followed by any two characters.

Escape character.

\ (backslash) escapes the wildcard or meta-character that follows it.

For example: To search for a string that contains an asterisk (such as test*), enter 'test\*'

Quotation marks

Note: The characters you enter in Value must be enclosed in single quotes.

To search for a string that contains quotation marks, escape each quote (\').

For example: To search for a string that includes single quotes (such as 'name'), enter '\'name\''