- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- B1000 with HPUX 11.0
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-05-2002 06:27 PM
03-05-2002 06:27 PM
I,m not good at English.
I use visualize B1000.
When I use it with HPUX10.20, it works well.
I installed HPUX11.0, it sometimes stop working.
(Firmware 2.3 ACE Nov 1999)
What should I check?
Thanks for your help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2002 06:42 PM
03-05-2002 06:42 PM
Re: B1000 with HPUX 11.0
Suggest you upgrade your patches. If you runnning Nov 1999 software, there is at least two years of problems that have been fixed. This can be done with one CD. The latest is December 2001.
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2002 06:48 PM
03-05-2002 06:48 PM
Re: B1000 with HPUX 11.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 09:11 PM
03-12-2002 09:11 PM
Re: B1000 with HPUX 11.0
I installed XSWGR1100 B11.00.52.2 March,2001.
But there is another problem.
When boot up
ISL Booting hpux reflash
15444 + 8192 + 1046180 start 0x1e01700
Firmware reflash utility : spu HVersion = 0x5bc
Software error detected at line 200
and it stop working.
How can I solve this problem?
But I can boot up system with 'ISL>hpux /stand/vmunix'
Thanks for help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 09:24 PM
03-12-2002 09:24 PM
Re: B1000 with HPUX 11.0
# lifcp /dev/rdsk/c2t2d0:AUTO -
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 10:00 PM
03-12-2002 10:00 PM
Re: B1000 with HPUX 11.0
There's only one device (c3t6d0) with LVM(vg00, lvol2 swap, lvol3 /(vxfs), lvol1 /stand(hfs) ).
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 10:13 PM
03-12-2002 10:13 PM
Solution# lifcp /dev/rdsk/c3t6d0:AUTO -
I'm suspecting the boot string in the AUTO LIF file is not correct or corrupted, that's why it is not able to boot up automatically which result in you having to got to ISL and boot it.
The above command will list the content of AUTO and typically it should only have one line that says ..
hpux
or
hpux /stand/vmunix
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 10:37 PM
03-12-2002 10:37 PM
Re: B1000 with HPUX 11.0
These were related to "memory issues":
- we had "only" 256Mb RAM.
- HPUX11.11 gets default installed with dynamic buffer cache up to 50% (kernel paramter: dbc_max_pct)
- the default value for swapmem_on is 1 (memory swap is turned on).
I think all these three issues caused the machine to get into long memory thrashing cycles, if our applications needed more dynamic memory.
We added more RAM, changed dbc_max_pct (15%) and swapmem_on (0) and everything is fine.
Hardy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 10:46 PM
03-12-2002 10:46 PM