Charging and Control Applications (MOSC)

MOSC Banner

OCCAS WLST SipServer Configuration

edited Mar 1, 2010 11:30PM in Charging and Control Applications (MOSC) 6 commentsAnswered
I am trying to configure OCCAS using WLST.  However, there are some SipServer settings I can't find exposed through the MBean classes and attributes.
The data tier servers are added to partitions.  I have been able change the servers assigned to a partition using commands such as the following.

custom()
cd('mydomain:ServerRuntime=AdminServer,Name=sipserver,Location=AdminServer,Type=ConfigManagerRuntime')
cmo.startEdit()
cd('mydomain:Name=Partition-0,Type=Partition,Location=AdminServer,SipServer=sipserver')
set('Servers', jarray.array([ ObjectName('com.bea:Name=replica1,Type=Server'),ObjectName('com.bea:Name=replica2,Type=Server') ], ObjectName))

However, I don't see a way to add partitions if they don't already exist.  The SipServer MBean has a Partitions attribute, but if I attempt to set it I get an error that it is readonly.  I don't see any method on the SipServer MBean such as createPartition.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center