- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to view HP rp3440 server Startup time
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
08-22-2008 10:17 PM
08-22-2008 10:17 PM
How to view HP rp3440 server Startup time
I want to know how can we see server startup time in HP UX 11.23 as we can see shutdown time in /etc/shutdownlog
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2008 10:19 PM
08-22-2008 10:19 PM
Re: How to view HP rp3440 server Startup time
You can refer to /etc/rc.log. It has startup logs for all system services. Or else, you can just run "uptime" command & it will tell the you time for which the server has been up & running.
Regards,
Vihang.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2008 11:01 PM
08-22-2008 11:01 PM
Re: How to view HP rp3440 server Startup time
#/etc/rc.log
#/var/adm/syslog/syslog.log
#uptime
Regards,
Asif Sharif
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2008 01:06 AM
08-23-2008 01:06 AM
Re: How to view HP rp3440 server Startup time
who -b
plus all the above.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2008 01:38 AM
08-23-2008 01:38 AM
Re: How to view HP rp3440 server Startup time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2008 04:51 PM
08-23-2008 04:51 PM
Re: How to view HP rp3440 server Startup time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2008 08:39 PM
08-23-2008 08:39 PM
Re: How to view HP rp3440 server Startup time
Thanks
SKR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2008 05:23 AM
08-24-2008 05:23 AM
Re: How to view HP rp3440 server Startup time
You can also do this:
uptime
That will tell you how long its been running. The date stamps on the files listed by others will be close to that.
You can also watch things happen interactively on the console. rp3440 systems have a network console built in. It merely needs to be configured with an IP address.
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
08-24-2008 08:04 PM
08-24-2008 08:04 PM
Re: How to view HP rp3440 server Startup time
Check it using # who -r
Regards
atul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2008 03:30 AM
08-25-2008 03:30 AM
Re: How to view HP rp3440 server Startup time
You can use #uptime command to see the server startup time in HP-UX 11.23.
Please assing point to all ITRC member.
Thanks
Khairul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2008 01:37 AM
08-29-2008 01:37 AM
Re: How to view HP rp3440 server Startup time
Pls help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2008 01:58 AM
08-29-2008 01:58 AM
Re: How to view HP rp3440 server Startup time
could you please explain what you mean by "server startup time". A good clear explanation will make it easier for us to provide you with a good answer.
Regards,
Roland
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2008 02:04 AM
08-29-2008 02:04 AM
Re: How to view HP rp3440 server Startup time
The rc.log and syslog will tell you about last boot, the OLDsyslog about the previous boot - but that's it.
If you need that information for any whatever reason, you may consider to write your own script and run it at boot.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2008 03:11 AM
08-29-2008 03:11 AM
Re: How to view HP rp3440 server Startup time
"last reboot" gives you all the times, unless you scratched /var/adm/wtmps.
>Torsten: but there is no similar startup log.
It's called /var/adm/wtmps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2008 05:51 AM
08-29-2008 05:51 AM
Re: How to view HP rp3440 server Startup time
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2008 05:58 AM
08-29-2008 05:58 AM
Re: How to view HP rp3440 server Startup time
It's pretty obvious if you have one going back 3+ years. :-)
(And you get forum questions on how to figure out the year.)