New-VEORLinuxCredential
Short Description
Creates Linux credential records to connect to Linux machines.
Applies to
Veeam Backup & Replication
Product Edition: Enterprise, Enterprise Plus, Veeam Universal License
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 machine.
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 | Defines that the account must be elevated to root. | SwitchParameter | False | Named | False | False |
AddToSudoers | Defines that the cmdlet will add the account to sudoers. | SwitchParameter | False | Named | False | False |
UseSuIfSudoUnavailable | Defines 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
Example 1. Creating Linux Credential Records With Password
This example shows how to create Linux credential records. Veeam Explorer for Oracle will use these credentials to connect to Linux machines using a password.
Perform the following steps:
|
Example 2. Creating Linux Credential Records With Private Key
This example shows how to create Linux credential records. Veeam Explorer for Oracle will use these credentials to connect to Linux machines using the private key.
Perform the following steps:
|
Related Commands