- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Need hard disk advice for HPUX 9000/800 11i sy...
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
12-16-2005 04:22 AM
12-16-2005 04:22 AM
Need hard disk advice for HPUX 9000/800 11i system
I am an Oracle DBA and new to system administration tasks, but I have been tasked with upgrading or installing some additional disk space on our HPUX server. I am interested in 2 150GB hard drives, or 1 300GB hard drive, whichever would be more feasible costwise and performance wise.
I'm trying to find out the basics (compatible disk drives, install instructions, vendors, etc.) for our system. However, since this is my first time installing a disk drive on an HPUX box, I would appreciate some advice on where I can start. I am especially looking for vendors of the hard disks (once I find out what kind I need) so that I can prepare a quote a.s.a.p. and forward it to management.
Any advice would be appreciated by the sysadmin experts out there...
thanks...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2005 04:28 AM
12-16-2005 04:28 AM
Re: Need hard disk advice for HPUX 9000/800 11i system
DISKs are mentioned in the /etc/disktab.
Also the disks not present in that can be manually added to that file. All you need to do is just Add the disk entry in /etc/disktab.
Contact HP, as get the recommended HP and even if you problem you can contact them for support.
Cheers ...007
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2005 04:40 AM
12-16-2005 04:40 AM
Re: Need hard disk advice for HPUX 9000/800 11i system
Thanks for the advice. /etc/disktab file is helpful. What values in the /etc/disktab file show me what is currently installed (as well as the current configuration) on my system?
gv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2005 04:42 AM
12-16-2005 04:42 AM
Re: Need hard disk advice for HPUX 9000/800 11i system
Post the model, proposed usage of the disk(s) (e.g. Oracle data), and the results of ioscan -fn and more useful information will be forthcoming.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2005 04:59 AM
12-16-2005 04:59 AM
Re: Need hard disk advice for HPUX 9000/800 11i system
Please view the attachment for the additional info. you requested.
additional system info:
# uname -a
HP-UX wisdom B.11.11 U 9000/800 701937670 unlimited-user license
#
I would perfer to install 2 150GB disks to be used for Oracle datafiles, archive logs, etc. Here are the current settings for the /data/d1 mount point :
# bdf /data/d1
Filesystem kbytes used avail %used Mounted on
/dev/RAID1/data1 102400000 94290160 8059288 92% /data/d1
Thanks again for everyone's help in this forum...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2005 05:01 AM
12-16-2005 05:01 AM
Re: Need hard disk advice for HPUX 9000/800 11i system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2005 05:19 AM
12-16-2005 05:19 AM
Re: Need hard disk advice for HPUX 9000/800 11i system
It appears that you do not have disk mirroring which is a very risky situation in case of disk failure. Disks (when they are not part of an external array controller) should be added in pairs and mirrored.
As far as adding the disk to the hardware, there are many, many options but we'll need to know the model number (uname is generic, use the model command) of the server and whether there is an external disk enclosure (the most desirable configuration).
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2006 03:39 PM
01-02-2006 03:39 PM
Re: Need hard disk advice for HPUX 9000/800 11i system
From the ioscan , it is clear that there is an external storage enclosure, which is configured in RAID 5. I think this you are currently using for your data storage. Please confirm that whether you want to add this new disk to existing enclosure??. Or will you put the new disks to server hdd slot. In that case you should have free hdd slots on server, already you are having 2 36Gb installed on server ( May be mirrored vg00). Mid range servers won't have more than 2 hdd slots.
Check the Storage enclosure free slot availability . Please check the compatibility of the higher capacity disks you are purchasing with the existing storage array , as new disk may have more rpm , which may not supported on old arrays.
Please give the following output for further checking
#diskinfo /dev/rdsk/c4t0d0
#model
#strings /etc/lvmtab
# vgdisplay -v
You should think of the availability of data also, It is a database server, & disk can fail at any time. Better to do mirroring or RAID5 on the database volumes. Currently you are having a RAID 5 box which is taking care of redundancy. So when you want to do a RAID 5 with 2*146GB storage space, you should purchase 3*146GB disks.
Hope this will help you...
shameer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2006 02:31 AM
02-07-2006 02:31 AM