- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: root e-mail
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
12-30-2003 02:39 AM
12-30-2003 02:39 AM
root e-mail
I would to check root-mail account.
Please help, how to check it becuse there is a hardware issue with unix box (11i) and I am hopeing I may have some mail in root account, which I can forward to HP.
Also how can I set the terminal id.
Thanks and appreciate help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2003 02:41 AM
12-30-2003 02:41 AM
Re: root e-mail
type:
elm
respond y to both qustions (if asked) for directory etc, then read any mail that may be there.
To set the terminal type
you could do:
eval `ttytype -s`
tset
and htis hopefully should interrogate your terminal and set it for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2003 02:41 AM
12-30-2003 02:41 AM
Re: root e-mail
# export TERM=vt100
run the mail or elm command.
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2003 03:03 AM
12-30-2003 03:03 AM
Re: root e-mail
How do i know what terminal id should it be?
can you set up termid for console also.
and how would i know that perticular id?
Thanks again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2003 03:09 AM
12-30-2003 03:09 AM
Re: root e-mail
In future use .forward file in roots home directory. put your email id in the .forward file., All the root mails then will redirect to your e-mail account.
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2003 03:21 AM
12-30-2003 03:21 AM
Re: root e-mail
I'm not shure what mean with termid ?
If you look at root's profile there should be a part looking like below
-----
# Set up the terminal:
if [ "$TERM" = "" ]
then
eval ` tset -s -Q -m ':?hp' `
else
eval ` tset -s -Q `
fi
case `tty` in
*console*) TERM=hp ;;
*) TERM=vt100 ;;
esac
stty erase "^H" kill "^U" intr "^C" eof "^D"
stty hupcl ixon ixoff
tabs
echo
echo " Value of TERM has been set to \"$TERM\". "
export TERM
-------
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2003 04:17 AM
12-30-2003 04:17 AM
Re: root e-mail
in /etc/mail/aliases
root: someone@yournetwork
You will need to locate and run gen_cf to generate a new sendmail.cf, move it to production and ...
/sbin/init.d/sendmail start
/sbin/init.d/sendmail stop
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2003 04:21 AM
12-30-2003 04:21 AM
Re: root e-mail
# export TERM=hp
--> will work on the console
# export TERM=vt100
--> will work on pretty much anything.
Mail:
You can use the 'mail' command.. However, it's better to edit your /etc/mail/aliases file and add the following line:
root:youraddress@yourdomain
.. and Then run the command 'newaliases'.
This will send all mails for root to your email address.
regards
Wout