- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: disk backup to cd
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-27-2006 02:15 AM
12-27-2006 02:15 AM
Is there any other layered product available for write CD in openvms
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2006 02:43 AM
12-27-2006 02:43 AM
SolutionThere is an ATW article worth reading:
Create Bootable Optical Media (CD, DVD)?
http://h71000.www7.hp.com/wizard/wiz_9820.html
The CDRECORD software is available in OpenVMS since V7.3-1, V8.3 added the COPY/RECORDABLE_MEDIA command. In both cases, you need a CD/DVD writer to be connected to your OpenVMS Alpha system.
Alternatively you can use the LD utility and burn the CD/DVD using your favourite burning tool on another operating system.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2006 03:24 AM
12-27-2006 03:24 AM
Re: disk backup to cd
exactly, would you like to do?
As usual, it would help to know your OS
version(s).
If you expect BACKUP to write directly to a
CD-R/RW disc instead of a tape, then you're
probably doomed to disappointment. Note that
the capacity of a CD is around 650MB. How
many MB do you need/expect to be writing?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2006 02:43 AM
12-28-2006 02:43 AM
Re: disk backup to cd
how to take the system diks image backup into DVD ?. A critical situation ( like system disk boot block failure) i was boot the system from the DVD and restore the data in to system disk (is it possible ???).
One more question
how create the common disk environment in openvms.??
I was try the answer from openvms docs but I cant find it ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2006 03:29 AM
12-28-2006 03:29 AM
Re: disk backup to cd
Ok. That part was clear.
BACKUP does not write to CDs or DVDs. If you
have the disk space, you could use BACKUP to
save the system disk to a (big) BACKUP save
set on another disk, and, if that save set
will fit onto a CD or DVD (perhaps after
compressing it), then there is software
available which should be able to write that
save set to a CD or DVD.
You can boot the VMS installation CD and run
BACKUP from that to restore a BACKUP save set
onto a new disk when the old one dies.
(Reversing any compression may add complexity
and/or a requirement for more available disk
space.)
> One more question
> how create the common disk environment in openvms.??
> I was try the answer from openvms docs but I cant find it ..
That part's not so clear. It's all done with
logical names? What do you want to know? If
you use BACKUP /IMAGE to save the system disk
and restore it, everything should just work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2006 02:41 AM
12-29-2006 02:41 AM
Re: disk backup to cd
i got the clear idea in the backup ..
My second question is
How to create the common disk environment, That is Boot the systems ( for example 3 systems) from common storage disk.
The operating system is openvms 7.3-2.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2006 03:30 AM
12-29-2006 03:30 AM
Re: disk backup to cd
manual:
http://h71000.www7.hp.com/doc/731FINAL/4477/4477PRO.HTML
Then, probably:
@ SYS$MANAGER:CLUSTER_CONFIG.COM
Are the systems are already clustered (so you
have the required licenses)?
As usual, some useful information might be
useful, like: what kind of Alpha systems, how
they are connected, how the disks are
connected, and so on.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2006 09:37 PM
12-30-2006 09:37 PM
Re: disk backup to cd
i just read the document , i hope it will help to clarify my doubts ...
thanks once again