- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Backup question
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-15-2000 07:54 AM
12-15-2000 07:54 AM
I know this might be a silly question that I'm asking here. I do my nightly backups through SAM and I was just wondering is there a way to see whats being backed up as the backup is taking place. Or is there a command that I can type on the command line that will show me what is currently being backed up. Your time and help will be greatly appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2000 08:16 AM
12-15-2000 08:16 AM
Re: Backup question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2000 08:16 AM
12-15-2000 08:16 AM
Re: Backup question
If you have setup your backup to generate a index file, the standard SAM call to fbackup will generate a list of all files backed up. This file will be /var/sam/log/br_index.full if you are doing a full backup, or /var/sam/log/br_index.incr if you are doing an incremental.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2000 08:17 AM
12-15-2000 08:17 AM
Re: Backup question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2000 08:58 AM
12-15-2000 08:58 AM
Re: Backup question
I agree with Patrick, whatever log is the output if you want to see the current execution you should read the log with tail -f (that will look as an interractive session of log scrolling on you screen...)
all the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2000 09:06 AM
12-15-2000 09:06 AM
Re: Backup question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2000 09:41 AM
12-15-2000 09:41 AM
SolutionUnder action =>View log files=> Choose the type Full-backup - history log - incremental log - recovery log. Tick automatic scrolling...
It will point at for full backup, at /var/sam/log/br_index.full...
Regards
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2000 10:27 AM
12-15-2000 10:27 AM
Re: Backup question
You asked how you could see if a backup was currently running. Why bother to use SAM -- at a shell prompt, do:
# ps -ef|grep fbackup
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2000 10:59 AM
12-15-2000 10:59 AM
Re: Backup question
If you want to see what is being backed up, as it is being backed up, then Victor is right in his recommendation.
SAM->Backup and Recovery->Interactive Backup and Recovery-> Actions->View Log Files->(Select whichevery log file you want to view).
If you want to just check whether or not a backup is running, then James is correct, just do a 'ps -ef | grep fbackup'.
If none of this is what you want, then I guess I don't understand the question.