This is an archive version of the document. To get the most up-to-date information, see the current version.

New-VEORLinuxCredential

Short Description

Creates Linux credential records to connect to Linux machines.

Applies to Veeam Backup & Replication

Product Edition: Enterprise, Enterprise Plus

Syntax

New-VEORLinuxCredential [-Account] <string> [-Password <securestring>] [-PrivateKeyFilePath <string>] [-Passphrase <securestring>] [-ElevateAccountToRoot] [-AddToSudoers] [-UseSuIfSudoUnavailable] [-RootPassword <securestring>][<CommonParameters>]

Detailed Description

This cmdlet creates Linux credential records. You can use these credential records to connect to the Oracle database and restore this database to a Linux machines.

Run the Restore-VEORDatabase cmdlet to restore an Oracle database.

Run the Restore-VEORRMANDatabase cmdlet to restore Oracle databases backed up with the Veeam Plug-in for Oracle RMAN.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Accept Wildcard Characters

Account

Specifies a login that will be used to connect to the target Linux server.

NOTE: The account must be a member of the dba group.

String

True

0

False

False

Password

Specifies a password that will be used to connect to the target Linux server.

Securestring

True

Named

False

False

PrivateKeyFilePath

Specifies the path for the private key. The cmdlet will use that key to connect to the target Linux server.

String

True

Named

False

False

Passphrase

Specifies a passphrase. The cmdlet will use that passphrase to connect to the target Linux server.

Securestring

True

Named

False

False

ElevateAccountToRoot

Indicates that the account must be elevated to root.

SwitchParameter

False

Named

False

False

AddToSudoers

Indicates that the cmdlet will add the account to sudoers.

SwitchParameter

False

Named

False

False

UseSuIfSudoUnavailable

Indicates that the Su is used instead of the Sudo.

SwitchParameter

False

Named

False

False

RootPassword

Specifies the root password.

Securestring

False

Named

False

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About Common Parameters section of Microsoft Docs.

Examples

New-VEORLinuxCredentialExample 1. Creating Linux Credential Records With Password

New-VEORLinuxCredentialExample 2. Creating Linux Credential Records With Private Key

Related Commands

Read-Host