- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: process running and getting killed
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-07-2005 11:33 PM
02-07-2005 11:33 PM
I have a problem.
I have HP unix 11i (B.11.23 U)
I have tried to extend the vol group by adding another harddisk. later I started the process to create a logical volume. however, the process seems to be struck as it is running for more thatn 10 hrs.
Please advise as how to end this process namely
root 29917 1 0 17:41:15 ? 0:00 mkfs /dev/vglog/rlvoraorigA 2621
I have tried to kill using the kill -9
command , but it did not work.
Please advise as I am struck up in the middle of my work.
Thank you in advance
Murali
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2005 11:38 PM
02-07-2005 11:38 PM
Solutionlooks as though it did nothing and is waiting for IO
Then it will not detect the signal and thus only a run level change or reboot will kill
Does it show in top as active
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2005 11:44 PM
02-07-2005 11:44 PM
Re: process running and getting killed
the disks are what?
Striping, mirroring, raid what?
volume group looks like what?
The commands you used to add disk to VG and to extend FS ?
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2005 11:47 PM
02-07-2005 11:47 PM
Re: process running and getting killed
That is probably what is happening here.
Unfortunately, if you really are having a problem with it, it will simply hang unless you reboot the box.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2005 12:25 AM
02-08-2005 12:25 AM
Re: process running and getting killed
There's nothing you can do at this point except to reboot. I'd recommend going into single user mode and diagnosing the new disk. Start with diskinfo. If that fails, the disk is useless, get a new one. If that's OK, run dd across the disk surface as in:
dd in=/dev/rdsk/c1t2d0 of=/dev/null bs=128k
(substitute your disk's device name for c1t2d0) This should complete without errors. Ideally, you can watch the disk activity light and if it gets stuck, you'll know the disk is bad.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2005 12:43 AM
02-08-2005 12:43 AM
Re: process running and getting killed
I rebooted the system and the problem is solved.
Thanks again,
regards,
Murali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2005 12:56 AM
02-08-2005 12:56 AM
Re: process running and getting killed
The problem is solved and I am thankful for the prompt and useful replies I got.