Question Detail
Can I create and open a monitor set while offnet?
Solution
A monitor set may be created while offnet (System.MgmtMode is set to lcaOffNet); however, a monitor set cannot be opened while offnet. Furthermore, attempts to query the MonitorSet.IsOpen property will get the error "The object is not found (Subsystem: LNS, #6)" when offnet.
To get the MonitorSet.IsOpen property, you must go onnet (System.MgmtMode is set to lcaOnNet) first. The best policy is to only open a monitor set while onnet.
Related Products
- LNS 3.0
Comments