- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- creating Volume on DS-20
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
09-26-2006 03:07 AM
09-26-2006 03:07 AM
creating Volume on DS-20
I have a DS-20 Alpha Server with True 64 5.1b with three disk. I have installed the OS on the first Disk. I will like to create a volume with the remaining two disks. What is the command. Should I used Advfs or LSM.If possible i will like the two disk to be in raid 1 if possible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2006 03:50 AM
09-26-2006 03:50 AM
Re: creating Volume on DS-20
Anyway, you should use LSM if do not have hardware RAID controller (if this server is important).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2006 07:36 AM
09-26-2006 07:36 AM
Re: creating Volume on DS-20
I have an internal RAID card with three disk . I need to create a volume with no RAID or Stripe.DO I still have to used Advfs or LSM?If Advfs or LSM do i need license or the basic Advfs or LSM will allow me.I only need to create a volume with two disk.Can u list the command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2006 03:30 PM
09-26-2006 03:30 PM
Re: creating Volume on DS-20
Remember, AdvFS File System can be created using a physical disk partition or a Logical (LSM) volume.
In your case, since you just want two disks to be in a domain, you could simply use AdvFS commands as follows:
1) mkfdmn
ex: mkfdmn dsk7c my_domain
2) addvol
ex: addvol my_domain dsk8c
[Note that 'addvol' requires additional AdvFS license]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2006 01:09 AM
09-29-2006 01:09 AM
Re: creating Volume on DS-20
Do not forget that you also need separate license for advfs utilities (as you also need for LSM).
Sakui
you said you have internal RAID card. The best solution would be that you buy one additional disk and make two mirror sets.
For creating and using (basic) advfs file system you do not need additional license. It is nice to have advfs utilities, but can live without that.
Commands? First we must know what licenses you have. Please send output of:
# lmf list
As I said: do buy one more disk and let the hardware take care of disk redundancy. In that case you do not need LSM. And you will NOT loose data in case of one disk failure (hardware RAID will take care of that)