- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Telalert as a SG package
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-14-2003 12:45 PM
01-14-2003 12:45 PM
Telalert as a SG package
Background: Two "identical" L 1000 running
11.0 and SG.
Both machines configured to use the remote port
for the modem for use by telalert.
NNM and VPO driving telalert.
Anyone made telalert a part of the package
of VPO to swap with VPO? Any tricks in so doing
as telalert would be tied to the IP of NNM/VPO
package.
Alternative seems to be to start stop a local
copy of telalert when the VPO package starts
on the machine.
Thanks ...Laurie :{)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2003 07:29 PM
01-14-2003 07:29 PM
Re: Telalert as a SG package
you could use the local copy of telalert on both the systems OR install the telalert in the share file system and configure the SG package to use this file system .. so when the package is moved from one node to other, this file system is also moved.'
The second option would be a true SG package
Hope this helps,
Manju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2003 12:04 AM
01-15-2003 12:04 AM
Re: Telalert as a SG package
I have telalert running as part of a Remedy package and don't have any problems with it.
To cope with different pathnames, I have a telelert config file for each server in the cluster and export TELALERTINI=telalert.ini.$(hostname) before starting telalert.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2003 12:19 AM
01-15-2003 12:19 AM
Re: Telalert as a SG package
I already know the difference in terms of
creating a package or standalone.
What I was really trying to find out was how
telalert ties itself the IP address for its
licence. When I try to run it up with the
NNM package's IP as the IP for the licence
telalert tells me that that IP is not an IP
of this server. So how do you make telalert
attach to the package IP so that it flips
with the package from machine to machine?
Thanks ...Laurie :{)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2003 12:29 AM
01-15-2003 12:29 AM
Re: Telalert as a SG package
HostIPAddress=...
It appears that the version that we use (fairly old) checks that the hostname resolves to an IP address on the server. I do the following when I start telalert:
HOST=$(hostname)
uname -S
telalert -start -init
uname -S ${HOST}
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2003 02:52 AM
01-16-2003 02:52 AM
Re: Telalert as a SG package
The combination of your answers were just about perfect. Enjoy the points.
I would like to still use the admin gui instead
of editing the file but the telalerts seems
to be tying itself to "localhost:28xxx" and
the gui can't find it. Ideas?
Thanks ...Laurie :{)