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
02-25-2007 12:10 AM
02-25-2007 12:10 AM
I want to know the steps to create file system on new fresh hard disk
thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2007 01:29 AM
02-25-2007 01:29 AM
Re: LVM
You would benefit from reading chapter-6 of "Managing Systems and Workgroups":
http://www.docs.hp.com/en/B2355-90950/index.html
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2007 03:21 PM
02-25-2007 03:21 PM
Solution# insf â e
Note down the new pv names
# pvcreate /dev/dsk/c0t5d0
# mkdir /dev/vg06
# mknod /dev/vg06/group c 64 0x060000
# chmod 755 /dev/vg06
# chmod 640 /dev/vg06/group
# vgcreate â s 16 vg06 /dev/dsk/c0t5d0
# lvcreate vg06
# lvextend â L 16384 /dev/vg06/lvol1 /dev/dsk/c0t5d0
# newfs â F vxfs â o largefiles /dev/vg06/rlvol1
# mkdir /data_disk
# mount /dev/vg06/lvol1 /data_disk
where 16384 is the sizes of the lv in MB.
Update fstab file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 09:18 PM
02-26-2007 09:18 PM
Re: LVM
The answer was very exact. I got my queries cleared. thks a lot for ur assistance.
bye the way from ur name just wanna ask one question r u Indian ?
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2007 04:46 PM
02-28-2007 04:46 PM
Re: LVM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2007 05:01 PM
04-01-2007 05:01 PM
Re: LVM
you can reach me on my email rshardha@eim.ae
Shardha