UpdateRenew
Use the
updateRenew
command to specify which of the activations from the specified transport data file are to be renewed. This is the second step in the disconnected renew workflow. These options are required:
- 'general --disconnected' option, which specifies the transport data file is required along with
- '-sn, --serialnumber'
These parameters are optional:
- '-b, --binding'
These options can be included multiple times:
- '-sn, --serialnumber',
- '-b, --binding'NOTE:
- If more than one -b option is included, the number of -b options included must match the number of -sn options. If only one -b option is passed, it applies to all -sn options.
- Using multiple options are order dependent. The first -sn value is used with the first -b value. The second -sn value is used with the second -b value, and so on.
The resulting transport data file includes the necessary renew data to continue with the next step of the disconnnected renew workflow. Move the transport data file back to the disconnected computer and use the
importRenew
command to complete the disconnected renew workflow.Usage: updateRenew [options]
This table describes the command options.
Option | Description |
---|---|
-v|--verbose | Turns on trace messaging. |
-d|--disconnected | Use this option to support disconnected workflows (get, rehost, and renew). You can specify a file spec for the data transport file. If you do not specify the file spec, a default file spec is used. Example: '-d:C:\Temp\TransportFile.xml' Note: '-d C:\Temp\TransportFile.xml' results in a parsing error. You must insert either ':' or '=' when specifying the data transport file. Note: The file spec must be for an xml file and therefore have an .xml file extension. |
-sn|--serialnumber | Required: The 10-character, alpha-numeric serial number provided in the Activation certificate. Example: '-sn 5555566778' |
-b|--binding | Optional: The binding identifier. Use the GetBindings command to determine possible binding indentifiers.Example: '-b 130-2526232760' |
-?|-h|--help | Show help information. |
-v|--verbose | Use this option to turn on trace messaging. |
Provide Feedback