- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- checking system parameters before upgrading to 11....
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
04-12-2001 05:04 AM
04-12-2001 05:04 AM
checking system parameters before upgrading to 11.0
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2001 05:09 AM
04-12-2001 05:09 AM
Re: checking system parameters before upgrading to 11.0
acho itick_per_tick/D|adb -k /stand/vmunix /dev/kmem | tail -1| awk '{print $2/10000}'
About the memory ( in MBs):
echo physmem/D| adb -k /stand/vmunix /dev/kmem | tail -1 | awk '[print $2/256}'
federico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2001 05:14 AM
04-12-2001 05:14 AM
Re: checking system parameters before upgrading to 11.0
Use stm or xstm for info on the firmware-levels.
Vincent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2001 05:23 AM
04-12-2001 05:23 AM
Re: checking system parameters before upgrading to 11.0
echo "selclass qualifier cpu; info; wait; il" | cstm
For ram:
echo "selclass qualifier memory;info;wait;infolog"|cstm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2001 06:10 AM
04-12-2001 06:10 AM
Re: checking system parameters before upgrading to 11.0
I have some D220 and D230 running HPUX11, and have installed HPUX11 on a E35... so you shouldnt have any trouble with a D280 (PA8000?..)
Just be sure to have a minimum of 256MB of RAM to be comfortable...
Good luck
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2001 06:52 AM
04-12-2001 06:52 AM
Re: checking system parameters before upgrading to 11.0
While looking for something else,I fell on this doc of interest for you...
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B3782-90807/B3782-90807_top.html&con=/hpux/onlinedocs/B3782-90807/00/00/10-con.html&toc=/hpux/onlinedocs/B3782-90807/00/00/10-toc.html&searchterms=B180l&queryid=20010412-074907
Best regards
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2001 07:31 AM
04-12-2001 07:31 AM
Re: checking system parameters before upgrading to 11.0
Vincent, I tried the stm and xstm commands, and it said "sh: stm: not found" Do I need to go somewhere to find the file?
Vincenzo, it says that the cstm command is not found. Again, does this command need to be run under a certain folder?
Thanks for everyone's help so far. I'd never get these commands on my own.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2001 07:44 AM
04-12-2001 07:44 AM
Re: checking system parameters before upgrading to 11.0
stm will be in /usr/bin and cstm, xstm will be in /usr/sbin if they are on your machine. Since you are getting errors about commands not found, my guess is that you do not have Diagnostics installed. The ?stm commands are part of the Diagnostics package.
To find out CPU speed, etc. you can also go into SAM -> Performance Monitors -> System Properties and you will find the information you need as well.
I agree that you should be fine running 11.0 on a D280. It looks like the D280 will run either 32 or 64 bit as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2001 07:55 AM
04-12-2001 07:55 AM
Re: checking system parameters before upgrading to 11.0
Mark