Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

1456

November 26th, 2012 17:00

Create persistent data set

Hi All,

Please let me know command to create a persistent data set in SAM.

Thanks

Raghav

170 Posts

November 27th, 2012 07:00

Hi Raghavengi,

From my initial investigation, it looks pretty straight-forward to create a Persistent DataSet in Smarts IP using dmctl commands:

dmctl -s IP create ICF_PersistentDataSet::MyDataSet

dmctl -s IP invoke ICF_PersistentDataSet::MyDataSet insert device1 10.10.10.39

...etc

However, the above commands do not work in SAM.

I am investigating this one internally and I will let you know as soon as I have an update.

Kind Regards,

Paul O'Rourke

27 Posts

November 27th, 2012 07:00

Hi Raghav,

What kind of Dataset are you looking to create?

Regards,

-Shahin (TJ) Tajalli

6 Posts

November 28th, 2012 00:00

Hello Paul/Shahin,

Thanks for the response.

I have created the persistent data set in SAM.

I have created one script which will store information(device name,Service Tag,Region..) in dataset,which will invoke for some requirement.

Good news is that same command works for me in SAM ..

dmctl -s SAM create ICF_PersistentDataSet::MyDataSet

Thanks

Raghav

170 Posts

November 28th, 2012 04:00

Thanks for the update Raghav.

No Events found!

Top