Ruby 语言 思想驱动生活

Ruby,Rails,编程是一种乐趣。

Tag List for:

第一次使用Himalaya

Posted by liubin on Tuesday June 5 @ 19:41
Taged with: tagged , and

有机会要用HP的NonStop Server himalaya了,也许只有两个月,有点短。
这个系统(硬件,OS)应该是原来日本的一个公司tandem做的(几个从HP跳出来的人创立的公司),后来这个公司被康柏收购了,再后来康柏又被惠普收购了。
NSK:NonStop Kernel的意思吧。

今天主要是在远程来访问主机,不过透过机房的玻璃见到了主机,但是没进去。
客户端(windows)先装上了outside view32这个软件,应该页是个终端模拟的软件,可见其公司主页http://www.crystalpoint.com/
稍微设置了一下,就可以连接目标主机了。
Open session ,打开到一台主机的连接(这里是telnet协议)
连上之后,显示如下信息:

  1. WELCOME TO sk1-1 [PORT $ZTC00 #23 WINDOW $ZTN00.#PT7BDZU]
  2. TELSERV - T9553G06 - (24FEB2006) - (IPMAEF)
  3.  
  4.  
  5. Available Services:
  6.  
  7. PPMENU   PP521    PPDCM    OSS      TACL     EXIT
  8. Enter Choice>
  9. ?>

选择TACL(Tandem Advanced Command Language)

  1. Enter Choice> tacl
  2. TACL 1>

Logon

  1. TACL 1> logon GROUP1.USER1
  2. Password:
  3. Last Logon05 JUN 2007, 11:27
  4. Last Unsuccessful Attempt: * NONE *
  5. TACL (T9205D46 - 24MAY2006), Operating System G06, Release G06.28.00
  6. (C)1985 Tandem (C)2005 Hewlett-Packard Development Company, L.P.
  7. CPU 1, process has no backup
  8. June 5, 2007 13:12:00
  9. (Invoking $SYSTEM.SYSTEM.TACLLOCL)
  10. (Invoking $DATA11.USER1.TACLCSTM)
  11. Current volume is $DATA11.USER1
  12. $DATA11 USER1 1>
  13.  
  14.  
  15. $DATA11 USER1 1> help
  16. This is the Tandem Advanced Command Language, TACLAlthough TACL has many
  17. features not found in COMINT, you will find that all COMINT commands
  18. will also work with TACL.
  19.  
  20. The following are examples of commands you can try:
  21.  
  22. COMPUTE          Do simple arithmetic
  23. EDIT             Run the Tandem editor program
  24. FILES            List the files in this subvolume
  25. HISTORY          Find out previous commands you have typed
  26. LOGOFF           End this terminal session
  27. PASSWORD         Change your logon password
  28. PURGE            Delete a file
  29. RUN              Begin execution of a program
  30. STATUS *,TERM    Find out what is running on this terminal
  31. STATUS *,USER    Find out what is running that you have started
  32. TIME             Get the current time
  33. WHO              Display user information about this terminal session
  34.  
  35. There are many more possible commands which are listed in the TACL Programming
  36. Guide and TACL Reference Manual.
  37.  
  38. $DATA11 USER1 2> who
  39. Home terminal: $ZTN00.#PT7BDZU
  40. TACL process: \SK1.$Y3BJ
  41. Primary CPU: 1 (NSR-W)
  42. Default Segment File: $DATA11.#0003347
  43.   Pages allocated: 8  Pages Maximum: 1024
  44.   Bytes Used: 11352 (0%)  Bytes Maximum: 2097152
  45. Current volume: $DATA11.USER1
  46. Saved volume:   $DATA11.USER1
  47. Userid: 96,5  Username: GROUP1.USER1  Security: "NNNU"
  48. Logon name: GROUP1.USER1
  49. $DATA11 USER1 3> files
  50.  
  51. $DATA11.USER1
  52.  
  53. TACLCSTM
  54. $DATA11 USER1 4>
  55.  
  56.  
  57. $DATA11 USER1 7> fileinfo
  58.  
  59. $DATA11.USER1
  60.  
  61.               CODE              EOF   LAST MODIFIED  OWNER  RWEP   PExt   SExt
  62. EST            101             4106 05JUN2007 16:11  96,5   NNNU      6      6

fileinfo命令结果中Code列的101是文本文件的意思

今天学到的命令:logon,logoff,files,fileinfo,volume,edit(里面命令不少,只用了几个最简单的)
files类似ls,fileinfo类似ls -l
volume 后面跟volume.sub_volume,类似于cd。
volume就类似文件夹似的。
edit比较复杂,是个编辑器,里面的命令有很多,只记了几个。



Locations of visitors to this page


Recent Comments