- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- System Administration
- >
- How to rename an existing filesystem
-
-
Categories
- Topics
- Hybrid IT with Cloud
- Mobile & IoT
- IT for Data & Analytics
- Transformation
- Strategy and Technology
- Products
- Cloud
- Integrated Systems
- Networking
- Servers and Operating Systems
- Services
- Storage
- Company
- Events
- Partner Solutions and Certifications
- Welcome
- Welcome
- Announcements
- Tips and Tricks
- Feedback
-
Blogs
- Alliances
- Around the Storage Block
- Behind the scenes @ Labs
- Converged Data Center Infrastructure
- Digital Transformation
- Grounded in the Cloud
- HPE Careers
- HPE Storage Tech Insiders
- Infrastructure Insights
- Inspiring Progress
- Internet of Things (IoT)
- My Learning Certification
- Networking
- OEM Solutions
- Servers: The Right Compute
- Telecom IQ
- Transforming IT
-
Quick Links
- Community
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Contact
- Email us
- Tell us what you think
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Enterprise.nxt
- Marketplace
- Aruba Airheads Community
-
Categories
-
Forums
-
Blogs
-
InformationEnglish
How to rename an existing filesystem
SOLVED- 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
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-15-2009 07:23 AM
04-15-2009 07:23 AM
from: /dev/vg05/R17
to: /dev/vg05/R18
The mount point will remain the same as /tmpd
We are on HP-UX 11.23 Itanium and we have online JFS
Any suggestion will be apprecaited.
thank you,
Marylou
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-15-2009 07:27 AM
04-15-2009 07:27 AM
Re: How to rename an existing filesystem
Re: How to rename an existing filesystem
mv /dev/vg05/R17 /dev/vg05/R18
However, I would be very cautious and try to figure out a way to test it first.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-15-2009 07:40 AM
04-15-2009 07:40 AM
SolutionAssuming that logical volume R18 does not already exist.
1. Unmount /tmpd
2. mv /dev/vg05/R17 /dev/vg05/R18
3. mv /dev/vg05/rR17 /dev/vg05/rR18
4. mount /dev/vg05/R18 /tmpd
5. The /etc/fstab file will then need to be modified to reflect the new lv for the existing mount point.
Regards,
Mark
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-15-2009 07:42 AM
04-15-2009 07:42 AM
Re: How to rename an existing filesystem
Re: How to rename an existing filesystem
Appreciate your responses,
Marylou
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-15-2009 08:15 AM
04-15-2009 08:15 AM
Re: How to rename an existing filesystem
Re: How to rename an existing filesystem
-uvk
Like it or worked !! Click kudos !!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-15-2009 09:54 AM
04-15-2009 09:54 AM
Re: How to rename an existing filesystem
Re: How to rename an existing filesystem
You need to run one additional command after moving the device files.
# vgcfgbackup vg05
To create a new backup of your lvm configuration.
Regards,
Robert-Jan
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2018 Hewlett Packard Enterprise Development LP