- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Enhanced Security Measures in Place: To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.
02-27-2012 08:27 AM
We are looking into changing from using the 4.0.8's XML API to 4.1.3's XML API and I was wondering what the new Force and Partial commits do? I don't see much in the documentation that explains the reasons and usages for these new features.
Also, I was wondering if there is any documentation that talks about how to do a specific vsys only commit and what the limitations are on it.
02-27-2012 08:27 PM
The force and partial commit options are explained in the CLI guide. See snippet below:
Syntax
commit {force}
{
partial device-and-network excluded |
partial shared-object excluded |
partial vsys <value> |
partial no-vsys
}
Options
> force — Forces the commit command in the event of a conflict
> partial — Commits the specified part of the configuration
+ device-and-network — Excludes device and network configurations from the commit (configurations under
config/mgt-config, config/devices/platform, config/devices/deviceconfig, and config/devices/network)
+ shared-object — Excludes shared object configurations from the commit (configurations under (config/
shared; also excludes config/devices/vsys if in single vsys mode)
+ vsys — Commits only the specified virtual system configurations
> no-vsys — Excludes all virtual systems from the commit (configurations under config/devices/vsys)
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!