- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- VDUMP / Single User Mode
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
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
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-16-2009 03:32 AM
04-16-2009 03:32 AM
VDUMP / Single User Mode
Digital Unix V4.0F on Alpha Server 1200.
I aim to do the following:
1) Boot single user
2) Mount all partitions (mount –a)
3) Dump each to a tape.
vdump -0 -f /dev/nrmt0h /
vdump -0 -f /dev/nrmt0h /v1
vdump -0 -f /dev/nrmt0h /v2
vdump -0 -f /dev/nrmt0h /v3
vdump -0 -f /dev/nrmt0h /v4
vdump -0 -f /dev/nrmt0h /v5
vdump -0 -f /dev/nrmt0h /v6
Question:
1) How do I boot to a single user mode?
2) To mount partitions do I run: mount -a (no reference to the partition name)?
Many Thanks,
Phil.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2009 06:13 AM
04-16-2009 06:13 AM
Re: VDUMP / Single User Mode
Doesn't Google work where you live? I tried
a search for:
tru64 boot single-user
and got several suggestions resembling:
boot -fl s
("a" being the usual default boot flags
value).
> 2) To mount partitions do I run: mount -a
> [...]
Sounds plausible. Trying it would probably
be faster than asking, of course.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2009 06:31 AM
04-16-2009 06:31 AM
Re: VDUMP / Single User Mode
>>> boot -fl s
# bcheckrc
# swapon -a
Then do the vdumps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2009 11:19 PM
04-16-2009 11:19 PM
Re: VDUMP / Single User Mode
Once again many thanks for responding.
Phil.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2009 01:08 AM
04-17-2009 01:08 AM
Re: VDUMP / Single User Mode
'mount -a' will mount the entries listed in the /etc/fstab file. So, no need to reference any partition.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2009 04:44 PM
04-17-2009 04:44 PM
Re: VDUMP / Single User Mode
Oh, ye of little confidence...
When you get desperate, there's always the
real stuff:
http://h30097.www3.hp.com/index.html
http://h30097.www3.hp.com/docs/
http://h30097.www3.hp.com/docs/pub_page/doc_list.html
http://h30097.www3.hp.com/docs/pub_page/V51B_DOCS/V51B_DOCLIST.HTM
http://h30097.www3.hp.com/docs/base_doc/DOCUMENTATION/V51B_HTML/ARH9FETE/TITLE.HTM
http://h30097.www3.hp.com/docs/base_doc/DOCUMENTATION/V51B_HTML/ARH9FETE/PDWNCHXX.HTM#understand-boot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2009 11:05 PM
04-17-2009 11:05 PM
Re: VDUMP / Single User Mode
Once again, thanks.
Phil.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2009 03:34 AM
04-18-2009 03:34 AM
Re: VDUMP / Single User Mode
Or, see the man...
man vdump
man vrestore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2009 11:29 PM
04-20-2009 11:29 PM
Re: VDUMP / Single User Mode
Thanks,
Phil.