- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Defrag file system poblem
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
03-22-2006 12:13 AM
03-22-2006 12:13 AM
I have a big problem ...
I have ha file system:
1600 Gb total
1100 Gb used
one Vg
one lvol
23 disk
I wanted recover any disk for another vg from that
I started :
/usr/sbin/fsadm -d -D -e -E /file_system
The problem is that now they are 24 hours and the fsadm not finished.
I would want to know if :
How can calculate a remaining time
i can kill fsadm process, how kill that, and the impact... it is dangerous
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 01:24 AM
03-22-2006 01:24 AM
SolutionYou savely kill the fsadm defragmentation, but I don't understand "wanted recover any disk for another vg from that"
# ps -ef | grep fsadm
# kill pid
http://www5.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000080000377
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 01:27 AM
03-22-2006 01:27 AM
Re: Defrag file system poblem
It is dangerous to kill the process. That being said, I had an operator once boot a system while this was running and no data was lost. its well designed or we were lucky.
Calculating the time depends on how busy the disks are. It will go faster on an idle system.
Best practice is to let it run and schedule future runs for a weekend.
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
03-22-2006 06:15 AM
03-22-2006 06:15 AM
Re: Defrag file system poblem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 09:09 PM
03-22-2006 09:09 PM
Re: Defrag file system poblem
I had 3 process
I have killed the young process whith
kill pid_process
But not killed it
I re kill in order all 3 process
2 pocess died but the young process no
I kill it with "kill -9" and after 20 minutes
it died .
bye bye