- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Output file problem
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
10-10-2004 04:33 PM
10-10-2004 04:33 PM
Output file problem
When I started using fbackup -v -f /dev/rmt/0m -i u01/gdbs command with root login, the following message came
output file /dev/rmt/0m doesn't exist at the specified location.
Would you like to enter a new output file? if I give yes then output file was generated at / (root)location and my root file system got full and my backup got failed and to free space in root file system I deleted the output file and started backup all over again with same command.The following message came once again as following
output file /dev/rmt/0m doesn't exist at the specified location
Would you like to enter a new output file?If I give no, another message came as
would you like to continue this session.If I give yes then it will ask the same set of questions in round robin fasion.
Previousely no such problem exists because I logged with oracle login and this time I logged this with root.Is this make diffrences?
thanks and regards
mehul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2004 04:47 PM
10-10-2004 04:47 PM
Re: Output file problem
With the -f option you have to specify the device file i.e tape drive ..Now what is happening is instead of taking the backup to tape it is creating a file and then dumping there..
Check the contents of /dev/rmt directory
There will be some file created with the name 0m. Please also note this is 0m ( Zero Em not O Em).
First check the device file for the tape drive
#ioscan -f
#ioscan -funC tape
This will give the device file name used by tape drive..
use this file.. Most os the cases it will be 0m.
Hope this helps
Rgds
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2004 05:59 PM
10-10-2004 05:59 PM
Re: Output file problem
tar -cvf /dev/rmt/0m is successfully run but not fbackup.
mehul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2004 06:21 PM
10-10-2004 06:21 PM
Re: Output file problem
Yur command is perfectly alright.
could you post the output of
#ioscan -funCtape
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2004 06:38 PM
10-10-2004 06:38 PM
Re: Output file problem
you are using internal/external tape drive?
what are the permissions of /dev/rmt/0m,0mn .. in your system.
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2004 01:59 AM
10-12-2004 01:59 AM
Re: Output file problem
First, I will suggest you run
mt -f /dev/rmt/0m status
to find out your tape is good one or not.
Second, are you using "su - " when you switch user to root.
make sure your command " -i /u01/gdbs"
Usually, I create a tree file and using -g paht, it work better than just put -i in only command line.
You can change to /0mn to see what happen.
Hopefully, it help.
KC