- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Disk issue
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
05-15-2005 10:37 PM
05-15-2005 10:37 PM
Disk issue
I had a LUN in Netapp, 34GB.
When I do disk info I see 34GB, untill now it's OK.
I changed the LUN to 8GB, but when I do diskinfo, I still get 34GB ...
Am I missing something?
Thanx.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2005 10:41 PM
05-15-2005 10:41 PM
Re: Disk issue
I beleive you have unmounted/removed the filesystem, removed/exported the VG...
rmsf -H hardware path
and then
insf -C disk
Recreate the PV, VG, LV, FS again.
Regards,
Naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2005 10:42 PM
05-15-2005 10:42 PM
Re: Disk issue
Just trying rescanning it. HP Ux does not support any feature which allows it to adjust it with changing sizes of physical devices. So probably you system is still using the old information. If ioscan do not solve this try removing and recreating device file using rmsf and mksf.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2005 10:44 PM
05-15-2005 10:44 PM
Re: Disk issue
There is no PV there yet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2005 10:46 PM
05-15-2005 10:46 PM
Re: Disk issue
Does the ioscan output shows correct for the particular device file???
Regards,
Naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2005 10:49 PM
05-15-2005 10:49 PM
Re: Disk issue
I think there is something wrong with the storage.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2005 10:51 PM
05-15-2005 10:51 PM
Re: Disk issue
It seems to be a storage issue only. As recreating device file should show correct size only. Check your storage.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2005 10:56 PM
05-15-2005 10:56 PM
Re: Disk issue
Is it possible for you to delete the LUN and create another LUN with a different LUN number (so that the host gets a different device file) and then see if diskinfo throws you the correct info!!!
With best wishes,
Naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2005 11:39 PM
05-15-2005 11:39 PM
Re: Disk issue
Is there something like commiting changes (On Filer end) ?? Just guessing ....not much aware of filer.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2005 04:42 AM
05-16-2005 04:42 AM
Re: Disk issue
Try ioscan -fnC disk or regular ioscan to see if it updates.
I also find sometimes:
sam
disk and filesystms
disk information
Causes the system to run commands that updates these figures.
Maneshmah?
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
05-16-2005 04:55 AM
05-16-2005 04:55 AM
Re: Disk issue
pvremove /dev/rdsk/cXtXdX
If it is part of a vg - then you need to vgreduce it first...
rmsf /dev/rdsk/cXtXdX
rmsf /dev/dsk/cXtXdX
Then, resize LUN
Then,
ioscan -fnC disk
insf -e
Sometimes - re-ioscan: ioscan -fnC disk
pvcreate /dev/rdsk/cXtXdX
diskinfo /dev/rdsk/cXtXdX
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2005 05:41 AM
05-16-2005 05:41 AM
Re: Disk issue
reducing the LUN size is usually a bad idea. As an example, LVM likes to have headders and foorters on it's disks, so by reducing the LUN on the NetApp will not update the LVM stuff. Similar things happen for VxFS flesystems... You really need to backup data, remove filesystems, logical volumes & volume group & delet LUN on NetApp/filer. Then re-create LUN, re-creat VG & LV & restore data...
Regards
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2005 07:54 AM
05-16-2005 07:54 AM
Re: Disk issue
Actually it was bunch of problems, one of them misconfiguration in the storage ...