05
Jun
Posted by liubin as 技术
| 1,191 Views
有机会要用HP的NonStop Server himalaya了,也许只有两个月,有点短。
这个系统(硬件,OS)应该是原来日本的一个公司tandem做的(几个从HP跳出来的人创立的公司),后来这个公司被康柏收购了,再后来康柏又被惠普收购了。
NSK:NonStop Kernel的意思吧。
今天主要是在远程来访问主机,不过透过机房的玻璃见到了主机,但是没进去。
客户端(windows)先装上了outside view32这个软件,应该页是个终端模拟的软件,可见其公司主页http://www.crystalpoint.com/
稍微设置了一下,就可以连接目标主机了。
Open session ,打开到一台主机的连接(这里是telnet协议)
连上之后,显示如下信息:
- WELCOME TO sk1-1 [PORT $ZTC00 #23 WINDOW $ZTN00.#PT7BDZU]
- TELSERV - T9553G06 - (24FEB2006) - (IPMAEF)
-
-
- Available Services:
-
- PPMENU PP521 PPDCM OSS TACL EXIT
- Enter Choice>
- ?>
选择TACL(Tandem Advanced Command Language)
- Enter Choice> tacl
- TACL 1>
Logon
- TACL 1> logon GROUP1.USER1
- Password:
- Last Logon: 05 JUN 2007, 11:27
- Last Unsuccessful Attempt: * NONE *
- TACL (T9205D46 - 24MAY2006), Operating System G06, Release G06.28.00
- (C)1985 Tandem (C)2005 Hewlett-Packard Development Company, L.P.
- CPU 1, process has no backup
- June 5, 2007 13:12:00
- (Invoking $SYSTEM.SYSTEM.TACLLOCL)
- (Invoking $DATA11.USER1.TACLCSTM)
- Current volume is $DATA11.USER1
- $DATA11 USER1 1>
-
-
- $DATA11 USER1 1> help
- This is the Tandem Advanced Command Language, TACL. Although TACL has many
- features not found in COMINT, you will find that all COMINT commands
- will also work with TACL.
-
- The following are examples of commands you can try:
-
- COMPUTE Do simple arithmetic
- EDIT Run the Tandem editor program
- FILES List the files in this subvolume
- HISTORY Find out previous commands you have typed
- LOGOFF End this terminal session
- PASSWORD Change your logon password
- PURGE Delete a file
- RUN Begin execution of a program
- STATUS *,TERM Find out what is running on this terminal
- STATUS *,USER Find out what is running that you have started
- TIME Get the current time
- WHO Display user information about this terminal session
-
- There are many more possible commands which are listed in the TACL Programming
- Guide and TACL Reference Manual.
-
- $DATA11 USER1 2> who
- Home terminal: $ZTN00.#PT7BDZU
- TACL process: \SK1.$Y3BJ
- Primary CPU: 1 (NSR-W)
- Default Segment File: $DATA11.#0003347
- Pages allocated: 8 Pages Maximum: 1024
- Bytes Used: 11352 (0%) Bytes Maximum: 2097152
- Current volume: $DATA11.USER1
- Saved volume: $DATA11.USER1
- Userid: 96,5 Username: GROUP1.USER1 Security: "NNNU"
- Logon name: GROUP1.USER1
- $DATA11 USER1 3> files
-
- $DATA11.USER1
-
- TACLCSTM
- $DATA11 USER1 4>
-
-
- $DATA11 USER1 7> fileinfo
-
- $DATA11.USER1
-
- CODE EOF LAST MODIFIED OWNER RWEP PExt SExt
- 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比较复杂,是个编辑器,里面的命令有很多,只记了几个。
Related posts for the current post: