1835167 Members
2561 Online
110077 Solutions
New Discussion

Re: scheduled backup

 
Danny Crisp
Frequent Advisor

scheduled backup

I have created a scheduled backup with SAM (HPUX 11.11). During the operation, it provides you with the opportunity to provide an email addr so that the backup results get mailed upon completion. Ive attempted to supply two email addrs but it throws an error. Anyone know if this is possible any other way.
9 REPLIES 9
Pete Randall
Outstanding Contributor

Re: scheduled backup

What does the error say?


Pete

Pete
Danny Crisp
Frequent Advisor

Re: scheduled backup

It tells me that is doesnt reconize the email addr. I assume that its attempting to read the two email addrs as one. I.e. dcrisp gets execpted, dcrisp dcrisp2 does not.
Peter Godron
Honored Contributor

Re: scheduled backup

Danny,
have you tried seperating the two addresses for example with semi-colon (;)
Danny Crisp
Frequent Advisor

Re: scheduled backup

Yes. I tried a couple of combinations.

dcrisp;dcrisp2
dcrisp; dcrisp2

Still the same error occurs.

The specified user does not exist.
Bill Hassell
Honored Contributor

Re: scheduled backup

Have you previously setup sendmail and tested the ability to send/receive emails? There is no way for HP-UX to know about your email environment (open access, Exchange, Lotus, etc) without editing the sendmail.cf file.


Bill Hassell, sysadmin
Danny Crisp
Frequent Advisor

Re: scheduled backup

Sendmail works fine.
Bill Hassell
Honored Contributor

Re: scheduled backup

SAM may be creating the error message because it doesn't look like a normal address. Try specifying a complete email address as in: dcrisp1@mycomputer


Bill Hassell, sysadmin
Peter Godron
Honored Contributor

Re: scheduled backup

Danny,
have you tried creating a mail alias in /etc/aliases ?
Danny Crisp
Frequent Advisor

Re: scheduled backup

Yes, i use the alias rather that the full email addr.