- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: adding hdd in storage
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
01-01-2006 10:54 PM
01-01-2006 10:54 PM
adding hdd in storage
want some help, one of our customer has following setup.
1.server e55 os hpux 10.20
2.server k200 with os 10.20 heartbits with serial port.
3.storage is hp model 10 with five 2 gb hdd configured in raid 5 both the server in cluster .
4.Now we want to upgrade storage disks from 2 gb to 18 gb(5 disks)
5.I want to remove old hdd.
In this scenario how to configure new disk. please help me.
regards
sujeet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2006 10:58 PM
01-01-2006 10:58 PM
Re: adding hdd in storage
Looking at these threads may help you,
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=966336
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=984307
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=966636
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2006 11:07 PM
01-01-2006 11:07 PM
Re: adding hdd in storage
Present the new disk array to the system.
Then do a vgexport -p -s -v -m
Keep that mapfile.
Add the new disks to the system. IOSCAN and insf -e that.
Vgcreate and vgimport with the mapfile.
Mount with /Newdisk/
use find with cpio (it you have file size less then 2 GB.) else use tar or cp.
Ensure that your applictions are off with doing so.
Once copied unmount and mount to the old mountpoints...
007
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2006 11:34 PM
01-01-2006 11:34 PM
Re: adding hdd in storage
my set up is in cluster so how can i find out which is my quorum disk or cluster lock
regards
sujeet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2006 12:49 AM
01-02-2006 12:49 AM
Re: adding hdd in storage
this information you can find in the /etc/cmcluster.conf file
FIRST_CLUSTER_LOCK_VG /dev/vgsap
FIRST_CLUSTER_LOCK_PV /dev/dsk/c3t0d0
regards
Tvs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2006 01:32 AM
01-02-2006 01:32 AM
Re: adding hdd in storage
Dear Sujeet,
execute
#cmquerycl -v
will give you the detailed info about the cluster.
With Regards,
Siva.