- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- starting mail daemon
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
Discussions
Discussions
Discussions
Forums
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
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
тАО07-10-2006 02:59 AM
тАО07-10-2006 02:59 AM
starting mail daemon
There are no network cables attached to it, so what shoudl be done. Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-10-2006 03:05 AM
тАО07-10-2006 03:05 AM
Re: starting mail daemon
OS?
Probably.
vi /etc/rc.config.d/sendmail or mailservs
Change the first variable to 0
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
тАО07-10-2006 03:06 AM
тАО07-10-2006 03:06 AM
Re: starting mail daemon
Try pressing the control key plus a pipe character to break the startup that is hung.
To disable starting the 'sendmail' daemon, edit '/etc/rc.config.d/mailservs' and do:
SENDMAIL_SERVER=0
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-10-2006 03:06 AM
тАО07-10-2006 03:06 AM
Re: starting mail daemon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-10-2006 08:01 AM
тАО07-10-2006 08:01 AM
Re: starting mail daemon
mount /var
mount /usr
mount /tmp
cd /etc/rc.config.d
Now you can run vi:
edit nfsconf, mailservs and netdaemons. Turn off all NFS options, the sendmail option and NTP (if enabled). Now reboot the computer with shutdown -r 0. This should get you past all the hangs. These services have extremely unfriendly responses to lack of networking, especially in older software.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-10-2006 08:26 AM
тАО07-10-2006 08:26 AM
Re: starting mail daemon
Boot to single user and disable everything you do not need until it is back on the network.
I.e. nfs client/server, sendmail, DNS ( /etc/resovl.conf ). etc..