- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- If session terminated accidently, can i still see ...
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
04-13-2006 01:07 PM
04-13-2006 01:07 PM
While taking Backup of my Database server, my session accidently got terminated, Backup is still running, now i m unable to check wht is happening. Can any one suggest me how to open/check that particular running output?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2006 03:12 PM
04-13-2006 03:12 PM
SolutionThat is why a long-running process like a backup must be scripted and all the output redirected into a logfile.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2006 03:22 PM
04-13-2006 03:22 PM
Re: If session terminated accidently, can i still see the output of the terminated session
Thnx for the support, but still can u tell me hw i can read /dev/rmt/0mn while taking backup to know hw many files are left. or can I see any warning or error message in any perticular log????
i use this cmd:-
fbackup -v -f /dev/rmt/0mn -i /d/db/oradata -i /d/db/8.1.7.3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2006 08:46 PM
04-13-2006 08:46 PM
Re: If session terminated accidently, can i still see the output of the terminated session
try:
frecover -f /dev/rmt/0mn -v -r -N
==> -v = verbose; -r = everything; -N = just list the files.
hope this helps!
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2006 01:40 AM
04-14-2006 01:40 AM
Re: If session terminated accidently, can i still see the output of the terminated session
Bill Hassell, sysadmin