- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: alert window
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
11-29-2002 01:53 AM
11-29-2002 01:53 AM
can you tell me how can I start a pop-up window after login in a HPUX11.00 machine , with an OK button in order to tell the user not to stop a program, or to remind me that I have to do something? It seems that nobody reads the messages echoed from .profile...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2002 01:58 AM
11-29-2002 01:58 AM
SolutionBest regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2002 02:01 AM
11-29-2002 02:01 AM
Re: alert window
Yes, xdialog is the program to use. We use it a lot, eg. for backup alerts. Heres an example with an OK button;
/usr/local/bin/xdialog -bg red -fg black -title "**************BACKUP FAILED*************" -m " BACKUP FAILED on $HOSTNAME "
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2002 02:04 AM
11-29-2002 02:04 AM
Re: alert window
try this
xdialog --title "
-Niraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2002 02:06 AM
11-29-2002 02:06 AM
Re: alert window
If you want a copy of xmessage drop me an email or post yours ...
Another way would be to use dtksh (1)also see /usr/dt/share/examples/dtksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2002 02:20 AM
11-29-2002 02:20 AM
Re: alert window
On hpux 11.0 you have the dtksh .
Check the man pages of dtksh.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2002 02:34 AM
11-29-2002 02:34 AM
Re: alert window
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2002 03:01 AM
11-29-2002 03:01 AM
Re: alert window
from a 10.20 s700:
# swlist -l file |grep xdialog
InstantIgnite.PROD-TOOLS: /usr/bin/X11/xdialog
InstantIgnite.PROD-TOOLS: /usr/share/man/man1.Z/xdialog.1
from a 10.20 s800:
# swlist -l file |grep xdialog
UPSMGRCLIENT.UPSMGRCLIENT: /opt/upsmgr/client/bin/xdialog
UPSMGRMGMT.UPSMGRMGMT: /opt/upsmgr/manager/bin/xdialog
So it's also bundled with the UPS Manager. :-)
Best regards...
Dietmar.