Forum Discussion

Rajesh_77797's avatar
Rajesh_77797
Icon for Nimbostratus rankNimbostratus
Jan 24, 2012

partition error

Hi All,

 

 

I am getting an exception while disabling LTM pool member. I have a list of pool members from different fqdn of data center. I am disabling LTM pool members and getting this exception. Please help

 

 

primary error code : 17238057(0x01070829)

 

error string : 01070829:5:Input error: The partion ID [All] may not be used to modify partiotions.

 

 

Please help.

 

 

Thanks

5 Replies

  • Unfortunately iControl doesn't support "All" as a partition (although F5 command line does).

     

  • Thanks.

     

    I am setting the partition like this :-

     

    m_interfaces.getManagementPartition().set_active_partition(COMMON);

     

     

    What could be a problem?
  • Give us some more context. Pastebin the entire code in question if you can.