- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: adding space on SAN and dynamically recognized...
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
07-29-2004 10:56 AM
07-29-2004 10:56 AM
What are the options available for hp-ux to see the new space on the existing hw path?
Regards,
Doug
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2004 11:04 AM
07-29-2004 11:04 AM
SolutionAfter ioscan, execute insf -e to create the device files.
and then you need to pvcreate and add it to the vg. Then vgdisplay will display the available space.
-- Sundar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2004 11:06 AM
07-29-2004 11:06 AM
Re: adding space on SAN and dynamically recognized by hp-ux
Suggest:
# ioscan -fnk >/tmp/wrk1
# ioscan -fn >/tmp/wrk2
Do a diff on the two files, this will tell if there are any new hardware.
If you recognise a new address, create a device file using insf -e
# insf -e
If this does not work, then there must be an additional procedure needed for the server to see that hardware. CHeck with you SAN dude for this. vgdisplay will not have the new hardware until it has been added by using 'pvcreate' and 'vgextend' to a volume group. See the man pages.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2004 12:05 PM
07-29-2004 12:05 PM
Re: adding space on SAN and dynamically recognized by hp-ux
My guess is that if you can't see the new disks through an ioscan then a step has been missed in allocating the space from the SAN.
In the case of adding EMC SAN disks the brocade switich first needs to be zoned and after that the disks allocated to the server using EMC software (Volume Logix). Perhaps one of these steps has been missed or the switch zoning was not done correctly??
I'd check with the SAN admin.
As the others have said once the disks are visible to your server use pvcreate and then allocate them to a volume group using vgcreate or vgextend.
Cheers
Con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2004 02:34 PM
07-29-2004 02:34 PM
Re: adding space on SAN and dynamically recognized by hp-ux
It is possible to get HP-UX to recognize the new space without a boot. Its not the same process with all SAN's
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2004 03:05 PM
07-30-2004 03:05 PM