Hello All,
We are trying to add Devices using Powershell Orion SDK Modules of Solarwinds.
we have been able to add server using snmp credentials but while selecting resources we are not able to select Volumes but able to do so while selecting CPU and memory.
Please advice how to move further on this. I have added screenshots of the Node added and resources like CPU/memory being added.
Below Commands have been used:
# CPU
$poller["PollerType"]="N.Cpu.SNMP.CiscoGen3";
$pollerUri = New-SwisObject $swis -EntityType "Orion.Pollers" -Properties $poller
But Same is not happening while selecting Volumes:
#Volume
$poller["PollerType"]="V.Details.SNMP.Generic";
$pollerUri = New-SwisObject $swis -EntityType "Orion.Pollers" -Properties $poller
$poller["PollerType"]="V.Statistics.SNMP.Generic";
$pollerUri = New-SwisObject $swis -EntityType "Orion.Pollers" -Properties $poller
$poller["PollerType"]="V.Status.SNMP.Generic";
$pollerUri = New-SwisObject $swis -EntityType "Orion.Pollers" -Properties $poller
Snmp version: SNMP v2c
Device adding: Unix
Thanks
Anmol