Forum Discussion
unavailable
Cirrostratus
Feb 10, 2022Move all objects between different partition
Hi Team , I need to move all objects ( virtual server, node, health check etc ) from Common partition to another one. In all objects in common partition are associated root domain. Is there a solu...
- Feb 13, 2022
I don't think there's an easier way, I'd start preparing by 2 steps,
1. Prepare cmd to delete the respective object from common partition.
2. Prepare cmd to create the same object to your another partition.
You can automate this too using script, so you move each app, one by one.
arkus_10691
Nimbostratus
Jul 09, 2005Ouch. If using WS-SOAP, that appears to drasticly limit the number of usable APIs.
I'm a neophyte to both web services and to iControl. I've been tasked with enhancing an existing administratin web app to provide the functionality to control BigIP nodes. The app currently uses an IBM supplied SOAP api to talk to the WebSphere app server dmgr process.
I strongly fear that the app will not play well with AXIS when running in a WebSphere App Server v5.1.1.2.
My early success with the SOAP API led me to think this would be a POC. Now I'm scared and alone. :-)
I need to be able to do the following and had planned on using these SOAP APIs:
Given vip, obtain pool name.
LocalLB.VirtualServer.get_default_pool_name
Given pool name, obtain list of node names
LocalLB.Pool.get_member
Determine if a node is enabled/disabled
LocalLB.NodeAddress.get_session_enabled_state
Determine if a node is up/down
LocalLB.NodeAddress.get_monitor_status (tells if it is up or down)
Enable/Disable new sessions to a node
LocalLB.NodeAddress.set_session_enabled_state
Enable/Disable connections to a node. (Force down)
LocalLB.NodeAddress.set_monitor_state
Any insights or suggestions would be appreciated.
(I will begin to determine if AXIS is an option in my situation)
- Andy_Fleet_2425Mar 12, 2017Historic F5 Account
A partition maps to a top level folder. The Common partition maps to /Common. You can have child folders, it's like a file system. However there are no child partions, so if you are in folder /MyFolder/MySubFolder you are in partition /MyFolder.
- eesun_276598Mar 12, 2017
Cirrus
Thank you for your reply. I think you are right. The folder is located at one F5, but the same partition can be located at several F5, am I right?
- Andy_Fleet_2425Mar 12, 2017Historic F5 Account
Yes.
- eesun_276598Mar 12, 2017
Cirrus
Thank you!