- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Removing unwanted filesets - reason is space n...
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-30-2004 05:05 AM
09-30-2004 05:05 AM
Re: Removing unwanted filesets - reason is space needed
Yes that suits me fine.
Ignite installing now and I'm going through the door to lunch...see you in about 1-2 hours ;)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 06:36 AM
09-30-2004 06:36 AM
Re: Removing unwanted filesets - reason is space needed
back here...tried to install the latest quality pack for HP-UX 11.00 but it complains about space again. Same as last time roughly...I need to free 158MB on /usr and 46MB on /var
the install of Ignite UX went well.
What's the next course of action?
waiting...reloading...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 06:46 AM
09-30-2004 06:46 AM
Re: Removing unwanted filesets - reason is space needed
So stage 1 was a success /opt bigger
Now its going to be more hard: /var is used by all sorts of system logging activities etc
sam uses it also so you cant use sam to solve your problem.
In order to install the latest patches you will need a /var of almost 900MB...
2 options:
Kamikaze way I did it a few times but again I am maybe more aware of what can go wrong...
Safe way but do you know how to reboot single user? and have an idea what you are facing (no usual commands found...)
Where is the box?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 06:55 AM
09-30-2004 06:55 AM
Re: Removing unwanted filesets - reason is space needed
But I would go the hard way first so you see how to get yourself out of trouble and gain confidence...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 06:59 AM
09-30-2004 06:59 AM
Re: Removing unwanted filesets - reason is space needed
Are you going to walk through this process now? I'm ready and willing...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 07:06 AM
09-30-2004 07:06 AM
Re: Removing unwanted filesets - reason is space needed
type at the console shutdown -r now,
look aat what it displays when comimg up:
It will say after a while something like "you have 10 seconds press any key to stop..." (dont remember and my PC with MS... is not of help...)
so go !
press
Now your facing a system waiting for you to tell what comes next...
So what do you see?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 07:13 AM
09-30-2004 07:13 AM
Re: Removing unwanted filesets - reason is space needed
Interrupt the boot process
Hit any key when the following message appears:
Booting from primary path, press any key to override
Boot from primary path and interact with isl At the menu, type:
boot pri isl
And answer "y" to Interact with ISL ?
ISL>hpux -is
Your system is in single user mode. No filesystems are mounted but /
var
# lvextend -L XXX /dev/vg00/lvolx
# extendfs -F vxfs /dev/vg00/rlvolx
usr
# lvextend -L XXX /dev/vg00/lvolx
# extendfs -F vxfs /dev/vg00/rlvolx
# mount -a (or mountall)
# shutdown -r -y now
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 07:14 AM
09-30-2004 07:14 AM
Re: Removing unwanted filesets - reason is space needed
Main Menu: Enter Command >
The menu has commands on left and below are the following descriptions for the commands:
Boot from specified path
Display of modify a path
Search for boot devices
Access configuration menu/commands
Access information menu/commands
Access service menu/commands
Redisplay correct menu
Display help current menu
Restart System
Next step?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 07:20 AM
09-30-2004 07:20 AM
Re: Removing unwanted filesets - reason is space needed
Did that and now the prompt says:
root:unknown>
What do I do next?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 07:21 AM
09-30-2004 07:21 AM
Re: Removing unwanted filesets - reason is space needed
follow what Robert just put down
2 of us makes it more comfortable for double checking especially as I have no connection to a system anymore...
so boot pri command is to say to boot from the primary boot device
hpux -is is single user
lvextend -L 900 /dev/vg00/lvol8
extendfs -F vxfs /dev/vg00/rlvol8
(notice the r here?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 07:21 AM
09-30-2004 07:21 AM
Re: Removing unwanted filesets - reason is space needed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 07:25 AM
09-30-2004 07:25 AM
Re: Removing unwanted filesets - reason is space needed
I'm at this prompt:
root:unknown>
I will now type in the two commands you posted:
root:unknown> lvextend -L 900 /dev/vgoo/lvol8
then
root:unknown> extendfs -F vxfs /dev/vg00/rlvol8
Is this correct?
waiting for confirmation before doing this...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 07:26 AM
09-30-2004 07:26 AM
Re: Removing unwanted filesets - reason is space needed
Check if your filesystems are mounted
# bdf
Ps. no problem Victor and Adrian hope the weather is better in Barbados :-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 07:29 AM
09-30-2004 07:29 AM
Re: Removing unwanted filesets - reason is space needed
I typed the bdf command at the root:unknown> prompt and got: sh bdf not found...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 07:30 AM
09-30-2004 07:30 AM
Re: Removing unwanted filesets - reason is space needed
I suggest that you stay in single user and extend /usr to 500MB /stand to 100MB and /tmp 100MB also
that is
-L 100 /dev/vg00/lvol3
-L 500 /dev/vg00/lvol7
-L 100 /dev/vg00/lvol4
once done
mount them, you know how...
bdf ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 07:32 AM
09-30-2004 07:32 AM
Re: Removing unwanted filesets - reason is space needed
# /sbin/bdf
same for the other commands
# /sbin/lvextend -L XXX /dev/vg00/lvolx
# /sbin/extendfs -F vxfs /dev/vg00/rlvolx
RJ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 07:32 AM
09-30-2004 07:32 AM
Re: Removing unwanted filesets - reason is space needed
So normal...
Dont worry
alls fine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 07:36 AM
09-30-2004 07:36 AM
Re: Removing unwanted filesets - reason is space needed
going to type in these commands now...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 07:36 AM
09-30-2004 07:36 AM
Re: Removing unwanted filesets - reason is space needed
Thanks Robert I fell a fool in front of my PC... not beeing able to check...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 07:38 AM
09-30-2004 07:38 AM
Re: Removing unwanted filesets - reason is space needed
# /sbin/mount -a
# /sbin/shutdown -r -y now
RJ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 07:38 AM
09-30-2004 07:38 AM
Re: Removing unwanted filesets - reason is space needed
mount /
mount /usr
mount /opt
mount /var
mount /tmp
and now bdf
vgdisplay vg00
to see how many blocks left
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 07:40 AM
09-30-2004 07:40 AM
Re: Removing unwanted filesets - reason is space needed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 07:42 AM
09-30-2004 07:42 AM
Re: Removing unwanted filesets - reason is space needed
I typed in all the commands and they all extended successfully...bar this one:
# /sbin/lvextend -L 100 /dev/vg00/lvol3
which returned: Not enough free physical extents available. "/dev/vg00/lvol3" could not be extended.
What do I do next? Mount the ones that extended successfully? Please post commands...
this is exciting ;)
weather in Barbados is HOTTTT...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 07:46 AM
09-30-2004 07:46 AM
Re: Removing unwanted filesets - reason is space needed
# /sbin/vgdisplay vg00
check how mutch free extends you have lef
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 07:48 AM
09-30-2004 07:48 AM
Re: Removing unwanted filesets - reason is space needed
I forgot to doublecheck what you had left when removed the logicalvolume so :
vgdisplay vg00, give us the output
Robert -L option is for MB or blocks ?I have suddenly some doubts...