- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- wen console download?
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
03-25-2002 01:12 PM
03-25-2002 01:12 PM
wen console download?
I need to increase the /home directory (I created a VG for temp ftp dumping, and a user has filled up his home directory). I think increasing the /home directory is needed order, I would need to go into single user mode and umount the /home directory to increase the size.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 01:22 PM
03-25-2002 01:22 PM
Re: wen console download?
If your user are not using /home, you can increase the size of /home without going into single user mode.
Check if someone is using /home,
fuser -cu /home
If you can ask the user who are using /home, and fuser returns no process id for the fuser command, you can unmount /home and increase its size.
This procedure works if you don't have onlineJFS on the system. If you have OnlineJFS on the system, you don't even have to unmount /home.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 01:25 PM
03-25-2002 01:25 PM
Re: wen console download?
In answer to your first question, you can print html pages for SWC from this link,
http://docs.hp.com/hpux/onlinedocs/hw/swc/index.html
I can't see a PDF. Are you looking for a PDF or this html is okay.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 01:26 PM
03-25-2002 01:26 PM
Re: wen console download?
http://www.docs.hp.com/hpux/onlinedocs/hw/swc/index.html
It's HTML, not downloadable.
If you do not have OnlineJFS, you'll have to umount /home to increase it. Make sure you check for how much space is available in the VG where the LV of /home is defined.
Example :-
# umount /home
# lvextend -L 1200 /dev/vg01/lvol1
==> increase to 1.2GB
# extendfs -F vxfs /dev/vg00/rlvol1
==> extend the FS, replace "vxfs" with "hfs" if you're using HFS FS.
# mount /dev/vg00/lvol1 /home
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 01:28 PM
03-25-2002 01:28 PM
Re: wen console download?
Thanks for your response. What I was looking for was a User Guide for Web Console. I remember using it 2 years ago, but forgot all of the commands. I recall using gsl in the web console. Is this a Glance Command?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 01:31 PM
03-25-2002 01:31 PM
Re: wen console download?
I recall someone telling me we had to be in single user mode to increase one of the root fs. This is why I asked for the web console info. How can I tell if I am using online journal fs? Also, how can you increase the /home directory if you are IN /home, this is why we have to bring it down to single user mode? thanks again...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 01:34 PM
03-25-2002 01:34 PM
Re: wen console download?
Web console is a java based web browser interface. I think what you are looking for is the GSP commands for the server.
Here is a list of GSP console commands,
http://us-support3.external.hp.com/cki/bin/doc.pl/sid=edd3a0aa0098643330/screen=ckiDisplayDocument?docId=200000058669283
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 01:34 PM
03-25-2002 01:34 PM
Re: wen console download?
I went to that link you provided. Nothing is said about commands that are needed to navigate the server through the web console. Where can I find a help.guide to navigate the web console?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 01:36 PM
03-25-2002 01:36 PM
Re: wen console download?
This is what i have printed and kept for my refernce,
http://us-support3.external.hp.com/cki/bin/doc.pl/sid=d23196c40c1ba521b3/screen=ckiPrintableDocument?docId=200000054817804
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 01:38 PM
03-25-2002 01:38 PM
Re: wen console download?
For OnlineJFS.. check the availability by running ..
# swlist -l bundle|grep -i online
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 01:43 PM
03-25-2002 01:43 PM
Re: wen console download?
Though /home is part of the root vg, it is not one of the system directories. I mean to say that none of the system related files are created under /home. This directory is supposedly meant as default home directory for the users. So if you can get your users to log out (the ones who are using this directory / has home directory under /home ), then you can unmount this filesystem and increase the size of /home.
To check if you have OnlineJFS installed, use the method suggested by SK chan. Or you can check it by using,
cat /stand/system |grep vx
If this returns "vxbase" only you have baseJFS on your system. If this returns "vxbase" and "vxadv" you have onlineJFS on your system.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 07:31 PM
03-25-2002 07:31 PM
Re: wen console download?
The initial screen you see when you point your web browser at the ipaddress of the web console is the login screen. Provide the appropriate credentials (not necessarily the same as your user account) and the next screen you get is webconsole administration screen. At this point, you will probably want to select Access the console, and then issue a
If you want to get back to the console window, type "co" and
hth
Mark