HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- Re: SIM - How to create a collection list against ...
Server Management - Systems Insight Manager
1833723
Members
2646
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2008 02:50 PM
02-14-2008 02:50 PM
SIM - How to create a collection list against CW colum
Using SIM 5.1 SP1 w\ISEE\OSEM
Windows 2003 Server
I can't figure out how to do this. I want to be able to create a collections list to list only servers that cannot display a contract\warranty status, so basically all that show a BLUE?.
Windows 2003 Server
I can't figure out how to do this. I want to be able to create a collections list to list only servers that cannot display a contract\warranty status, so basically all that show a BLUE?.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2008 03:43 PM
02-14-2008 03:43 PM
Re: SIM - How to create a collection list against CW colum
No, that is not a query item for creation of a collection. You can get there from here, though, by clicking the CW column to sort it and put all the blue ones together.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2008 04:10 PM
02-14-2008 04:10 PM
Re: SIM - How to create a collection list against CW colum
Won't help as I have over 1000 servers and would take for ever to do this. I wonder if it can be done in sql?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2008 11:55 AM
02-22-2008 11:55 AM
Re: SIM - How to create a collection list against CW colum
You might try something like
select DeviceKey from deviceStatusValue where statusValue = 0 and statusSourceId in
(select StatusSourceId from deviceStatusSources where StatusSourceName like 'hp.isee.entitlement')
I'm not sure what exact status value you're looking for, so you might want to look in the DB for a device with that status and see what the value is.
Let me know if you have additional questions about this.
select DeviceKey from deviceStatusValue where statusValue = 0 and statusSourceId in
(select StatusSourceId from deviceStatusSources where StatusSourceName like 'hp.isee.entitlement')
I'm not sure what exact status value you're looking for, so you might want to look in the DB for a device with that status and see what the value is.
Let me know if you have additional questions about this.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP