- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Hard Disk
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
02-16-2002 10:44 PM
02-16-2002 10:44 PM
Hard Disk
We are adding a 4G hard disk to our E35 server
running HP-UX 10.20, ioscan detects the disk
and the vendor, but when we try to create a
volume group via SAM we get a message that the
disk is unknown and therefore it is ignored.
The hard disk is not brand new, but it was working perfect on another system with HPUX 9.04. Any ideas ? Thank you all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2002 11:27 PM
02-16-2002 11:27 PM
Re: Hard Disk
if the system is detecting the newly added harddisk, check /dev/dsk , whether file has been created for that disk.
then #pvcreate -f /dev/dsk/cxtxdx (cxtxdx is the new file created for added harddisk)
#vgextend vgxx /dev/rdsk/cxtxdx.
where vgxx is the volume group to be extended
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2002 11:48 PM
02-16-2002 11:48 PM
Re: Hard Disk
From the command line post the output of this command:
# /usr/sbin/ioscan -fn
We need to determine whether it is a driver issue or the system doesn't recognise the type of disk.
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2002 12:41 AM
02-17-2002 12:41 AM
Re: Hard Disk
First do and "ioscan" and find out the disk device file name. Then do a diskinfo for the ear device for the disk,
diskinfo -v /dev/rdsk/cxtydz
If this works. Next try to do a pvcreate "pvcreate -f /dev/rdsk/cxtydz". Next you can add the disk using command line or you can use sam to add the disk. If you still have problems, can you post the error message you are getting. IF the diskinfo command doesn't work, can you post your ioscan output and the results of the diskinfo command.
Hope this helps.
Regd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2002 10:15 AM
02-17-2002 10:15 AM
Re: Hard Disk
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2002 11:24 AM
02-17-2002 11:24 AM
Re: Hard Disk
Like bill has suggested, you /etc/disktab entries should be up-to-date. Though for a 4GB disk you should not be having problem with the disktab entries.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2002 02:19 AM
02-19-2002 02:19 AM
Re: Hard Disk
patch should be installed to update the disktab file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2002 02:20 AM
02-19-2002 02:20 AM
Re: Hard Disk
patch should be installed to update the disktab file.