- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Re: Alpha server running Tru64 - vrestore & edit c...
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
06-26-2008 11:34 AM
06-26-2008 11:34 AM
Alpha server running Tru64 - vrestore & edit commands
I am in the process of decommissioning a server. During the final backups, the system crashed, and we are only able to bring the system up in a single user mode for now - due to some files being corrupted.
To backup our files to tape we used the vdump command.
Question 1: I tried using the command:
vrestore - t -f devicename to try and see the files backed up, but it only lists the files of the 1st saveset backed up. How do I go about advancing the tape to the next saveset, so I can verify other files ?
Question 2: I would like to try and bring up the system in multiusers mode, but I first need to modify the /etc/fstab script, commenting out a corrupted data directory. Command: "vi" is not recognized in single user mode. How can I go about modifying the file needed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2008 01:11 PM
06-26-2008 01:11 PM
Re: Alpha server running Tru64 - vrestore & edit commands
mt fsf
http://h30097.www3.hp.com/docs/pub_page/V51B_DOCS/V51B_DOCLIST.HTM
http://h30097.www3.hp.com/docs/base_doc/DOCUMENTATION/V51B_HTML/REF_LIB.HTM
http://h30097.www3.hp.com/docs/base_doc/DOCUMENTATION/V51B_HTML/MAN/MAN1/0390____.HTM
And use a non-rewinding tape device.
If this is news, you may have overwritten a
lot of stuff when you _made_ the tape.
> "vi" is not recognized in single user mode.
Is "vi" on your PATH?
echo $PATH
My Tru64 system is down now, but I'd assume
that "vi" is somewhere obvious, like /bin or
/usr/bin. Of course, if your "some files
being corrupted" includes important stuff,
then it may be harder to deal with this
problem.
No bets, but I'd think that you could bull
your way past any "mount -a" problems and
get into multi-user mode, unless you've lost
some important stuff (/usr, ...).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2008 06:47 PM
06-26-2008 06:47 PM
Re: Alpha server running Tru64 - vrestore & edit commands
what is TERM ? it should be vt100
Are you able to open vi or it is not opening at all.
BR,
Kapil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2008 11:06 PM
06-26-2008 11:06 PM
Re: Alpha server running Tru64 - vrestore & edit commands
When in single user mode, only the root file system gets mounted. To get other commands such as vi you'll need to mount /usr and possibly /var, as well as /
# bcheckrc
should do this for you.
You'll also then need to set your terminal type up, so that vi works properly. eg:
# TERM=vt100;export TERM
As for the vrestore, you need to ensure that you're using the no rewind device name, in combination with the "mt fsf" command as Steven has already mentioned.
Cheers,
Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2008 02:20 PM
06-30-2008 02:20 PM