F5 LTM VE issue


 
Thread Tools Search this Thread
Operating Systems Linux F5 LTM VE issue
# 1  
Old 01-23-2015
show network configuration please
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Issue with wc -c and wc -m

Hi All, I have a small queries to get the character count i tried with wc -c and wc -m but its not returend current result For eg: wc -c wc -m echo "Name" | wc -c result: 5 but actually it should returned 4 Help me on this to ge the correct one. Thanks! ----------... (4 Replies)
Discussion started by: siva.pitchai
4 Replies

2. Shell Programming and Scripting

What could be the issue ?

Hi, when i am trying below script assume that below values are taken in code #!/bin/ksh if then echo usage: aNlist.sh QMGR NAME MQREQ fi NL=`echo 'dis qmgr'|runmqsc $1|grep REPOSNL|sed 's/.*REPOSNL\(.*\).*/\1/' |cut -d'(' -f2|cut -d')' -f1` echo 'define nl('$NL_$2')... (25 Replies)
Discussion started by: darling
25 Replies

3. Shell Programming and Scripting

Variable value substitution issue with awk command issue

Hi All, I am using the below script which has awk command, but it is not returing the expected result. can some pls help me to correct the command. The below script sample.ksh should give the result if the value of last 4 digits in the variable NM matches with the variable value DAT. The... (7 Replies)
Discussion started by: G.K.K
7 Replies

4. Shell Programming and Scripting

Need assistance with a file issue and a terminal issue

Hello everyone, I'm in need of some assistance. I'm currently enrolled in an introductory UNIX shell programming course and, well halfway through the semester, we are receiving our first actual assignment. I've somewhat realized now that I've fallen behind, and I'm working to get caught up, but for... (1 Reply)
Discussion started by: MrMagoo22
1 Replies

5. Shell Programming and Scripting

CP Issue

I want to copy large amount of files aproximately more than 20,000 files from one file system to another file system, but it gives me error like: #cd /opt/appserver/images #cp * /opt/appserver02/public/images Argument list is too long Also above mention error appear again when i run: ... (1 Reply)
Discussion started by: telnor
1 Replies

6. UNIX for Dummies Questions & Answers

ISSUE and ISSUE.NET files

In LINUX(CentOS, RedHat) is there a way to have the banner statement appear before the logon instead of after the logon? In UNIX and Windows the banner appears before a person actually logs on, what I'm seeing in LINUX is that it appears after the login(ftp, telnet, SSH). Thanks (0 Replies)
Discussion started by: ejjones
0 Replies

7. Shell Programming and Scripting

hi all please help me in this issue.

Hi all, I am very new to shell scripting.I have the requirement like one program is there, if it is running leave like that only and if it is stopped it has to be restart and once again keep watching and it is stopped we a have to restart once agian.I want a shell script for this.Please help me... (10 Replies)
Discussion started by: bhas85
10 Replies

8. HP-UX

HP-UX Issue!!

Hello :), I really am stuck with something, I am trying to boot my machine into single user mode (GCCS-M) but it acts like it does not recognize the key board. I have taken over the system as a pass down item and no one can fine the passwords. I don't want to reload it :(and I was wondering if... (1 Reply)
Discussion started by: Ham
1 Replies

9. Shell Programming and Scripting

Unix Arithmatic operation issue , datatype issue

Hi, I have a shell scripting. This will take 7 digit number in each line and add 7 digit number with next subsequent lines ( normal addition ). Eg: 0000001 0000220 0001235 0000022 0000023 ........... ......... ........ Like this i am having around 1500000 records. After adding... (23 Replies)
Discussion started by: thambi
23 Replies
Login or Register to Ask a Question
TM::Serializable::XTM(3pm)				User Contributed Perl Documentation				TM::Serializable::XTM(3pm)

NAME
TM::Serializable::XTM - Topic Maps, trait for parsing and dumping XTM instances. SYNOPSIS
# this is not an end-user package # see the source in TM::Materialized::XTM how this can be used DESCRIPTION
This trait provides parsing and dumping functionality for XTM instances. Version 1.0 : <http://www.topicmaps.org/xtm/index.html> Version 1.1 : <http://www.jtc1sc34.org/repository/0495.htm> Version 2.0 : <http://www.isotopicmaps.org/sam/sam-xtm/> Limitations o only a single <topicMap> is allowed in one instance, there is no support for multiple maps per document o only a single scope is allowed for (base)names, occurrences and associations. o In XTM 1.1 you cannot host XML content in occurrences. o No reification support in 1.0 or 1.1. o This package does not make any use of item identifiers. o Relative URIs are NOT made absolute via the base URI where the map is loaded from. This may NOT be what a user ultimately wants. Also all URI canonicalization is skipped. o The "xlink:type" attribute is completely ignored. TODOs o <mergeMap> is handled in 1.0, 1.1, but any scoping topic is ignored. This is related to the above. o At this stage, you can only include other XTM instances with <mergeMap>, not AsTMa= or LTM. This may be fixed in the future. o No variants are serialized or deserialized. o Reification of topic map item is NOT supported. o "isa" and "is-subclass-of" associations which are scoped (or reified) are not handled special yet. o Suppress trivia might also suppress homepage << occurrence assertions. o Relative URLs in "mergeMap" are not made absolute. INTERFACE
Methods deserialize This method takes an XTM string and tries to parse it. It will raise an exception on parse error. The if a "version" attribute exists, then the value serialize This method serializes the map object into XTM notation and returns the resulting string. It will raise an exception if the object contains constructs that XTM cannot represent. The result is a standard Perl string, so you may need to force it into a particular encoding. The method understands a number of key/value pair parameters: "omit_trivia" (default: 0) This option suppresses the output of topics without any characteristics. "version" (default: 2.0) This option controls whether XTM 1.0 or XTM 2.0 (default) is generated. SEE ALSO
TM, TM::Serializable AUTHOR INFORMATION
Copyright 200[78] Alexander Zangerl, Robert Barta. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. http://www.perl.com/perl/misc/Artistic.html perl v5.10.1 2010-06-05 TM::Serializable::XTM(3pm)