- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- SAN disk presntation to linux
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
01-22-2007 04:05 PM
01-22-2007 04:05 PM
SAN disk presntation to linux
I need to present a 1TB vdisk from EVA5000 to one of my linux hosts. I'm using this version of linux
Linux 2.4.21-27.ELsmp #1 SMP Wed Dec 1 21:59:02 EST 2004 i686 i686 i386 GNU/Linux
Actually i'm not an expert administrator in linux. In Hpux when we preseneted a vdisk we just need to ioscan -fnC disk n we can get the newly presented vdisk.
Now what steps i need to follow to get the vdisk in linux /proc/partitions. Can how can i partition that disk. Do i need to go into the single user mode to get the disk? If yes how to get in single user mode.
Kindly explain the whole steps which i need to follow. It would be quite helpful for me.
Your urgent response would be quite helpful
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2007 06:24 PM
01-22-2007 06:24 PM
Re: SAN disk presntation to linux
After publishing the partition, check out the contents of /proc/scsi/scsi and you should see one more SCSI channel appear.
After that, check out the output of "fdisk -l" and you will see new disk appearing in the output which will be represented as "/dev/sdb" or "/dev/sdc"
Then you just need to partition it using fdisk, create a filesystem, make an entry into "/etc/fstab" for auto mounting and then issue the command "mount -a" to mount it onto a mount point.
Atul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2007 06:25 PM
01-22-2007 06:25 PM
Re: SAN disk presntation to linux
you can run "hp_rescan" to scan for new LUNs. This tool should be located under /opt/hp/hp_fibreutils.
Regards,
Patrick
Patrick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2007 07:28 PM
01-22-2007 07:28 PM
Re: SAN disk presntation to linux
Can you please guide what i need to do if i want to get into single user mode and then i need to detect and initialize the disk from there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2007 08:51 PM
01-22-2007 08:51 PM
Re: SAN disk presntation to linux
there is no need to go to single user mode. Just run "hp_rescan" and then fdisk and format the new detected LUNs to create a volume.
Regards,
Patrick
Patrick