- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: /home file system is full
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-31-2005 01:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 01:41 AM
01-31-2005 01:41 AM
Re: /home file system is full
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 01:44 AM
01-31-2005 01:44 AM
Re: /home file system is full
Or, if you have Online JFS, you can extend it on the fly - without unmounting.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 01:45 AM
01-31-2005 01:45 AM
Re: /home file system is full
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 01:50 AM
01-31-2005 01:50 AM
Re: /home file system is full
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 01:51 AM
01-31-2005 01:51 AM
Solutionuse the following command to find files which is more than 1MB size.check it and delete if not required.
find /home -size +1000000c -exec ll {} \;
for extending the /home
check any user is accessing the /home
fuser -cu /home
if yes,exit that user and use the following command to remove the access of users/daemons
with home directory.
fuser -ku /dev/vg00/lvolXX
(replace lvolXX with the lvol of your /home)
make sure that your /home is vxfs filesystem
fstyp /dev/vg00/lvolXX
unmount the /home mount
umount /home
lvextend -L
extendfs -F vxfs /dev/vg00/rlvolXX
mount -a
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 02:12 AM
01-31-2005 02:12 AM
Re: /home file system is full
Another question related with this is:
I have a spare disk, but how can I connect is and use it for other files systems if is needed.
Taulant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 03:16 AM
01-31-2005 03:16 AM
Re: /home file system is full
first - it depends on your hardware. Can you tell us more? hw? OS?
Normally you can connect it to the (right) bus without problems.
Then you can search in SAM for the new disc and create a new directory.
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 03:22 AM
01-31-2005 03:22 AM
Re: /home file system is full
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 03:27 AM
01-31-2005 03:27 AM
Re: /home file system is full
can you tell us which hardware and which software/os do you have?
Do you have external discs? Or internal?
V.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 03:29 AM
01-31-2005 03:29 AM
Re: /home file system is full
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 04:13 AM
01-31-2005 04:13 AM
Re: /home file system is full
With 'ioscan -fn' you get a list with all hardware - there you can see which SCSI id is already used.
You have to set the SCSI id of the new disc to an unused id. Then shutdown ws and connect disc to the choosen SCSI interface.
After startup and starting SAM you should see it as an unused disc.
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 04:15 AM
01-31-2005 04:15 AM