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-2009 06:14 AM
07-29-2009 06:14 AM
LUNs
and what LUNs are free and how can i use them to create new vg. i am running HP-UX B.11.23 U ia64 2360091147 unlimited-user license.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2009 06:18 AM
07-29-2009 06:18 AM
Re: LUNs
Oneway to find the free LUNS is take the #ioscan -fnC disk |grep dsk and compare with #strings /etc/lvmtab output.
If disk is not there in lvmtab file means it is free. Note that if the vg is exported then also disk entry will not be there in lvmtab file
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2009 06:28 AM
07-29-2009 06:28 AM
Re: LUNs
insf -C disk
ioscan -fnC disk
Now you can create a volume group. I recommend the -p parameter the number of physical volumes so that you can maximize the number of disks and storage in the volume group.
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-29-2009 07:17 AM
07-29-2009 07:17 AM
Re: LUNs
1) Checking LUNs
You can check the LUN's with,
#ioscan -funC disk
==> It will give all the disks available on the system.
You can identify the LUNs by looking on the output,
note that LUNs may have multiple paths.
2) what LUNs are free ?
Check the below command outputs for the LUNs
#vgdisplay -v|grep PV
#strings /etc/lvmtab
#pvdisplay -v
3) how can i use them to create new vg
Use normal procedure o create new VG,
Note that if LUN has Multiple paths,add them to the new VG;I mean add PV links.
Reagrds,
LIJEESH N G
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2009 09:02 AM
07-29-2009 09:02 AM
Re: LUNs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2010 02:37 AM
04-05-2010 02:37 AM