- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- problem increasing /stand
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
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
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
тАО04-19-2004 11:43 AM
тАО04-19-2004 11:43 AM
execute :
bdf
whdux1 # bdf
Filesystem kbytes used avail %used Mounted on
/dev/root 143360 106603 35237 75% /
/dev/vg00/lvol1 187413 67258 101413 40% /stand
before / it was in /dev/lvol3
that I made bad?
/
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-19-2004 11:54 AM
тАО04-19-2004 11:54 AM
SolutionTo fix your problem with /dev/root:
# lvlnboot -v (to see that everything is normal)
# mv /etc/mnttab /etc/mnttab.old
# mount -a
# vgscan
Does the size of /stand reflect what is in the logical volume size?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-19-2004 11:57 AM
тАО04-19-2004 11:57 AM
Re: problem increasing /stand
U can just move /etc/lvmtab file to other name and run vgscan.
-sinhass
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-19-2004 11:59 AM
тАО04-19-2004 11:59 AM
Re: problem increasing /stand
Sorry I am wrong Pls follow what Michael Tully wrote.
-sinhass
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-19-2004 12:22 PM
тАО04-19-2004 12:22 PM
Re: problem increasing /stand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-19-2004 06:05 PM
тАО04-19-2004 06:05 PM
Re: problem increasing /stand
rm /etc/mnttab;mount -a;bdf
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-21-2004 02:42 AM
тАО04-21-2004 02:42 AM
Re: problem increasing /stand
Your bdf shows / as using /dev/root
/stand now shows /dev/vg00/lvol1 which is correct.
You said /stand used to be /dev/lvol3
From my base install /stand is /dev/vg00/lvol1. So it looks to me like /stand is now correct but, I do not understand why / is not /dev/vg00/lvol3.
Granted you named the lvol root, and it is just a name. I do not understand why vg00 is not in the path.
They all should be /dev/vg00/lvol....
If you have a make_recovery tape I would rebuild from that and try to correct things. If not, I would try to create a make_recovery tape and then rebuild.
Of course, I have to ask the usual question. Why do you want to increase /stand? The question has been asked numerous times in the Forums and the general consensus has always been / and /stand should not be increased.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-21-2004 02:44 AM
тАО04-21-2004 02:44 AM
Re: problem increasing /stand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-21-2004 03:09 AM
тАО04-21-2004 03:09 AM
Re: problem increasing /stand
The root file system (/), swap, and /stand have to be contiguous and actually the order is /stand, then swap, then /. In order to increase the size of /stand without doing an Ignite backup/restore, the only way to keep it contiguous would be to reduce swap, thus freeing up some room at the beginning of lvol2 that could be used for lvol1.
That is what the reducing swap comment was about.
Pete
Pete