- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- lvm configuration files
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
11-30-2009 09:21 PM
11-30-2009 09:21 PM
I have a 500gb lun to extend the volume group, and need to extend 2 file systems in that same VG.so i need to know what are the configuration files need to take backup, because if any thing goes wrong,i need to roll back the newone.
what are the configuration files for the lvm in hp-ux ,
Thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2009 09:34 PM
11-30-2009 09:34 PM
Solutionyou can use vgcfgbackup.
and can save /etc/lvmtab.
If something goes wrong you may just have to removed the LUNs and you configuration would be fine as before, provided you have not increased the file system.
Reducing the filesystem may resut in data loss so its better to take backup of data in case you have to revert the changes.
BR,
Kapil+
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2009 10:17 PM
11-30-2009 10:17 PM
Re: lvm configuration files
Pls tell me , is there anyother configuration files is there for the LVM in hp-unix. I am performing this kind of task for the first time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2009 11:15 PM
11-30-2009 11:15 PM
Re: lvm configuration files
ls -lrt|grep lvm
lr-xr--r-T 1 root sys 20 Jul 12 2008 lvmmigrate -> /usr/sbin/lvmmigrate
-rw-rw-r-- 1 bin bin 1423 Jul 12 2008 lvmrc
-r-------- 1 root sys 44268 Jul 17 2008 lvmtab.old
-rw------- 1 root sys 31932 Dec 24 2008 lvmtab.23.12.08
-rw------- 1 root sys 102890 Oct 28 03:35 lvmtab
drwxr-xr-x 2 root root 8192 Nov 11 22:58 lvmconf
files and directories from /etc/
Anyways whenever u would do any change in lvm its configuration is saved in /etc/lvmconf file.
And the activity you are doing it very simple nothing bad would happen.
[for worst case keep backup ready]
BR,
Kapil+
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2009 02:30 AM
12-01-2009 02:30 AM
Re: lvm configuration files
/etc/lvmtab
/etc/lvmconf/* << This will have map files and VG config files
And before taking these backup, just check the TIMESTAMP of above files, only to make sure that they are updates ones.
And as said for the worst have backup ready.
Regds..