- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- We've totalled /var -- HELP
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
09-20-2002 07:59 AM
09-20-2002 07:59 AM
We've totalled /var -- HELP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 08:11 AM
09-20-2002 08:11 AM
Re: We've totalled /var -- HELP
Have a look at the man pages for 'vgreduce'. Specifically look at:
# vgreduce -f ...
Also, remember that when you do 'vgscan' to recreate 'etc'lvmtab', you generally want to first move 'etc/lvmtab' to 'etc/lvmtab.old'. Failure to do so means that 'vgscan' will attempt to use the esisting lvmtab's information.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 08:13 AM
09-20-2002 08:13 AM
Re: We've totalled /var -- HELP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 08:19 AM
09-20-2002 08:19 AM
Re: We've totalled /var -- HELP
Do a vgcfgrestore -n vg00 /dev/dsk/c0t1d0
followed by a vgchange -a y vg00.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 08:22 AM
09-20-2002 08:22 AM
Re: We've totalled /var -- HELP
can you post your exact status other than "totally messed up".
1. Are you in single user mode?.
2. Did you get the other file systems mounted?.
3. Are you having problems with only var?.
4. Did you replace c0t1d0?.. If you did a pvcreate on c0t1d0 without replacing it, no wonder it will be unrecognized as in lvmtab. But vgcfgrestore may help you getting it back.
-Sri