Search Results

Search: Posts Made By: alert0919
Forum: HP-UX 08-02-2011
9,821
Posted By alert0919
telnet login successful ,but ssh can not login
why I can login by telnet using root account
but when i use login by ssh using root account
it is not successful ,is it different password

i am sure ssh service is started
Forum: HP-UX 07-23-2009
2,262
Posted By alert0919
why lancard name has "*" symbol
why lancard name has "*" symbol
for example lan4*
what is the * mean
thanks
Forum: HP-UX 07-07-2009
4,495
Posted By alert0919
how to know if ntp deamon is start
how to know if ntp deamon is start or stop
how to determine it
by command
thanks
Forum: HP-UX 07-07-2009
2,823
Posted By alert0919
how to distinguish dvd rom or hard disk
Class I H/W Path Driver S/W State H/W Type Description
============================================================================
disk 0 0/0/2/0.0.0.0 sdisk ...
Forum: HP-UX 06-26-2009
3,042
Posted By alert0919
how could I use shell script to determine which CPU structure
how could I use shell script to determine which CPU structure
because I found that I compile my program under Itanium base that cannot run on the PA-RISC base
but PA-RISC program can run on...
Forum: HP-UX 06-03-2009
6,789
Posted By alert0919
swinstall and swremove
can it have any command
that swinstall and swremove without gui

thanks
Forum: HP-UX 05-27-2009
5,489
Posted By alert0919
vmstat question
if I have a two CPU
when I run vmstat command to check cpu usage
it only one row

procs memory page faults cpu
r b ...
Forum: HP-UX 05-24-2009
32,425
Posted By alert0919
how to get network packet size
how to get network packet size

I would like get network output rate(kb/sec)

I type command "netstat -i"
Ipkts Ierrs Opkts Oerrs 653387 0 ...
Forum: HP-UX 05-22-2009
2,504
Posted By alert0919
Does HP UX particular file system folder
Does HP UX particular file system folder ,it is generated by OS after boot machine
like Linux /proc /sys

i only know /dev ,accept this condition

does it have any other particular file system...
Forum: HP-UX 05-19-2009
17,689
Posted By alert0919
HP UX disk io rate question
I only have two disk in my HP machine
but when i execute iostat command
device bps sps msps

c0t0d1 0 0.0 1.0
disk0 49 2.8 1.0
disk5 0 0.0 1.0...
Forum: HP-UX 05-14-2009
4,431
Posted By alert0919
how could I get process working directory
how could I use c program to get HP UX process working directory
Forum: Programming 05-06-2009
3,311
Posted By alert0919
aCC Compile error message
my C++ Compiler is ACC version
aCC: HP ANSI C++ B3910B A.03.85
OS Version B.11.11
this my program error message
I don't know what error it is

aCC -g -DHPUX -DCHT_DEBUG -DNOSTD -c...
Forum: HP-UX 04-22-2009
22,163
Posted By alert0919
how could I get a process Memory Usage
I use pstat API to get Process Infomation
I would like to get a process
1.process owner
2.how many physical memory and virtual memory and total memory used(KB) and usage(%)
3.a process excution...
Forum: HP-UX 04-18-2009
6,348
Posted By alert0919
get CPU speed use pstat APIs
I get my CPU speed use pstat APIs
use this program serach google and just test it
#include <errno.h>
#include <stdio.h>
#include <unistd.h>
#include <sys/param.h>
#include <sys/pstat.h>...
Forum: HP-UX 04-17-2009
12,698
Posted By alert0919
I'm sorry I didn's say clear it work thanks...
I'm sorry I didn's say clear

it work thanks pludi

i found another way use pstat_static
Forum: HP-UX 04-17-2009
12,698
Posted By alert0919
my test result command:uptime show 4:15pm ...
my test result
command:uptime
show 4:15pm up 21:36, 2 users, load average: 0.00, 0.00, 0.00

run:
uptime | \
perl -ne '/.*up (\d+) days, +(\d+):(\d+),.*/; $total=((($1*24+$2)*60+$3)*60);...
Forum: HP-UX 04-17-2009
12,698
Posted By alert0919
thanks for your reply ,pludi my os is HP UX...
thanks for your reply ,pludi

my os is HP UX 11.31
when I test
this command
uptime | \
perl -ne '/.*up (\d+) days, +(\d+):(\d+),.*/; $total=((($1*24+$2)*60+$3)*60);
$now=time(); $now-=$total;...
Forum: HP-UX 04-17-2009
12,698
Posted By alert0919
I want to get machine boot up time
I use the uptime command,but

it only show how long system has been up
up 18 days
but I want the this format
machine boot time YYYY-MM-DD hh:mm:ss

does any command can get that or how to i...
Forum: HP-UX 03-18-2009
12,983
Posted By alert0919
telnet banner message before login
why I didn't set /etc/inetd.conf
telnet stream tcp nowait root /usr/lbin/telnetd \
telnetd -b /etc/issue

only
telnet stream tcp nowait root /usr/lbin/telnetd

in /etc/ineted.conf

but...
Forum: HP-UX 03-15-2009
3,734
Posted By alert0919
how can find account without password
first
I would like to find account that without password

second
I would like to find when account login fail ,account lock time

third
I would like to find when system idle ,force user...
Forum: HP-UX 03-10-2009
4,335
Posted By alert0919
how to package my program which can be installed on HP UX
I develop a unix program in HPUX
I want to package my program
to install on HPUX in some dierctory folder
like /user/local/sbin/xxx
and preinstall some software before install my program
...
Forum: HP-UX 02-25-2009
12,163
Posted By alert0919
HP UX start process at boot time
When I get start program at boot
I read which run level
/sbin/rcx.d runlevel=0.....x

only read directory which directory name has UpperCase 'S'
is not enough
someone says that I need to...
Forum: HP-UX 02-16-2009
2,697
Posted By alert0919
Can HPUX support multiple boot OS
Can HPUX support multiple boot OS
if it can , how to do it


I want to install HP UX 11iv1 and HP UX 11iv2 on different disk on a single HP UX machine
anyone can help me
thanks
Forum: HP-UX 02-15-2009
2,044
Posted By alert0919
How to use getdiskbyname() API
I would like to use getdiskbyname() this API to get disk size and disk usage


can any one give me an example of c program


thanks
Forum: HP-UX 02-05-2009
2,796
Posted By alert0919
how can distingiush user account
example

root::0:3::/:/sbin/sh
daemon:*:1:5::/:/sbin/sh
bin:*:2:2::/usr/bin:/sbin/sh
sys:*:3:3::/:
adm:*:4:4::/var/adm:/sbin/sh
uucp:*:5:3::/var/spool/uucppublic:/usr/lbin/uucp/uucico...
Showing results 1 to 25 of 46

 
All times are GMT -4. The time now is 02:08 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy