- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /tmp; INCREASE SIZE OF
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
08-18-2000 06:49 AM
08-18-2000 06:49 AM
It will not umount since it is always in use. When I do fuser on /tmp I see the active process but cannot use fuser -ku on these processes since at least one of them is my current process.
It would appear that I would have go to single user mode, which is not practical at this time on that particular server.
Any/all help, as always, is greatly appreciated.
Andy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2000 06:53 AM
08-18-2000 06:53 AM
Re: /tmp; INCREASE SIZE OF
http://hpux.cs.utah.edu/ftp/hpux/Sysadmin/lsof-4.48
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2000 06:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2000 06:54 AM
08-18-2000 06:54 AM
Re: /tmp; INCREASE SIZE OF
Try 'print $HISTFILE' if you are using the korn/posix shell.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2000 06:57 AM
08-18-2000 06:57 AM
Re: /tmp; INCREASE SIZE OF
some of the processes cannot be killed and may need to shut them down with /sbin/init.d/xyzabc stop - one that comes to mind is the rpcd; for that you would have to /sbin/init.d/ncs stop.
After finding the PIDs, run a grep against a ps -ef for the pids to find out the actual processes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2000 06:58 AM
08-18-2000 06:58 AM
Re: /tmp; INCREASE SIZE OF
You have to find time to go to single user mode. Must apps (eg oracle) make use of the filesystem regularly.
Use bdf to determine n value of lvol.
At [] prompt, do lvextend -L NNN /dev/vg00/lvoln
extendfs -F (filesystem) /dev/vg00/rlvoln
reboot
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2000 07:06 AM
08-18-2000 07:06 AM
Re: /tmp; INCREASE SIZE OF
Do a search in the forum key "increase" or "extend" key word for plenty of details.