- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: how to map device files.
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
11-14-2006 12:16 AM
11-14-2006 12:16 AM
how to map device files.
I hv a HP box connected to IBM san storage. Storage team has already created some LUNs and they hv given me the LUN serial numbers. My task is to created a new file systems on the newly created LUNs. My query is how can I map new LUN numbers to device files? Do I need to do an 'insf -e'(I would like to get rid of doing an 'insf -e')? Please advise me the rest of proceedure to create a filesystem on newly created LUNs. Thanks to all
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2006 12:30 AM
11-14-2006 12:30 AM
Re: how to map device files.
Normally for non-hp arrays a reboot is required.
The reboot runs a command called:
insf -C disk
Which might be worth trying to save you the reboot.
pvcreate -f
lvcreate -L
newfs -F vxfs
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
11-14-2006 12:33 AM
11-14-2006 12:33 AM
Re: how to map device files.
Once you have been created disk volumes you must follow the next steps:
In sever: execute ioscan -fnC disk to discover new disks
Execute insf -e to create the new devices
If you require create a physic volume you must do the following thing:
pvcreate /dev/rdsk/cxtxdx to extend a already existing Vg
vgextend /dev/vgxx
vgdisplay /dev/vgxx to verify that the disk is in vgxx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2006 01:51 AM
11-14-2006 01:51 AM
Re: how to map device files.
When you reboot you will be able to see the new devices. After you have the device path then you can create volume groups and logical volumes, along with your mount points. Use the ioscan -fnC disk to see the new devices, If you don't see them then do "insf -e" but as Steven said above the insf -C disk should run on reboot.
Sp,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2006 06:54 AM
11-14-2006 06:54 AM
Re: how to map device files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2006 06:54 AM
11-14-2006 06:54 AM
Re: how to map device files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2006 01:56 PM
11-14-2006 01:56 PM
Re: how to map device files.
Bill Hassell, sysadmin