- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Vxrestore 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-30-2007 08:47 PM
10-30-2007 08:47 PM
Vxrestore problem
Iam in trouble, hope with all your valuable contribution, can help me to solve this VXRESTORE issue.
Iam taking backup of my file system in DLT tape with the help of
#vxdump -0 -u -f /dev/rmt/0mn
But the problem is iam unable to restore it back with the help of #add
The messages iam getting :
vxrestore:wrong volume(1)
vxresotre:you have not read any tapes yet unless you know which volume your file(s) are on you should start with the last volume and work towards the first.
Help me to vxrestore my selected file in the different or same location of the file system with DLT tape backup.
Note: OS is HP-UX B.11.11.U 9000/800.
I appreciate your valuable help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2007 09:12 PM
10-30-2007 09:12 PM
Re: Vxrestore problem
vrestore -if /dev/rmt/omn
can you see backupped files by ls in the prompt.
hasan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2007 08:37 PM
11-02-2007 08:37 PM
Re: Vxrestore problem
Yes i can view all the backup files.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2007 03:29 AM
11-03-2007 03:29 AM
Re: Vxrestore problem
after you do the add , do ls and are you able to see the files you selected with a '*' before them ?
Regards,
RD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2007 07:22 PM
11-03-2007 07:22 PM
Re: Vxrestore problem
Yes i can view * marks on the selected files with the help of #vxrestore>add command. But after that #vxrestore>extract . The file are not restoring to their place.
Help me to restore my selected file in the different or same location of the file system with DLT tape backup.
Note: OS is HP-UX B.11.11.U 9000/800.
I appreciate your valuable help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2007 12:13 AM
11-04-2007 12:13 AM
Re: Vxrestore problem
What is the full vxrestore command that you are giving,
try this
vxrestore -i -f /dev/rmt/0mn
add the files that you want, then when it says that you have not read any tapes etc...... it should prompt you for some volume , just type 1 and Enter
see if it can restore.
Also is the DLT drive you are using for the backup and restore same model ?
if nothing works , go to a different filesystem and extract the whole tape and see if it works ..
cd /mnt
vxrestore -r -f /dev/rmt/0mn
Regards,
RD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2007 06:39 PM
11-04-2007 06:39 PM
Re: Vxrestore problem
I tried with #vxrestore -i -f /dev/rmt/0mn , Then #vxrestore> add ( I can view * marks on selected folder) and then #vxrestore>extract.
Now volume selected as :1
set owner/mode for '.'? [yn] n ( I selected NO) .
Then it comes to normal prompt VXRESTORE>
and the selected folder is not * marked now.
But the same problem, I did not get my backuped files which i selected even after this process . I tried with different volume as well . It is not working.
Doubt: Do i need to set owner/mode for YES . or NO is ok.
Thanks in Advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2007 08:52 PM
11-04-2007 08:52 PM
Re: Vxrestore problem
We solved this problem,
Backup : vxdump -0 -u -f /dev/rmt/0mn < ex. raj volume name>
Restore: select your restore destination
#cd /archive/restore
#mt fsf 6
#vxrestore -i -f /dev/rmt/0mn
#add required files to restore (ex.abc)
#ls (view above selected file * marked )
#extract
Specify volume :1
setmode Y - to restore file with old permissions
N - to restore file (s) with new hpsmc permission.
Note : Restored file(s) available in above selected destination.
Thaks for all members support