刚好用到了lsof,顺便把笔记贴上

发布于 2022-08-24 15:27:56 字数 2243 浏览 18 评论 8

lsof下载地址

http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.82/

bash-2.04# uname -a
HP-UX HPITA B.11.23

gunzip lsof-4.82-ia64-11.23.depot.gz

swlist -d @ /tmp/lsof-4.82-ia64-11.23.depot
swinstall -s /tmp/lsof-4.82-ia64-11.23.depot

bash-2.04# swlist |grep lsof      
  lsof                                  4.82           lsof

bash-2.04# swlist -l file lsof
# Initializing...
# Contacting target "HPITA"...
#
# Target:  HPITA:/
#

# lsof                  4.82           lsof           
# lsof.lsof-RUN                                       
  /usr/local/bin/lsof                  
  /usr/local/doc/lsof/HPUX.Install                     
  /usr/local/doc/lsof/version                  
  /usr/local/man/man8/lsof.8   

vi /root/.profile

ADD
PATH=/usr/local/binPATH
export PATH

bash-2.04# lsof -i :8009
COMMAND  PID   USER   FD   TYPE             DEVICE SIZE/OFF NODE NAME
java    1064 aaa 263u  IPv4 0xe00000013a644200      0t0  TCP *:8009 (LISTEN)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(8

三生一梦 2022-08-30 08:13:04

本帖最后由 lgatuk 于 2013-12-03 10:23 编辑

yuio654 发表于 2009-10-15 16:22
晕,11.11的出了问题,怎么会这样呢?

我想问一下 我的系统为什么没有/root呢

匿名。 2022-08-30 08:12:07

原帖由 yuio654 于 2009-10-15 16:10 发表

vi /root/.profile

ADD
PATH=/usr/local/binPATH
export PATH

...

更正一下,此步会导致严重错误。

  1. /usr/lib/hpux32/dld.so: Unable to find library 'libintl.so'.

复制代码

可以直接修改/etc/profile没有问题。

网上有人说是需要把.dtprofile 下边的注释打开

  1. #  If $HOME/.profile (.login) has been edited as described above, uncomment
  2. #  the following line.
  3. #
  4. # DTSOURCEPROFILE=true

复制代码

但这个是cde的环境变量,怎么扯这来了,另外这错误给的也是莫名其妙。竟然影响到了bash,对系统其他部分的影响还没测试。

治碍 2022-08-30 08:08:07

原帖由 五“宅”一生 于 2009-10-15 22:55 发表
不错不错。大力支持。

帮忙看看另外一个,还没想明白是咋么个回事

一桥轻雨一伞开 2022-08-30 08:04:25

不错不错。大力支持。

红玫瑰 2022-08-30 07:54:45

问题解决,/usr/sbin/swagentd -r  后正常安装,多谢chuxu:wink:

[ 本帖最后由 yuio654 于 2009-10-15 17:05 编辑 ]

Hello爱情风 2022-08-30 05:23:46

原帖由 chuxu 于 2009-10-15 16:44 发表
losf可以选择源程序进行编译,我在hpux上用过。

呵呵,这错误是嘛意思呢

刚看了下swinstall日志

  1. =======  10/15/09 16:10:40 EAT  BEGIN swinstall SESSION (interactive)
  2. NOTE:    The interactive UI was invoked, since no software was
  3.          specified.
  4.          
  5.        * Session started for user "root@hinata".
  6.          
  7. ERROR:   RPC exception: "Communications failure (dce / rpc)" 10/15/09
  8.          16:11:16 EAT
  9. ERROR:   A Remote Procedure Call to a daemon has failed.  Could not
  10.          start a management session for "hinata:/".  Make sure the host
  11.          is accessible from the network, and that its daemon, swagentd,
  12.          is running.
  13. ERROR:   RPC exception: "Communications failure (dce / rpc)" 10/15/09
  14.          16:13:00 EAT
  15. ERROR:   A Remote Procedure Call to a daemon has failed.  Could not
  16.          start a management session for "hinata:/".  Make sure the host
  17.          is accessible from the network, and that its daemon, swagentd,
  18.          is running.
  19. ERROR:   RPC exception: "Communications failure (dce / rpc)" 10/15/09
  20.          16:14:04 EAT
  21. ERROR:   A Remote Procedure Call to a daemon has failed.  Could not
  22.          start a management session for
  23.          "hinata:/tmp/lsof-4.82-hppa-11.11.depot".  Make sure the host
  24.          is accessible from the network, and that its daemon, swagentd,
  25.          is running.
  26. ERROR:   RPC exception: "Communications failure (dce / rpc)" 10/15/09
  27.          16:16:30 EAT
  28.        * A Remote Procedure Call to a daemon has failed.  Could not
  29.          start a management session for "hinata:".  Make sure the host
  30.          is accessible from the network, and that its daemon, swagentd,
  31.          is running.
  32.        * Beginning Selection
  33. =======  10/15/09 16:24:52 EAT  END swinstall SESSION (interactive)

复制代码

谜泪 2022-08-30 01:24:40

losf可以选择源程序进行编译,我在hpux上用过。

安静被遗忘 2022-08-28 14:21:38

晕,11.11的出了问题,怎么会这样呢?

bash-2.04# uname -a
HP-UX hinata B.11.11 U 9000/800

bash-2.04# swlist -d @ /tmp/lsof-4.82-hppa-11.11.depot
# Initializing...
# Contacting target "hinata"...
#
# Target:  hinata:/tmp/lsof-4.82-hppa-11.11.depot
#

#
# No Bundle(s) on hinata:/tmp/lsof-4.82-hppa-11.11.depot
# Product(s):
#

  lsof          4.82           lsof
  
  

swinstall -s /tmp/lsof-4.82-hppa-11.11.depot
半天才有反应

然后就提示root path,再然后就出错

[ 本帖最后由 yuio654 于 2009-10-15 16:24 编辑 ]

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文