- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- x.25 testing
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2005 11:18 PM
08-10-2005 11:18 PM
x.25 testing
Yizhar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2005 11:23 PM
08-10-2005 11:23 PM
Re: x.25 testing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2005 11:30 PM
08-10-2005 11:30 PM
Re: x.25 testing
Give the details of tests, you want to carry out.
These are the typical of tests.
1. ## Logfile Verification for the Card and Ports initilization ##
Observe the log files for the possible errors, or status of the driver.
Remember that ACC logging is day based.
That is, if the day is Monday, the log file name would be mon.tlog. Given that if the day is Monday, look for the file
# tail â f /var/opt/acc/log/mon.tlog
You should see similar lines in that file as the following:
14:23:48 zmast 00101 Launched daemon zmon, pid 5597.
14:23:49 zmon 00002 Resource manager (Rev 1.32) for ZCOM 6.1.0.0
14:23:49 zmon 00003 Cold start with: /opt/acc/cfg/x25_loop.tmem
14:23:49 zcom 00170 Buffer-Pool size set to 3237992 bytes.
14:23:56 zmon 00100 Card 0 starting up ...
14:24:00 zmon 00110 Card 0 startup successful, card READY
14:24:00 zmon 00020 Cold start completed, ZCOM system ready
14:24:00 zmast 00101 Launched daemon znode, pid 5632.
14:24:00 zmast 00101 Launched daemon pcapture, pid 5633.
14:24:00 zmast 00101 Launched daemon zx25d_init, pid 5634.
14:24:00 zx25d 00643 X.25 Protocol server started - Rev: 3.02 - 990401
Logical terminal area X25CNT: 88 Bytes
14:24:01 zcom 00165 Node 123 is now UP
14:24:01 pcapt 00001 Protocol analyzer capture program Rev B.11.00
14:24:03 zmon 00004 Waiting for ZMON requests ...
--> This output indicates a successful start of the driver and X.25 system.
2. Testing the X.25 port state by(a). "x25stat -d {devicefile} grep -i state"
(b). "x25stat -c -d {devicefile}" to get the current x25 config.
Hope this will help you.
Regards,
Rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2005 07:08 PM
08-15-2005 07:08 PM
Re: x.25 testing
# cat /etc/rc.config.d/x25
X25_ARGS="
-c /etc/x25/x25config_1p1 -a /etc/x25/ip_to_x121_map ,
"
# cat /etc/x25/x25config_1p1
#
# X.25 Initialization File Created: Fri Jun 7 11:53:42 2002
#
#
# Global Parameters
#
x.121 10
x.121_packetaddr 10
device x25_1p1
name x25_1p1
# /usr/sbin/x25stat -d /dev/x25_1p1
bye,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2005 10:08 PM
08-15-2005 10:08 PM
Re: x.25 testing
time that i use the "forms"
thanks
Yizhar