- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Backup Error
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
05-26-2008 12:59 AM
05-26-2008 12:59 AM
Backup Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2008 01:38 AM
05-26-2008 01:38 AM
Re: Backup Error
is in your log. Are you passing the parameters correctly ?
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2008 02:47 AM
05-26-2008 02:47 AM
Re: Backup Error
%DCL-W-PARMDEL, invalid parameter delimiter - check use of special characters
\:_20080526_1648\
%BKPARC-I-, Report Log: cer_mgr_log:backup_arc_rpt_$2$MGA0:_20080526_1648.log
you have 2 colons in your logfile specification, as a wild guess: try to specify the tapedevice without a colon.
Or activate SET VERIFY and post the output.
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2008 11:54 PM
05-26-2008 11:54 PM
Re: Backup Error
from the logs, it seems you put wrong values for the parameters.
I'm guessing, P2 should not contain any special characters and P3 should only have integers values.
That make sense if you want to backup archive logs and P3 contain values for log file retentions.
At the end of the logs, it seems it complain some device is not mounted (could it be disk or tape?) and it cannot find appropriate logical names assigned.
Maybe the your apps and database didn't startup properly after power trip.
You should check with your app vendor and check systartup_vms.com or anywhere else where could they put the initialization and startup files.
Try manually start the apps and database and take note any errors occured.
By the way, how was your question in previous post?
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1230626
I hope the feedbacks answer your question and really appreciate you could assign some points to the responders.
Rgds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2008 12:00 AM
05-27-2008 12:00 AM
Re: Backup Error
i've checked some your previous posting.
I think you use same script to backup your achives.
your quote in :
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1232844
"I should using this script (@DBA: BACKUP_ARCHIVE_DEST.COM
Did you modify the scripts? If you do, post the scripts so we could have better understanding on the backup problem.
Rgds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2008 12:17 AM
05-27-2008 12:17 AM
Re: Backup Error
Operators were logged in during years when I upgraded their system. After the upgrade (reboot) they couldn't login because they forgot their password. When logged in the backups failed because they were doing them on the wrong systems with the wrong syntax. Again because they always used the command history in existing windows and thus never typed the command.
Fwiw
Wim