- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Adding aditional 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
10-20-2008 11:35 AM
10-20-2008 11:35 AM
Adding aditional disk
In hp-ux server , if we add additional disk, is it necessary to reboot the server. please help some one on this issue. my HP-UX version is 11.0 and online jfs has installed.
Thanks
Balaji.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2008 11:41 AM
10-20-2008 11:41 AM
Re: Adding aditional disk
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2008 11:48 AM
10-20-2008 11:48 AM
Re: Adding aditional disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2008 12:09 PM
10-20-2008 12:09 PM
Re: Adding aditional disk
My server model is >model
9000/800/rp7420.
sorry my os version 11.11 . please confirm now.
Thanks
Balaji.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2008 12:17 PM
10-20-2008 12:17 PM
Re: Adding aditional disk
Beginning from 11.00 the following procedure must work:
ioscan -fnCdisk # to see new disk
insf -e -C disk # to install its files
If you don't see a disk after ioscan, either disk is not connected properly or you'll really have to reboot the computer.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2008 01:35 PM
10-20-2008 01:35 PM
Re: Adding aditional disk
no you should be fine as the disks in the rp7420 are hotpluggable and if its in storage attached then you should also be fine,
insert the disk, wait a few mimutes for the disk to spin up ok, then a full fresh ioscan followed by insf, of the hardware psth that shows the disk as unclaimed
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2008 05:58 PM
10-20-2008 05:58 PM
Re: Adding aditional disk
>>>>> if we add additional disk, is it necessary to reboot the server. please help some one on this issue <<<<<<<<
no need to reboot,
General producer in adding additional disk
Once you have added the new additional disk
# ioscan -fnC disk --> scanning for "new_additional_disk" look for "claimed "
# insf -e --> Installing device "driver"
# pvcreate /dev/rdsk/c1t1d0s1
(Pls take Note option "f" used to force") --> should be carefull by typing new_PV_name only which wanna add , for more info man pvcreate"
# vgextend vg01 /dev/dsk/c1t1d0s1
(Example :- above command shows "vg01' is your Volume group, and followed NEw_additional_disk"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2008 09:20 PM
10-20-2008 09:20 PM
Re: Adding aditional disk
Thanks
SKR