- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DUMP disk replacement
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-05-2005 06:17 AM
12-05-2005 06:17 AM
Situation, i want to replace a alerted dump disk..
- Do i do lvrmboot first on lvol
- vgreduce
- pvcreate
- lvlnboot
Is this ok?
thanks
Prashant
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2005 06:23 AM
12-05-2005 06:23 AM
SolutionIs this dump disk all by itself, with nothing else on it?
pvdisplay -v /dev/dsk/c1t1do
# use a real c1... device
If it is truly alone
lvremove the logical volumes if you can.
then vgreduce
replace the disk
pvcreate
lvcreate
lvlnboot
Dump and swap sometimes do double duty.
Take it slow, and you may need to go to single user or lvm maintenance mode to do this.
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
12-05-2005 06:23 AM
12-05-2005 06:23 AM
Re: DUMP disk replacement
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2005 06:29 AM
12-05-2005 06:29 AM
Re: DUMP disk replacement
1> lvrmboot
2> lvremove
3> vgreduce
4> pvcreate
5> vgextend
6>lvcreate
7> lvlnboot
This sounds good now..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2005 06:40 AM
12-05-2005 06:40 AM
Re: DUMP disk replacement
Yes these are the steps. But take caution of the arguments
With lvcreate
#lvcreate -n dump -L ??? -C y /dev/vgxx
With lvlnboot
#lvlnboot -d /dev/vgxx/lvol??
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2005 04:46 AM
12-10-2005 04:46 AM
Re: DUMP disk replacement
No need to mirror Dump disk. As how it is just waste of space. Bcoz your system will never crash...:-)
Why to waste one disk for it. Just check with crashconf -v and see what is included in dump and allocate that with additional 10% for It.
007