Use the listazurevmsizes
command to determine the size of a virtual machine (VM) that has been deployed to a Microsoft Azure cloud account.
The usage for the command is as follows:
/listazurevmsizes -storageaccountname [Azure storage account name] -core [host name] -user [user name] -password [password] -protectedserver [name | IP address] or [IP]
The following table describes the options available for the listazurevmsizes
command:
Option | Description |
---|---|
-? |
Display this help message. |
-cloudaccountname |
Optional when specifying -storageaccountname . Specify the name of the Azure cloud account. |
-storageaccountname |
Optional when specifying -cloudaccountname . Specify the name of the Azure storage account. |
-subscriptionid |
The Azure subscription ID. |
-cloudservicename |
The name of the Azure cloud service. |
-core |
Optional. Remote Core host machine IP address (with an optional port number). By default, the connection is made to the Core installed on the local machine. |
-user |
Optional. The user name for the remote Core host machine. If you specify a user name, you must also provide a password. If none is provided, then the credentials for the logged-on user are used. |
-password |
Optional. The password to the remote Core host machine. If you specify a password, you also have to provide a user name. If none is provided, then the credentials for the logged-on user are used. |
View a list of the available virtual machine sizes for the cloud account Account1:
>cmdutil /listazurevmsizes -cloudaccountname Account1 -cloudservicename Service
View a list of the available virtual machine sizes for the storage account named "teststorage:"
>cmdutil /listazurevmsizes -storageaccountname teststorage -cloudservicename Service
The listoracleinstances
command lets you retrieve a list of all Oracle instances running on a specified protected machine.
The usage for the command is as follows:
/listoracleinstances -core [host name] -user [user name] -password [password] -protectedserver [name | IP address]
The following table describes the options available for the listoraclesinstances
command:
Option | Description |
---|---|
-? |
Display this help message. |
-core |
Optional. Remote Core host machine IP address (with an optional port number). By default, the connection is made to the Core installed on the local machine. |
-user |
Optional. The user name for the remote Core host machine. If you specify a user name, you must also provide a password. If none is provided, then the credentials for the logged-on user are used. |
-password |
Optional. The password to the remote Core host machine. If you specify a password, you also have to provide a user name. If none is provided, then the credentials for the logged-on user are used. |
-protectedserver |
The name or IP address of the protected machine. |
List the Oracle instances running on the specified protected server:
>cmdutil /listoracleinstances -core 10.10.127.42 -user admin -password -676df#df -protectedserver 10.10.34.88
The mount
command mounts a snapshot of one or more drives. You can specify whether the mount should be read, write, or read-only with previous writes. The default selection is read-only.
The usage for the command is as follows:
/mount -core [host name] -user [user name] -password [password] -protectedserver [name | IP address] -mounttype [read | write | readOnlyWithPreviousWrites] -drives [drive names] -volumes [volume names] -path [location] -rpn [number | numbers] | -time [time string]
The following table describes the options available for the mount
command:
Option | Description | ||
---|---|---|---|
-? |
Display this help message. | ||
-core |
Optional. Remote Core host machine IP address (with an optional port number). By default, the connection is made to the Core installed on the local machine. | ||
-user |
Optional. User name for the remote Core host machine. If you specify a user name, you must also provide a password. If none is provided, then the credentials for the logged-on user are used. | ||
-password |
Optional. Password to the remote Core host machine. If you specify a password, you also have to provide a user name. If none is provided, then the credentials for the logged-on user are used. | ||
-protectedserver |
Protected machine with a recovery point or points to be mounted. | ||
-mounttype |
Optional. Specifies a mount mode. Available values are 'read' (read-only) , 'readOnlyWithPreviousWrites' (read-only with previous writes), 'write' (writable). The default mode is read-only . | ||
-volumes |
Optional. List of volume names to mount. If not specified, all volumes are mounted. Values must be enclosed in double quotes and separated by spaces.
| ||
-path |
Path to a folder on the core server to which the recovery point should be mounted. If one does not exist, a folder is automatically created. | ||
-rpn |
Optional. The sequential number of a recovery point to mount (use /list rps command to get the numbers). Specify several space-separated numbers to mount multiple recovery points with a single command. In this case data from each recovery point will be stored in a separate child folder. Note: if neither option -time nor -rpn is specified then the most recent recovery point that successfully passed integrity check will be mounted. | ||
-time |
Optional. Determines recovery point or points to be selected for mount. Available values include: 'latest', 'passed', exact time in the format "mm/dd/yyyy hh:mm tt" (for instance, "2/24/2012 09:00 AM"). Keep in mind to specify date time values of the time zone set on your PC. If neither the -time option nor the -rpn option is specified, then the most recent recovery point that successfully passed an integrity check is mounted. | ||
-localdrive |
Optional. Perform mount to user disk on local PC. |
Mount the most recent recovery points containing volumes “c:\” and “d:\” in the read-only mode:
>cmdutil /mount -core 10.10.10.10 -user administrator -password 23WE@#$sdd -protectedserver 10.10.5.22 -path c:\mountedrecoverypoint -mounttype read -volumes "c:" "d:"
Mount recovery points with numbers 2 and 7:
>cmdutil /mount -core 10.10.10.10 -user administrator -password 23WE@#$sdd -protectedserver 10.10.5.22 -path c:\mountedrecoverypoint -rpn 2 7
To restore data from an archive in Rapid Recovery, you must first mount it.
The usage for the command is as follows:
/mountarchiverepository -core [host name] -user [user name] -password [password] -name [archive repository name]
The following table describes the options available for the mountarchiverepository
command:
Option | Description |
---|---|
-? |
Display this help message. |
-core |
Optional. Remote Core host machine IP address (with an optional port number). By default, the connection is made to the Core installed on the local machine. |
-user |
Optional. The user name for the remote Core host machine. If you specify a user name, you must also provide a password. If none is provided, then the credentials for the logged-on user are used. |
-password |
Optional. The password to the remote Core host machine. If you specify a password, you also have to provide a user name. If none is provided, then the credentials for the logged-on user are used. |
-name |
Required. The name of the archive repository. |
Mount the repository named "NewArchive:"
>cmdutil /mountarchiverepository -name NewArchive
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center