Forum Discussion
BigSuds Partition Management
Can I use bigsuds to create and manage BigIP partitions?
Is there an easy way to do a get or set for a new parition?
Thanks, Mitch Mahan
Hello,
b.Management.Partition is available on 9.x
If you're using 11.x versions, you have to use
- Management.Folder: to create, modify, delete(, etc) partitions
- Session.get_active_folder or Session.set_active_folder to get (or set) the current partition of the user connected.
You can find more documentation for 11.x versions here:
- https://devcentral.f5.com/wiki/iControl.Management__Folder.ashx
- https://devcentral.f5.com/wiki/iControl.System__Session.ashx
Best Regards, Guillaume
- LenderLive_MitcNimbostratus
Found it:
b.Management.Partition.create_partition([{'partition_name':'foo', 'description':'bar'}])
Hello,
b.Management.Partition is available on 9.x
If you're using 11.x versions, you have to use
- Management.Folder: to create, modify, delete(, etc) partitions
- Session.get_active_folder or Session.set_active_folder to get (or set) the current partition of the user connected.
You can find more documentation for 11.x versions here:
- https://devcentral.f5.com/wiki/iControl.Management__Folder.ashx
- https://devcentral.f5.com/wiki/iControl.System__Session.ashx
Best Regards, Guillaume
- LenderLive_MitcNimbostratusAh ha! Thank you. I tried using b.Management.Parition() on 11.x and was getting an error. "The requested folder (foo) was not found." b.Management.Folder.create(['/Foo']) That worked great!
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com