- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problems with fsadm (again!) - HPUX 10.20
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-29-2002 01:29 PM
01-29-2002 01:29 PM
use a lot /var), then from a window I've issued the following command:
# fsadm -F vxfs -E -e /var
I've got:
Extent Fragmentation Report
Total Average Average Total
Files File Blks # Extents Free Blks
18398 148 70 325532
blocks used for indirects: 23679
% Free blocks in extents smaller than 64 blks: 84.43
% Free blocks in extents smaller than 8 blks: 80.82
% blks allocated to extents 64 blks or larger: 27.00
Free Extents By Size
1: 241302 2: 9745 4: 579 8: 277
16: 201 32: 197 64: 82 128: 61
256: 37 512: 27 1024: 14 2048: 0
4096: 0 8192: 0 16384: 0 32768: 0
vxfs fsadm: setting file system reorg lock: Not a typewriter
lock is held by pid 1073900024 on path /var/lost+found/.fsadm
From the last two lines, it seems to me (if I dont misunderstand it)
the operation can't be done.
I've supossed the operation failed due to some processes using /var.
Then I've tried with the system in single user.
I've used lsof to verify no process were using /var but again
I've got the same message.
Any hint/suggestion is welcome.
Minor problem:
man fsadm_vxfs
No manual entry for fsadm_vxfs
(i've got the man page from docs.hp.com).
Best Regards
Francisco
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2002 01:39 PM
01-29-2002 01:39 PM
Re: Problems with fsadm (again!) - HPUX 10.20
Do you have Online JFS installed on the system? It is required.
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2002 02:16 PM
01-29-2002 02:16 PM
Re: Problems with fsadm (again!) - HPUX 10.20
This may help you:
http://us-support3.external.hp.com/cki/bin/doc.pl/sid=8f90b53e181646c27f/screen=ckiDisplayDocument?docId=200000019413957
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2002 03:20 PM
01-29-2002 03:20 PM
Re: Problems with fsadm (again!) - HPUX 10.20
Following the instructions present in doc id: KBRC00000301
# swlist -l fileset -a state | grep -i vxfs
JournalFS.VXFS-BASE-KRN configured
JournalFS.VXFS-BASE-RUN configured
JournalFS.VXFS-PRG configured
excuse my ignorance, but with only this software installed
can I use fsadm ?
( I'm becoming a HPUX sysadmin, in the hard way
i.e. hands-on practice and forums help)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2002 03:37 PM
01-29-2002 03:37 PM
SolutionFrom man fsadm_vxfs:
The online reorganization and online resize features of fsadm are available only with the Advanced VxFS package.
If "swlist | grep JFS" doesn't show OnlineJFS (also known as Advanced VxFS or Advanced JFS) then you won't be able to use fsadm to defrag your filesystems.
I'd place a software call to HP asking them to send the man page for fsadm_vxfs. I just did that last week.
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2002 03:45 PM
01-29-2002 03:45 PM
Re: Problems with fsadm (again!) - HPUX 10.20
/usr/share/man/man1m.Z/fsadm_vxfs.1m
/usr/share/man/cat1m.Z/fsadm_vxfs.1m
You can check if you have OnlineJFS by
# swlist -l bundle |grep JFS