Quantcast
Channel: thwack: Message List - Adding node to a container (group) with Perl?
Browsing all 13 articles
Browse latest View live

Adding node to a container (group) with Perl?

I'm attempting to add a specific nodeID to a container using the Perl SDK.  None of the following seem to be working... I must be missing something obvious! my %UPDATEGROUP = (   'ContainerID' =>...

View Article



Re: Adding node to a container (group) with Perl?

To add a member to an Orion group, you need to call the Orion.Container.AddDefinition verb. Here's some perl code for doing that: use SW::InformationService;use SOAP::Lite;use XML::LibXML; my $hostname...

View Article

Re: Adding node to a container (group) with Perl?

Awesome. Many thanks. That was a lot more non-obvious than I initially expected.

View Article

Re: Adding node to a container (group) with Perl?

We have a few samples for how to do various tasks in the Samples\PowerShell directory. When you want to do something with the API, I recommend you start by seeing if there is a PowerShell sample for...

View Article

Re: Adding node to a container (group) with Perl?

Great advice. Allowed me to throw together the add/delete from group function without too much difficulty: sub manageGroup {     my $parser = XML::LibXML->new();     my $dom =...

View Article


Adding node to a container (group) with Perl?

I'm attempting to add a specific nodeID to a container using the Perl SDK.  None of the following seem to be working... I must be missing something obvious! my %UPDATEGROUP = (   'ContainerID' =>...

View Article

Re: Adding node to a container (group) with Perl?

To add a member to an Orion group, you need to call the Orion.Container.AddDefinition verb. Here's some perl code for doing that: use SW::InformationService;use SOAP::Lite;use XML::LibXML; my $hostname...

View Article

Re: Adding node to a container (group) with Perl?

Awesome. Many thanks. That was a lot more non-obvious than I initially expected.

View Article


Re: Adding node to a container (group) with Perl?

We have a few samples for how to do various tasks in the Samples\PowerShell directory. When you want to do something with the API, I recommend you start by seeing if there is a PowerShell sample for...

View Article


Re: Adding node to a container (group) with Perl?

Great advice. Allowed me to throw together the add/delete from group function without too much difficulty: sub manageGroup {     my $parser = XML::LibXML->new();     my $dom =...

View Article

Re: Adding node to a container (group) with Perl?

I am getting below error: XML::LibXML->load: specify location, string, or IO at node2.pl line 32.  Please advice me what i am doing wrong.See attached node2.pl Thnaks.

View Article

Re: Adding node to a container (group) with Perl?

Try using the XML parsing approach that gstewart used in his post on 2013-06-14 in this thread.

View Article

Image may be NSFW.
Clik here to view.

Re: Adding node to a container (group) with Perl?

I have tried that one but getting "Empty String at node2.pl line 19". errorPlease advice me.

View Article

Browsing all 13 articles
Browse latest View live




Latest Images