- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- UPS shutdown
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-03-2004 11:00 AM
03-03-2004 11:00 AM
UPS shutdown
One last Q, ioscan tells me that there is memory but how can I tell how much memory there is installed on the system?
Thank you for you time and information.
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2004 11:08 AM
03-03-2004 11:08 AM
Re: UPS shutdown
You might like to comment /usr/lbin/ups_mond in the /etc/inittab.
To find out the memory in the system
if u r running 10.20 then
# echo "physmem/D" | adb -k /stand/vmunix /dev/kmem
if u r running 11.x
# echo "phys_mem_pages/D" | adb -k /stand/vmunix /dev/kmem
the resulting number is in pages - multiply by 4 to get the total memory in kbytes.
-- Sundar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2004 11:11 AM
03-03-2004 11:11 AM
Re: UPS shutdown
Assuming this is an 11.x box:
echo "phys_mem_pages/D" | adb /stand/vmunix /dev/kmem
This will yield the number of 4k pages. Multiply by 4096 to get bytes of physical memory.
Both of these tasks can only be done as root.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2004 11:15 AM
03-03-2004 11:15 AM
Re: UPS shutdown
There should be plenty of time for your system to shut down properly, especially after taking the recommendations above.
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
03-03-2004 11:31 AM
03-03-2004 11:31 AM
Re: UPS shutdown
I am running HPUX 10.20
Thanks again for the information
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2004 06:58 PM
03-03-2004 06:58 PM
Re: UPS shutdown
Make sure to also check crontab for any "scheduled reboots".
HTH,
Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2004 07:06 PM
03-04-2004 07:06 PM