HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Unexporting filesystems and backup
Operating System - HP-UX
1833012
Members
2955
Online
110048
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
08-25-2002 01:22 AM
08-25-2002 01:22 AM
HI,
I'm running Veritas Netbackup to perform daily incremental and weekly full backups.
I would like to extract the content of a S-DLT tape which contains newer copies of a filesystem i.e /fs10/circuit_design which already exist on the fileserver.
Would it be necessary to unexport the existing /fs10/circuit_design filesystem, using:
#exportfs -u /fs10/circuit_design
before the newer /fs10/circuit_design is restored from the tape?
Note that users had been informed of the cut-off date to access the existing /fs10/circuit_design. Daily incremental backups are also running.
Could someone please help me out?
Thanks.
I'm running Veritas Netbackup to perform daily incremental and weekly full backups.
I would like to extract the content of a S-DLT tape which contains newer copies of a filesystem i.e /fs10/circuit_design which already exist on the fileserver.
Would it be necessary to unexport the existing /fs10/circuit_design filesystem, using:
#exportfs -u /fs10/circuit_design
before the newer /fs10/circuit_design is restored from the tape?
Note that users had been informed of the cut-off date to access the existing /fs10/circuit_design. Daily incremental backups are also running.
Could someone please help me out?
Thanks.
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2002 03:14 AM
08-25-2002 03:14 AM
Solution
Hi,
There are many ways to do this, this is just the way I would follow :
0. Stop the application
1. Create a new logical volume / filesystem
2. Make the current filesystem unavailable
exportfs -u /fs10/circuit_design
umount /fs10/circuit_design
3. Mount /fs10/circuit_design ... but with the new filesystem (alter /etc/fstab for this).
4. Do the extract
5. If you are pleased with the result, the new filesystem is from now on the current filesystem. Re-export it. Later you can remove the old filesystem.
6. If you are not pleased with the result, you can unmount the new filesystem and remount the old (+re-export).
7. Start the application
Regards,
Tom
There are many ways to do this, this is just the way I would follow :
0. Stop the application
1. Create a new logical volume / filesystem
2. Make the current filesystem unavailable
exportfs -u /fs10/circuit_design
umount /fs10/circuit_design
3. Mount /fs10/circuit_design ... but with the new filesystem (alter /etc/fstab for this).
4. Do the extract
5. If you are pleased with the result, the new filesystem is from now on the current filesystem. Re-export it. Later you can remove the old filesystem.
6. If you are not pleased with the result, you can unmount the new filesystem and remount the old (+re-export).
7. Start the application
Regards,
Tom
A life ? Cool ! Where can I download one of those from ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2002 09:38 AM
08-25-2002 09:38 AM
Re: Unexporting filesystems and backup
Hi
Exporting or unexporting does not matter for the restore process itself (if restoring is done local), but it is of course important if you don't want the user to acess this filesystem during restore.
Perhaps you should describe your problem clearer.
Exporting or unexporting does not matter for the restore process itself (if restoring is done local), but it is of course important if you don't want the user to acess this filesystem during restore.
Perhaps you should describe your problem clearer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2002 11:45 AM
08-25-2002 11:45 AM
Re: Unexporting filesystems and backup
The selected file versions (either newer or older) will simply overwrite the existing versions; you don't have to do anythging special.
Sometimes, if you want to do a full restore; it's best to umount the filesystem and do a newfs and then mount a clean filesystem. The answer is that 'it depends'.
Sometimes, if you want to do a full restore; it's best to umount the filesystem and do a newfs and then mount a clean filesystem. The answer is that 'it depends'.
If it ain't broke, I can fix that.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP