Operating System - HP-UX
1755699 Members
3239 Online
108837 Solutions
New Discussion юеВ

Re: Backup filesystems using Dataprotector and split mirror

 
SOLVED
Go to solution
augusto cossa
Frequent Advisor

Backup filesystems using Dataprotector and split mirror

Hi,

The following command I'm using to split the mirror:
#lvsplit /dev/vg00/lvol1
#fsck /dev/vg00/lvol1b
#mount /dev/vg00/lvol1b /usr.backup

The mount command is having error. correct if possible.

How to backup for example the new /dev/vg00/lvol1b

After backup I thing the following command have to runn:

#umount /usr.backup
#lvmerge /dev/vg00/lvol1b /dev/vg00/lvol1


Help if something is wrong because I would like to incorporat this on DataProtector.

Regards,

A Cossa
6 REPLIES 6
Pete Randall
Outstanding Contributor
Solution

Re: Backup filesystems using Dataprotector and split mirror

What error are you getting from the mount command?

To backup, simply start a backup of /usr.backup.

Your commands for after backup are correct.



Pete


Pete
augusto cossa
Frequent Advisor

Re: Backup filesystems using Dataprotector and split mirror

Hi,

The error for the mount point is:
mount: /usr.backup: no such file or directory.

Tks,

A Cossa
Jakes Louw
Trusted Contributor

Re: Backup filesystems using Dataprotector and split mirror

mkdir /usr.backup ????
Trying is the first step to failure - Homer Simpson
Pete Randall
Outstanding Contributor

Re: Backup filesystems using Dataprotector and split mirror

Exactly! Thanks, Jake, I got distracted with budget junk!

You need to make the directory before you can mount to it.


Pete


Pete
augusto cossa
Frequent Advisor

Re: Backup filesystems using Dataprotector and split mirror

Thank, now is working.

A Cossa
Jakes Louw
Trusted Contributor

Re: Backup filesystems using Dataprotector and split mirror

Well, a couple of points would be nice........
Trying is the first step to failure - Homer Simpson