1831374 Members
3498 Online
110025 Solutions
New Discussion

wen console download?

 
denise_7
Frequent Advisor

wen console download?

Anyone know where I can get the download manual for Secure Web Console?

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!
11 REPLIES 11
Sanjay_6
Honored Contributor

Re: wen console download?

Hi Denise,

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
Sanjay_6
Honored Contributor

Re: wen console download?

Hi Denise,

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
S.K. Chan
Honored Contributor

Re: wen console download?

The online configuration guide is in ..

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
denise_7
Frequent Advisor

Re: wen console download?

Sanjay,
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.
denise_7
Frequent Advisor

Re: wen console download?

Sanjay,
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...
Sanjay_6
Honored Contributor

Re: wen console download?

Hi Denise,

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


denise_7
Frequent Advisor

Re: wen console download?

Sanjay,
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.
Sanjay_6
Honored Contributor

Re: wen console download?

Hi Denise,

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
S.K. Chan
Honored Contributor

Re: wen console download?

Is your /home a separate filesystem ? If it is, you need not bring it down to single user mode, you just got to make sure you can umount /home. It it highly recommended to have /home on a separate lvol (filesystem) vs. having it as part of /.

For OnlineJFS.. check the availability by running ..

# swlist -l bundle|grep -i online
Sanjay_6
Honored Contributor

Re: wen console download?

Hi Denise,

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 Fenton
Esteemed Contributor

Re: wen console download?

Denise -- using the web console is just like using the real thing, except that you are working through a web-browser interface.

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 B to get to the GSP prompt.

If you want to get back to the console window, type "co" and .

hth
Mark