- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Renaming multiple filesystems
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
06-15-2006 07:16 AM
06-15-2006 07:16 AM
Renaming multiple filesystems
bdf|grep LSS
I have 102 mount points which refernce LSS either as /oracle/LSS/
what ever i find as LSS i have to rename as ZSS. what is the best way to do this?
i thght of doing this..
1. grab the bdf data.
2. unmount the FS(all 102)
3. go to /oracle and rename the dir LSS as ZSS
(mv LSS ZSS)--is this step OK?
4. similarly for other LSS remane to ZSS
5. change the mount point references in /etc/fstab from LSS to ZSS.
6. mountall
Please let me know if this will work or better ideas
Thanks
Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 07:26 AM
06-15-2006 07:26 AM
Re: Renaming multiple filesystems
Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 07:29 AM
06-15-2006 07:29 AM
Re: Renaming multiple filesystems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 07:30 AM
06-15-2006 07:30 AM
Re: Renaming multiple filesystems
However, have you considered symbolic links?
e.g. ln -s /oracle/LSS /oracle/ZSS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 08:21 AM
06-15-2006 08:21 AM
Re: Renaming multiple filesystems
cd /oracle
# mv LSS ZSS
mv: LSS: rename: Invalid argument
Any Ideas?
Thanks
Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 08:24 AM
06-15-2006 08:24 AM