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
06-04-2004 11:05 AM
06-04-2004 11:05 AM
HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2004 11:10 AM
06-04-2004 11:10 AM
Re: HP-UX
Then you'll be okay.
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
06-04-2004 11:10 AM
06-04-2004 11:10 AM
Re: HP-UX
i do not think that is a right statement. the installation of HP-UX does allow u to select the space u like to allocate for each boot logical volume, i.e. /var, /opt, etc.
that is provided, u have choosen the Advanced Option during installation, if not, u will get the default.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2004 11:14 AM
06-04-2004 11:14 AM
Re: HP-UX
For your comment on Linux on visualize, I do not think that debian (what I used to have on my B180) on risc platform is not ready for prime time yet. Especially the hardware detection. It is nowhere near intel platform. You can give it to not too many people working on the flavor as there is not much need for it. Mine took me a good part of the week to get X running, let alone any additional packages without problems. Oh well, it was at my previous employer. Now I have another b180 that I inherited and loaded 11.0 on it because of the fact that 11.i refuses to run more than 5 minutes without freezing on a machine with 64MB of memory (yeah, somebody cannibalized the box bfore I inherited it)
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2004 11:46 AM
06-04-2004 11:46 AM
Re: HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2004 11:50 AM
06-04-2004 11:50 AM
Re: HP-UX
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2004 02:45 PM
06-04-2004 02:45 PM
Re: HP-UX
I even installed GNOME 1.4, mozilla and plugins :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2004 06:11 PM
06-06-2004 06:11 PM
Re: HP-UX
However i would like to know why RHAS had to be reinstalled several times on a DL380, as all of our servers here running linux are DL380's and they are solid as a rock.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2004 09:27 PM
06-06-2004 09:27 PM
Re: HP-UX
Reboot the system
Interrupt boot process
Bo primary
Interact with IPL
hpux -is
mount /usr
lvextend -L 2048 /dev/vg00/lvol6
extendfs /dev/vg00/rlvol6
2048 is the new size of the volume in megabytes.
lvol6 is just an example, choose the volume you want to increase.
ps.
If you want to increase /usr you;ll have to remember extendfs will only work on volumes which aren't mounted.