- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: File System naming Standard
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
08-06-2002 10:27 AM
08-06-2002 10:27 AM
File System naming Standard
so that they are completely portable among different servers?
We would like to start naming our file systems so that in the event of a disaster, we may recover the file systems to a different remote located server. However today most of the file systems have the same name among different servers. e.g. /opt/db01, /opt/db02, /opt/db03
is a common naming standard for Oracle database file systems. It would be hard to mount /opt/db01 to a different server.
you can't use hostname, or serial number in the file system name, becuase they change frequently. You can't assign the project name because it may change (/opt/oracle-apps/db01).
Anyone have any ideas on this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 10:35 AM
08-06-2002 10:35 AM
Re: File System naming Standard
So machine A may have: /opt/db01, db02, db03 and db12
Machineb: db04, db05, db06, db07 and db13
Machinec: db08, db09, db10, db11, db14
The file systems do not have to be in order on each server. db12 on machinea was created after machineb and machinec were setup with their filesystems.
Hopefully you get the idea.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 10:36 AM
08-06-2002 10:36 AM
Re: File System naming Standard
How are you going to be moving these filesystems? If you're using vgexport/vgimport you can rename them during the import. Or, if they're mounted, mount them to a different mount point.
Just a thought,
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 10:42 AM
08-06-2002 10:42 AM
Re: File System naming Standard
So we end up with things like
/opt/ns-home.pkg1
/opt/ns-home.pkg2
where the suffix is guaranteed to be unique among all of our systems.
We've done similar things with databases, webservers, and web filesystems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 10:43 AM
08-06-2002 10:43 AM
Re: File System naming Standard
there is a standard naming convention for logical volumes (lvol1, lvol2 ..etc), but not for the file systems. it's all depend on your need and wish. The file system name (actual mount point) doesn't matter when you move the data from one system to another. But in this case the LV names matters. If you want to keep the old LV names, you need to have a map file. Otherwise during a vgimport/export, the new system will accept only standard naming conventions for LV. In either case you can have any name for the file systems. I keep my file system name as:
/db1, db2 ..et
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 10:43 AM
08-06-2002 10:43 AM
Re: File System naming Standard
I like the idea. We have /mnt/data1
... /mnt/data2 as a standard file system name. We could just continue on and make /mnt/data1
... /mnt/data50.
We could also make a standard /mnt/data
and then for each server create a /mnt/data/a01
/mnt/data/b01, /mnt/data/c01.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 11:28 AM
08-06-2002 11:28 AM
Re: File System naming Standard
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 04:04 PM
08-06-2002 04:04 PM
Re: File System naming Standard
For example if you using raw logical volumes like we do, we have a spreadsheet for each LUN that is used and for what group.
For mounted filesystems we use a convention of who uses what particularly for development systems.
/dev/apps/weblogic mounted on /weblogic for weblogic
/dev/apps/informix mounted on /informix " "
/dev/data1/rootdbs
/dev/data1/tempdbs
etc for raw volumes.