- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: extendfs on /var and /tmp
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
11-17-2003 02:35 AM
11-17-2003 02:35 AM
/var or /tmp they are busy so I can't extend
the file system.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2003 02:37 AM
11-17-2003 02:37 AM
Re: extendfs on /var and /tmp
You'll need to do this in single user mode. Reboot, interrupt the process and enter "hpux -is" at the ISL prompt.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2003 02:38 AM
11-17-2003 02:38 AM
SolutionAt the console
Boot the box
shutdown -ry now
Interupt at the 10 second prompt
bo
Y Interact with the ISL Yes
hpux -is
Now you can run extendfs on those volumes.
the shell is different, and it might be easier if you run mount /usr first, but thats how you extend /var and /tmp
If you have OnlineJFS you can extend without this procedure, but it would seem you don't have this paid add in product.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2003 02:39 AM
11-17-2003 02:39 AM
Re: extendfs on /var and /tmp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2003 02:40 AM
11-17-2003 02:40 AM
Re: extendfs on /var and /tmp
Although you may be able to extend those filesystems, you dont necessarily have to umount the filesystems...
If you have JFS Online loaded, you can merely run
fsadm -F vxfs -b
Do a swlist -l patch |grep -i JFS to check
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2003 02:42 AM
11-17-2003 02:42 AM
Re: extendfs on /var and /tmp
no points on this post...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2003 03:30 AM
11-17-2003 03:30 AM
Re: extendfs on /var and /tmp
The first way, using OnLineJFS which is a not free HP software. It provides a way to extend File Systems online. You don't have to umount it before the extend.
The second way consits in booting the server in single user mode.
This can be done usign the command shutdown (ie : shutdown -r -y -g0)
You will be asked to interrupt the boot sequence by striking a key :
"Press any key within 10 seconds"
You will have a command line (MAIN MENU>)
You've to enter BO PRI
Next you're asked to interact. Enter Y to specify the mode of boot sequence you want to use.
Interact with the ISL Y/[N] : Y
You use Init Single by entering : hpux -is
At the end of the boot sequence, you can use lvextend en then extendfs to extend /var or /tmp. When done just type init 3, for exemple to start the multi-user mode.