- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Moving /opt /usr /var into /
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
10-18-2005 08:55 PM
10-18-2005 08:55 PM
I am planning to move them using cp to move them to / such that /var becomes /var2 /usr becomes /usr2 and /opt becomes /opt2
Then unmount /var /usr/ and /opt
and mv /var2 back to /var
Anybody have a better way or see's any danger i n this.
Below is our setup
lvol1 vg00 LVM HFS 304 1 /stand
lvol2 vg00 LVM Swap/Dump 16368 1
lvol3 vg00 LVM VxFS 40592 1 /
lvol4 vg00 LVM VxFS 608 1 /home
lvol5 vg00 LVM VxFS 4000 1 /opt
lvol6 vg00 LVM VxFS 208 1 /tmp
lvol7 vg00 LVM VxFS 5008 1 /usr
lvol8 vg00 LVM VxFS 2000 1 /var
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 09:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 09:06 PM
10-18-2005 09:06 PM
Re: Moving /opt /usr /var into /
ISL>hpux -iS
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 09:10 PM
10-18-2005 09:10 PM
Re: Moving /opt /usr /var into /
Without more details, I would tend to suggest taking an ignite backup and rebuilding the system from that.
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 09:14 PM
10-18-2005 09:14 PM
Re: Moving /opt /usr /var into /
Thanks for the prompt responses