Sponsored Content
Full Discussion: Hmc uptime
Operating Systems AIX Hmc uptime Post 302357921 by zaxxon on Thursday 1st of October 2009 01:58:01 AM
Old 10-01-2009
Sorry - after intensive checking I could not find an alternative.
Do you have a host checking tool that might ping or check ports of applications? Maybe this one can tell you when the HMC was booted last time.

Last edited by zaxxon; 10-01-2009 at 03:07 AM.. Reason: typo
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

uptime

Hi Folks uptime 12:24pm up 2 days, 3:12, 4 users, load average: 0.00, 0.00, 0.00 what does the load average figure mean.. regards Hrishy (2 Replies)
Discussion started by: xiamin
2 Replies

2. UNIX for Dummies Questions & Answers

Getting uptime

I'm trying to get the uptime of my computer (Mac OS X) and I can go into the terminal and type "uptime" OK, and that gives me a string with the uptime in it. The problem is that the string changes a lot, and its very difficult to get the data I'm trying to extract out cleanly. Now I have 3... (2 Replies)
Discussion started by: Freefall
2 Replies

3. UNIX for Dummies Questions & Answers

uptime

On HP-UX, the 13th argument of uptime is sometime the load and sometime the word AVERAGE:??? 14 Jun 06 5:00pm up 44 days, 54 mins, 0 users, load average: 0.00, 0.02, 0.03 14 Jun 06 5:15pm up 44 days, 1:09, 0 users, load average: 0.00, 0.01, 0.01 When the time is in minutes, then the load... (1 Reply)
Discussion started by: qfwfq
1 Replies

4. UNIX for Dummies Questions & Answers

Uptime

hello folks! how can I display just the uptime without the current time, the word "up", and the load averages using the uptime command or some other command I do not know about? (13 Replies)
Discussion started by: MastaFue
13 Replies

5. AIX

HMC uptime

Hey guys!! Was tring to figure out how to find the uptime of an HMC? Any clue Bala (2 Replies)
Discussion started by: balaji_prk
2 Replies

6. Shell Programming and Scripting

Process Uptime

Hi, I need some help about a script i need to write. I want to check , if some specific process, are running since 2 hours. I tried to use a loop , grep my pid and use find -ctime on /proc directory, to list what i need. for i in `ps -ef |grep process |grep -v grep|awk '{print $2}'`... (2 Replies)
Discussion started by: rokerij
2 Replies

7. UNIX for Advanced & Expert Users

We have uptime but is there a starttime?

Hi gurus, Is it possible to get the time on when the server was re-started or does the output from who -b is the answer to my question? UNIX flavour is Solaris. The uptime command gives information on how long the server has been up but I want to know when the server was started. The output... (4 Replies)
Discussion started by: newbie_01
4 Replies

8. Shell Programming and Scripting

Extract the uptime from the output of the uptime command

Hi! I want to extract the uptime from the output of the uptime command. The output: 11:53 up 3:02, 2 users, load averages: 0,32 0,34 0,43 I just need the "3:02" part. How can I do this? Dirk (6 Replies)
Discussion started by: Dirk Einecke
6 Replies

9. Programming

How to get uptime in miliseconds ?

I need to get, in my application, in different methods, the uptime of the system in milliseconds. time() - returns only seconds. /proc/uptime - returns the seconds + a truncated milliseconds value, but it need to be parsed to extract data and convert it to milliseconds Any other suggestions ? (6 Replies)
Discussion started by: Pufo
6 Replies

10. War Stories

Once upon an uptime.

Hi All, Having recently started a new job, a Data Center Migration in fact I have been tasked with looking at some of the older Solaris boxes when I came across this little gem. nismas# uname -a SunOS nismas 5.5.1 Generic_103640-27 sun4u sparc SUNW,Ultra-1 nismas# uptime 10:37am up 2900... (2 Replies)
Discussion started by: gull04
2 Replies
mcfirst(1)						      General Commands Manual							mcfirst(1)

NAME
mcfirst - check if you can receive IPv4/IPv6 multicast SYNOPSIS
mcfirst [ -46vr ] [ -I interface ] [ -c count ] [ -t time ] [ source ] group port DESCRIPTION
mcfirst can be used to check whether one can receive multicast packets from a host. The host may send any type of multicast packets, any application, IPv4 or IPv6, ASM or SSM. mcfirst joins the specified (source) and group, and listens to the specified port. mcfirst will by default exit when the first packet is received, and print how long it waited. OPTIONS
The options are as follows. -4 Force IPv4 -6 Force IPv6 -v Print version -r Print rate information only -I interface Interface to join on -c count Stop after receiving count packets. Default is 1 unless time limit is specified -t time Exit after time seconds. Default is to exit after the first packet. If both count and time are specified, mcfirst will exit as soon as one of them is satisfied. SEE ALSO
ssmping(1) a tool for checking whether can receive SSM. dbeacon(1) a distributed beacon multicast implementation. BUGS
Please report them to Stig Venaas <venaas@uninett.no>, the author of this tool. HISTORY
mcfirst was developed by Stig Venaas during the early days of the m6bone, the IPv6 multicast backbone. User Manuals mcfirst(1)
All times are GMT -4. The time now is 04:17 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy