- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Umount /var
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-08-2001 10:49 AM
01-08-2001 10:49 AM
some of the process are swagentd, syslogd, nettl, ptydaimon rpcd, cron, automount, envd, basicdsd, vtdaemon, pdclientd, sendmail, daiglogd, dtlogin, psdisk.exec, nmbd, lpshed...
I don't know what some of these processes do.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2001 11:08 AM
01-08-2001 11:08 AM
Re: Umount /var
I think that you cant't modify /var like this.
I propose you 3 solutions :
1) Do it in single user
2) Ignite :
2.1) Create an Ignite Tape :
make_recovery -ACi
(with -i option, you will go directly to interactive mode, when booting on tape)
2.2) Reboot
2.3) Boot on Ignite Tape
2.4) In the menu modify /var size
2.5) Restore you /vg00 with your Ignite Tape
3) Use Online JFS (if you bought it , if /var is vxfs)
Regards,
Patrice.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2001 11:10 AM
01-08-2001 11:10 AM
Solution/var is a critical filesystem because it is used by most applications and by the system.
Most of the processes you listed can be stopped and restarted, however if you do not know what they are, it may not be as safe as shutting the system down, rebooting into single user mode, extending the filesystem and then rebooting into multiuser mode. By using this method, you are guaranteed that everything is stopped properly and restarted properly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2001 11:22 AM
01-08-2001 11:22 AM
Re: Umount /var
If you have Online JFS then you can do this without shutting down anything. If you do not, the simplest thing to do is to boot, interrupt the boot process, interact with the IPL and boot to single user mode. When there, do your LVM maintenance, and when done, reboot. This is straightforward and clean.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2001 09:45 AM
01-09-2001 09:45 AM
Re: Umount /var
Another method is to seperate some of the subdirectories into new file systems. Such as /var/adm/crash, /var/spool or /var/adm/sw. You may have to do this in single user because of running processes.
For example, save whatever is in /var/adm/sw. Then delete everything in that directory. Create a new logical volume and file system and mount it as file system /var/adm/sw. Then restore to it.
This will free up a lot of space under /var.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2001 01:20 PM
01-09-2001 01:20 PM
Re: Umount /var
1) boot into single user mode:
reboot and interrupt the boot process;
selected BO;
interact with IPL - "Y"es
At the ISL> prompt enter hpux -is
You will then be able to extend the file system...
RD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2001 02:05 PM
01-09-2001 02:05 PM
Re: Umount /var
Easiest way is:
organise an outage
Shutdown the system to single user mode:
# shutdown now
check to see which filesystems are mounted - and unmount /var if it is still mounted:
# umount /var
extend the logical volume
# lvextend .....
Extend the filesystem to occupy the increased space:
# extendfs .....
mount it up and check it out:
# mount /var
Cheers,
Murray Jones