- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- E-Mail Notification in Insight manager 7
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
01-18-2004 01:18 PM
01-18-2004 01:18 PM
E-Mail Notification in Insight manager 7
Even if i use Pager/SMS setting messsage is too long and we missed part of message on our SMS pager or phones. Mag length is 80 caracters. With CIM 5.5 (Win32) there was a setting to message length.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2004 07:08 AM
01-19-2004 07:08 AM
Re: E-Mail Notification in Insight manager 7
You could tailor the message if you used the Application Launch feature, tailored the e-mail to what you want and then send it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2004 08:38 AM
01-19-2004 08:38 AM
Re: E-Mail Notification in Insight manager 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2004 03:47 AM
01-22-2004 03:47 AM
Re: E-Mail Notification in Insight manager 7
You will need to install a modem on your CIM7 console and configure a paging recipient user with the bureau number, the mobile phone number as the PIN number and 80 as the message length. We found that a baud rate of 9600 and a data format of 7E1 worked with the bureau we located.
Note we found that one of our mobile phone providers paging bureaus allowed SMS paging to phones belonging to other companies meaning we only needed on configuration.
the sort of details you are looking for can be found here http://send.sms.tripod.com/sms_centre.htm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2004 08:02 AM
01-22-2004 08:02 AM
Re: E-Mail Notification in Insight manager 7
I suggested the Application Launch feature which in available in IM 7.
I've asked in this forum what the equivalent is in HPSIM as the docs state that the equivalent is Run Custom Command. But, from what I can gather this runs the Custom Command on the node the Event was triggered from. Which is not the same and doesn't meet my needs.
But, if you are referring to CIM 7, which is actually in a different forum, then you need to just set up an Application Launch rather than an e-mail task.
You need to provide details of the image / batch to run along with any parameters.
In my case that includes something like:
d:\perl\bin\perl for the image to run and the name of the perl script as a parameter to send.
As part of the Application Launch a number of variables are sent and your script can make use of these.
e.g. in perl you use:
use env;
There's some good docs at:
http://h18000.www1.hp.com/products/servers/
management/cim7-documentation.html
The Technical Guide is worth downloading.